diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..18bb160 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,20 @@ +--- +name: Bug Report +about: Template for reporting a bug. +title: "Bug Report: CHANGEME" +assignees: zontreck +--- +Bug Report +==== + +1) What I was doing when this happened: + +2) Steps to reproduce the bug + +``` +CHANGEME +``` + +3) What I was expecting to happen: + +4) What actually happened: \ No newline at end of file diff --git a/.gitignore b/.gitignore index 67c414a..48740ee 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,10 @@ run forge*changelog.txt .private -.vscode \ No newline at end of file +.vscode + + +run +run-data +/src/generated/resources/.cache/ +/wile/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..791c037 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,28 @@ +How to Contribute +===== + +First of all, thank you for considering, or for contributing to any of the following mods +``` +LibZontreck +Arias-Essentials +OTEMod +ClaimsMod +WatchMyDurability +``` + +It's people like you who make the contrinuted existence of these mods possible. + +Contributing to any of the mods under my development is simple. + +Code Contributions +--- +1) To contribute code, fork the repository, then make a new branch. Name it something like `bugfix_somefeature`, or `feature_newfeature`. When done coding, submit a pull request to have your changes be integrated upstream. + +Asset contribution +---- +2) Contributions are also accepted in the form of artwork or music, or sound, or block models from blockbench. Just simply follow the above steps to create your working base. Then send it to us in a pull request. No coding knowledge is necessary for adding these resources. Someone else can tackle that if you do not know how to code. An example of this is the Possum animal model in OTEMod. This was contributed by PossumTheWarrior via discord. + +Bug reporting or feature requests +---- +3) Bug reports. Please be as detailed as possible when reporting a bug. Include steps on how to reproduce the bug if possible. +4) Feature requests. Please be sure to name your issue ticket accordingly to indicate you are requesting a new feature, and not reporting a bug. Then be as detailed as possible in how you want the feature to work. If the feature is requested for LibZontreck. Please be detailed in how the API would work. You can do this simply by providing a basic interface example. \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..9cecc1d --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + {one line to give the program's name and a brief idea of what it does.} + Copyright (C) {year} {name of author} + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + {project} Copyright (C) {year} {fullname} + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/LICENSE.txt b/LICENSE.forge similarity index 100% rename from LICENSE.txt rename to LICENSE.forge diff --git a/README.md b/README.md new file mode 100644 index 0000000..01481d3 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +Thresholds Mod +===== + +Hello! We're still in alpha. Ignore the dust. + +Compiling +----- + +In a terminal simply run the command `gradlew jar` to compile. + + +About +====== + +Thresholds is a mod about machines, and the spaces in between spaces. \ No newline at end of file diff --git a/README.txt b/README.txt deleted file mode 100644 index 344bca7..0000000 --- a/README.txt +++ /dev/null @@ -1,46 +0,0 @@ - -Source installation information for modders -------------------------------------------- -This code follows the Minecraft Forge installation methodology. It will apply -some small patches to the vanilla MCP source code, giving you and it access -to some of the data and functions you need to build a successful mod. - -Note also that the patches are built against "un-renamed" MCP source code (aka -SRG Names) - this means that you will not be able to read them directly against -normal code. - -Setup Process: -============================== - -Step 1: Open your command-line and browse to the folder where you extracted the zip file. - -Step 2: You're left with a choice. -If you prefer to use Eclipse: -1. Run the following command: `gradlew genEclipseRuns` (`./gradlew genEclipseRuns` if you are on Mac/Linux) -2. Open Eclipse, Import > Existing Gradle Project > Select Folder - or run `gradlew eclipse` to generate the project. - -If you prefer to use IntelliJ: -1. Open IDEA, and import project. -2. Select your build.gradle file and have it import. -3. Run the following command: `gradlew genIntellijRuns` (`./gradlew genIntellijRuns` if you are on Mac/Linux) -4. Refresh the Gradle Project in IDEA if required. - -If at any point you are missing libraries in your IDE, or you've run into problems you can -run `gradlew --refresh-dependencies` to refresh the local cache. `gradlew clean` to reset everything -{this does not affect your code} and then start the process again. - -Mapping Names: -============================= -By default, the MDK is configured to use the official mapping names from Mojang for methods and fields -in the Minecraft codebase. These names are covered by a specific license. All modders should be aware of this -license, if you do not agree with it you can change your mapping names to other crowdsourced names in your -build.gradle. For the latest license text, refer to the mapping file itself, or the reference copy here: -https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md - -Additional Resources: -========================= -Community Documentation: http://mcforge.readthedocs.io/en/latest/gettingstarted/ -LexManos' Install Video: https://www.youtube.com/watch?v=8VEdtQLuLO0 -Forge Forum: https://forums.minecraftforge.net/ -Forge Discord: https://discord.gg/UvedJ9m \ No newline at end of file diff --git a/Roadmap.txt b/Roadmap.txt index 3478aa0..d8fc677 100644 --- a/Roadmap.txt +++ b/Roadmap.txt @@ -1,21 +1,7 @@ -Eternium Ore [done] -Eternium Fragment [done] -Eternium Dust [partial] [ smelt fragment into dust. 1x. crush/grind = 4x ] -Ihan Crystal [partially] [XP is stored or retrieved. But is used by the mod as a charge. Eternium Dust will be used in the center] -Aurora Block [done/partial] [blasting > 4x dust] -Aurora Door [done] -Aurora Pressure Plate [not done] -Reinforced Auroran Compound [not done] -Aurora Portal Frame [not done] [stonecutting -> portal frame] [2 slots. 1 for eyes of ender, other reverse side for charged ihan crystals. portal verical. portal uses nether portal logic.] +Liquids + * Liquified Soul Energy + * Liquified Experience -* Dimension contents up in air -* Dimension will be timelocked, changes do not persist, and the world reverts itself after a period of time. -* Natural structures within the fractured dimension can be a refinery which can refine materials you mine in the realm -* Minerals not refined in the eternium dimension have a property where they will be destroyed from inventory if removed from dimension, and cannot be used in a normal crafting recipe. -* Dimension water acts like a fountain of youth -* As everything happening in the dimension canonically is happening all at once, the dimension will have a unique feature where server chat will not function -The player may also encounter other explorers, but they will be very glitched, their actions will make little sense, if they are mining, they may vanish into the ground like a ghost -The player cannot stay there too long as the ihan crystal charges will eventually run out -* Mekanism plugin machine: Skulk Extractor - This machine will rip skulk blocks apart atom by atom to get every last drop of XP stored within and can charge a crystal, or convert it into a single use ihan crystal with a lesser charge. -* Adventure system with unique villager NPC that gives quests. This could be within the Eternium Dimension, or it could be from village to village. Rewards not yet determined. \ No newline at end of file + +Super Furnace + * Melts materials into liquids. This is how to obtain the OTEMod liquids. \ No newline at end of file diff --git a/build.gradle b/build.gradle index 6cafbc3..8c00921 100644 --- a/build.gradle +++ b/build.gradle @@ -1,15 +1,24 @@ plugins { id 'eclipse' + id 'idea' id 'maven-publish' - id 'net.minecraftforge.gradle' version '5.1.+' - id 'java-library' + id 'net.neoforged.gradle' version '[6.0.18,6.2)' + id 'org.spongepowered.mixin' version '0.7.+' + +} + +version = mod_version +group = mod_group_id + +base { + archivesName = mod_id } - -version = "${my_version}" -group = 'dev.zontreck.otemod' // http://maven.apache.org/guides/mini/guide-naming-conventions.html -archivesBaseName = 'otemod' +java { + withSourcesJar() + withJavadocJar() +} // Mojang ships Java 17 to end users in 1.18+, so your mod should target Java 17. java.toolchain.languageVersion = JavaLanguageVersion.of(17) @@ -25,26 +34,48 @@ minecraft { // See more information here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md // // Parchment is an unofficial project maintained by ParchmentMC, separate from MinecraftForge - // Additional setup is needed to use their mappings: https://github.com/ParchmentMC/Parchment/wiki/Getting-Started + // Additional setup is needed to use their mappings: https://parchmentmc.org/docs/getting-started // // Use non-default mappings at your own risk. They may not always work. // Simply re-run your setup task after changing the mappings to update your workspace. - mappings channel: 'official', version: "${mc_version}" + mappings channel: mapping_channel, version: mapping_version - // accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg') // Currently, this location cannot be changed from the default. + // When true, this property will have all Eclipse/IntelliJ IDEA run configurations run the "prepareX" task for the given run configuration before launching the game. + // In most cases, it is not necessary to enable. + // enableEclipsePrepareRuns = true + // enableIdeaPrepareRuns = true + + // This property allows configuring Gradle's ProcessResources task(s) to run on IDE output locations before launching the game. + // It is REQUIRED to be set to true for this template to function. + // See https://docs.gradle.org/current/dsl/org.gradle.language.jvm.tasks.ProcessResources.html + copyIdeResources = true + + // When true, this property will add the folder name of all declared run configurations to generated IDE run configurations. + // The folder name can be set on a run configuration using the "folderName" property. + // By default, the folder name of a run configuration is the name of the Gradle project containing it. + generateRunFolders = true + + // This property enables access transformers for use in development. + // They will be applied to the Minecraft artifact. + // The access transformer file can be anywhere in the project. + // However, it must be at "META-INF/accesstransformer.cfg" in the final mod jar to be loaded by Forge. + // This default location is a best practice to automatically put the file in the right place in the final jar. + // See https://docs.neoforged.net/docs/1.20.x/advanced/accesstransformers/ for more information. + accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg') // Default run configurations. // These can be tweaked, removed, or duplicated as needed. runs { - client { - workingDirectory project.file('run') + // applies to all the run configs below + configureEach { + workingDirectory project.file("run/${it.name}") // Recommended logging data for a userdev environment // The markers can be added/remove as needed separated by commas. // "SCAN": For mods scan. // "REGISTRIES": For firing of registry events. // "REGISTRYDUMP": For getting the contents of all registries. - property 'forge.logging.markers', 'SCAN,REGISTRIES,REGISTRYDUMP' + property 'forge.logging.markers', 'REGISTRIES' // Recommended logging level for the console // You can set various levels here. @@ -52,41 +83,35 @@ minecraft { property 'forge.logging.console.level', 'debug' mods { - otemod { + "${mod_id}" { source sourceSets.main } } } + client { + // Comma-separated list of namespaces to load gametests from. Empty = all namespaces. + property 'forge.enabledGameTestNamespaces', mod_id + } + server { - workingDirectory project.file('run') + property 'forge.enabledGameTestNamespaces', mod_id - property 'forge.logging.markers', 'REGISTRIES' + } - property 'forge.logging.console.level', 'debug' - - mods { - otemod { - source sourceSets.main - } - } + // This run config launches GameTestServer and runs all registered gametests, then exits. + // By default, the server will crash when no gametests are provided. + // The gametest system is also enabled by default for other run configs under the /test command. + gameTestServer { + property 'forge.enabledGameTestNamespaces', mod_id } data { - workingDirectory project.file('run') - - property 'forge.logging.markers', 'REGISTRIES' - - property 'forge.logging.console.level', 'debug' + // example of overriding the workingDirectory set in configureEach above + workingDirectory project.file('run-data') // Specify the modid for data generation, where to output the resulting resource, and where to look for existing resources. - args '--mod', 'otemod', '--all', '--output', file('src/generated/resources/') - - mods { - otemod { - source sourceSets.main - } - } + args '--mod', mod_id, '--all', '--output', file('src/generated/resources/'), '--existing', file('src/main/resources/') } } } @@ -98,87 +123,140 @@ repositories { // Put repositories for dependencies here // ForgeGradle automatically adds the Forge maven and Maven Central for you - // If you have mod jar dependencies in ./libs, you can declare them as a repository like so: - // flatDir { - // dir 'libs' - // } - mavenCentral() + // If you have mod jar dependencies in ./libs, you can declare them as a repository like so. + // See https://docs.gradle.org/current/userguide/declaring_repositories.html#sub:flat_dir_resolver maven { - name = "CurseMaven" - url = "https://cursemaven.com" + name = "Aria's Creations Caches" + url = "https://maven.zontreck.com/repository/internal" + } + // Put repositories for dependencies here + // ForgeGradle automatically adds the Forge maven and Maven Central for you + + // If you have mod jar dependencies in ./libs, you can declare them as a repository like so: + flatDir { + dir 'libs' } + //maven { + // name = "CurseMaven" + // url = "https://cursemaven.com" + //} + maven { - name = "ZNI Creations" - url = "https://maven.zontreck.dev" + name = "zontreck Maven" + url = "https://maven.zontreck.com/repository/zontreck" } } dependencies { - // Specify the version of Minecraft to use. If this is any group other than 'net.minecraft', it is assumed - // that the dep is a ForgeGradle 'patcher' dependency, and its patches will be applied. - // The userdev artifact is a special name and will get all sorts of transformations applied to it. - minecraft "net.minecraftforge:forge:${mc_version}-${forge_version}" + // Specify the version of Minecraft to use. + // Any artifact can be supplied so long as it has a "userdev" classifier artifact and is a compatible patcher artifact. + // The "userdev" classifier will be requested and setup by ForgeGradle. + // If the group id is "net.minecraft" and the artifact id is one of ["client", "server", "joined"], + // then special handling is done to allow a setup of a vanilla dependency without the use of an external repository. + minecraft "net.neoforged:forge:${minecraft_version}-${neo_version}" - implementation fg.deobf("dev.zontreck:libzontreck:${libz_version}:dev") - compileOnly fg.deobf("dev.zontreck:libzontreck:${libz_version}:dev") - runtimeOnly fg.deobf("dev.zontreck:libzontreck:${libz_version}") - //compileOnly "net.luckperms:api:${luckperms_version}" - // compile against the JEI API but do not include it at runtime - //compileOnly fg.deobf("mezz.jei:jei-${mc_version}-forge-api:${jei_version}") - // at runtime, use the full JEI jar - //runtimeOnly fg.deobf("mezz.jei:jei-${mc_version}-forge:${jei_version}") - // Real mod deobf dependency examples - these get remapped to your current mappings - // compileOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}:api") // Adds JEI API as a compile dependency - // runtimeOnly fg.deobf("mezz.jei:jei-${mc_version}:${jei_version}") // Adds the full JEI mod as a runtime dependency - // implementation fg.deobf("com.tterrag.registrate:Registrate:MC${mc_version}-${registrate_version}") // Adds registrate as a dependency + implementation fg.deobf("dev.zontreck:LibZontreckMod:${libzontreck}") - // Examples using mod jars from ./libs + //implementation fg.deobf('software.bernie.geckolib:geckolib-forge-1.20:3.0.57') + + //compileOnly fg.deobf("mezz.jei:jei-${minecraft_version}-forge-api:${jei}") + //runtimeOnly fg.deobf("mezz.jei:jei-${minecraft_version}-forge:${jei}") + + runtimeOnly fg.deobf("curse.maven:mekanism-268560:5125665") + runtimeOnly fg.deobf("curse.maven:worldedit-225608:4586218") + runtimeOnly fg.deobf("curse.maven:jei-238222:5101366") + runtimeOnly fg.deobf("curse.maven:nbtedit-reborn-678133:5082493") + + runtimeOnly fg.deobf("curse.maven:spawn-structures-964113:5113737") + + // 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-${mc_version}-common-api:${jei_version}") + // compileOnly fg.deobf("mezz.jei:jei-${mc_version}-forge-api:${jei_version}") + // runtimeOnly fg.deobf("mezz.jei:jei-${mc_version}-forge:${jei_version}") + + // Example mod dependency using a mod jar from ./libs with a flat dir repository + // This maps to ./libs/coolmod-${mc_version}-${coolmod_version}.jar + // The group id is ignored when searching -- in this case, it is "blank" // implementation fg.deobf("blank:coolmod-${mc_version}:${coolmod_version}") - implementation 'org.mariadb.jdbc:mariadb-java-client:3.0.8' - compileOnly 'org.mariadb.jdbc:mariadb-java-client' - // For more info... + + // For more info: // http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html // http://www.gradle.org/docs/current/userguide/dependency_management.html - api 'curse.maven:mariadb-jdbc-561883:3586357' + } -// Example for how to get properties into the manifest for reading at runtime. -jar { - manifest { - attributes([ - "Specification-Title" : project.name, - "Specification-Vendor" : "Zontreck", - "Specification-Version" : "${my_version}", // We are version 1 of ourselves - "Implementation-Title" : project.name, - "Implementation-Version" : project.jar.archiveVersion, - "Implementation-Vendor" : "Zontreck", - "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ") - ]) +// 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. +// See https://docs.gradle.org/current/dsl/org.gradle.language.jvm.tasks.ProcessResources.html +tasks.withType(ProcessResources).configureEach { + var replaceProperties = [ + minecraft_version : minecraft_version, minecraft_version_range: minecraft_version_range, + neo_version : neo_version, neo_version_range: neo_version_range, + loader_version_range: loader_version_range, + mod_id : mod_id, mod_name: mod_name, mod_license: mod_license, mod_version: mod_version, + mod_authors : mod_authors, mod_description: mod_description, pack_format_number: pack_format_number, + ] + inputs.properties replaceProperties + + filesMatching(['META-INF/mods.toml', 'pack.mcmeta']) { + expand replaceProperties + [project: project] } } -// Example configuration to allow publishing using the maven-publish plugin -// This is the preferred method to reobfuscate your jar file -jar.finalizedBy('reobfJar') -// However if you are in a multi-project build, dev time needs unobfed jar files, so you can delay the obfuscation until publishing by doing -// publish.dependsOn('reobfJar') +// Example for how to get properties into the manifest for reading at runtime. +tasks.named('jar', Jar).configure { + manifest { + attributes([ + 'Specification-Title' : mod_id, + 'Specification-Vendor' : mod_authors, + 'Specification-Version' : '1', // We are version 1 of ourselves + 'Implementation-Title' : project.name, + 'Implementation-Version' : project.jar.archiveVersion, + 'Implementation-Vendor' : mod_authors, + 'Implementation-Timestamp': new Date().format("yyyy-MM-dd'T'HH:mm:ssZ") + ]) + } + // This is the preferred method to reobfuscate your jar file + finalizedBy 'reobfJar' +} + + +// However if you are in a multi-project build, dev time needs unobfed jar files, so you can delay the obfuscation until publishing by doing: +// tasks.named('publish').configure { +// dependsOn 'reobfJar' +// } + + +def MAVEN_PASSWORD_PROPERTY = "AriasCreationsMavenPassword" publishing { publications { mavenJava(MavenPublication) { artifact jar + artifact sourcesJar + artifact javadocJar } } repositories { maven { - url "file://${project.projectDir}/mcmodsrepo" + url = "https://maven.zontreck.com/repository/zontreck" + name = "ariascreations" + if (project.findProperty(MAVEN_PASSWORD_PROPERTY) != null) { + credentials { + username = "admin" + password = project.findProperty(MAVEN_PASSWORD_PROPERTY) + } + } } } } + tasks.withType(JavaCompile).configureEach { options.encoding = 'UTF-8' // Use the UTF-8 charset for Java compilation } diff --git a/gradle.properties b/gradle.properties index 01ba373..0b7979c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,11 +1,61 @@ # Sets default memory used for gradle commands. Can be overridden by user or command line properties. # This is required to provide enough memory for the Minecraft decompilation process. -org.gradle.jvmargs=-Xmx8G +org.gradle.jvmargs=-Xmx3G org.gradle.daemon=false +libzontreck=1201.13.043024.0404 -my_version=1.3.5.6 +## Environment Properties -mc_version=1.19.2 -forge_version=43.2.3 -libz_version=1.0.2.4 -# luckperms_version=5.4 \ No newline at end of file +# The Minecraft version must agree with the Forge version to get a valid artifact +minecraft_version=1.20.1 + +minecraft_version_range=[1.20,1.21) +# The Neo version must agree with the Minecraft version to get a valid artifact +neo_version=47.1.65 +# The Neo version range can use any version of Neo as bounds or match the loader version range +neo_version_range=[47.1,) +# The loader version range can only use the major version of Neo/FML as bounds +loader_version_range=[47,) +# The mapping channel to use for mappings. +# The default set of supported mapping channels are ["official", "snapshot", "snapshot_nodoc", "stable", "stable_nodoc"]. +# Additional mapping channels can be registered through the "channelProviders" extension in a Gradle plugin. +# +# | Channel | Version | | +# |-----------|----------------------|--------------------------------------------------------------------------------| +# | official | MCVersion | Official field/method names from Mojang mapping files | +# | parchment | YYYY.MM.DD-MCVersion | Open community-sourced parameter names and javadocs layered on top of official | +# +# You must be aware of the Mojang license when using the 'official' or 'parchment' mappings. +# See more information here: https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md +# +# Parchment is an unofficial project maintained by ParchmentMC, separate from Minecraft Forge. +# Additional setup is needed to use their mappings, see https://parchmentmc.org/docs/getting-started +mapping_channel=official +# The mapping version to query from the mapping channel. +# This must match the format required by the mapping channel. +mapping_version=1.20.1 + + + +## Mod Properties + +# The unique mod identifier for the mod. Must be lowercase in English locale. Must fit the regex [a-z][a-z0-9_]{1,63} +# Must match the String constant located in the main mod class annotated with @Mod. +mod_id=otemod +# The human-readable display name for the mod. +mod_name=Thresholds +# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default. +mod_license=GPLv3 +# The mod version. See https://semver.org/ +mod_version=1201.4.050724.1934 +# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository. +# This should match the base package used for the mod sources. +# See https://maven.apache.org/guides/mini/guide-naming-conventions.html +mod_group_id=dev.zontreck +# The authors of the mod. This is a simple text string that is used for display purposes in the mod list. +mod_authors=zontreck +# The description of the mod. This is a simple multiline text string that is used for display purposes \in the mod list. +mod_description=Thresholds + +# Pack version - this changes each minecraft release, in general. +pack_format_number=15 \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 7454180..943f0cb 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8049c68..37aef8d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip +networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew old mode 100644 new mode 100755 index c53aefa..65dcd68 --- a/gradlew +++ b/gradlew @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright 2015-2021 the original authors. +# Copyright © 2015-2021 the original authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,10 +32,10 @@ # Busybox and similar reduced shells will NOT work, because this script # requires all of these POSIX shell features: # * functions; -# * expansions $var, ${var}, ${var:-default}, ${var+SET}, -# ${var#prefix}, ${var%suffix}, and $( cmd ); -# * compound commands having a testable exit status, especially case; -# * various built-in commands including command, set, and ulimit. +# * expansions «$var», «${var}», «${var:-default}», «${var+SET}», +# «${var#prefix}», «${var%suffix}», and «$( cmd )»; +# * compound commands having a testable exit status, especially «case»; +# * various built-in commands including «command», «set», and «ulimit». # # Important for patching: # @@ -55,7 +55,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/master/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/. @@ -80,10 +80,10 @@ do esac done -APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit - -APP_NAME="Gradle" +# This is normally unused +# shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} +APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' @@ -143,12 +143,16 @@ fi if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then case $MAX_FD in #( max*) + # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC3045 MAX_FD=$( ulimit -H -n ) || warn "Could not query maximum file descriptor limit" esac case $MAX_FD in #( '' | soft) :;; #( *) + # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. + # shellcheck disable=SC3045 ulimit -n "$MAX_FD" || warn "Could not set maximum file descriptor limit to $MAX_FD" esac @@ -205,6 +209,12 @@ set -- \ org.gradle.wrapper.GradleWrapperMain \ "$@" +# Stop when "xargs" is not available. +if ! command -v xargs >/dev/null 2>&1 +then + die "xargs is not available" +fi + # Use "xargs" to parse quoted args. # # With -n1 it outputs one arg per line, with the quotes and backslashes removed. diff --git a/gradlew.bat b/gradlew.bat index ac1b06f..6689b85 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -14,7 +14,7 @@ @rem limitations under the License. @rem -@if "%DEBUG%" == "" @echo off +@if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @@ -25,7 +25,8 @@ if "%OS%"=="Windows_NT" setlocal set DIRNAME=%~dp0 -if "%DIRNAME%" == "" set DIRNAME=. +if "%DIRNAME%"=="" set DIRNAME=. +@rem This is normally unused set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% @@ -40,7 +41,7 @@ if defined JAVA_HOME goto findJavaFromJavaHome set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 -if "%ERRORLEVEL%" == "0" goto execute +if %ERRORLEVEL% equ 0 goto execute echo. echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. @@ -75,13 +76,15 @@ set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar :end @rem End local scope for the variables with windows NT shell -if "%ERRORLEVEL%"=="0" goto mainEnd +if %ERRORLEVEL% equ 0 goto mainEnd :fail rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of rem the _cmd.exe /c_ return code! -if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1 -exit /b 1 +set EXIT_CODE=%ERRORLEVEL% +if %EXIT_CODE% equ 0 set EXIT_CODE=1 +if not ""=="%GRADLE_EXIT_CONSOLE%" exit %EXIT_CODE% +exit /b %EXIT_CODE% :mainEnd if "%OS%"=="Windows_NT" endlocal diff --git a/settings.gradle b/settings.gradle index fb61b26..4e8d059 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,6 +1,10 @@ pluginManagement { repositories { gradlePluginPortal() - maven { url = 'https://maven.minecraftforge.net/' } + maven { url = "https://maven.zontreck.com/repository/internal" } } +} + +plugins { + id 'org.gradle.toolchains.foojay-resolver-convention' version '0.5.0' } \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/blue_pool_light.json b/src/generated/resources/assets/otemod/blockstates/blue_pool_light.json new file mode 100644 index 0000000..f148f34 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/blue_pool_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/blue_pool_light" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/blue_pool_tile.json b/src/generated/resources/assets/otemod/blockstates/blue_pool_tile.json new file mode 100644 index 0000000..a257e85 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/blue_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/blue_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/blue_pool_tile_slab.json b/src/generated/resources/assets/otemod/blockstates/blue_pool_tile_slab.json new file mode 100644 index 0000000..06721ca --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/blue_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "otemod:block/blue_pool_tile_slab" + }, + "type=double": { + "model": "otemod:block/blue_pool_tile" + }, + "type=top": { + "model": "otemod:block/blue_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/blue_pool_tile_stairs.json b/src/generated/resources/assets/otemod/blockstates/blue_pool_tile_stairs.json new file mode 100644 index 0000000..987e7a7 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/blue_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "otemod:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "otemod:block/blue_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "otemod:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "otemod:block/blue_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "otemod:block/blue_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "otemod:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "otemod:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "otemod:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "otemod:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "otemod:block/blue_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "otemod:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "otemod:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "otemod:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "otemod:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "otemod:block/blue_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "otemod:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "otemod:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "otemod:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "otemod:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "otemod:block/blue_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "otemod:block/blue_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "otemod:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "otemod:block/blue_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "otemod:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "otemod:block/blue_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "otemod:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "otemod:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "otemod:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "otemod:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "otemod:block/blue_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "otemod:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "otemod:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "otemod:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "otemod:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "otemod:block/blue_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "otemod:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "otemod:block/blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "otemod:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "otemod:block/blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "otemod:block/blue_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/compressed_obsidian_block.json b/src/generated/resources/assets/otemod/blockstates/compressed_obsidian_block.json new file mode 100644 index 0000000..9ddc5e1 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/compressed_obsidian_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/compressed_obsidian_block" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dark_pool_light.json b/src/generated/resources/assets/otemod/blockstates/dark_pool_light.json new file mode 100644 index 0000000..c7dd7fd --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dark_pool_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/dark_pool_light" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dark_pool_tile.json b/src/generated/resources/assets/otemod/blockstates/dark_pool_tile.json new file mode 100644 index 0000000..9548dfe --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dark_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/dark_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dark_pool_tile_slab.json b/src/generated/resources/assets/otemod/blockstates/dark_pool_tile_slab.json new file mode 100644 index 0000000..121b8ca --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dark_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "otemod:block/dark_pool_tile_slab" + }, + "type=double": { + "model": "otemod:block/dark_pool_tile" + }, + "type=top": { + "model": "otemod:block/dark_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dark_pool_tile_stairs.json b/src/generated/resources/assets/otemod/blockstates/dark_pool_tile_stairs.json new file mode 100644 index 0000000..9b344a2 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dark_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "otemod:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "otemod:block/dark_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "otemod:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "otemod:block/dark_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "otemod:block/dark_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "otemod:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "otemod:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "otemod:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "otemod:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "otemod:block/dark_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "otemod:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "otemod:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "otemod:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "otemod:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "otemod:block/dark_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "otemod:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "otemod:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "otemod:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "otemod:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "otemod:block/dark_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "otemod:block/dark_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "otemod:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "otemod:block/dark_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "otemod:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "otemod:block/dark_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "otemod:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "otemod:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "otemod:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "otemod:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "otemod:block/dark_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "otemod:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "otemod:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "otemod:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "otemod:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "otemod:block/dark_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "otemod:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "otemod:block/dark_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "otemod:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "otemod:block/dark_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "otemod:block/dark_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dark_red_carpet.json b/src/generated/resources/assets/otemod/blockstates/dark_red_carpet.json new file mode 100644 index 0000000..74ab708 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dark_red_carpet.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/dark_red_carpet" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dark_red_wool.json b/src/generated/resources/assets/otemod/blockstates/dark_red_wool.json new file mode 100644 index 0000000..3a1e0d7 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dark_red_wool.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/dark_red_wool" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/deepslate_eternium_ore_block.json b/src/generated/resources/assets/otemod/blockstates/deepslate_eternium_ore_block.json similarity index 100% rename from src/main/resources/assets/otemod/blockstates/deepslate_eternium_ore_block.json rename to src/generated/resources/assets/otemod/blockstates/deepslate_eternium_ore_block.json diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_blue_pool_light.json b/src/generated/resources/assets/otemod/blockstates/dirty_blue_pool_light.json new file mode 100644 index 0000000..e2980f1 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_blue_pool_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/dirty_blue_pool_light" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_blue_pool_tile.json b/src/generated/resources/assets/otemod/blockstates/dirty_blue_pool_tile.json new file mode 100644 index 0000000..f579de6 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_blue_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/dirty_blue_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_blue_pool_tile_slab.json b/src/generated/resources/assets/otemod/blockstates/dirty_blue_pool_tile_slab.json new file mode 100644 index 0000000..86de493 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_blue_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "otemod:block/dirty_blue_pool_tile_slab" + }, + "type=double": { + "model": "otemod:block/dirty_blue_pool_tile" + }, + "type=top": { + "model": "otemod:block/dirty_blue_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_blue_pool_tile_stairs.json b/src/generated/resources/assets/otemod/blockstates/dirty_blue_pool_tile_stairs.json new file mode 100644 index 0000000..133a323 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_blue_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "otemod:block/dirty_blue_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "otemod:block/dirty_blue_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "otemod:block/dirty_blue_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "otemod:block/dirty_blue_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "otemod:block/dirty_blue_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "otemod:block/dirty_blue_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "otemod:block/dirty_blue_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "otemod:block/dirty_blue_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "otemod:block/dirty_blue_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_green_pool_light.json b/src/generated/resources/assets/otemod/blockstates/dirty_green_pool_light.json new file mode 100644 index 0000000..cb547f1 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_green_pool_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/dirty_green_pool_light" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_green_pool_tile.json b/src/generated/resources/assets/otemod/blockstates/dirty_green_pool_tile.json new file mode 100644 index 0000000..70a6c7a --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_green_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/dirty_green_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_green_pool_tile_slab.json b/src/generated/resources/assets/otemod/blockstates/dirty_green_pool_tile_slab.json new file mode 100644 index 0000000..c720f2c --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_green_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "otemod:block/dirty_green_pool_tile_slab" + }, + "type=double": { + "model": "otemod:block/dirty_green_pool_tile" + }, + "type=top": { + "model": "otemod:block/dirty_green_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_green_pool_tile_stairs.json b/src/generated/resources/assets/otemod/blockstates/dirty_green_pool_tile_stairs.json new file mode 100644 index 0000000..225caf2 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_green_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "otemod:block/dirty_green_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "otemod:block/dirty_green_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "otemod:block/dirty_green_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "otemod:block/dirty_green_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "otemod:block/dirty_green_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "otemod:block/dirty_green_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "otemod:block/dirty_green_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "otemod:block/dirty_green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "otemod:block/dirty_green_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_pool_light.json b/src/generated/resources/assets/otemod/blockstates/dirty_pool_light.json new file mode 100644 index 0000000..5453ab5 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_pool_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/dirty_pool_light" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_pool_tile.json b/src/generated/resources/assets/otemod/blockstates/dirty_pool_tile.json new file mode 100644 index 0000000..dcbb07e --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/dirty_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_pool_tile_slab.json b/src/generated/resources/assets/otemod/blockstates/dirty_pool_tile_slab.json new file mode 100644 index 0000000..0a40c0f --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "otemod:block/dirty_pool_tile_slab" + }, + "type=double": { + "model": "otemod:block/dirty_pool_tile" + }, + "type=top": { + "model": "otemod:block/dirty_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_pool_tile_stairs.json b/src/generated/resources/assets/otemod/blockstates/dirty_pool_tile_stairs.json new file mode 100644 index 0000000..38aaf29 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "otemod:block/dirty_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "otemod:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "otemod:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "otemod:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "otemod:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "otemod:block/dirty_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "otemod:block/dirty_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "otemod:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "otemod:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "otemod:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "otemod:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "otemod:block/dirty_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "otemod:block/dirty_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "otemod:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "otemod:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "otemod:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "otemod:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "otemod:block/dirty_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "otemod:block/dirty_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "otemod:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "otemod:block/dirty_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "otemod:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "otemod:block/dirty_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "otemod:block/dirty_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_red_pool_light.json b/src/generated/resources/assets/otemod/blockstates/dirty_red_pool_light.json new file mode 100644 index 0000000..059e1be --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_red_pool_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/dirty_red_pool_light" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_red_pool_tile.json b/src/generated/resources/assets/otemod/blockstates/dirty_red_pool_tile.json new file mode 100644 index 0000000..ce82c8a --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_red_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/dirty_red_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_red_pool_tile_slab.json b/src/generated/resources/assets/otemod/blockstates/dirty_red_pool_tile_slab.json new file mode 100644 index 0000000..e60e37e --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_red_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "otemod:block/dirty_red_pool_tile_slab" + }, + "type=double": { + "model": "otemod:block/dirty_red_pool_tile" + }, + "type=top": { + "model": "otemod:block/dirty_red_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/dirty_red_pool_tile_stairs.json b/src/generated/resources/assets/otemod/blockstates/dirty_red_pool_tile_stairs.json new file mode 100644 index 0000000..b934dd5 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/dirty_red_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "otemod:block/dirty_red_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "otemod:block/dirty_red_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "otemod:block/dirty_red_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "otemod:block/dirty_red_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "otemod:block/dirty_red_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "otemod:block/dirty_red_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "otemod:block/dirty_red_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "otemod:block/dirty_red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "otemod:block/dirty_red_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/eternium_block.json b/src/generated/resources/assets/otemod/blockstates/eternium_block.json new file mode 100644 index 0000000..0702cd4 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/eternium_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/eternium_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/eternium_ore_block.json b/src/generated/resources/assets/otemod/blockstates/eternium_ore_block.json similarity index 100% rename from src/main/resources/assets/otemod/blockstates/eternium_ore_block.json rename to src/generated/resources/assets/otemod/blockstates/eternium_ore_block.json diff --git a/src/generated/resources/assets/otemod/blockstates/filthy_blue_pool_light.json b/src/generated/resources/assets/otemod/blockstates/filthy_blue_pool_light.json new file mode 100644 index 0000000..163eccc --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/filthy_blue_pool_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/filthy_blue_pool_light" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/filthy_green_pool_light.json b/src/generated/resources/assets/otemod/blockstates/filthy_green_pool_light.json new file mode 100644 index 0000000..c949d1a --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/filthy_green_pool_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/filthy_green_pool_light" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/filthy_pool_light.json b/src/generated/resources/assets/otemod/blockstates/filthy_pool_light.json new file mode 100644 index 0000000..921fb3b --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/filthy_pool_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/filthy_pool_light" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/filthy_red_pool_light.json b/src/generated/resources/assets/otemod/blockstates/filthy_red_pool_light.json new file mode 100644 index 0000000..2e98f74 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/filthy_red_pool_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/filthy_red_pool_light" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/green_pool_light.json b/src/generated/resources/assets/otemod/blockstates/green_pool_light.json new file mode 100644 index 0000000..d0049e8 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/green_pool_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/green_pool_light" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/green_pool_tile.json b/src/generated/resources/assets/otemod/blockstates/green_pool_tile.json new file mode 100644 index 0000000..2eec3e6 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/green_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/green_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/green_pool_tile_slab.json b/src/generated/resources/assets/otemod/blockstates/green_pool_tile_slab.json new file mode 100644 index 0000000..b71fe9d --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/green_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "otemod:block/green_pool_tile_slab" + }, + "type=double": { + "model": "otemod:block/green_pool_tile" + }, + "type=top": { + "model": "otemod:block/green_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/green_pool_tile_stairs.json b/src/generated/resources/assets/otemod/blockstates/green_pool_tile_stairs.json new file mode 100644 index 0000000..3aaabe4 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/green_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "otemod:block/green_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "otemod:block/green_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "otemod:block/green_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "otemod:block/green_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "otemod:block/green_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "otemod:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "otemod:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "otemod:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "otemod:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "otemod:block/green_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "otemod:block/green_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "otemod:block/green_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "otemod:block/green_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "otemod:block/green_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "otemod:block/green_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "otemod:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "otemod:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "otemod:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "otemod:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "otemod:block/green_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "otemod:block/green_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "otemod:block/green_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "otemod:block/green_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "otemod:block/green_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "otemod:block/green_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "otemod:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "otemod:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "otemod:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "otemod:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "otemod:block/green_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "otemod:block/green_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "otemod:block/green_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "otemod:block/green_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "otemod:block/green_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "otemod:block/green_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "otemod:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "otemod:block/green_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "otemod:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "otemod:block/green_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "otemod:block/green_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/layered_compressed_obsidian_block.json b/src/generated/resources/assets/otemod/blockstates/layered_compressed_obsidian_block.json new file mode 100644 index 0000000..f6a7840 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/layered_compressed_obsidian_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/layered_compressed_obsidian_block" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/nether_vault_steel_ore_block.json b/src/generated/resources/assets/otemod/blockstates/nether_vault_steel_ore_block.json new file mode 100644 index 0000000..e5e1122 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/nether_vault_steel_ore_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/nether_vault_steel_ore_block" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/pool_light.json b/src/generated/resources/assets/otemod/blockstates/pool_light.json new file mode 100644 index 0000000..09ea30c --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/pool_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/pool_light" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/pool_tile.json b/src/generated/resources/assets/otemod/blockstates/pool_tile.json new file mode 100644 index 0000000..da5e920 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/pool_tile" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/pool_tile_slab.json b/src/generated/resources/assets/otemod/blockstates/pool_tile_slab.json new file mode 100644 index 0000000..02ed4b8 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "otemod:block/pool_tile_slab" + }, + "type=double": { + "model": "otemod:block/pool_tile" + }, + "type=top": { + "model": "otemod:block/pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/pool_tile_stairs.json b/src/generated/resources/assets/otemod/blockstates/pool_tile_stairs.json new file mode 100644 index 0000000..1c3233f --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "otemod:block/pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "otemod:block/pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "otemod:block/pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "otemod:block/pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "otemod:block/pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "otemod:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "otemod:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "otemod:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "otemod:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "otemod:block/pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "otemod:block/pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "otemod:block/pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "otemod:block/pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "otemod:block/pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "otemod:block/pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "otemod:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "otemod:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "otemod:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "otemod:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "otemod:block/pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "otemod:block/pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "otemod:block/pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "otemod:block/pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "otemod:block/pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "otemod:block/pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "otemod:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "otemod:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "otemod:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "otemod:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "otemod:block/pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "otemod:block/pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "otemod:block/pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "otemod:block/pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "otemod:block/pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "otemod:block/pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "otemod:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "otemod:block/pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "otemod:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "otemod:block/pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "otemod:block/pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/red_pool_light.json b/src/generated/resources/assets/otemod/blockstates/red_pool_light.json new file mode 100644 index 0000000..9ddb15e --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/red_pool_light.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/red_pool_light" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/red_pool_tile.json b/src/generated/resources/assets/otemod/blockstates/red_pool_tile.json new file mode 100644 index 0000000..c1c6504 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/red_pool_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/red_pool_tile" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/red_pool_tile_slab.json b/src/generated/resources/assets/otemod/blockstates/red_pool_tile_slab.json new file mode 100644 index 0000000..b532f17 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/red_pool_tile_slab.json @@ -0,0 +1,13 @@ +{ + "variants": { + "type=bottom": { + "model": "otemod:block/red_pool_tile_slab" + }, + "type=double": { + "model": "otemod:block/red_pool_tile" + }, + "type=top": { + "model": "otemod:block/red_pool_tile_slab_top" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/red_pool_tile_stairs.json b/src/generated/resources/assets/otemod/blockstates/red_pool_tile_stairs.json new file mode 100644 index 0000000..07f55ea --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/red_pool_tile_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "otemod:block/red_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "otemod:block/red_pool_tile_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "otemod:block/red_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "otemod:block/red_pool_tile_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "otemod:block/red_pool_tile_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "otemod:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "otemod:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "otemod:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "otemod:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "otemod:block/red_pool_tile_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "otemod:block/red_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "otemod:block/red_pool_tile_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "otemod:block/red_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "otemod:block/red_pool_tile_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "otemod:block/red_pool_tile_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "otemod:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "otemod:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "otemod:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "otemod:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "otemod:block/red_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "otemod:block/red_pool_tile_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "otemod:block/red_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "otemod:block/red_pool_tile_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "otemod:block/red_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "otemod:block/red_pool_tile_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "otemod:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "otemod:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "otemod:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "otemod:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "otemod:block/red_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "otemod:block/red_pool_tile_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "otemod:block/red_pool_tile_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "otemod:block/red_pool_tile_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "otemod:block/red_pool_tile_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "otemod:block/red_pool_tile_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "otemod:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "otemod:block/red_pool_tile_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "otemod:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "otemod:block/red_pool_tile_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "otemod:block/red_pool_tile_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/uncrafter.json b/src/generated/resources/assets/otemod/blockstates/uncrafter.json new file mode 100644 index 0000000..adb8dcf --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/uncrafter.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "otemod:block/uncrafter", + "y": 90 + }, + "facing=north": { + "model": "otemod:block/uncrafter" + }, + "facing=south": { + "model": "otemod:block/uncrafter", + "y": 180 + }, + "facing=west": { + "model": "otemod:block/uncrafter", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/blockstates/vault_steel_ore_block.json b/src/generated/resources/assets/otemod/blockstates/vault_steel_ore_block.json new file mode 100644 index 0000000..0af1085 --- /dev/null +++ b/src/generated/resources/assets/otemod/blockstates/vault_steel_ore_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/vault_steel_ore_block" + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/blue_pool_light.json b/src/generated/resources/assets/otemod/models/block/blue_pool_light.json new file mode 100644 index 0000000..0d3203f --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/blue_pool_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/blue_pool_light" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/blue_pool_tile.json b/src/generated/resources/assets/otemod/models/block/blue_pool_tile.json new file mode 100644 index 0000000..5fc8645 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/blue_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/blue_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/block/blue_pool_tile_slab.json new file mode 100644 index 0000000..16f61c0 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/blue_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "otemod:block/blue_pool_tile", + "side": "otemod:block/blue_pool_tile", + "top": "otemod:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/blue_pool_tile_slab_top.json b/src/generated/resources/assets/otemod/models/block/blue_pool_tile_slab_top.json new file mode 100644 index 0000000..2bcc6e1 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/blue_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "otemod:block/blue_pool_tile", + "side": "otemod:block/blue_pool_tile", + "top": "otemod:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/blue_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/block/blue_pool_tile_stairs.json new file mode 100644 index 0000000..7f053c7 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/blue_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "otemod:block/blue_pool_tile", + "side": "otemod:block/blue_pool_tile", + "top": "otemod:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/blue_pool_tile_stairs_inner.json b/src/generated/resources/assets/otemod/models/block/blue_pool_tile_stairs_inner.json new file mode 100644 index 0000000..c809b25 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/blue_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "otemod:block/blue_pool_tile", + "side": "otemod:block/blue_pool_tile", + "top": "otemod:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/blue_pool_tile_stairs_outer.json b/src/generated/resources/assets/otemod/models/block/blue_pool_tile_stairs_outer.json new file mode 100644 index 0000000..77e625b --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/blue_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "otemod:block/blue_pool_tile", + "side": "otemod:block/blue_pool_tile", + "top": "otemod:block/blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/compressed_obsidian_block.json b/src/generated/resources/assets/otemod/models/block/compressed_obsidian_block.json new file mode 100644 index 0000000..2cf19c9 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/compressed_obsidian_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/compressed_obsidian_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dark_pool_light.json b/src/generated/resources/assets/otemod/models/block/dark_pool_light.json new file mode 100644 index 0000000..522efee --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dark_pool_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/dark_pool_light" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dark_pool_tile.json b/src/generated/resources/assets/otemod/models/block/dark_pool_tile.json new file mode 100644 index 0000000..7b04852 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dark_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/dark_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dark_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/block/dark_pool_tile_slab.json new file mode 100644 index 0000000..6dc99a4 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dark_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "otemod:block/dark_pool_tile", + "side": "otemod:block/dark_pool_tile", + "top": "otemod:block/dark_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dark_pool_tile_slab_top.json b/src/generated/resources/assets/otemod/models/block/dark_pool_tile_slab_top.json new file mode 100644 index 0000000..8bb856c --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dark_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "otemod:block/dark_pool_tile", + "side": "otemod:block/dark_pool_tile", + "top": "otemod:block/dark_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dark_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/block/dark_pool_tile_stairs.json new file mode 100644 index 0000000..4975331 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dark_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "otemod:block/dark_pool_tile", + "side": "otemod:block/dark_pool_tile", + "top": "otemod:block/dark_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dark_pool_tile_stairs_inner.json b/src/generated/resources/assets/otemod/models/block/dark_pool_tile_stairs_inner.json new file mode 100644 index 0000000..a967c30 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dark_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "otemod:block/dark_pool_tile", + "side": "otemod:block/dark_pool_tile", + "top": "otemod:block/dark_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dark_pool_tile_stairs_outer.json b/src/generated/resources/assets/otemod/models/block/dark_pool_tile_stairs_outer.json new file mode 100644 index 0000000..3e3d28f --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dark_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "otemod:block/dark_pool_tile", + "side": "otemod:block/dark_pool_tile", + "top": "otemod:block/dark_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dark_red_carpet.json b/src/generated/resources/assets/otemod/models/block/dark_red_carpet.json new file mode 100644 index 0000000..d16b3d9 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dark_red_carpet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/carpet", + "textures": { + "wool": "otemod:block/dark_red_wool" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dark_red_wool.json b/src/generated/resources/assets/otemod/models/block/dark_red_wool.json new file mode 100644 index 0000000..68e72aa --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dark_red_wool.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/dark_red_wool" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/deepslate_eternium_ore_block.json b/src/generated/resources/assets/otemod/models/block/deepslate_eternium_ore_block.json similarity index 65% rename from src/main/resources/assets/otemod/models/block/deepslate_eternium_ore_block.json rename to src/generated/resources/assets/otemod/models/block/deepslate_eternium_ore_block.json index 60fd21c..2fc713b 100644 --- a/src/main/resources/assets/otemod/models/block/deepslate_eternium_ore_block.json +++ b/src/generated/resources/assets/otemod/models/block/deepslate_eternium_ore_block.json @@ -1,6 +1,6 @@ { - "parent": "block/cube_all", + "parent": "minecraft:block/cube_all", "textures": { "all": "otemod:block/deepslate_eternium_ore_block" } -} +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_light.json b/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_light.json new file mode 100644 index 0000000..baac6a5 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/dirty_blue_pool_light" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile.json b/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile.json new file mode 100644 index 0000000..6460b17 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_slab.json new file mode 100644 index 0000000..570d22f --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "otemod:block/dirty_blue_pool_tile", + "side": "otemod:block/dirty_blue_pool_tile", + "top": "otemod:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_slab_top.json b/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_slab_top.json new file mode 100644 index 0000000..9d95a5e --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "otemod:block/dirty_blue_pool_tile", + "side": "otemod:block/dirty_blue_pool_tile", + "top": "otemod:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_stairs.json new file mode 100644 index 0000000..1cd1b8f --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "otemod:block/dirty_blue_pool_tile", + "side": "otemod:block/dirty_blue_pool_tile", + "top": "otemod:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_stairs_inner.json b/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_stairs_inner.json new file mode 100644 index 0000000..55f0a4e --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "otemod:block/dirty_blue_pool_tile", + "side": "otemod:block/dirty_blue_pool_tile", + "top": "otemod:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_stairs_outer.json b/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_stairs_outer.json new file mode 100644 index 0000000..3f4b2d7 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_blue_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "otemod:block/dirty_blue_pool_tile", + "side": "otemod:block/dirty_blue_pool_tile", + "top": "otemod:block/dirty_blue_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_green_pool_light.json b/src/generated/resources/assets/otemod/models/block/dirty_green_pool_light.json new file mode 100644 index 0000000..fc0f9df --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_green_pool_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/dirty_green_pool_light" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile.json b/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile.json new file mode 100644 index 0000000..4c151c2 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_slab.json new file mode 100644 index 0000000..f6dad9f --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "otemod:block/dirty_green_pool_tile", + "side": "otemod:block/dirty_green_pool_tile", + "top": "otemod:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_slab_top.json b/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_slab_top.json new file mode 100644 index 0000000..69dbf70 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "otemod:block/dirty_green_pool_tile", + "side": "otemod:block/dirty_green_pool_tile", + "top": "otemod:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_stairs.json new file mode 100644 index 0000000..f99cfd2 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "otemod:block/dirty_green_pool_tile", + "side": "otemod:block/dirty_green_pool_tile", + "top": "otemod:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_stairs_inner.json b/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_stairs_inner.json new file mode 100644 index 0000000..10ee6d8 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "otemod:block/dirty_green_pool_tile", + "side": "otemod:block/dirty_green_pool_tile", + "top": "otemod:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_stairs_outer.json b/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_stairs_outer.json new file mode 100644 index 0000000..19f648d --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_green_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "otemod:block/dirty_green_pool_tile", + "side": "otemod:block/dirty_green_pool_tile", + "top": "otemod:block/dirty_green_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_pool_light.json b/src/generated/resources/assets/otemod/models/block/dirty_pool_light.json new file mode 100644 index 0000000..d1df817 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_pool_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/dirty_pool_light" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_pool_tile.json b/src/generated/resources/assets/otemod/models/block/dirty_pool_tile.json new file mode 100644 index 0000000..769c026 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_slab.json new file mode 100644 index 0000000..0273ab7 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "otemod:block/dirty_pool_tile", + "side": "otemod:block/dirty_pool_tile", + "top": "otemod:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_slab_top.json b/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_slab_top.json new file mode 100644 index 0000000..7785114 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "otemod:block/dirty_pool_tile", + "side": "otemod:block/dirty_pool_tile", + "top": "otemod:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_stairs.json new file mode 100644 index 0000000..69715ce --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "otemod:block/dirty_pool_tile", + "side": "otemod:block/dirty_pool_tile", + "top": "otemod:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_stairs_inner.json b/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_stairs_inner.json new file mode 100644 index 0000000..681c5e9 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "otemod:block/dirty_pool_tile", + "side": "otemod:block/dirty_pool_tile", + "top": "otemod:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_stairs_outer.json b/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_stairs_outer.json new file mode 100644 index 0000000..dc16585 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "otemod:block/dirty_pool_tile", + "side": "otemod:block/dirty_pool_tile", + "top": "otemod:block/dirty_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_red_pool_light.json b/src/generated/resources/assets/otemod/models/block/dirty_red_pool_light.json new file mode 100644 index 0000000..449b730 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_red_pool_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/dirty_red_pool_light" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile.json b/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile.json new file mode 100644 index 0000000..faeb123 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_slab.json new file mode 100644 index 0000000..dcefb67 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "otemod:block/dirty_red_pool_tile", + "side": "otemod:block/dirty_red_pool_tile", + "top": "otemod:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_slab_top.json b/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_slab_top.json new file mode 100644 index 0000000..9414481 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "otemod:block/dirty_red_pool_tile", + "side": "otemod:block/dirty_red_pool_tile", + "top": "otemod:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_stairs.json new file mode 100644 index 0000000..7a0cb82 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "otemod:block/dirty_red_pool_tile", + "side": "otemod:block/dirty_red_pool_tile", + "top": "otemod:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_stairs_inner.json b/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_stairs_inner.json new file mode 100644 index 0000000..6bf220f --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "otemod:block/dirty_red_pool_tile", + "side": "otemod:block/dirty_red_pool_tile", + "top": "otemod:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_stairs_outer.json b/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_stairs_outer.json new file mode 100644 index 0000000..b8d02bf --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/dirty_red_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "otemod:block/dirty_red_pool_tile", + "side": "otemod:block/dirty_red_pool_tile", + "top": "otemod:block/dirty_red_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/eternium_block.json b/src/generated/resources/assets/otemod/models/block/eternium_block.json new file mode 100644 index 0000000..8b6a3f0 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/eternium_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/eternium_block" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/eternium_ore_block.json b/src/generated/resources/assets/otemod/models/block/eternium_ore_block.json similarity index 62% rename from src/main/resources/assets/otemod/models/block/eternium_ore_block.json rename to src/generated/resources/assets/otemod/models/block/eternium_ore_block.json index ac2cf9b..71ceb72 100644 --- a/src/main/resources/assets/otemod/models/block/eternium_ore_block.json +++ b/src/generated/resources/assets/otemod/models/block/eternium_ore_block.json @@ -1,6 +1,6 @@ { - "parent": "block/cube_all", + "parent": "minecraft:block/cube_all", "textures": { "all": "otemod:block/eternium_ore_block" } -} +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/filthy_blue_pool_light.json b/src/generated/resources/assets/otemod/models/block/filthy_blue_pool_light.json new file mode 100644 index 0000000..e7353f9 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/filthy_blue_pool_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/filthy_blue_pool_light" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/filthy_green_pool_light.json b/src/generated/resources/assets/otemod/models/block/filthy_green_pool_light.json new file mode 100644 index 0000000..6fd8e2f --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/filthy_green_pool_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/filthy_green_pool_light" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/filthy_pool_light.json b/src/generated/resources/assets/otemod/models/block/filthy_pool_light.json new file mode 100644 index 0000000..4e88189 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/filthy_pool_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/filthy_pool_light" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/filthy_red_pool_light.json b/src/generated/resources/assets/otemod/models/block/filthy_red_pool_light.json new file mode 100644 index 0000000..1e44e8a --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/filthy_red_pool_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/filthy_red_pool_light" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/green_pool_light.json b/src/generated/resources/assets/otemod/models/block/green_pool_light.json new file mode 100644 index 0000000..18bff4d --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/green_pool_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/green_pool_light" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/green_pool_tile.json b/src/generated/resources/assets/otemod/models/block/green_pool_tile.json new file mode 100644 index 0000000..cef5b93 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/green_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/green_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/block/green_pool_tile_slab.json new file mode 100644 index 0000000..c126c67 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/green_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "otemod:block/green_pool_tile", + "side": "otemod:block/green_pool_tile", + "top": "otemod:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/green_pool_tile_slab_top.json b/src/generated/resources/assets/otemod/models/block/green_pool_tile_slab_top.json new file mode 100644 index 0000000..8fa11d1 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/green_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "otemod:block/green_pool_tile", + "side": "otemod:block/green_pool_tile", + "top": "otemod:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/green_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/block/green_pool_tile_stairs.json new file mode 100644 index 0000000..389d97f --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/green_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "otemod:block/green_pool_tile", + "side": "otemod:block/green_pool_tile", + "top": "otemod:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/green_pool_tile_stairs_inner.json b/src/generated/resources/assets/otemod/models/block/green_pool_tile_stairs_inner.json new file mode 100644 index 0000000..8c25c14 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/green_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "otemod:block/green_pool_tile", + "side": "otemod:block/green_pool_tile", + "top": "otemod:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/green_pool_tile_stairs_outer.json b/src/generated/resources/assets/otemod/models/block/green_pool_tile_stairs_outer.json new file mode 100644 index 0000000..a171a27 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/green_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "otemod:block/green_pool_tile", + "side": "otemod:block/green_pool_tile", + "top": "otemod:block/green_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/layered_compressed_obsidian_block.json b/src/generated/resources/assets/otemod/models/block/layered_compressed_obsidian_block.json new file mode 100644 index 0000000..301c4b9 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/layered_compressed_obsidian_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/layered_compressed_obsidian_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/nether_vault_steel_ore_block.json b/src/generated/resources/assets/otemod/models/block/nether_vault_steel_ore_block.json new file mode 100644 index 0000000..d7a7250 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/nether_vault_steel_ore_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/nether_vault_steel_ore_block" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/pool_light.json b/src/generated/resources/assets/otemod/models/block/pool_light.json new file mode 100644 index 0000000..23e999f --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/pool_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/pool_light" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/pool_tile.json b/src/generated/resources/assets/otemod/models/block/pool_tile.json new file mode 100644 index 0000000..bd07edc --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/pool_tile_slab.json b/src/generated/resources/assets/otemod/models/block/pool_tile_slab.json new file mode 100644 index 0000000..69a073b --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "otemod:block/pool_tile", + "side": "otemod:block/pool_tile", + "top": "otemod:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/pool_tile_slab_top.json b/src/generated/resources/assets/otemod/models/block/pool_tile_slab_top.json new file mode 100644 index 0000000..fc6a3c2 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "otemod:block/pool_tile", + "side": "otemod:block/pool_tile", + "top": "otemod:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/block/pool_tile_stairs.json new file mode 100644 index 0000000..7c09d07 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "otemod:block/pool_tile", + "side": "otemod:block/pool_tile", + "top": "otemod:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/pool_tile_stairs_inner.json b/src/generated/resources/assets/otemod/models/block/pool_tile_stairs_inner.json new file mode 100644 index 0000000..11e341b --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "otemod:block/pool_tile", + "side": "otemod:block/pool_tile", + "top": "otemod:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/pool_tile_stairs_outer.json b/src/generated/resources/assets/otemod/models/block/pool_tile_stairs_outer.json new file mode 100644 index 0000000..c450868 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "otemod:block/pool_tile", + "side": "otemod:block/pool_tile", + "top": "otemod:block/pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/red_pool_light.json b/src/generated/resources/assets/otemod/models/block/red_pool_light.json new file mode 100644 index 0000000..18e6c30 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/red_pool_light.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/red_pool_light" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/red_pool_tile.json b/src/generated/resources/assets/otemod/models/block/red_pool_tile.json new file mode 100644 index 0000000..e09bffc --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/red_pool_tile.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/red_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/block/red_pool_tile_slab.json new file mode 100644 index 0000000..7099f7a --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/red_pool_tile_slab.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab", + "textures": { + "bottom": "otemod:block/red_pool_tile", + "side": "otemod:block/red_pool_tile", + "top": "otemod:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/red_pool_tile_slab_top.json b/src/generated/resources/assets/otemod/models/block/red_pool_tile_slab_top.json new file mode 100644 index 0000000..eb91d38 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/red_pool_tile_slab_top.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/slab_top", + "textures": { + "bottom": "otemod:block/red_pool_tile", + "side": "otemod:block/red_pool_tile", + "top": "otemod:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/red_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/block/red_pool_tile_stairs.json new file mode 100644 index 0000000..94aa233 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/red_pool_tile_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "otemod:block/red_pool_tile", + "side": "otemod:block/red_pool_tile", + "top": "otemod:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/red_pool_tile_stairs_inner.json b/src/generated/resources/assets/otemod/models/block/red_pool_tile_stairs_inner.json new file mode 100644 index 0000000..c83f2dd --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/red_pool_tile_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "otemod:block/red_pool_tile", + "side": "otemod:block/red_pool_tile", + "top": "otemod:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/red_pool_tile_stairs_outer.json b/src/generated/resources/assets/otemod/models/block/red_pool_tile_stairs_outer.json new file mode 100644 index 0000000..38e50c2 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/red_pool_tile_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "otemod:block/red_pool_tile", + "side": "otemod:block/red_pool_tile", + "top": "otemod:block/red_pool_tile" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/uncrafter.json b/src/generated/resources/assets/otemod/models/block/uncrafter.json new file mode 100644 index 0000000..2cc6cce --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/uncrafter.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/custommodel/uncrafter" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/block/vault_steel_ore_block.json b/src/generated/resources/assets/otemod/models/block/vault_steel_ore_block.json new file mode 100644 index 0000000..f1dbf81 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/block/vault_steel_ore_block.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:block/cube_all", + "textures": { + "all": "otemod:block/vault_steel_ore_block" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/aurora_door.json b/src/generated/resources/assets/otemod/models/item/aurora_compound.json similarity index 59% rename from src/main/resources/assets/otemod/models/item/aurora_door.json rename to src/generated/resources/assets/otemod/models/item/aurora_compound.json index 7c36c37..a42be90 100644 --- a/src/main/resources/assets/otemod/models/item/aurora_door.json +++ b/src/generated/resources/assets/otemod/models/item/aurora_compound.json @@ -1,6 +1,6 @@ { "parent": "minecraft:item/generated", "textures": { - "layer0": "otemod:item/aurora_door" + "layer0": "otemod:item/deprecated" } -} +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/blue_brick.json b/src/generated/resources/assets/otemod/models/item/blue_brick.json new file mode 100644 index 0000000..e1ce0fb --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/blue_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/blue_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/blue_pool_light.json b/src/generated/resources/assets/otemod/models/item/blue_pool_light.json new file mode 100644 index 0000000..4272c1e --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/blue_pool_light.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/blue_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/blue_pool_tile.json b/src/generated/resources/assets/otemod/models/item/blue_pool_tile.json new file mode 100644 index 0000000..cb0dcec --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/blue_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/blue_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/blue_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/item/blue_pool_tile_slab.json new file mode 100644 index 0000000..39d5eea --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/blue_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/blue_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/blue_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/item/blue_pool_tile_stairs.json new file mode 100644 index 0000000..9223baa --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/blue_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/blue_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/compressed_obsidian_block.json b/src/generated/resources/assets/otemod/models/item/compressed_obsidian_block.json new file mode 100644 index 0000000..e393283 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/compressed_obsidian_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/compressed_obsidian_block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/compressed_obsidian_sheet.json b/src/generated/resources/assets/otemod/models/item/compressed_obsidian_sheet.json new file mode 100644 index 0000000..5ddc7eb --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/compressed_obsidian_sheet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/compressed_obsidian_sheet" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/cyan_brick.json b/src/generated/resources/assets/otemod/models/item/cyan_brick.json new file mode 100644 index 0000000..9ffc29a --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/cyan_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/cyan_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dark_pool_light.json b/src/generated/resources/assets/otemod/models/item/dark_pool_light.json new file mode 100644 index 0000000..3ea2c12 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dark_pool_light.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dark_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dark_pool_tile.json b/src/generated/resources/assets/otemod/models/item/dark_pool_tile.json new file mode 100644 index 0000000..65f1f63 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dark_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dark_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dark_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/item/dark_pool_tile_slab.json new file mode 100644 index 0000000..64ee037 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dark_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dark_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dark_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/item/dark_pool_tile_stairs.json new file mode 100644 index 0000000..b0f6a9d --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dark_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dark_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dark_red_brick.json b/src/generated/resources/assets/otemod/models/item/dark_red_brick.json new file mode 100644 index 0000000..4d4b342 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dark_red_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/dark_red_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dark_red_carpet.json b/src/generated/resources/assets/otemod/models/item/dark_red_carpet.json new file mode 100644 index 0000000..df83b24 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dark_red_carpet.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dark_red_carpet" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dark_red_dye.json b/src/generated/resources/assets/otemod/models/item/dark_red_dye.json new file mode 100644 index 0000000..c23d9da --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dark_red_dye.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/dark_red_dye" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dark_red_wool.json b/src/generated/resources/assets/otemod/models/item/dark_red_wool.json new file mode 100644 index 0000000..8404438 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dark_red_wool.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dark_red_wool" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/deepslate_eternium_ore_block.json b/src/generated/resources/assets/otemod/models/item/deepslate_eternium_ore_block.json similarity index 100% rename from src/main/resources/assets/otemod/models/item/deepslate_eternium_ore_block.json rename to src/generated/resources/assets/otemod/models/item/deepslate_eternium_ore_block.json diff --git a/src/generated/resources/assets/otemod/models/item/deprecated.json b/src/generated/resources/assets/otemod/models/item/deprecated.json new file mode 100644 index 0000000..a42be90 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/deprecated.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/deprecated" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_blue_pool_light.json b/src/generated/resources/assets/otemod/models/item/dirty_blue_pool_light.json new file mode 100644 index 0000000..48e06c5 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_blue_pool_light.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_blue_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_blue_pool_tile.json b/src/generated/resources/assets/otemod/models/item/dirty_blue_pool_tile.json new file mode 100644 index 0000000..036bbc7 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_blue_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_blue_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_blue_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/item/dirty_blue_pool_tile_slab.json new file mode 100644 index 0000000..f9e42c2 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_blue_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_blue_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_blue_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/item/dirty_blue_pool_tile_stairs.json new file mode 100644 index 0000000..744bcc4 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_blue_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_blue_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_green_pool_light.json b/src/generated/resources/assets/otemod/models/item/dirty_green_pool_light.json new file mode 100644 index 0000000..992b5e9 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_green_pool_light.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_green_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_green_pool_tile.json b/src/generated/resources/assets/otemod/models/item/dirty_green_pool_tile.json new file mode 100644 index 0000000..bbe9e89 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_green_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_green_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_green_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/item/dirty_green_pool_tile_slab.json new file mode 100644 index 0000000..e7a0665 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_green_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_green_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_green_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/item/dirty_green_pool_tile_stairs.json new file mode 100644 index 0000000..53fce39 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_green_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_green_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_pool_light.json b/src/generated/resources/assets/otemod/models/item/dirty_pool_light.json new file mode 100644 index 0000000..02789d7 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_pool_light.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_pool_tile.json b/src/generated/resources/assets/otemod/models/item/dirty_pool_tile.json new file mode 100644 index 0000000..b97c599 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/item/dirty_pool_tile_slab.json new file mode 100644 index 0000000..4fb33aa --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/item/dirty_pool_tile_stairs.json new file mode 100644 index 0000000..0e1babc --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_red_pool_light.json b/src/generated/resources/assets/otemod/models/item/dirty_red_pool_light.json new file mode 100644 index 0000000..7af0bfb --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_red_pool_light.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_red_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_red_pool_tile.json b/src/generated/resources/assets/otemod/models/item/dirty_red_pool_tile.json new file mode 100644 index 0000000..31ac54e --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_red_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_red_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_red_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/item/dirty_red_pool_tile_slab.json new file mode 100644 index 0000000..53f72ad --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_red_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_red_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/dirty_red_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/item/dirty_red_pool_tile_stairs.json new file mode 100644 index 0000000..b9cc523 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/dirty_red_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/dirty_red_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/empty_spawn_egg.json b/src/generated/resources/assets/otemod/models/item/empty_spawn_egg.json new file mode 100644 index 0000000..595836c --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/empty_spawn_egg.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/empty_spawn_egg" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/encased_singularity.json b/src/generated/resources/assets/otemod/models/item/encased_singularity.json new file mode 100644 index 0000000..0b13c55 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/encased_singularity.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/encased_singularity" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/eternium_block.json b/src/generated/resources/assets/otemod/models/item/eternium_block.json new file mode 100644 index 0000000..a6a40b5 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/eternium_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/eternium_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/eternium_fragment.json b/src/generated/resources/assets/otemod/models/item/eternium_fragment.json similarity index 62% rename from src/main/resources/assets/otemod/models/item/eternium_fragment.json rename to src/generated/resources/assets/otemod/models/item/eternium_fragment.json index 38bc7d2..c1ecdd2 100644 --- a/src/main/resources/assets/otemod/models/item/eternium_fragment.json +++ b/src/generated/resources/assets/otemod/models/item/eternium_fragment.json @@ -1,6 +1,6 @@ { - "parent": "item/generated", + "parent": "minecraft:item/generated", "textures": { "layer0": "otemod:item/eternium_fragment" } -} +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/eternium_ingot.json b/src/generated/resources/assets/otemod/models/item/eternium_ingot.json new file mode 100644 index 0000000..6e574bb --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/eternium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/eternium_ingot" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/eternium_ore.json b/src/generated/resources/assets/otemod/models/item/eternium_ore.json similarity index 60% rename from src/main/resources/assets/otemod/models/item/eternium_ore.json rename to src/generated/resources/assets/otemod/models/item/eternium_ore.json index 09a92be..5b611e7 100644 --- a/src/main/resources/assets/otemod/models/item/eternium_ore.json +++ b/src/generated/resources/assets/otemod/models/item/eternium_ore.json @@ -1,6 +1,6 @@ { - "parent": "item/generated", + "parent": "minecraft:item/generated", "textures": { "layer0": "otemod:item/eternium_ore" } -} +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/eternium_ore_block.json b/src/generated/resources/assets/otemod/models/item/eternium_ore_block.json similarity index 100% rename from src/main/resources/assets/otemod/models/item/eternium_ore_block.json rename to src/generated/resources/assets/otemod/models/item/eternium_ore_block.json diff --git a/src/generated/resources/assets/otemod/models/item/eternium_rod.json b/src/generated/resources/assets/otemod/models/item/eternium_rod.json new file mode 100644 index 0000000..d0e47a3 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/eternium_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/eternium_rod" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/filthy_blue_pool_light.json b/src/generated/resources/assets/otemod/models/item/filthy_blue_pool_light.json new file mode 100644 index 0000000..df23514 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/filthy_blue_pool_light.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/filthy_blue_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/filthy_green_pool_light.json b/src/generated/resources/assets/otemod/models/item/filthy_green_pool_light.json new file mode 100644 index 0000000..07e9f82 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/filthy_green_pool_light.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/filthy_green_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/filthy_pool_light.json b/src/generated/resources/assets/otemod/models/item/filthy_pool_light.json new file mode 100644 index 0000000..1a8ed2a --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/filthy_pool_light.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/filthy_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/filthy_red_pool_light.json b/src/generated/resources/assets/otemod/models/item/filthy_red_pool_light.json new file mode 100644 index 0000000..e6e9b7e --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/filthy_red_pool_light.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/filthy_red_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/green_brick.json b/src/generated/resources/assets/otemod/models/item/green_brick.json new file mode 100644 index 0000000..9f518cf --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/green_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/green_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/green_pool_light.json b/src/generated/resources/assets/otemod/models/item/green_pool_light.json new file mode 100644 index 0000000..ab00714 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/green_pool_light.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/green_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/green_pool_tile.json b/src/generated/resources/assets/otemod/models/item/green_pool_tile.json new file mode 100644 index 0000000..6d01da7 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/green_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/green_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/green_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/item/green_pool_tile_slab.json new file mode 100644 index 0000000..6950e37 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/green_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/green_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/green_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/item/green_pool_tile_stairs.json new file mode 100644 index 0000000..506609c --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/green_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/green_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/ihan_crystal.json b/src/generated/resources/assets/otemod/models/item/ihan_crystal.json similarity index 60% rename from src/main/resources/assets/otemod/models/item/ihan_crystal.json rename to src/generated/resources/assets/otemod/models/item/ihan_crystal.json index 7072ee4..2671058 100644 --- a/src/main/resources/assets/otemod/models/item/ihan_crystal.json +++ b/src/generated/resources/assets/otemod/models/item/ihan_crystal.json @@ -1,6 +1,6 @@ { - "parent": "item/generated", + "parent": "minecraft:item/generated", "textures": { "layer0": "otemod:item/ihan_crystal" } -} +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/ilusium_ingot.json b/src/generated/resources/assets/otemod/models/item/ilusium_ingot.json new file mode 100644 index 0000000..a42be90 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/ilusium_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/deprecated" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/ilusium_ore.json b/src/generated/resources/assets/otemod/models/item/ilusium_ore.json new file mode 100644 index 0000000..a42be90 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/ilusium_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/deprecated" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/ilusium_rod.json b/src/generated/resources/assets/otemod/models/item/ilusium_rod.json new file mode 100644 index 0000000..a42be90 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/ilusium_rod.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/deprecated" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/layered_compressed_obsidian_block.json b/src/generated/resources/assets/otemod/models/item/layered_compressed_obsidian_block.json new file mode 100644 index 0000000..52dec24 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/layered_compressed_obsidian_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/layered_compressed_obsidian_block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/layered_compressed_obsidian_sheet.json b/src/generated/resources/assets/otemod/models/item/layered_compressed_obsidian_sheet.json new file mode 100644 index 0000000..6f6e738 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/layered_compressed_obsidian_sheet.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/layered_compressed_obsidian_sheet" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/light_blue_brick.json b/src/generated/resources/assets/otemod/models/item/light_blue_brick.json new file mode 100644 index 0000000..6b4cd1a --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/light_blue_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/light_blue_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/lime_brick.json b/src/generated/resources/assets/otemod/models/item/lime_brick.json new file mode 100644 index 0000000..31d5e98 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/lime_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/lime_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/melted_ender_pearl.json b/src/generated/resources/assets/otemod/models/item/melted_ender_pearl.json new file mode 100644 index 0000000..95e85df --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/melted_ender_pearl.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/melted_ender_pearl" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/mob_capture_ball.json b/src/generated/resources/assets/otemod/models/item/mob_capture_ball.json new file mode 100644 index 0000000..7b0103c --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/mob_capture_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/mob_capture_ball" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/nether_vault_steel_ore_block.json b/src/generated/resources/assets/otemod/models/item/nether_vault_steel_ore_block.json new file mode 100644 index 0000000..0793a20 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/nether_vault_steel_ore_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/nether_vault_steel_ore_block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/partial_item.json b/src/generated/resources/assets/otemod/models/item/partial_item.json new file mode 100644 index 0000000..f889bf3 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/partial_item.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/partial_item" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/pool_light.json b/src/generated/resources/assets/otemod/models/item/pool_light.json new file mode 100644 index 0000000..50e76aa --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/pool_light.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/pool_tile.json b/src/generated/resources/assets/otemod/models/item/pool_tile.json new file mode 100644 index 0000000..c9ed58b --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/pool_tile_slab.json b/src/generated/resources/assets/otemod/models/item/pool_tile_slab.json new file mode 100644 index 0000000..907feb6 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/item/pool_tile_stairs.json new file mode 100644 index 0000000..b64d1c5 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/poss_ball.json b/src/generated/resources/assets/otemod/models/item/poss_ball.json new file mode 100644 index 0000000..a42be90 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/poss_ball.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/deprecated" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/raw_vault_steel_ore.json b/src/generated/resources/assets/otemod/models/item/raw_vault_steel_ore.json new file mode 100644 index 0000000..d99901a --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/raw_vault_steel_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/raw_vault_steel_ore" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/red_brick.json b/src/generated/resources/assets/otemod/models/item/red_brick.json new file mode 100644 index 0000000..84a81cf --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/red_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/red_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/red_pool_light.json b/src/generated/resources/assets/otemod/models/item/red_pool_light.json new file mode 100644 index 0000000..0d546d8 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/red_pool_light.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/red_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/red_pool_tile.json b/src/generated/resources/assets/otemod/models/item/red_pool_tile.json new file mode 100644 index 0000000..4c48ba8 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/red_pool_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/red_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/red_pool_tile_slab.json b/src/generated/resources/assets/otemod/models/item/red_pool_tile_slab.json new file mode 100644 index 0000000..1d81e6e --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/red_pool_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/red_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/red_pool_tile_stairs.json b/src/generated/resources/assets/otemod/models/item/red_pool_tile_stairs.json new file mode 100644 index 0000000..f141c6c --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/red_pool_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/red_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/scrubber_frame.json b/src/generated/resources/assets/otemod/models/item/scrubber_frame.json new file mode 100644 index 0000000..0cc0455 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/scrubber_frame.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/scrubber_frame" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/scrubber_frame_piece.json b/src/generated/resources/assets/otemod/models/item/scrubber_frame_piece.json new file mode 100644 index 0000000..79d2276 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/scrubber_frame_piece.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/scrubber_frame_piece" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/singularity.json b/src/generated/resources/assets/otemod/models/item/singularity.json new file mode 100644 index 0000000..f063ba7 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/singularity.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/singularity" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/uncrafter.json b/src/generated/resources/assets/otemod/models/item/uncrafter.json new file mode 100644 index 0000000..cba0602 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/uncrafter.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/uncrafter" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/vault.json b/src/generated/resources/assets/otemod/models/item/vault.json new file mode 100644 index 0000000..776ec22 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/vault.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/vault" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/vault_fragment_center.json b/src/generated/resources/assets/otemod/models/item/vault_fragment_center.json new file mode 100644 index 0000000..402b164 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/vault_fragment_center.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_center" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/vault_fragment_left.json b/src/generated/resources/assets/otemod/models/item/vault_fragment_left.json new file mode 100644 index 0000000..e5df909 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/vault_fragment_left.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_left" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/vault_fragment_lower.json b/src/generated/resources/assets/otemod/models/item/vault_fragment_lower.json new file mode 100644 index 0000000..2d0a28d --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/vault_fragment_lower.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_lower" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/vault_fragment_lower_left.json b/src/generated/resources/assets/otemod/models/item/vault_fragment_lower_left.json new file mode 100644 index 0000000..c663529 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/vault_fragment_lower_left.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_lower_left" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/vault_fragment_lower_right.json b/src/generated/resources/assets/otemod/models/item/vault_fragment_lower_right.json new file mode 100644 index 0000000..b2de2af --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/vault_fragment_lower_right.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_lower_right" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/vault_fragment_right.json b/src/generated/resources/assets/otemod/models/item/vault_fragment_right.json new file mode 100644 index 0000000..f9bfb12 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/vault_fragment_right.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_right" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/vault_fragment_upper.json b/src/generated/resources/assets/otemod/models/item/vault_fragment_upper.json new file mode 100644 index 0000000..b6e95ad --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/vault_fragment_upper.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_upper" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/vault_fragment_upper_left.json b/src/generated/resources/assets/otemod/models/item/vault_fragment_upper_left.json new file mode 100644 index 0000000..86c6931 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/vault_fragment_upper_left.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_upper_left" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/vault_fragment_upper_right.json b/src/generated/resources/assets/otemod/models/item/vault_fragment_upper_right.json new file mode 100644 index 0000000..69ae7b6 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/vault_fragment_upper_right.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/vault_fragment_upper_right" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/vault_steel_ingot.json b/src/generated/resources/assets/otemod/models/item/vault_steel_ingot.json new file mode 100644 index 0000000..d39c07b --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/vault_steel_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/vault_steel_ingot" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/vault_steel_ore_block.json b/src/generated/resources/assets/otemod/models/item/vault_steel_ore_block.json new file mode 100644 index 0000000..c56aba2 --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/vault_steel_ore_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/vault_steel_ore_block" +} \ No newline at end of file diff --git a/src/generated/resources/assets/otemod/models/item/white_brick.json b/src/generated/resources/assets/otemod/models/item/white_brick.json new file mode 100644 index 0000000..dae239f --- /dev/null +++ b/src/generated/resources/assets/otemod/models/item/white_brick.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/generated", + "textures": { + "layer0": "otemod:item/white_brick" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/blood_red.json b/src/generated/resources/data/otemod/loot_tables/blocks/blood_red.json new file mode 100644 index 0000000..859ea24 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/blood_red.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:blood_red" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/blood_red" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/blue_pool_light.json b/src/generated/resources/data/otemod/loot_tables/blocks/blue_pool_light.json new file mode 100644 index 0000000..8674500 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/blue_pool_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:blue_pool_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/blue_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/blue_pool_tile.json b/src/generated/resources/data/otemod/loot_tables/blocks/blue_pool_tile.json new file mode 100644 index 0000000..2e2e5dc --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/blue_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:blue_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/blue_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/blue_pool_tile_slab.json b/src/generated/resources/data/otemod/loot_tables/blocks/blue_pool_tile_slab.json new file mode 100644 index 0000000..e0f63df --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/blue_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "otemod:blue_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:blue_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/blue_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/blue_pool_tile_stairs.json b/src/generated/resources/data/otemod/loot_tables/blocks/blue_pool_tile_stairs.json new file mode 100644 index 0000000..368dd61 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/blue_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:blue_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/blue_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/clear_glass_block.json b/src/generated/resources/data/otemod/loot_tables/blocks/clear_glass_block.json new file mode 100644 index 0000000..5d187c0 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/clear_glass_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:clear_glass_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/clear_glass_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/compressed_obsidian_block.json b/src/generated/resources/data/otemod/loot_tables/blocks/compressed_obsidian_block.json new file mode 100644 index 0000000..c4a99f7 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/compressed_obsidian_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:compressed_obsidian_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/compressed_obsidian_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/compression_chamber.json b/src/generated/resources/data/otemod/loot_tables/blocks/compression_chamber.json new file mode 100644 index 0000000..4f5fb10 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/compression_chamber.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:compression_chamber" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/compression_chamber" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/cyan.json b/src/generated/resources/data/otemod/loot_tables/blocks/cyan.json new file mode 100644 index 0000000..61618a6 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/cyan.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:cyan" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/cyan" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/cyan_stairs.json b/src/generated/resources/data/otemod/loot_tables/blocks/cyan_stairs.json new file mode 100644 index 0000000..c96f402 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/cyan_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:cyan_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/cyan_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/cyan_tile.json b/src/generated/resources/data/otemod/loot_tables/blocks/cyan_tile.json new file mode 100644 index 0000000..414b7f8 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/cyan_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:cyan_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/cyan_tile" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/cyan_tile_br.json b/src/generated/resources/data/otemod/loot_tables/blocks/cyan_tile_br.json new file mode 100644 index 0000000..08aa1aa --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/cyan_tile_br.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:cyan_tile_br" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/cyan_tile_br" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/cyan_tile_to_wall.json b/src/generated/resources/data/otemod/loot_tables/blocks/cyan_tile_to_wall.json new file mode 100644 index 0000000..ccbf466 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/cyan_tile_to_wall.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:cyan_tile_to_wall" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/cyan_tile_to_wall" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/cyan_wall_variant_1.json b/src/generated/resources/data/otemod/loot_tables/blocks/cyan_wall_variant_1.json new file mode 100644 index 0000000..3bf62fc --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/cyan_wall_variant_1.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:cyan_wall_variant_1" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/cyan_wall_variant_1" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/cyan_wall_variant_2.json b/src/generated/resources/data/otemod/loot_tables/blocks/cyan_wall_variant_2.json new file mode 100644 index 0000000..1024eb2 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/cyan_wall_variant_2.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:cyan_wall_variant_2" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/cyan_wall_variant_2" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dark_pool_light.json b/src/generated/resources/data/otemod/loot_tables/blocks/dark_pool_light.json new file mode 100644 index 0000000..e4333d8 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dark_pool_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dark_pool_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dark_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dark_pool_tile.json b/src/generated/resources/data/otemod/loot_tables/blocks/dark_pool_tile.json new file mode 100644 index 0000000..6ebbeb5 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dark_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dark_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dark_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dark_pool_tile_slab.json b/src/generated/resources/data/otemod/loot_tables/blocks/dark_pool_tile_slab.json new file mode 100644 index 0000000..9251b2a --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dark_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "otemod:dark_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:dark_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dark_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dark_pool_tile_stairs.json b/src/generated/resources/data/otemod/loot_tables/blocks/dark_pool_tile_stairs.json new file mode 100644 index 0000000..c7160fc --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dark_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dark_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dark_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dark_red_carpet.json b/src/generated/resources/data/otemod/loot_tables/blocks/dark_red_carpet.json new file mode 100644 index 0000000..92b7d7b --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dark_red_carpet.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dark_red_carpet" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dark_red_carpet" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dark_red_wool.json b/src/generated/resources/data/otemod/loot_tables/blocks/dark_red_wool.json new file mode 100644 index 0000000..adccfd9 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dark_red_wool.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dark_red_wool" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dark_red_wool" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/deepslate_eternium_ore_block.json b/src/generated/resources/data/otemod/loot_tables/blocks/deepslate_eternium_ore_block.json new file mode 100644 index 0000000..615b51e --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/deepslate_eternium_ore_block.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "otemod:deepslate_eternium_ore_block" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:eternium_ore" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/deepslate_eternium_ore_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/deepslate_ilusium_ore_block.json b/src/generated/resources/data/otemod/loot_tables/blocks/deepslate_ilusium_ore_block.json new file mode 100644 index 0000000..038f8cc --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/deepslate_ilusium_ore_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:deepslate_ilusium_ore_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/deepslate_ilusium_ore_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_blue_pool_light.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_blue_pool_light.json new file mode 100644 index 0000000..ded063f --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_blue_pool_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dirty_blue_pool_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_blue_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_blue_pool_tile.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_blue_pool_tile.json new file mode 100644 index 0000000..f08f26d --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_blue_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dirty_blue_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_blue_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_blue_pool_tile_slab.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_blue_pool_tile_slab.json new file mode 100644 index 0000000..38dbd07 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_blue_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "otemod:dirty_blue_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:dirty_blue_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_blue_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_blue_pool_tile_stairs.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_blue_pool_tile_stairs.json new file mode 100644 index 0000000..55e2e07 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_blue_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dirty_blue_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_blue_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_green_pool_light.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_green_pool_light.json new file mode 100644 index 0000000..41e9ca4 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_green_pool_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dirty_green_pool_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_green_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_green_pool_tile.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_green_pool_tile.json new file mode 100644 index 0000000..469ca49 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_green_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dirty_green_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_green_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_green_pool_tile_slab.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_green_pool_tile_slab.json new file mode 100644 index 0000000..07a320a --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_green_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "otemod:dirty_green_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:dirty_green_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_green_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_green_pool_tile_stairs.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_green_pool_tile_stairs.json new file mode 100644 index 0000000..e300879 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_green_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dirty_green_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_green_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_pool_light.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_pool_light.json new file mode 100644 index 0000000..6ae0866 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_pool_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dirty_pool_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_pool_tile.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_pool_tile.json new file mode 100644 index 0000000..d79ae83 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dirty_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_pool_tile_slab.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_pool_tile_slab.json new file mode 100644 index 0000000..ae8670d --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "otemod:dirty_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:dirty_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_pool_tile_stairs.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_pool_tile_stairs.json new file mode 100644 index 0000000..8af15ed --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dirty_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_red_pool_light.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_red_pool_light.json new file mode 100644 index 0000000..ac36896 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_red_pool_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dirty_red_pool_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_red_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_red_pool_tile.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_red_pool_tile.json new file mode 100644 index 0000000..84043aa --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_red_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dirty_red_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_red_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_red_pool_tile_slab.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_red_pool_tile_slab.json new file mode 100644 index 0000000..560ff79 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_red_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "otemod:dirty_red_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:dirty_red_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_red_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/dirty_red_pool_tile_stairs.json b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_red_pool_tile_stairs.json new file mode 100644 index 0000000..427a4b9 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/dirty_red_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:dirty_red_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/dirty_red_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/eternium_block.json b/src/generated/resources/data/otemod/loot_tables/blocks/eternium_block.json new file mode 100644 index 0000000..dcd08ef --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/eternium_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:eternium_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/eternium_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/eternium_ore_block.json b/src/generated/resources/data/otemod/loot_tables/blocks/eternium_ore_block.json new file mode 100644 index 0000000..40f61f1 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/eternium_ore_block.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "otemod:eternium_ore_block" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:eternium_ore" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/eternium_ore_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/filthy_blue_pool_light.json b/src/generated/resources/data/otemod/loot_tables/blocks/filthy_blue_pool_light.json new file mode 100644 index 0000000..a7157c2 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/filthy_blue_pool_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:filthy_blue_pool_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/filthy_blue_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/filthy_green_pool_light.json b/src/generated/resources/data/otemod/loot_tables/blocks/filthy_green_pool_light.json new file mode 100644 index 0000000..a94c840 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/filthy_green_pool_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:filthy_green_pool_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/filthy_green_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/filthy_pool_light.json b/src/generated/resources/data/otemod/loot_tables/blocks/filthy_pool_light.json new file mode 100644 index 0000000..a9c2175 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/filthy_pool_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:filthy_pool_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/filthy_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/filthy_red_pool_light.json b/src/generated/resources/data/otemod/loot_tables/blocks/filthy_red_pool_light.json new file mode 100644 index 0000000..e4280cc --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/filthy_red_pool_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:filthy_red_pool_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/filthy_red_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/green_pool_light.json b/src/generated/resources/data/otemod/loot_tables/blocks/green_pool_light.json new file mode 100644 index 0000000..2616040 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/green_pool_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:green_pool_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/green_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/green_pool_tile.json b/src/generated/resources/data/otemod/loot_tables/blocks/green_pool_tile.json new file mode 100644 index 0000000..4d90137 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/green_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:green_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/green_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/green_pool_tile_slab.json b/src/generated/resources/data/otemod/loot_tables/blocks/green_pool_tile_slab.json new file mode 100644 index 0000000..890e828 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/green_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "otemod:green_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:green_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/green_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/green_pool_tile_stairs.json b/src/generated/resources/data/otemod/loot_tables/blocks/green_pool_tile_stairs.json new file mode 100644 index 0000000..4357d09 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/green_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:green_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/green_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/ilusium_block.json b/src/generated/resources/data/otemod/loot_tables/blocks/ilusium_block.json new file mode 100644 index 0000000..6462836 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/ilusium_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:ilusium_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/ilusium_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/ilusium_ore_block.json b/src/generated/resources/data/otemod/loot_tables/blocks/ilusium_ore_block.json new file mode 100644 index 0000000..0df78e2 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/ilusium_ore_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:ilusium_ore_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/ilusium_ore_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/item_scrubber.json b/src/generated/resources/data/otemod/loot_tables/blocks/item_scrubber.json new file mode 100644 index 0000000..950af9c --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/item_scrubber.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:item_scrubber" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/item_scrubber" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/layered_compressed_obsidian_block.json b/src/generated/resources/data/otemod/loot_tables/blocks/layered_compressed_obsidian_block.json new file mode 100644 index 0000000..6c892de --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/layered_compressed_obsidian_block.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:layered_compressed_obsidian_block" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/layered_compressed_obsidian_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/lime.json b/src/generated/resources/data/otemod/loot_tables/blocks/lime.json new file mode 100644 index 0000000..c7add37 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/lime.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:lime" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/lime" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/lime_stairs.json b/src/generated/resources/data/otemod/loot_tables/blocks/lime_stairs.json new file mode 100644 index 0000000..a6e2189 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/lime_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:lime_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/lime_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/lime_tile.json b/src/generated/resources/data/otemod/loot_tables/blocks/lime_tile.json new file mode 100644 index 0000000..fa854ff --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/lime_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:lime_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/lime_tile" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/lime_tile_br.json b/src/generated/resources/data/otemod/loot_tables/blocks/lime_tile_br.json new file mode 100644 index 0000000..b8156af --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/lime_tile_br.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:lime_tile_br" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/lime_tile_br" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/lime_tile_to_wall.json b/src/generated/resources/data/otemod/loot_tables/blocks/lime_tile_to_wall.json new file mode 100644 index 0000000..5b655dd --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/lime_tile_to_wall.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:lime_tile_to_wall" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/lime_tile_to_wall" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/lime_wall_variant_1.json b/src/generated/resources/data/otemod/loot_tables/blocks/lime_wall_variant_1.json new file mode 100644 index 0000000..b246d0b --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/lime_wall_variant_1.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:lime_wall_variant_1" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/lime_wall_variant_1" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/lime_wall_variant_2.json b/src/generated/resources/data/otemod/loot_tables/blocks/lime_wall_variant_2.json new file mode 100644 index 0000000..206dbeb --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/lime_wall_variant_2.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:lime_wall_variant_2" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/lime_wall_variant_2" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/liminal_tile_slab.json b/src/generated/resources/data/otemod/loot_tables/blocks/liminal_tile_slab.json new file mode 100644 index 0000000..fa94040 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/liminal_tile_slab.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:liminal_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/liminal_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/liminal_tile_stairs.json b/src/generated/resources/data/otemod/loot_tables/blocks/liminal_tile_stairs.json new file mode 100644 index 0000000..d686cd7 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/liminal_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:liminal_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/liminal_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/liminal_tiles.json b/src/generated/resources/data/otemod/loot_tables/blocks/liminal_tiles.json new file mode 100644 index 0000000..9b0a5c5 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/liminal_tiles.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:liminal_tiles" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/liminal_tiles" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/liminal_window.json b/src/generated/resources/data/otemod/loot_tables/blocks/liminal_window.json new file mode 100644 index 0000000..c82a985 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/liminal_window.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:liminal_window" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/liminal_window" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/magical_scrubber.json b/src/generated/resources/data/otemod/loot_tables/blocks/magical_scrubber.json new file mode 100644 index 0000000..e5bf3be --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/magical_scrubber.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:magical_scrubber" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/magical_scrubber" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/nether_vault_steel_ore_block.json b/src/generated/resources/data/otemod/loot_tables/blocks/nether_vault_steel_ore_block.json new file mode 100644 index 0000000..61308b6 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/nether_vault_steel_ore_block.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "otemod:nether_vault_steel_ore_block" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:raw_vault_steel_ore" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/nether_vault_steel_ore_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/pool_light.json b/src/generated/resources/data/otemod/loot_tables/blocks/pool_light.json new file mode 100644 index 0000000..89aa751 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/pool_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:pool_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/pool_tile.json b/src/generated/resources/data/otemod/loot_tables/blocks/pool_tile.json new file mode 100644 index 0000000..ca71535 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/pool_tile_slab.json b/src/generated/resources/data/otemod/loot_tables/blocks/pool_tile_slab.json new file mode 100644 index 0000000..f31be1b --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "otemod:pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/pool_tile_stairs.json b/src/generated/resources/data/otemod/loot_tables/blocks/pool_tile_stairs.json new file mode 100644 index 0000000..6a937d5 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/red_pool_light.json b/src/generated/resources/data/otemod/loot_tables/blocks/red_pool_light.json new file mode 100644 index 0000000..cc0cbce --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/red_pool_light.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:red_pool_light" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/red_pool_light" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/red_pool_tile.json b/src/generated/resources/data/otemod/loot_tables/blocks/red_pool_tile.json new file mode 100644 index 0000000..8d3ebde --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/red_pool_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:red_pool_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/red_pool_tile" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/red_pool_tile_slab.json b/src/generated/resources/data/otemod/loot_tables/blocks/red_pool_tile_slab.json new file mode 100644 index 0000000..18a85e0 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/red_pool_tile_slab.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:item", + "functions": [ + { + "add": false, + "conditions": [ + { + "block": "otemod:red_pool_tile_slab", + "condition": "minecraft:block_state_property", + "properties": { + "type": "double" + } + } + ], + "count": 2.0, + "function": "minecraft:set_count" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:red_pool_tile_slab" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/red_pool_tile_slab" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/red_pool_tile_stairs.json b/src/generated/resources/data/otemod/loot_tables/blocks/red_pool_tile_stairs.json new file mode 100644 index 0000000..8d1cdd2 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/red_pool_tile_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:red_pool_tile_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/red_pool_tile_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/red_stairs.json b/src/generated/resources/data/otemod/loot_tables/blocks/red_stairs.json new file mode 100644 index 0000000..6e4748a --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/red_stairs.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:red_stairs" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/red_stairs" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/red_tile.json b/src/generated/resources/data/otemod/loot_tables/blocks/red_tile.json new file mode 100644 index 0000000..9bc45dc --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/red_tile.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:red_tile" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/red_tile" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/red_tile_br.json b/src/generated/resources/data/otemod/loot_tables/blocks/red_tile_br.json new file mode 100644 index 0000000..f7340d0 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/red_tile_br.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:red_tile_br" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/red_tile_br" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/red_tile_to_wall.json b/src/generated/resources/data/otemod/loot_tables/blocks/red_tile_to_wall.json new file mode 100644 index 0000000..5446479 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/red_tile_to_wall.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:red_tile_to_wall" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/red_tile_to_wall" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/red_wall_variant_1.json b/src/generated/resources/data/otemod/loot_tables/blocks/red_wall_variant_1.json new file mode 100644 index 0000000..014849c --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/red_wall_variant_1.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:red_wall_variant_1" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/red_wall_variant_1" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/red_wall_variant_2.json b/src/generated/resources/data/otemod/loot_tables/blocks/red_wall_variant_2.json new file mode 100644 index 0000000..456949c --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/red_wall_variant_2.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:red_wall_variant_2" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/red_wall_variant_2" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/stable_singularity.json b/src/generated/resources/data/otemod/loot_tables/blocks/stable_singularity.json new file mode 100644 index 0000000..0730790 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/stable_singularity.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:stable_singularity" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/stable_singularity" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/uncrafter.json b/src/generated/resources/data/otemod/loot_tables/blocks/uncrafter.json new file mode 100644 index 0000000..1207e11 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/uncrafter.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:uncrafter" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/uncrafter" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/vault_steel_ore_block.json b/src/generated/resources/data/otemod/loot_tables/blocks/vault_steel_ore_block.json new file mode 100644 index 0000000..5c6d3c3 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/vault_steel_ore_block.json @@ -0,0 +1,50 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "otemod:vault_steel_ore_block" + }, + { + "type": "minecraft:item", + "functions": [ + { + "enchantment": "minecraft:fortune", + "formula": "minecraft:ore_drops", + "function": "minecraft:apply_bonus" + }, + { + "function": "minecraft:explosion_decay" + } + ], + "name": "otemod:raw_vault_steel_ore" + } + ] + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/vault_steel_ore_block" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/void.json b/src/generated/resources/data/otemod/loot_tables/blocks/void.json new file mode 100644 index 0000000..686adb1 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/void.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:void" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/void" +} \ No newline at end of file diff --git a/src/generated/resources/data/otemod/loot_tables/blocks/whiteout.json b/src/generated/resources/data/otemod/loot_tables/blocks/whiteout.json new file mode 100644 index 0000000..9243a56 --- /dev/null +++ b/src/generated/resources/data/otemod/loot_tables/blocks/whiteout.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "bonus_rolls": 0.0, + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ], + "entries": [ + { + "type": "minecraft:item", + "name": "otemod:whiteout" + } + ], + "rolls": 1.0 + } + ], + "random_sequence": "otemod:blocks/whiteout" +} \ No newline at end of file diff --git a/src/main/java/dev/zontreck/otemod/OTEMod.java b/src/main/java/dev/zontreck/otemod/OTEMod.java index 6065dfb..e0311d2 100644 --- a/src/main/java/dev/zontreck/otemod/OTEMod.java +++ b/src/main/java/dev/zontreck/otemod/OTEMod.java @@ -1,141 +1,198 @@ package dev.zontreck.otemod; -import java.sql.Connection; -import java.sql.SQLException; -import java.sql.Statement; -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; -import java.util.Set; - import com.mojang.logging.LogUtils; -import com.mojang.serialization.Codec; - +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.edlibmc.Auxiliaries; +import dev.zontreck.libzontreck.edlibmc.Registries; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.blocks.DeprecatedModBlocks; +import dev.zontreck.otemod.configs.snbt.ServerConfig; +import dev.zontreck.otemod.effects.ModEffects; +import dev.zontreck.otemod.effects.ModPotions; +import dev.zontreck.otemod.enchantments.FlightEnchantment; +import dev.zontreck.otemod.enchantments.NightVisionEnchantment; +import dev.zontreck.otemod.events.EventHandler; +import dev.zontreck.otemod.implementation.*; +import dev.zontreck.otemod.implementation.compressor.CompressionChamberScreen; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergyContainer; +import dev.zontreck.otemod.implementation.uncrafting.UncrafterScreen; +import dev.zontreck.otemod.implementation.vault.*; +import dev.zontreck.otemod.integrations.KeyBindings; +import dev.zontreck.otemod.items.DeprecatedModItems; +import dev.zontreck.otemod.networking.packets.EnergyRequestC2SPacket; +import dev.zontreck.otemod.recipe.ModRecipes; +import net.minecraft.client.Minecraft; import net.minecraft.client.gui.screens.MenuScreens; -import net.minecraft.network.chat.Component; +import net.minecraft.client.gui.screens.Screen; +import net.minecraft.core.BlockPos; import net.minecraft.resources.ResourceLocation; import net.minecraft.server.MinecraftServer; -import net.minecraft.world.entity.player.Player; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.item.ItemEntity; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.Items; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; +import net.minecraftforge.client.event.RegisterKeyMappingsEvent; import net.minecraftforge.common.MinecraftForge; -import net.minecraftforge.common.world.BiomeModifier; +import net.minecraftforge.event.TickEvent; 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.lifecycle.FMLClientSetupEvent; import net.minecraftforge.fml.event.lifecycle.FMLCommonSetupEvent; import net.minecraftforge.event.entity.item.ItemExpireEvent; import net.minecraftforge.event.server.ServerStartedEvent; import net.minecraftforge.event.server.ServerStoppingEvent; import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext; -import net.minecraftforge.registries.DeferredRegister; -import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.items.ItemStackHandler; import org.slf4j.Logger; -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.vectors.Vector3; import dev.zontreck.otemod.blocks.ModBlocks; +import dev.zontreck.otemod.blocks.entity.ModEntities; import dev.zontreck.otemod.chat.ChatServerOverride; import dev.zontreck.otemod.commands.CommandRegistry; -import dev.zontreck.otemod.commands.teleport.TeleportContainer; -import dev.zontreck.otemod.configs.OTEServerConfig; -import dev.zontreck.otemod.configs.Profile; -import dev.zontreck.otemod.database.Database; -import dev.zontreck.otemod.database.Database.DatabaseConnectionException; -import dev.zontreck.otemod.events.EventHandler; -import dev.zontreck.otemod.implementation.VaultScreen; -import dev.zontreck.otemod.implementation.VaultWatcher; -import dev.zontreck.otemod.implementation.inits.MenuInitializer; +import dev.zontreck.otemod.enchantments.ModEnchantments; +import dev.zontreck.otemod.entities.ModEntityTypes; +import dev.zontreck.otemod.events.LoreHandlers; +import dev.zontreck.otemod.implementation.inits.ModMenuTypes; +import dev.zontreck.otemod.implementation.scrubber.ItemScrubberScreen; +import dev.zontreck.otemod.implementation.scrubber.MagicalScrubberScreen; import dev.zontreck.otemod.items.ModItems; -import dev.zontreck.otemod.ore.Modifier.ModifierOfBiomes; +//import dev.zontreck.otemod.ore.Modifier.ModifierOfBiomes; +import dev.zontreck.otemod.networking.ModMessages; // The value here should match an entry in the META-INF/mods.toml file @Mod(OTEMod.MOD_ID) public class OTEMod { - public static final Vector3 ZERO_VECTOR = new Vector3(0,0,0); // Directly reference a slf4j logger public static final Logger LOGGER = LogUtils.getLogger(); - public static final String FIRST_JOIN_TAG = "dev.zontreck.otemod.firstjoin"; public static final String MOD_ID = "otemod"; - public static final String MODIFY_BIOMES = "modify_biomes"; - public static final ResourceLocation MODIFY_BIOMES_RL = new ResourceLocation(OTEMod.MOD_ID, MODIFY_BIOMES); - public static Database DB=null; - public static Map PROFILES = new HashMap(); - public static List TeleportRegistry = new ArrayList<>(); - public static MinecraftServer THE_SERVER; + + //public static List TeleportRegistry = new ArrayList<>(); public static boolean ALIVE=false; - public static boolean HEALER_WAIT=true; // Only on loading finish should this unlock - public static Thread HEALER_THREAD; public static boolean DEVELOPER=false; - private static Thread MasterThread; public static String OTEPrefix = ""; public static String ONLY_PLAYER = ""; + public static IEventBus bus; + + public OTEMod() { - OTEMod.OTEPrefix = ChatColor.doColors("!dark_gray![!dark_green!!bold!OTEMod!reset!!dark_gray!]!reset!"); + + OTEMod.OTEPrefix = ChatColor.doColors("!dark_gray![!dark_green!!bold!Thresholds!reset!!dark_gray!]!reset!"); OTEMod.ONLY_PLAYER = ChatColor.doColors("!dark_red!Only a player can execute this command"); - IEventBus bus = FMLJavaModLoadingContext.get().getModEventBus(); + bus = FMLJavaModLoadingContext.get().getModEventBus(); // Register the setup method for modloading bus.addListener(this::setup); + ServerConfig.load(); - ModLoadingContext.get().registerConfig(ModConfig.Type.SERVER, OTEServerConfig.SPEC, "otemod-rss-server.toml"); - - + Auxiliaries.init(MOD_ID, LOGGER, null); + Registries.init(MOD_ID, null, bus); // Register ourselves for server and other game events we are interested in - final DeferredRegister> serializers = DeferredRegister.create(ForgeRegistries.Keys.BIOME_MODIFIER_SERIALIZERS, OTEMod.MOD_ID); - serializers.register(bus); - serializers.register(MODIFY_BIOMES, ModifierOfBiomes::makeCodec); + //final DeferredRegister> serializers = DeferredRegister.create(ForgeRegistries.Keys.BIOME_MODIFIER_SERIALIZERS, OTEMod.MOD_ID); + //serializers.register(bus); + //serializers.register(MODIFY_BIOMES, ModifierOfBiomes::makeCodec); MinecraftForge.EVENT_BUS.register(this); - MinecraftForge.EVENT_BUS.register(new EventHandler()); + MinecraftForge.EVENT_BUS.register(new LoreHandlers()); MinecraftForge.EVENT_BUS.register(new ChatServerOverride()); MinecraftForge.EVENT_BUS.register(new CommandRegistry()); MinecraftForge.EVENT_BUS.register(new VaultWatcher()); - MinecraftForge.EVENT_BUS.register(new dev.zontreck.otemod.zschem.EventHandler()); - MenuInitializer.CONTAINERS.register(bus); + ModMenuTypes.CONTAINERS.register(bus); + MinecraftForge.EVENT_BUS.register(FlightEnchantment.class); + MinecraftForge.EVENT_BUS.register(NightVisionEnchantment.class); + MinecraftForge.EVENT_BUS.register(new EventHandler()); + + DeprecatedModBlocks.register(bus); ModBlocks.register(bus); + CreativeModeTabs.REGISTER.register(bus); ModItems.register(bus); + DeprecatedModItems.register(bus); + ModEntities.register(bus); + ModEnchantments.register(bus); + ModEntityTypes.register(bus); + ModRecipes.register(bus); + ModEffects.register(bus); + ModPotions.register(bus); + + + //MenuInitializer.register(bus); } private void setup(final FMLCommonSetupEvent event) { + ModMessages.register(); } - public boolean firstJoin(Player p){ - - Set tags = p.getTags(); + public static void checkFirstJoin(ServerPlayer p){ + try { + Profile prof = Profile.get_profile_of(p.getStringUUID()); + ItemStackHandler startKit = StarterProvider.getStarter().getItems(); + boolean isEmpty=true; + for(int i = 0;i tag.LastGiven && ServerConfig.general.givesStarterKitOnChanged) + { + tag = PlayerFirstJoinTag.now(); + tag.save(prof.NBT); + }else return; + } + + prof.commit(); + + //p.addTag(OTEMod.FIRST_JOIN_TAG); + + ChatHelpers.broadcastTo(p, ChatHelpers.macro(Messages.STARTER_KIT_GIVEN), p.server); + + for(int i = 0;i=p.getInventory().getContainerSize()) + { + break; + } else { + p.getInventory().add(startKit.getStackInSlot(i)); + } + } + } catch (UserProfileNotYetExistsException e) { + throw new RuntimeException(e); + } catch (NoMoreVaultException e) { + throw new RuntimeException(e); } - //p.addTag(ShapedAionResources.FIRST_JOIN_TAG); - - - return true; - } - - private void commonSetup(final FMLCommonSetupEvent event) - { - // Some common setup code - //LOGGER.info("HELLO FROM COMMON SETUP"); - //LOGGER.info("DIRT BLOCK >> {}", ForgeRegistries.BLOCKS.getKey(Blocks.DIRT)); } // You can use SubscribeEvent and let the Event Bus discover methods to call @@ -152,97 +209,21 @@ public class OTEMod // Do something when the server starts //LOGGER.info("HELLO from server starting"); - try { - OTEMod.DB = new Database(this); - OTEMod.ALIVE=true; - //HealerQueue.Initialize(); // Set up the queue - - - // Validate that the database has been established and that tables exist - Connection con = OTEMod.DB.getConnection(); - con.setAutoCommit(true); - - - con.beginRequest(); - - Statement lookup = con.createStatement(); - lookup.execute("CREATE TABLE IF NOT EXISTS `homes` (" + -" `number` int(11) NOT NULL," + -" `user` varchar(255) NOT NULL," + -" `home_name` varchar(255) NOT NULL," + -" `teleporter` text not null)"); // 10/04/2022 - fix dimension column size due to a bug where mods might have long names! - - lookup.execute("CREATE TABLE IF NOT EXISTS `profiles` ("+ - "`username` varchar (255) not null,"+ - "`uuid` varchar (255) not null,"+ - "`prefix` varchar (255) not null,"+ - "`nickname` varchar (255) not null,"+ - "`name_color` varchar (255) not null,"+ - "`prefix_color` varchar(255) not null,"+ - "`chat_color` varchar(255) not null)"); - - lookup.execute("CREATE TABLE IF NOT EXISTS `vaults` (" + - "`uuid` varchar (128) NOT NULL, " + - "`number` int (11) not null," + - "`data` text not null);"); - - lookup.execute("CREATE TABLE IF NOT EXISTS `warps` (" + - "`warpname` varchar (128) not null, " + - "`owner` varchar(128) not null, " + - "`warptype` int (2) not null, "+ - "`teleporter` text not null)"); - - con.endRequest(); - - // Set up the repeating task to expire a TeleportContainer - OTEMod.THE_SERVER = event.getServer(); - OTEMod.MasterThread = new Thread(new Runnable(){ - public void run() - { - while(OTEMod.ALIVE){ - // Check if the teleports have expired - try { - Thread.sleep(5000); - } catch (InterruptedException e) { - //e.printStackTrace(); - } - - for(TeleportContainer cont : OTEMod.TeleportRegistry){ - if(cont.has_expired()) - { - try{ - Component expire = Component.literal(OTEMod.OTEPrefix + ChatColor.DARK_PURPLE+"Teleport request has expired"); - ChatServerOverride.broadcastTo(cont.FromPlayer, expire, OTEMod.THE_SERVER); - ChatServerOverride.broadcastTo(cont.ToPlayer, expire, OTEMod.THE_SERVER); - OTEMod.TeleportRegistry.remove(cont); - }catch(Exception e){ - break; - } - } - } - } - - OTEMod.LOGGER.info("Tearing down OTEMod teleport queue - The server is going down"); - } - }); - OTEMod.MasterThread.start(); - } catch (DatabaseConnectionException | SQLException e) { - e.printStackTrace(); - - LOGGER.error("FATAL ERROR\n \n* DATABASE COULD NOT CONNECT *\n* SEE ABOVE STACK TRACE *"); - - } + OTEMod.ALIVE=true; + //HealerQueue.Initialize(); // Set up the queue + } - @OnlyIn(Dist.DEDICATED_SERVER) @SubscribeEvent public void onItemExpire(final ItemExpireEvent ev) { - if(OTEServerConfig.ITEM_DESPAWN_TIMER.get()<=0)return; + if(ev.getEntity().level().isClientSide)return; + if(ServerConfig.general.itemDespawnTimer<=0)return; - if(ev.getEntity().getAge() != (1200 * 5)) { + ItemEntity ite = (ItemEntity)ev.getEntity(); + if(ite.getAge() != (1200 * 5)) { //OTEMod.LOGGER.info("Extra life has already been given to item : "+ev.getEntity().getName().getString()); return; // We already gave it extra life, the default is 6000, or 5 minutes @@ -251,19 +232,18 @@ public class OTEMod //OTEMod.LOGGER.info("Giving extra life to item : "+ev.getEntity().getName().getString() + "; item age [ "+ev.getEntity().getAge()+ " ]"); // 1200 ticks per minute // OTEMod item despawn amplifier is set in 5 minute intervals - ev.setExtraLife((1200 * 5)+ ((1200 * 5) * OTEServerConfig.ITEM_DESPAWN_TIMER.get())); // reset the life count + ev.setExtraLife((1200 * 5)+ ((1200 * 5) * ServerConfig.general.itemDespawnTimer)); // reset the life count //OTEMod.LOGGER.info("Item ["+ev.getEntity().getItem().getDisplayName().getString()+"] was given extra life"); // Hopefully this works? ev.setCanceled(true); } - @OnlyIn(Dist.DEDICATED_SERVER) + @SubscribeEvent public void onStop(final ServerStoppingEvent ev) { OTEMod.ALIVE=false; // Tear down all looping threads that will watch this - OTEMod.MasterThread.interrupt(); } @@ -278,11 +258,25 @@ public class OTEMod // Some client setup code //LOGGER.info("HELLO FROM CLIENT SETUP"); //LOGGER.info("MINECRAFT NAME >> {}", Minecraft.getInstance().getUser().getName()); + MinecraftForge.EVENT_BUS.register(new KeyBindings()); - MenuScreens.register(MenuInitializer.VAULT.get(), VaultScreen::new); + MenuScreens.register(ModMenuTypes.VAULT.get(), VaultScreen::new); + MenuScreens.register(ModMenuTypes.SCRUBBER.get(), ItemScrubberScreen::new); + MenuScreens.register(ModMenuTypes.MAGIC_SCRUBBER.get(), MagicalScrubberScreen::new); + MenuScreens.register(ModMenuTypes.COMPRESSION_CHAMBER.get(), CompressionChamberScreen::new); + MenuScreens.register(ModMenuTypes.UNCRAFTER.get(), UncrafterScreen::new); - //ItemBlockRenderTypes.setRenderLayer(ModBlocks.AURORA_DOOR.get(), RenderType.translucent()); } + + + @OnlyIn(Dist.CLIENT) + @SubscribeEvent + public static void onRegisterKeybinds(RegisterKeyMappingsEvent ev) + { + ev.register(KeyBindings.OPEN_VAULT); + } + + } } diff --git a/src/main/java/dev/zontreck/otemod/blocks/AuroraDoorBlock.java b/src/main/java/dev/zontreck/otemod/blocks/AuroraDoorBlock.java index e5b2fc4..cc2acee 100644 --- a/src/main/java/dev/zontreck/otemod/blocks/AuroraDoorBlock.java +++ b/src/main/java/dev/zontreck/otemod/blocks/AuroraDoorBlock.java @@ -1,12 +1,22 @@ package dev.zontreck.otemod.blocks; +import net.minecraft.sounds.SoundEvents; +import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.block.DoorBlock; +import net.minecraft.world.level.block.SoundType; +import net.minecraft.world.level.block.state.BlockBehaviour; +import net.minecraft.world.level.block.state.properties.BlockSetType; public class AuroraDoorBlock extends DoorBlock { + public static final BlockBehaviour.Properties DOOR_PROPS; + static + { + DOOR_PROPS = BlockBehaviour.Properties.copy(Blocks.IRON_DOOR).requiresCorrectToolForDrops().strength(10, 100000f).sound(SoundType.NETHERITE_BLOCK); + } - public AuroraDoorBlock(Properties p_52737_, String name) { - super(p_52737_); + public AuroraDoorBlock() { + super(DOOR_PROPS, BlockSetType.IRON); } diff --git a/src/main/java/dev/zontreck/otemod/blocks/BlockCustomVoxels.java b/src/main/java/dev/zontreck/otemod/blocks/BlockCustomVoxels.java new file mode 100644 index 0000000..b62ab86 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/BlockCustomVoxels.java @@ -0,0 +1,22 @@ +package dev.zontreck.otemod.blocks; + +import net.minecraft.core.BlockPos; +import net.minecraft.world.level.BlockGetter; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.phys.shapes.CollisionContext; +import net.minecraft.world.phys.shapes.VoxelShape; + +public class BlockCustomVoxels extends PartialTransparentBlock +{ + private VoxelShape superShape; + protected BlockCustomVoxels(Properties p_54120_, VoxelShape shape) { + super(p_54120_); + this.superShape = shape; + } + + @Override + public VoxelShape getShape(BlockState p_60555_, BlockGetter p_60556_, BlockPos p_60557_, CollisionContext p_60558_) { + return superShape; + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/CompressionChamberBlock.java b/src/main/java/dev/zontreck/otemod/blocks/CompressionChamberBlock.java new file mode 100644 index 0000000..04083bd --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/CompressionChamberBlock.java @@ -0,0 +1,100 @@ +package dev.zontreck.otemod.blocks; + +import dev.zontreck.otemod.blocks.entity.CompressionChamberBlockEntity; +import dev.zontreck.otemod.blocks.entity.ModEntities; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import net.minecraft.core.BlockPos; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.InteractionHand; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.context.BlockPlaceContext; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.*; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.entity.BlockEntityTicker; +import net.minecraft.world.level.block.entity.BlockEntityType; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.StateDefinition; +import net.minecraft.world.phys.BlockHitResult; +import net.minecraftforge.network.NetworkHooks; +import org.jetbrains.annotations.Nullable; + +public class CompressionChamberBlock extends HorizontalDirectionalBlock implements EntityBlock +{ + + public CompressionChamberBlock(Properties pProperties) { + super(pProperties); + } + + @Override + protected void createBlockStateDefinition(StateDefinition.Builder pBuilder) { + super.createBlockStateDefinition(pBuilder); + pBuilder.add(FACING); + } + + @Nullable + @Override + public BlockEntity newBlockEntity(BlockPos blockPos, BlockState blockState) { + return new CompressionChamberBlockEntity(blockPos, blockState); + } + + @Override + public RenderShape getRenderShape(BlockState pState) { + return RenderShape.MODEL; + } + + @Override + public InteractionResult use(BlockState state, Level lvl, BlockPos pos, Player player, InteractionHand hand, BlockHitResult hit) + { + if(!lvl.isClientSide()) + { + BlockEntity be = lvl.getBlockEntity(pos); + if(be instanceof CompressionChamberBlockEntity) + { + CompressionChamberBlockEntity entity = (CompressionChamberBlockEntity) be; + NetworkHooks.openScreen(((ServerPlayer)player), entity, pos); + + ModMessages.sendToPlayer(new EnergySyncS2CPacket(entity.getEnergyStorage().getEnergyStored(), entity.getBlockPos()), (ServerPlayer)player); + + }else{ + throw new IllegalStateException("Our container is missing!"); + } + } + + return InteractionResult.sidedSuccess(lvl.isClientSide); + } + + @Override + public void onRemove(BlockState pState, Level pLevel, BlockPos pPos, BlockState pNewState, boolean pMovedByPiston) { + if(pState.getBlock() != pNewState.getBlock()) + { + BlockEntity be = pLevel.getBlockEntity(pPos); + if(be instanceof CompressionChamberBlockEntity) + { + ((CompressionChamberBlockEntity)be).doDrop(); + } + } + + super.onRemove(pState, pLevel, pPos, pNewState, pMovedByPiston); + } + + @Nullable + @Override + public BlockEntityTicker getTicker(Level pLevel, BlockState pState, BlockEntityType pBlockEntityType) { + + return createTickerHelper(pBlockEntityType, ModEntities.COMPRESSION_CHAMBER.get(), CompressionChamberBlockEntity::tick); + } + + + protected static BlockEntityTicker createTickerHelper(BlockEntityType pServerType, BlockEntityType pClientType, BlockEntityTicker pTicker) { + return pClientType == pServerType ? (BlockEntityTicker) pTicker : null; + } + + + @Override + public BlockState getStateForPlacement(BlockPlaceContext pContext) { + return defaultBlockState().setValue(FACING, pContext.getHorizontalDirection()); + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/DeprecatedBlock.java b/src/main/java/dev/zontreck/otemod/blocks/DeprecatedBlock.java new file mode 100644 index 0000000..d56cff9 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/DeprecatedBlock.java @@ -0,0 +1,12 @@ +package dev.zontreck.otemod.blocks; + +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.state.BlockBehaviour; + +@Deprecated +public class DeprecatedBlock extends Block +{ + public DeprecatedBlock(){ + super(BlockBehaviour.Properties.of().instabreak()); + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/DeprecatedBlockItem.java b/src/main/java/dev/zontreck/otemod/blocks/DeprecatedBlockItem.java new file mode 100644 index 0000000..1d5fc93 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/DeprecatedBlockItem.java @@ -0,0 +1,48 @@ +package dev.zontreck.otemod.blocks; + +import dev.zontreck.libzontreck.util.ChatHelpers; +import net.minecraft.network.chat.Component; +import net.minecraft.world.item.BlockItem; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.TooltipFlag; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.Block; + +import java.util.List; + +@Deprecated +public class DeprecatedBlockItem extends BlockItem +{ + public DeprecatedBlockItem(Block a) + { + super(a, new Item.Properties().fireResistant()); + } + + @Override + public boolean isEdible() { + return true; + } + + @Override + public boolean isFoil(ItemStack p_41453_) { + return true; + } + + /** + * This is to give a use to an otherwise useless item. The piglins will exchange the item and it gets removed in that way. + * @param stack + * @return + */ + @Override + public boolean isPiglinCurrency(ItemStack stack) { + return true; + } + + @Override + public void appendHoverText(ItemStack p_41421_, Level p_41422_, List p_41423_, TooltipFlag p_41424_) { + p_41423_.add(ChatHelpers.macro("!Dark_Red!This block is deprecated")); + p_41423_.add(ChatHelpers.macro("!Dark_Green!It would appear this block smells faintly of gold. Maybe piglins will accept it?")); + p_41423_.add(ChatHelpers.macro("!Dark_Red!This block is scheduled for removal in a future version. You should use it before it is too late.")); + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/DeprecatedModBlocks.java b/src/main/java/dev/zontreck/otemod/blocks/DeprecatedModBlocks.java new file mode 100644 index 0000000..24e35a6 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/DeprecatedModBlocks.java @@ -0,0 +1,107 @@ +package dev.zontreck.otemod.blocks; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.CreativeModeTabs; +import net.minecraft.core.BlockPos; +import net.minecraft.world.item.BlockItem; +import net.minecraft.world.item.Item; +import net.minecraft.world.level.BlockGetter; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.Blocks; +import net.minecraft.world.level.block.StairBlock; +import net.minecraft.world.level.block.state.BlockBehaviour; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +import java.util.HashMap; +import java.util.Map; +import java.util.function.Supplier; + +@Deprecated +public class DeprecatedModBlocks +{ + + public static final DeferredRegister BLOCKS = DeferredRegister.create(ForgeRegistries.BLOCKS, OTEMod.MOD_ID); + public static final DeferredRegister ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, OTEMod.MOD_ID); + + + public static void register(IEventBus bus){ + BLOCKS.register(bus); + ITEMS.register(bus); + OTEMod.LOGGER.info("Registering all deprecated blocks..."); + } + + private static boolean never(BlockState blockState, BlockGetter blockGetter, BlockPos blockPos) { + return false; + } + private static boolean always(BlockState blockState, BlockGetter blockGetter, BlockPos blockPos) { + return true; + } + + private static BlockBehaviour.Properties standardBehavior() + { + return BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(7F).destroyTime(6); + } + private static BlockBehaviour.Properties stoneLikeBehavior() + { + return BlockBehaviour.Properties.copy(Blocks.COBBLESTONE); + } + + private static BlockBehaviour.Properties explosionResistance() + { + return standardBehavior().explosionResistance(1200); + } + + private static BlockBehaviour.Properties noViewBlocking() + { + return standardBehavior().noOcclusion().isViewBlocking(DeprecatedModBlocks::never); + } + + private static BlockBehaviour.Properties fullBright() + { + return standardBehavior().lightLevel((X)->{ + return 15; + }).noOcclusion(); + } + + private static BlockBehaviour.Properties standard = standardBehavior(); + + private static BlockBehaviour.Properties explosionResistance = explosionResistance(); + + private static BlockBehaviour.Properties noViewBlocking = noViewBlocking(); + + private static BlockBehaviour.Properties stone = stoneLikeBehavior(); + + private static BlockBehaviour.Properties poolLightClean = BlockBehaviour.Properties.copy(Blocks.GLASS).lightLevel((X) -> 15); + private static BlockBehaviour.Properties poolLightDirty = BlockBehaviour.Properties.copy(Blocks.GLASS).lightLevel((X) -> 12); + private static BlockBehaviour.Properties poolLightFilthy = BlockBehaviour.Properties.copy(Blocks.GLASS).lightLevel((X) -> 4); + + public static RegistryObject registerDeprecated(RegistryObject blk) + { + CreativeModeTabs.addToOTEModTab(ITEMS.register(blk.getId().getPath(), ()->new DeprecatedBlockItem(blk.get()))); + + return blk; + } + + + public static final RegistryObject ILUSIUM_ORE_BLOCK = registerDeprecated(BLOCKS.register("ilusium_ore_block", ()-> new DeprecatedBlock())); + + public static final RegistryObject DEEPSLATE_ILUSIUM_ORE_BLOCK = registerDeprecated(BLOCKS.register("deepslate_ilusium_ore_block", ()->new DeprecatedBlock())); + public static final RegistryObject ILUSIUM_BLOCK = registerDeprecated(BLOCKS.register("ilusium_block", ()->new DeprecatedBlock())); + public static final RegistryObject CLEAR_GLASS_BLOCK = registerDeprecated(BLOCKS.register("clear_glass_block", ()-> new DeprecatedBlock())); + public static final RegistryObject LIMINAL_TILES = registerDeprecated(BLOCKS.register("liminal_tiles", ()->new DeprecatedBlock())); + public static final RegistryObject LIMINAL_TILE_STAIRS = registerDeprecated(BLOCKS.register("liminal_tile_stairs", ()-> new DeprecatedBlock())); + public static final RegistryObject LIMINAL_TILE_SLAB = registerDeprecated(BLOCKS.register("liminal_tile_slab", ()-> new DeprecatedBlock())); + public static final RegistryObject LIMINAL_WINDOW = registerDeprecated(BLOCKS.register("liminal_window", ()->new DeprecatedBlock())); + public static final RegistryObject LIME = registerDeprecated(BLOCKS.register("lime", ()-> new DeprecatedBlock())); + public static final RegistryObject LIME_TILE = registerDeprecated(BLOCKS.register("lime_tile", ()-> new DeprecatedBlock())); + public static final RegistryObject LIME_STAIRS = registerDeprecated(BLOCKS.register("lime_stairs", ()-> new DeprecatedBlock())); + public static final RegistryObject LIME_TILE_BR = registerDeprecated(BLOCKS.register("lime_tile_br", ()->new DeprecatedBlock())); + public static final RegistryObject LIME_TILE_TO_WALL = registerDeprecated(BLOCKS.register("lime_tile_to_wall", ()-> new DeprecatedBlock())); + public static final RegistryObject LIME_WALL_V1 = registerDeprecated(BLOCKS.register("lime_wall_variant_1", ()->new DeprecatedBlock())); + public static final RegistryObject LIME_WALL_V2 = registerDeprecated(BLOCKS.register("lime_wall_variant_2", ()->new DeprecatedBlock())); + +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/FoiledBlockItem.java b/src/main/java/dev/zontreck/otemod/blocks/FoiledBlockItem.java new file mode 100644 index 0000000..de968e6 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/FoiledBlockItem.java @@ -0,0 +1,19 @@ +package dev.zontreck.otemod.blocks; + +import net.minecraft.world.item.BlockItem; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.level.block.Block; + +public class FoiledBlockItem extends BlockItem { + + public FoiledBlockItem(Block pBlock, Properties pProperties) { + super(pBlock, pProperties); + // TODO Auto-generated constructor stub + } + + @Override + public boolean isFoil(ItemStack pStack) { + return true; + } + +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/ItemScrubberBlock.java b/src/main/java/dev/zontreck/otemod/blocks/ItemScrubberBlock.java new file mode 100644 index 0000000..9be2ac5 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/ItemScrubberBlock.java @@ -0,0 +1,102 @@ +package dev.zontreck.otemod.blocks; + +import dev.zontreck.otemod.blocks.entity.ItemScrubberBlockEntity; +import dev.zontreck.otemod.blocks.entity.ModEntities; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.InteractionHand; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.context.BlockPlaceContext; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.*; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.entity.BlockEntityTicker; +import net.minecraft.world.level.block.entity.BlockEntityType; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.StateDefinition; +import net.minecraft.world.phys.BlockHitResult; +import net.minecraftforge.network.NetworkHooks; + +import javax.annotation.Nullable; + +public class ItemScrubberBlock extends HorizontalDirectionalBlock implements EntityBlock +{ + + public ItemScrubberBlock(Properties p_54120_) { + super(p_54120_); + //registerDefaultState(defaultBlockState().setValue(FACING, Direction.NORTH)); + } + + @Override + protected void createBlockStateDefinition(StateDefinition.Builder pBuilder) { + super.createBlockStateDefinition(pBuilder); + pBuilder.add(FACING); + } + + @Override + public RenderShape getRenderShape(BlockState state) + { + return RenderShape.MODEL; + } + + @Override + public void onRemove(BlockState state, Level lvl, BlockPos pos, BlockState newState, boolean isMoving) + { + if(state.getBlock()!=newState.getBlock()) + { + BlockEntity bE = lvl.getBlockEntity(pos); + if(bE instanceof ItemScrubberBlockEntity) + { + ((ItemScrubberBlockEntity)bE).doDrop(); + } + } + + super.onRemove(state, lvl, pos, newState, isMoving); + } + + @Override + public InteractionResult use(BlockState state, Level lvl, BlockPos pos, Player player, InteractionHand hand, BlockHitResult hit) + { + if(!lvl.isClientSide()) + { + BlockEntity be = lvl.getBlockEntity(pos); + if(be instanceof ItemScrubberBlockEntity) + { + ItemScrubberBlockEntity entity = (ItemScrubberBlockEntity)be; + NetworkHooks.openScreen(((ServerPlayer)player), entity, pos); + + ModMessages.sendToPlayer(new EnergySyncS2CPacket(entity.getEnergyStorage().getEnergyStored(), entity.getBlockPos()), (ServerPlayer)player); + + }else{ + throw new IllegalStateException("Our container is missing!"); + } + } + + return InteractionResult.sidedSuccess(lvl.isClientSide); + } + + @Override + @Nullable + public BlockEntity newBlockEntity(BlockPos pos, BlockState state) { + return new ItemScrubberBlockEntity(pos, state); + } + + @Override + public BlockEntityTicker getTicker(Level lvl, BlockState state, BlockEntityType type) + { + return createTickerHelper(type, ModEntities.ITEM_SCRUBBER.get(), ItemScrubberBlockEntity::tick); + } + + protected static BlockEntityTicker createTickerHelper(BlockEntityType pServerType, BlockEntityType pClientType, BlockEntityTicker pTicker) { + return pClientType == pServerType ? (BlockEntityTicker) pTicker : null; + } + + @Override + public BlockState getStateForPlacement(BlockPlaceContext pContext) { + return defaultBlockState().setValue(FACING, pContext.getHorizontalDirection().getOpposite()); + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/MagicalScrubberBlock.java b/src/main/java/dev/zontreck/otemod/blocks/MagicalScrubberBlock.java new file mode 100644 index 0000000..ae0ce19 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/MagicalScrubberBlock.java @@ -0,0 +1,102 @@ +package dev.zontreck.otemod.blocks; + +import dev.zontreck.otemod.blocks.entity.MagicalScrubberBlockEntity; +import dev.zontreck.otemod.blocks.entity.ModEntities; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import net.minecraft.core.BlockPos; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.InteractionHand; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.context.BlockPlaceContext; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.*; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.entity.BlockEntityTicker; +import net.minecraft.world.level.block.entity.BlockEntityType; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.StateDefinition; +import net.minecraft.world.phys.BlockHitResult; +import net.minecraftforge.network.NetworkHooks; + +import javax.annotation.Nullable; + +public class MagicalScrubberBlock extends HorizontalDirectionalBlock implements EntityBlock +{ + + public MagicalScrubberBlock(Properties p_54120_) { + super(p_54120_); + } + + @Override + protected void createBlockStateDefinition(StateDefinition.Builder pBuilder) { + super.createBlockStateDefinition(pBuilder); + pBuilder.add(FACING); + } + + @Override + public RenderShape getRenderShape(BlockState state) + { + return RenderShape.MODEL; + } + + @Override + public void onRemove(BlockState state, Level lvl, BlockPos pos, BlockState newState, boolean isMoving) + { + if(state.getBlock()!=newState.getBlock()) + { + BlockEntity bE = lvl.getBlockEntity(pos); + if(bE instanceof MagicalScrubberBlockEntity) + { + ((MagicalScrubberBlockEntity)bE).doDrop(); + } + } + + super.onRemove(state, lvl, pos, newState, isMoving); + } + + @Override + public InteractionResult use(BlockState state, Level lvl, BlockPos pos, Player player, InteractionHand hand, BlockHitResult hit) + { + if(!lvl.isClientSide()) + { + BlockEntity be = lvl.getBlockEntity(pos); + if(be instanceof MagicalScrubberBlockEntity) + { + MagicalScrubberBlockEntity entity = (MagicalScrubberBlockEntity)be; + NetworkHooks.openScreen(((ServerPlayer)player), entity, pos); + + ModMessages.sendToPlayer(new EnergySyncS2CPacket(entity.getEnergyStorage().getEnergyStored(), entity.getBlockPos()), (ServerPlayer)player); + }else{ + throw new IllegalStateException("Our container is missing!"); + } + } + + return InteractionResult.sidedSuccess(lvl.isClientSide); + } + + @Override + @Nullable + public BlockEntity newBlockEntity(BlockPos pos, BlockState state) { + return new MagicalScrubberBlockEntity(pos, state); + } + + @Override + public BlockEntityTicker getTicker(Level lvl, BlockState state, BlockEntityType type) + { + return createTickerHelper(type, ModEntities.MAGICAL_SCRUBBER.get(), MagicalScrubberBlockEntity::tick); + } + + + protected static BlockEntityTicker createTickerHelper(BlockEntityType pServerType, BlockEntityType pClientType, BlockEntityTicker pTicker) { + return pClientType == pServerType ? (BlockEntityTicker) pTicker : null; + } + + + @Override + public BlockState getStateForPlacement(BlockPlaceContext pContext) { + return defaultBlockState().setValue(FACING, pContext.getHorizontalDirection().getOpposite()); + } + +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/ModBlocks.java b/src/main/java/dev/zontreck/otemod/blocks/ModBlocks.java index 55d9cee..5018f40 100644 --- a/src/main/java/dev/zontreck/otemod/blocks/ModBlocks.java +++ b/src/main/java/dev/zontreck/otemod/blocks/ModBlocks.java @@ -1,50 +1,260 @@ package dev.zontreck.otemod.blocks; +import dev.zontreck.libzontreck.edlibmc.Auxiliaries; +import dev.zontreck.libzontreck.edlibmc.StandardBlocks; import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.CreativeModeTabs; +import net.minecraft.core.BlockPos; +import net.minecraft.world.entity.EntityType; import net.minecraft.world.item.BlockItem; -import net.minecraft.world.item.CreativeModeTab; import net.minecraft.world.item.Item; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.Blocks; -import net.minecraft.world.level.block.DoorBlock; -import net.minecraft.world.level.block.SoundType; +import net.minecraft.world.level.BlockGetter; +import net.minecraft.world.level.block.*; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.entity.ShulkerBoxBlockEntity; import net.minecraft.world.level.block.state.BlockBehaviour; -import net.minecraft.world.level.material.Material; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.properties.BlockSetType; +import net.minecraft.world.phys.AABB; +import net.minecraft.world.phys.shapes.BooleanOp; +import net.minecraft.world.phys.shapes.Shapes; +import net.minecraft.world.phys.shapes.VoxelShape; import net.minecraftforge.eventbus.api.IEventBus; import net.minecraftforge.registries.DeferredRegister; import net.minecraftforge.registries.ForgeRegistries; import net.minecraftforge.registries.RegistryObject; +import java.util.stream.Stream; + public class ModBlocks { + + private static BlockBehaviour.StatePredicate shulkerState = (p_152653_, p_152654_, p_152655_) -> { + BlockEntity blockentity = p_152654_.getBlockEntity(p_152655_); + if (!(blockentity instanceof ShulkerBoxBlockEntity)) { + return true; + } else { + ShulkerBoxBlockEntity shulkerboxblockentity = (ShulkerBoxBlockEntity)blockentity; + return shulkerboxblockentity.isClosed(); + } + }; + + public static final DeferredRegister BLOCKS = DeferredRegister.create(ForgeRegistries.BLOCKS, OTEMod.MOD_ID); public static final DeferredRegister ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, OTEMod.MOD_ID); + private static boolean never(BlockState blockState, BlockGetter blockGetter, BlockPos blockPos) { + return false; + } + private static boolean always(BlockState blockState, BlockGetter blockGetter, BlockPos blockPos) { + return true; + } + + + private static boolean neverSpawn(BlockState blockState, BlockGetter blockGetter, BlockPos blockPos, EntityType entityType) { + return false; + } + public static void register(IEventBus bus){ BLOCKS.register(bus); ITEMS.register(bus); OTEMod.LOGGER.info("Registering all blocks..."); } - public static final RegistryObject ETERNIUM_ORE_BLOCK = BLOCKS.register("eternium_ore_block", () -> new Block(BlockBehaviour.Properties.of(Material.METAL).requiresCorrectToolForDrops().strength(4f).explosionResistance(1200).destroyTime(6))); + private static BlockBehaviour.Properties standardBehavior() + { + return BlockBehaviour.Properties.of().requiresCorrectToolForDrops().strength(7F).destroyTime(6).isValidSpawn(ModBlocks::neverSpawn); + } + private static BlockBehaviour.Properties gratingBlock() + { + return standardBehavior() + .noOcclusion() + .strength(0.5f, 2000f) + .isViewBlocking(ModBlocks::never); + } - public static final RegistryObject ETERNIUM_ORE_BLOCK_I = ITEMS.register("eternium_ore_block", () -> new BlockItem(ETERNIUM_ORE_BLOCK.get(), new Item.Properties().tab(CreativeModeTab.TAB_MISC))); + private static BlockBehaviour.Properties stoneLikeBehavior() + { + return BlockBehaviour.Properties.copy(Blocks.COBBLESTONE).isValidSpawn(ModBlocks::neverSpawn); + } - public static final RegistryObject DEEPSLATE_ETERNIUM_ORE_BLOCK = BLOCKS.register("deepslate_eternium_ore_block", () -> new Block(BlockBehaviour.Properties.of(Material.METAL).requiresCorrectToolForDrops().strength(5f).explosionResistance(1200).destroyTime(7))); + private static BlockBehaviour.Properties explosionResistance() + { + return standardBehavior().explosionResistance(1200); + } - public static final RegistryObject DEEPSLATE_ETERNIUM_ORE_BLOCK_I = ITEMS.register("deepslate_eternium_ore_block", () -> new BlockItem(DEEPSLATE_ETERNIUM_ORE_BLOCK.get(), new Item.Properties().tab(CreativeModeTab.TAB_MISC))); + private static BlockBehaviour.Properties noViewBlocking() + { + return standardBehavior().noOcclusion().isViewBlocking(ModBlocks::never); + } - public static final RegistryObject AURORA_BLOCK = BLOCKS.register("aurora_block", () -> new Block(BlockBehaviour.Properties.of(Material.STONE).requiresCorrectToolForDrops().strength(9f).explosionResistance(100000f).destroyTime(10).sound(SoundType.NETHERITE_BLOCK))); + private static BlockBehaviour.Properties fullBright() + { + return standardBehavior().lightLevel((X)->{ + return 15; + }).noOcclusion(); + } - public static final RegistryObject AURORA_BLOCK_I = ITEMS.register("aurora_block", () -> new BlockItem(AURORA_BLOCK.get(), new Item.Properties().tab(CreativeModeTab.TAB_MISC))); + private static BlockBehaviour.Properties standard = standardBehavior(); + + private static BlockBehaviour.Properties explosionResistance = explosionResistance(); + + private static BlockBehaviour.Properties noViewBlocking = noViewBlocking(); + + private static BlockBehaviour.Properties stone = stoneLikeBehavior(); + + private static BlockBehaviour.Properties gratingBlock = gratingBlock(); + + private static BlockBehaviour.Properties poolLightClean = BlockBehaviour.Properties.copy(Blocks.GLASS).lightLevel((X) -> 15); + private static BlockBehaviour.Properties poolLightDirty = BlockBehaviour.Properties.copy(Blocks.GLASS).lightLevel((X) -> 12); + private static BlockBehaviour.Properties poolLightFilthy = BlockBehaviour.Properties.copy(Blocks.GLASS).lightLevel((X) -> 4); - public static final RegistryObject AURORA_DOOR = BLOCKS.register("aurora_door", () -> new DoorBlock(BlockBehaviour.Properties.copy(Blocks.IRON_DOOR).requiresCorrectToolForDrops().strength(9f).explosionResistance(100000f).destroyTime(10).sound(SoundType.NETHERITE_BLOCK))); + public static RegistryObject registerWithItem(RegistryObject blk, Item.Properties props) + { + CreativeModeTabs.addToOTEModTab(ITEMS.register(blk.getId().getPath(), ()->new BlockItem(blk.get(), props))); - public static final RegistryObject AURORA_DOOR_I = ITEMS.register("aurora_door", () -> new BlockItem(AURORA_DOOR.get(), new Item.Properties().tab(CreativeModeTab.TAB_MISC))); + return blk; + } - public static final RegistryObject CLEAR_GLASS_BLOCK = BLOCKS.register("clear_glass_block", () -> new Block(BlockBehaviour.Properties.copy(Blocks.GLASS).strength(1f).destroyTime(6))); + public static final RegistryObject ETERNIUM_ORE_BLOCK = registerWithItem(BLOCKS.register("eternium_ore_block", ()->new DropExperienceBlock(explosionResistance)), new Item.Properties()); - public static final RegistryObject CLEAR_GLASS_BLOCK_I = ITEMS.register("clear_glass_block", () -> new BlockItem(CLEAR_GLASS_BLOCK.get(), new Item.Properties().tab(CreativeModeTab.TAB_MISC))); + public static final RegistryObject VAULT_STEEL_ORE_BLOCK = registerWithItem(BLOCKS.register("vault_steel_ore_block", ()->new DropExperienceBlock(explosionResistance)), new Item.Properties()); + + public static final RegistryObject NETHER_VAULT_STEEL_ORE_BLOCK = registerWithItem(BLOCKS.register("nether_vault_steel_ore_block", ()->new DropExperienceBlock(explosionResistance)), new Item.Properties()); + + public static final RegistryObject ETERNIUM_BLOCK = registerWithItem(BLOCKS.register("eternium_block", ()->new Block(explosionResistance)), new Item.Properties()); + + public static final RegistryObject DEEPSLATE_ETERNIUM_ORE_BLOCK = registerWithItem(BLOCKS.register("deepslate_eternium_ore_block", ()->new DropExperienceBlock(explosionResistance)), new Item.Properties()); + + public static final RegistryObject ITEM_SCRUBBER = registerWithItem(BLOCKS.register("item_scrubber", ()->new ItemScrubberBlock(noViewBlocking)), new Item.Properties()); + + public static final RegistryObject MAGICAL_SCRUBBER = registerWithItem(BLOCKS.register("magical_scrubber", ()->new MagicalScrubberBlock(noViewBlocking)), new Item.Properties()); + + public static final RegistryObject STABLE_SINGULARITY = registerWithItem(BLOCKS.register("stable_singularity", ()->new Block(noViewBlocking)), new Item.Properties()); + + public static final RegistryObject COMPRESSION_CHAMBER = registerWithItem(BLOCKS.register("compression_chamber", ()->new CompressionChamberBlock(noViewBlocking)), new Item.Properties()); + + public static final RegistryObject COMPRESSED_OBSIDIAN_BLOCK = registerWithItem(BLOCKS.register("compressed_obsidian_block", ()->new Block(BlockBehaviour.Properties.copy(Blocks.OBSIDIAN))), new Item.Properties()); + + public static final RegistryObject LAYERED_COMPRESSED_OBSIDIAN_BLOCK = registerWithItem(BLOCKS.register("layered_compressed_obsidian_block", ()->new Block(BlockBehaviour.Properties.copy(Blocks.OBSIDIAN))), new Item.Properties()); + + public static final RegistryObject VOID = registerWithItem(BLOCKS.register("void", ()->new Block(fullBright().noCollission())), new Item.Properties()); + + public static final RegistryObject WHITEOUT = registerWithItem(BLOCKS.register("whiteout", ()->new Block(fullBright().noCollission())), new Item.Properties()); + + public static final RegistryObject BLOOD_RED = registerWithItem(BLOCKS.register("blood_red", ()->new Block(fullBright())), new Item.Properties()); + + public static final RegistryObject RED_TILE = registerWithItem(BLOCKS.register("red_tile", ()-> new Block(fullBright())), new Item.Properties()); + + public static final RegistryObject RED_STAIRS = registerWithItem(BLOCKS.register("red_stairs", ()-> new StairBlock(BLOOD_RED.get()::defaultBlockState, fullBright())), new Item.Properties()); + + public static final RegistryObject RED_TILE_BR = registerWithItem(BLOCKS.register("red_tile_br", ()->new RotatableBlock(fullBright())), new Item.Properties()); + + public static final RegistryObject RED_TILE_TO_WALL = registerWithItem(BLOCKS.register("red_tile_to_wall", ()->new Block(fullBright())), new Item.Properties()); + + public static final RegistryObject RED_WALL_V1 = registerWithItem(BLOCKS.register("red_wall_variant_1", ()->new Block(fullBright())), new Item.Properties()); + + public static final RegistryObject RED_WALL_V2 = registerWithItem(BLOCKS.register("red_wall_variant_2", ()->new Block(fullBright())), new Item.Properties()); + + public static final RegistryObject CYAN = registerWithItem(BLOCKS.register("cyan", ()->new Block(fullBright())), new Item.Properties()); + + public static final RegistryObject CYAN_TILE = registerWithItem(BLOCKS.register("cyan_tile", ()->new Block(fullBright())), new Item.Properties()); + + public static final RegistryObject CYAN_STAIRS = registerWithItem(BLOCKS.register("cyan_stairs", ()->new StairBlock(CYAN.get()::defaultBlockState, fullBright())), new Item.Properties()); + + public static final RegistryObject CYAN_TILE_BR = registerWithItem(BLOCKS.register("cyan_tile_br", ()->new RotatableBlock(fullBright())), new Item.Properties()); + + public static final RegistryObject CYAN_TILE_TO_WALL = registerWithItem(BLOCKS.register("cyan_tile_to_wall", ()->new Block(fullBright())), new Item.Properties()); + + public static final RegistryObject CYAN_WALL_V1 = registerWithItem(BLOCKS.register("cyan_wall_variant_1", ()->new Block(fullBright())), new Item.Properties()); + + public static final RegistryObject CYAN_WALL_V2 = registerWithItem(BLOCKS.register("cyan_wall_variant_2", ()->new Block(fullBright())), new Item.Properties()); + + public static final RegistryObject POOL_TILE = registerWithItem(BLOCKS.register("pool_tile", ()->new Block(stone)), new Item.Properties()); + + public static final RegistryObject POOL_TILE_STAIRS = registerWithItem(BLOCKS.register("pool_tile_stairs", ()->new StairBlock(POOL_TILE.get()::defaultBlockState, stone)), new Item.Properties()); + + public static final RegistryObject POOL_TILE_SLAB = registerWithItem(BLOCKS.register("pool_tile_slab", ()->new SlabBlock(stone)), new Item.Properties()); + + public static final RegistryObject POOL_LIGHT = registerWithItem(BLOCKS.register("pool_light", ()->new Block(poolLightClean)), new Item.Properties()); + + public static final RegistryObject DIRTY_POOL_TILE = registerWithItem(BLOCKS.register("dirty_pool_tile", ()->new Block(stone)), new Item.Properties()); + + public static final RegistryObject DIRTY_POOL_TILE_STAIRS = registerWithItem(BLOCKS.register("dirty_pool_tile_stairs", ()->new StairBlock(DIRTY_POOL_TILE.get()::defaultBlockState, stone)), new Item.Properties()); + + public static final RegistryObject DIRTY_POOL_TILE_SLAB = registerWithItem(BLOCKS.register("dirty_pool_tile_slab", ()-> new SlabBlock(stone)), new Item.Properties()); + + public static final RegistryObject DIRTY_POOL_LIGHT = registerWithItem(BLOCKS.register("dirty_pool_light", ()->new Block(poolLightDirty)), new Item.Properties()); + + public static final RegistryObject FILTHY_POOL_LIGHT = registerWithItem(BLOCKS.register("filthy_pool_light", ()->new Block(poolLightFilthy)), new Item.Properties()); + + public static final RegistryObject DARK_POOL_TILE = registerWithItem(BLOCKS.register("dark_pool_tile", ()->new Block(stone)), new Item.Properties()); + + public static final RegistryObject DARK_POOL_LIGHT = registerWithItem(BLOCKS.register("dark_pool_light", ()->new Block(poolLightClean)), new Item.Properties()); + + public static final RegistryObject DARK_POOL_TILE_STAIRS = registerWithItem(BLOCKS.register("dark_pool_tile_stairs", ()->new StairBlock(DARK_POOL_TILE.get()::defaultBlockState, stone)), new Item.Properties()); + + public static final RegistryObject DARK_POOL_TILE_SLAB = registerWithItem(BLOCKS.register("dark_pool_tile_slab",()-> new SlabBlock(stone)), new Item.Properties()); + + public static final RegistryObject BLUE_POOL_TILE = registerWithItem(BLOCKS.register("blue_pool_tile",()-> new Block(stone)), new Item.Properties()); + + public static final RegistryObject BLUE_POOL_TILE_STAIRS = registerWithItem(BLOCKS.register("blue_pool_tile_stairs", ()->new StairBlock(BLUE_POOL_TILE.get()::defaultBlockState, stone)), new Item.Properties()); + + public static final RegistryObject BLUE_POOL_TILE_SLAB = registerWithItem(BLOCKS.register("blue_pool_tile_slab",()-> new SlabBlock(stone)), new Item.Properties()); + + public static final RegistryObject BLUE_POOL_LIGHT = registerWithItem(BLOCKS.register("blue_pool_light", ()->new Block(poolLightClean)), new Item.Properties()); + + public static final RegistryObject DIRTY_BLUE_POOL_TILE = registerWithItem(BLOCKS.register("dirty_blue_pool_tile", ()->new Block(stone)), new Item.Properties()); + + public static final RegistryObject DIRTY_BLUE_POOL_TILE_STAIRS = registerWithItem(BLOCKS.register("dirty_blue_pool_tile_stairs", ()->new StairBlock(DIRTY_BLUE_POOL_TILE.get()::defaultBlockState, stone)), new Item.Properties()); + + public static final RegistryObject DIRTY_BLUE_POOL_TILE_SLAB = registerWithItem(BLOCKS.register("dirty_blue_pool_tile_slab", ()->new SlabBlock(stone)), new Item.Properties()); + + public static final RegistryObject DIRTY_BLUE_POOL_LIGHT = registerWithItem(BLOCKS.register("dirty_blue_pool_light", ()->new Block(poolLightDirty)), new Item.Properties()); + + public static final RegistryObject FILTHY_BLUE_POOL_LIGHT = registerWithItem(BLOCKS.register("filthy_blue_pool_light", ()->new Block(poolLightFilthy)), new Item.Properties()); + + public static final RegistryObject RED_POOL_TILE = registerWithItem(BLOCKS.register("red_pool_tile", ()->new Block(stone)), new Item.Properties()); + + public static final RegistryObject RED_POOL_TILE_STAIRS = registerWithItem(BLOCKS.register("red_pool_tile_stairs", ()->new StairBlock(RED_POOL_TILE.get()::defaultBlockState, stone)), new Item.Properties()); + + public static final RegistryObject RED_POOL_TILE_SLAB = registerWithItem(BLOCKS.register("red_pool_tile_slab", ()->new SlabBlock(stone)), new Item.Properties()); + + public static final RegistryObject RED_POOL_LIGHT = registerWithItem(BLOCKS.register("red_pool_light", ()->new Block(poolLightClean)), new Item.Properties()); + + public static final RegistryObject DIRTY_RED_POOL_TILE = registerWithItem(BLOCKS.register("dirty_red_pool_tile", ()->new Block(stone)), new Item.Properties()); + + public static final RegistryObject DIRTY_RED_POOL_LIGHT = registerWithItem(BLOCKS.register("dirty_red_pool_light", ()->new Block(poolLightDirty)), new Item.Properties()); + + public static final RegistryObject FILTHY_RED_POOL_LIGHT = registerWithItem(BLOCKS.register("filthy_red_pool_light", ()->new Block(poolLightFilthy)), new Item.Properties()); + + public static final RegistryObject DIRTY_RED_POOL_TILE_STAIRS = registerWithItem(BLOCKS.register("dirty_red_pool_tile_stairs", ()->new StairBlock(DIRTY_RED_POOL_TILE.get()::defaultBlockState, stone)), new Item.Properties()); + + public static final RegistryObject DIRTY_RED_POOL_TILE_SLAB = registerWithItem(BLOCKS.register("dirty_red_pool_tile_slab", ()->new SlabBlock(stone)), new Item.Properties()); + + public static final RegistryObject DARK_RED_WOOL = registerWithItem(BLOCKS.register("dark_red_wool", ()->new Block(BlockBehaviour.Properties.copy(Blocks.RED_WOOL))), new Item.Properties()); + + public static final RegistryObject DARK_RED_CARPET = registerWithItem(BLOCKS.register("dark_red_carpet", ()->new CarpetBlock(BlockBehaviour.Properties.copy(Blocks.RED_CARPET))), new Item.Properties()); + + public static final RegistryObject GREEN_POOL_TILE = registerWithItem(BLOCKS.register("green_pool_tile", ()->new Block(stone)), new Item.Properties()); + + public static final RegistryObject GREEN_POOL_TILE_STAIRS = registerWithItem(BLOCKS.register("green_pool_tile_stairs", ()->new StairBlock(GREEN_POOL_TILE.get()::defaultBlockState, stone)), new Item.Properties()); + + public static final RegistryObject GREEN_POOL_TILE_SLAB = registerWithItem(BLOCKS.register("green_pool_tile_slab", ()->new SlabBlock(stone)), new Item.Properties()); + + public static final RegistryObject GREEN_POOL_LIGHT = registerWithItem(BLOCKS.register("green_pool_light", ()->new Block(poolLightClean)), new Item.Properties()); + + public static final RegistryObject DIRTY_GREEN_POOL_TILE = registerWithItem(BLOCKS.register("dirty_green_pool_tile", ()->new Block(stone)), new Item.Properties()); + + public static final RegistryObject DIRTY_GREEN_POOL_LIGHT = registerWithItem(BLOCKS.register("dirty_green_pool_light", ()->new Block(poolLightDirty)), new Item.Properties()); + + public static final RegistryObject FILTHY_GREEN_POOL_LIGHT = registerWithItem(BLOCKS.register("filthy_green_pool_light", ()->new Block(poolLightFilthy)), new Item.Properties()); + + public static final RegistryObject DIRTY_GREEN_POOL_TILE_STAIRS = registerWithItem(BLOCKS.register("dirty_green_pool_tile_stairs", ()->new StairBlock(DIRTY_GREEN_POOL_TILE.get()::defaultBlockState, stone)), new Item.Properties()); + + public static final RegistryObject DIRTY_GREEN_POOL_TILE_SLAB = registerWithItem(BLOCKS.register("dirty_green_pool_tile_slab", ()->new SlabBlock(stone)), new Item.Properties()); + + public static final RegistryObject UNCRAFTER = registerWithItem(BLOCKS.register("uncrafter", ()->new UncrafterBlock(BlockBehaviour.Properties.of().noOcclusion().requiresCorrectToolForDrops().strength(6))), new Item.Properties()); } diff --git a/src/main/java/dev/zontreck/otemod/blocks/ParallaxWindow.java b/src/main/java/dev/zontreck/otemod/blocks/ParallaxWindow.java new file mode 100644 index 0000000..7a05350 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/ParallaxWindow.java @@ -0,0 +1,30 @@ +package dev.zontreck.otemod.blocks; + +import net.minecraft.core.BlockPos; +import net.minecraft.world.level.BlockGetter; +import net.minecraft.world.level.block.*; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.properties.DirectionProperty; +import net.minecraft.world.phys.shapes.VoxelShape; +import org.jetbrains.annotations.Nullable; + +public class ParallaxWindow extends BaseEntityBlock +{ + protected static final double OFFSET = 0.0625; + + public ParallaxWindow(int light) { + super(Properties.copy(Blocks.BEDROCK).lightLevel(x->light).sound(SoundType.GLASS)); + } + + @Override + public boolean propagatesSkylightDown(BlockState pState, BlockGetter pReader, BlockPos pPos) { + return true; + } + + @Nullable + @Override + public BlockEntity newBlockEntity(BlockPos blockPos, BlockState blockState) { + return null; + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/PartialTransparentBlock.java b/src/main/java/dev/zontreck/otemod/blocks/PartialTransparentBlock.java new file mode 100644 index 0000000..484422f --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/PartialTransparentBlock.java @@ -0,0 +1,18 @@ +package dev.zontreck.otemod.blocks; + +import net.minecraft.core.BlockPos; +import net.minecraft.world.level.BlockGetter; +import net.minecraft.world.level.block.AbstractGlassBlock; +import net.minecraft.world.level.block.state.BlockState; + +public class PartialTransparentBlock extends AbstractGlassBlock +{ + protected PartialTransparentBlock(Properties p_48729_) { + super(p_48729_); + } + + @Override + public boolean propagatesSkylightDown(BlockState p_48740_, BlockGetter p_48741_, BlockPos p_48742_) { + return true; + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/PartialTransparentSlabBlock.java b/src/main/java/dev/zontreck/otemod/blocks/PartialTransparentSlabBlock.java new file mode 100644 index 0000000..2f840b1 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/PartialTransparentSlabBlock.java @@ -0,0 +1,19 @@ +package dev.zontreck.otemod.blocks; + +import net.minecraft.core.BlockPos; +import net.minecraft.world.level.BlockGetter; +import net.minecraft.world.level.block.AbstractGlassBlock; +import net.minecraft.world.level.block.SlabBlock; +import net.minecraft.world.level.block.state.BlockState; + +public class PartialTransparentSlabBlock extends SlabBlock +{ + protected PartialTransparentSlabBlock(Properties p_48729_) { + super(p_48729_); + } + + @Override + public boolean propagatesSkylightDown(BlockState p_48740_, BlockGetter p_48741_, BlockPos p_48742_) { + return true; + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/RegistryObj.java b/src/main/java/dev/zontreck/otemod/blocks/RegistryObj.java new file mode 100644 index 0000000..284fd0b --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/RegistryObj.java @@ -0,0 +1,18 @@ +package dev.zontreck.otemod.blocks; + + +import net.minecraft.world.item.Item; +import net.minecraft.world.level.block.Block; +import net.minecraftforge.registries.RegistryObject; + +public class RegistryObj +{ + public RegistryObject block; + public RegistryObject item; + + public RegistryObj(RegistryObject blk, RegistryObject item) + { + this.block=blk; + this.item=item; + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/RotatableBlock.java b/src/main/java/dev/zontreck/otemod/blocks/RotatableBlock.java new file mode 100644 index 0000000..c8cbdaf --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/RotatableBlock.java @@ -0,0 +1,26 @@ +package dev.zontreck.otemod.blocks; + +import net.minecraft.world.item.context.BlockPlaceContext; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.HorizontalDirectionalBlock; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.StateDefinition; + +public class RotatableBlock extends HorizontalDirectionalBlock +{ + protected RotatableBlock(Properties pProperties) { + super(pProperties); + } + + @Override + protected void createBlockStateDefinition(StateDefinition.Builder pBuilder) { + super.createBlockStateDefinition(pBuilder); + pBuilder.add(FACING); + } + + + @Override + public BlockState getStateForPlacement(BlockPlaceContext pContext) { + return defaultBlockState().setValue(FACING, pContext.getHorizontalDirection()); + } +} \ No newline at end of file diff --git a/src/main/java/dev/zontreck/otemod/blocks/RotatableBlockCustomVoxels.java b/src/main/java/dev/zontreck/otemod/blocks/RotatableBlockCustomVoxels.java new file mode 100644 index 0000000..2ca6d84 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/RotatableBlockCustomVoxels.java @@ -0,0 +1,35 @@ +package dev.zontreck.otemod.blocks; + +import dev.zontreck.ariaslib.util.Maps; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.world.level.BlockGetter; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.phys.shapes.CollisionContext; +import net.minecraft.world.phys.shapes.Shapes; +import net.minecraft.world.phys.shapes.VoxelShape; + +import java.util.HashMap; +import java.util.Map; + + +public class RotatableBlockCustomVoxels extends RotatableBlock +{ + private Map rotatedShapes = new HashMap<>(); + + protected RotatableBlockCustomVoxels(Properties properties, VoxelShape north, VoxelShape south, VoxelShape east, VoxelShape west) { + super(properties); + rotatedShapes = Maps.of(new Maps.Entry<>(Direction.NORTH, north), new Maps.Entry<>(Direction.SOUTH, south), new Maps.Entry<>(Direction.WEST, west), new Maps.Entry<>(Direction.EAST, east), new Maps.Entry<>(Direction.NORTH, north), new Maps.Entry<>(Direction.DOWN, north)); + } + + @Override + public VoxelShape getShape(BlockState state, BlockGetter world, BlockPos pos, CollisionContext context) { + Direction facing = state.getValue(FACING); + return rotatedShapes.get(facing); + } + + @Override + public boolean propagatesSkylightDown(BlockState p_49928_, BlockGetter p_49929_, BlockPos p_49930_) { + return true; + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/UncrafterBlock.java b/src/main/java/dev/zontreck/otemod/blocks/UncrafterBlock.java new file mode 100644 index 0000000..b1b0954 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/UncrafterBlock.java @@ -0,0 +1,105 @@ +package dev.zontreck.otemod.blocks; + +import dev.zontreck.otemod.blocks.entity.CompressionChamberBlockEntity; +import dev.zontreck.otemod.blocks.entity.ModEntities; +import dev.zontreck.otemod.blocks.entity.UncrafterBlockEntity; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import net.minecraft.core.BlockPos; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.util.RandomSource; +import net.minecraft.world.InteractionHand; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.context.BlockPlaceContext; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.EntityBlock; +import net.minecraft.world.level.block.HorizontalDirectionalBlock; +import net.minecraft.world.level.block.RenderShape; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.entity.BlockEntityTicker; +import net.minecraft.world.level.block.entity.BlockEntityType; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.StateDefinition; +import net.minecraft.world.phys.BlockHitResult; +import net.minecraftforge.network.NetworkHooks; +import org.jetbrains.annotations.Nullable; + +public class UncrafterBlock extends HorizontalDirectionalBlock implements EntityBlock +{ + + public UncrafterBlock(Properties pProperties) { + super(pProperties); + } + + @Override + protected void createBlockStateDefinition(StateDefinition.Builder pBuilder) { + super.createBlockStateDefinition(pBuilder); + pBuilder.add(FACING); + } + + @Nullable + @Override + public BlockEntity newBlockEntity(BlockPos blockPos, BlockState blockState) { + return new UncrafterBlockEntity(blockPos, blockState); + } + + @Override + public RenderShape getRenderShape(BlockState pState) { + return RenderShape.MODEL; + } + + @Override + public InteractionResult use(BlockState state, Level lvl, BlockPos pos, Player player, InteractionHand hand, BlockHitResult hit) + { + if(!lvl.isClientSide()) + { + BlockEntity be = lvl.getBlockEntity(pos); + if(be instanceof UncrafterBlockEntity entity) + { + NetworkHooks.openScreen(((ServerPlayer)player), entity, pos); + + ModMessages.sendToPlayer(new EnergySyncS2CPacket(entity.getEnergyStorage().getEnergyStored(), entity.getBlockPos()), (ServerPlayer)player); + + }else{ + throw new IllegalStateException("Our container is missing!"); + } + } + + return InteractionResult.sidedSuccess(lvl.isClientSide); + } + + @Override + public void onRemove(BlockState pState, Level pLevel, BlockPos pPos, BlockState pNewState, boolean pMovedByPiston) { + if(pState.getBlock() != pNewState.getBlock()) + { + BlockEntity be = pLevel.getBlockEntity(pPos); + if(be instanceof UncrafterBlockEntity) + { + ((UncrafterBlockEntity)be).doDrop(); + } + } + + super.onRemove(pState, pLevel, pPos, pNewState, pMovedByPiston); + } + + @Nullable + @Override + public BlockEntityTicker getTicker(Level pLevel, BlockState pState, BlockEntityType pBlockEntityType) { + + return createTickerHelper(pBlockEntityType, ModEntities.UNCRAFTER.get(), UncrafterBlockEntity::tick); + } + + + protected static BlockEntityTicker createTickerHelper(BlockEntityType pServerType, BlockEntityType pClientType, BlockEntityTicker pTicker) { + return pClientType == pServerType ? (BlockEntityTicker) pTicker : null; + } + + + @Override + public BlockState getStateForPlacement(BlockPlaceContext pContext) { + return defaultBlockState().setValue(FACING, pContext.getHorizontalDirection()); + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/VoidBlock.java b/src/main/java/dev/zontreck/otemod/blocks/VoidBlock.java new file mode 100644 index 0000000..83df4b1 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/VoidBlock.java @@ -0,0 +1,12 @@ +package dev.zontreck.otemod.blocks; + +import net.minecraft.world.level.block.Block; + +public class VoidBlock extends Block +{ + public VoidBlock(Properties pProperties) { + super(pProperties); + } + + +} \ No newline at end of file diff --git a/src/main/java/dev/zontreck/otemod/blocks/entity/CompressionChamberBlockEntity.java b/src/main/java/dev/zontreck/otemod/blocks/entity/CompressionChamberBlockEntity.java new file mode 100644 index 0000000..049f03f --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/entity/CompressionChamberBlockEntity.java @@ -0,0 +1,331 @@ +package dev.zontreck.otemod.blocks.entity; + +import dev.zontreck.libzontreck.items.InputItemStackHandler; +import dev.zontreck.libzontreck.items.OutputItemStackHandler; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.implementation.compressor.CompressionChamberMenu; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergy; +import dev.zontreck.otemod.implementation.energy.OTEEnergy; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import dev.zontreck.otemod.recipe.CompressionChamberRecipe; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; +import net.minecraft.world.Containers; +import net.minecraft.world.MenuProvider; +import net.minecraft.world.SimpleContainer; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.AbstractContainerMenu; +import net.minecraft.world.inventory.ContainerData; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.Items; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.common.capabilities.Capability; +import net.minecraftforge.common.capabilities.ForgeCapabilities; +import net.minecraftforge.common.util.LazyOptional; +import net.minecraftforge.energy.IEnergyStorage; +import net.minecraftforge.items.IItemHandler; +import net.minecraftforge.items.ItemStackHandler; + +import javax.annotation.Nullable; +import java.util.Optional; + +public class CompressionChamberBlockEntity extends BlockEntity implements MenuProvider, IThresholdsEnergy +{ + + private boolean EnergyDirty=true; + private int TickCount=0; + + public CompressionChamberBlockEntity(BlockPos pPos, BlockState pBlockState) { + super(ModEntities.COMPRESSION_CHAMBER.get(), pPos, pBlockState); + + outputSlot = new OutputItemStackHandler(outputItems); + + data = new ContainerData() { + @Override + public int get(int i) { + return switch (i){ + case 0 -> CompressionChamberBlockEntity.this.progress; + default -> 0; + }; + } + + @Override + public void set(int i, int i1) { + switch(i) + { + case 0->CompressionChamberBlockEntity.this.progress = i1; + } + } + + @Override + public int getCount() { + return 1; + } + }; + } + + protected final ContainerData data; + protected int progress=0; + + public static int PROCESSING_TICKS = 80; + + protected final ItemStackHandler itemsHandler = new ItemStackHandler(1){ + @Override + protected void onContentsChanged(int slot) + { + setChanged(); + } + }; + protected final ItemStackHandler outputItems = new ItemStackHandler(1){ + @Override + protected void onContentsChanged(int slot) + { + setChanged(); + } + }; + private ItemStackHandler outputSlot; + + private final OTEEnergy ENERGY_STORAGE = new OTEEnergy(ENERGY_REQUIREMENT*3, ENERGY_REQUIREMENT*512) { + + @Override + public void onChanged() { + setChanged(); + EnergyDirty=true; + + } + }; + + + private static int ENERGY_REQUIREMENT = 750; + + private LazyOptional lazyEnergyHandler = LazyOptional.empty(); + + private LazyOptional lazyItemHandler = LazyOptional.empty(); + private LazyOptional lazyOutputItems = LazyOptional.empty(); + + + @Override + public Component getDisplayName() { + return ChatHelpers.macro("Compression Chamber"); + } + + @Override + @Nullable + public AbstractContainerMenu createMenu(int id, Inventory inv, Player player) { + return new CompressionChamberMenu(id, inv, this, this.data); + } + + + @Override + public LazyOptional getCapability(Capability cap, Direction side) + { + if(cap == ForgeCapabilities.ENERGY) + { + return lazyEnergyHandler.cast(); + } + if(side == Direction.DOWN && cap == ForgeCapabilities.ITEM_HANDLER) + { + // Return the output slot only + return lazyOutputItems.cast(); + } + if(cap == ForgeCapabilities.ITEM_HANDLER) + { + return lazyItemHandler.cast(); + } + + return super.getCapability(cap,side); + } + + + @Override + public void onLoad() + { + super.onLoad(); + lazyItemHandler = LazyOptional.of(()->itemsHandler); + lazyOutputItems = LazyOptional.of(()->outputSlot); + lazyEnergyHandler = LazyOptional.of(()->ENERGY_STORAGE); + } + + + @Override + public void invalidateCaps() + { + super.invalidateCaps(); + lazyItemHandler.invalidate(); + lazyOutputItems.invalidate(); + lazyEnergyHandler.invalidate(); + } + + @Override + protected void saveAdditional(CompoundTag nbt) + { + nbt.put("inventory", itemsHandler.serializeNBT()); + nbt.put("output", outputItems.serializeNBT()); + nbt.putInt("prog", progress); + nbt.putInt("energy", ENERGY_STORAGE.getEnergyStored()); + + super.saveAdditional(nbt); + } + + @Override + public void load(CompoundTag nbt){ + super.load(nbt); + + itemsHandler.deserializeNBT(nbt.getCompound("inventory")); + outputItems.deserializeNBT(nbt.getCompound("output")); + progress = nbt.getInt("prog"); + ENERGY_STORAGE.setEnergy(nbt.getInt("energy")); + } + + public void doDrop() + { + SimpleContainer cont = new SimpleContainer(itemsHandler.getSlots()); + for (int i = 0; i < itemsHandler.getSlots(); i++) { + cont.setItem(i, itemsHandler.getStackInSlot(i)); + } + cont = new SimpleContainer(outputItems.getSlots()); + for (int i = 0; i < outputItems.getSlots(); i++) { + cont.setItem(i, outputItems.getStackInSlot(i)); + } + + Containers.dropContents(this.level, this.worldPosition, cont); + } + + + public static void tick(Level lvl, BlockPos pos, BlockState state, CompressionChamberBlockEntity entity) + { + if(lvl.isClientSide())return; + + + + if(entity.EnergyDirty) + { + if(entity.TickCount >= (2 * 20)) + { + ModMessages.sendToAll(new EnergySyncS2CPacket(entity.getEnergy(), pos)); + entity.EnergyDirty=false; + } else entity.TickCount++; + } + + + if(hasRecipe(entity)) + { + if(!hasEnergy(entity))return; // Halt until sufficient energy has been received + entity.progress++; + setChanged(lvl, pos, state); + drain(entity); + + if(entity.progress >= CompressionChamberBlockEntity.PROCESSING_TICKS) + { + craftItem(entity); + } + }else { + if(entity.progress>0){ + entity.resetProgress(); + setChanged(lvl, pos, state); + } + } + } + + + private static void drain(CompressionChamberBlockEntity entity) { + entity.ENERGY_STORAGE.extractEnergy(ENERGY_REQUIREMENT, false); + } + + private static boolean hasEnergy(CompressionChamberBlockEntity entity) { + return (entity.ENERGY_STORAGE.getEnergyStored() >= ENERGY_REQUIREMENT); + } + + + private static void craftItem(CompressionChamberBlockEntity entity) { + if(hasRecipe(entity)) + { + SimpleContainer inventory = new SimpleContainer(entity.itemsHandler.getSlots()); + for(int i=0;i recipe = entity.level.getRecipeManager().getRecipeFor(CompressionChamberRecipe.Type.INSTANCE, inventory, entity.level); + + ItemStack existing = entity.outputItems.getStackInSlot(0); + + if(existing.is(Items.AIR)) + { + existing = recipe.get().getResultItem(entity.level.registryAccess()); + }else + existing.setCount(recipe.get().getResultItem(entity.level.registryAccess()).getCount() + existing.getCount()); + + entity.outputItems.setStackInSlot(0, existing); + entity.itemsHandler.extractItem(0,1,false); + + + entity.resetProgress(); + } + } + + private static boolean hasRecipe(CompressionChamberBlockEntity entity) { + SimpleContainer inventory = new SimpleContainer(entity.itemsHandler.getSlots()); + for(int i=0;i recipe = entity.level.getRecipeManager().getRecipeFor(CompressionChamberRecipe.Type.INSTANCE, inventory, entity.level); + + boolean ret = recipe.isPresent() && canInsertIntoOutput(output, recipe.get().getResultItem(entity.level.registryAccess())); + + if(ret) + { + PROCESSING_TICKS = recipe.get().getTime(); + } + + return ret; + } + + private static boolean canInsertIntoOutput(SimpleContainer inventory, ItemStack result) { + ItemStack existing = inventory.getItem(0); + boolean stackCompat = (existing.getMaxStackSize() > existing.getCount()); + boolean sameType = (existing.getItem() == result.getItem()); + boolean outputEmpty = existing.isEmpty(); + + if(outputEmpty)return true; + return (stackCompat && sameType); + } + + private void resetProgress() { + progress=0; + + } + + public IEnergyStorage getEnergyStorage() { + return ENERGY_STORAGE; + } + + @Override + public void setEnergy(int energy) { + ENERGY_STORAGE.setEnergy(energy); + } + + + @Override + public int getEnergy() { + return ENERGY_STORAGE.getEnergy(); + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/entity/ItemScrubberBlockEntity.java b/src/main/java/dev/zontreck/otemod/blocks/entity/ItemScrubberBlockEntity.java new file mode 100644 index 0000000..53f00c3 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/entity/ItemScrubberBlockEntity.java @@ -0,0 +1,314 @@ +package dev.zontreck.otemod.blocks.entity; + +import dev.zontreck.libzontreck.items.InputItemStackHandler; +import dev.zontreck.libzontreck.items.OutputItemStackHandler; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergy; +import dev.zontreck.otemod.implementation.energy.OTEEnergy; +import dev.zontreck.otemod.implementation.scrubber.ItemScrubberMenu; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; +import net.minecraft.world.Containers; +import net.minecraft.world.MenuProvider; +import net.minecraft.world.SimpleContainer; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.AbstractContainerMenu; +import net.minecraft.world.inventory.ContainerData; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.Items; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.common.capabilities.Capability; +import net.minecraftforge.common.capabilities.ForgeCapabilities; +import net.minecraftforge.common.util.LazyOptional; +import net.minecraftforge.energy.IEnergyStorage; +import net.minecraftforge.items.IItemHandler; +import net.minecraftforge.items.ItemStackHandler; + +import javax.annotation.Nullable; + +public class ItemScrubberBlockEntity extends BlockEntity implements MenuProvider, IThresholdsEnergy +{ + + private boolean EnergyDirty=true; + private int TickCount=0; + + + @Override + public int getEnergy() { + return ENERGY_STORAGE.getEnergy(); + } + + protected final ItemStackHandler itemsHandler = new ItemStackHandler(1){ + @Override + protected void onContentsChanged(int slot) + { + setChanged(); + } + }; + protected final ItemStackHandler outputItems = new ItemStackHandler(1){ + @Override + protected void onContentsChanged(int slot) + { + setChanged(); + } + }; + private ItemStackHandler outputSlot; + + + private final OTEEnergy ENERGY_STORAGE = new OTEEnergy(ENERGY_REQ*3, ENERGY_REQ+512) { + + @Override + public void onChanged() { + setChanged(); + EnergyDirty=true; + } + + }; + + private static final int ENERGY_REQ = 512; + private LazyOptional lazyEnergyHandler = LazyOptional.empty(); + + private LazyOptional lazyItemHandler = LazyOptional.empty(); + private LazyOptional lazyOutputItems = LazyOptional.empty(); + + public ItemScrubberBlockEntity(BlockPos pos, BlockState state) { + super(ModEntities.ITEM_SCRUBBER.get(), pos, state); + outputSlot = new OutputItemStackHandler(outputItems); + + this.data = new ContainerData() { + + @Override + public int get(int p_39284_) { + return switch(p_39284_){ + case 0 -> ItemScrubberBlockEntity.this.progress; + default -> 0; + }; + } + + @Override + public void set(int p_39285_, int p_39286_) { + switch(p_39285_) + { + case 0 -> ItemScrubberBlockEntity.this.progress = p_39286_; + } + + } + + @Override + public int getCount() { + return 1; + } + + }; + } + + protected final ContainerData data; + private int progress = 0; + + public static final int MAXIMUM_PROCESSING_TICKS = 250; + + + @Override + @Nullable + public AbstractContainerMenu createMenu(int id, Inventory inv, Player player) { + return new ItemScrubberMenu(id, inv, this, this.data); + } + + @Override + public Component getDisplayName() { + return Component.translatable("block.otemod.item_scrubber"); + } + + @Override + public LazyOptional getCapability(Capability cap, Direction side) + { + if(cap == ForgeCapabilities.ENERGY) + { + return lazyEnergyHandler.cast(); + } + if(side == Direction.DOWN && cap == ForgeCapabilities.ITEM_HANDLER) + { + // Return the output slot only + return lazyOutputItems.cast(); + } + if(cap == ForgeCapabilities.ITEM_HANDLER) + { + return lazyItemHandler.cast(); + } + + return super.getCapability(cap,side); + } + + + @Override + public void onLoad() + { + super.onLoad(); + lazyItemHandler = LazyOptional.of(()->itemsHandler); + lazyOutputItems = LazyOptional.of(()->outputSlot); + lazyEnergyHandler = LazyOptional.of(()->ENERGY_STORAGE); + } + + + @Override + public void invalidateCaps() + { + super.invalidateCaps(); + lazyItemHandler.invalidate(); + lazyOutputItems.invalidate(); + lazyEnergyHandler.invalidate(); + } + + @Override + protected void saveAdditional(CompoundTag nbt) + { + nbt.put("inventory", itemsHandler.serializeNBT()); + nbt.put("output", outputItems.serializeNBT()); + nbt.putInt("prog", progress); + nbt.putInt("energy", ENERGY_STORAGE.getEnergyStored()); + + super.saveAdditional(nbt); + } + + @Override + public void load(CompoundTag nbt){ + super.load(nbt); + + itemsHandler.deserializeNBT(nbt.getCompound("inventory")); + outputItems.deserializeNBT(nbt.getCompound("output")); + progress = nbt.getInt("prog"); + ENERGY_STORAGE.setEnergy(nbt.getInt("energy")); + } + + public void doDrop() + { + SimpleContainer cont = new SimpleContainer(itemsHandler.getSlots()); + for (int i = 0; i < itemsHandler.getSlots(); i++) { + cont.setItem(i, itemsHandler.getStackInSlot(i)); + } + cont = new SimpleContainer(outputItems.getSlots()); + for (int i = 0; i < outputItems.getSlots(); i++) { + cont.setItem(i, outputItems.getStackInSlot(i)); + } + + Containers.dropContents(this.level, this.worldPosition, cont); + } + + public static void tick(Level lvl, BlockPos pos, BlockState state, ItemScrubberBlockEntity entity) + { + if(lvl.isClientSide())return; + + + + if(entity.EnergyDirty) + { + if(entity.TickCount >= (2 * 20)) + { + ModMessages.sendToAll(new EnergySyncS2CPacket(entity.getEnergy(), pos)); + entity.EnergyDirty=false; + } else entity.TickCount++; + } + + if(hasRecipe(entity)) + { + if(!hasEnergy(entity))return; // Halt until sufficient energy has been received + entity.progress++; + setChanged(lvl, pos, state); + drain(entity); + + if(entity.progress >= ItemScrubberBlockEntity.MAXIMUM_PROCESSING_TICKS) + { + craftItem(entity); + } + }else { + if(entity.progress>0){ + entity.resetProgress(); + setChanged(lvl, pos, state); + } + } + } + + private static void drain(ItemScrubberBlockEntity entity) { + entity.ENERGY_STORAGE.extractEnergy(ENERGY_REQ, false); + } + + private static boolean hasEnergy(ItemScrubberBlockEntity entity) { + return (entity.ENERGY_STORAGE.getEnergyStored() >= ENERGY_REQ); + } + + private static void craftItem(ItemScrubberBlockEntity entity) { + if(hasRecipe(entity)) + { + ItemStack existing = entity.outputItems.getStackInSlot(0); + existing.setCount(existing.getCount()+1); + if(existing.is(Items.AIR)) + { + existing = makeOutputItem(entity.itemsHandler.getStackInSlot(0)); + } + entity.itemsHandler.extractItem(0, 1, false); + entity.outputItems.setStackInSlot(0, existing); + + entity.resetProgress(); + } + } + + private static boolean hasRecipe(ItemScrubberBlockEntity entity) { + SimpleContainer inventory = new SimpleContainer(entity.itemsHandler.getSlots()); + for(int i=0;i existing.getCount()); + boolean sameType = (existing.getItem() == result.getItem()); + boolean outputEmpty = existing.isEmpty(); + + if(outputEmpty)return true; + return (stackCompat && sameType); + } + + private void resetProgress() { + progress=0; + + } + + protected static ItemStack makeOutputItem(ItemStack original) + { + ItemStack newItem = new ItemStack(original.getItem(),1); + return newItem; + } + + public IEnergyStorage getEnergyStorage() { + return ENERGY_STORAGE; + } + + @Override + public void setEnergy(int energy) { + ENERGY_STORAGE.setEnergy(energy); + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/entity/MagicalScrubberBlockEntity.java b/src/main/java/dev/zontreck/otemod/blocks/entity/MagicalScrubberBlockEntity.java new file mode 100644 index 0000000..32e055e --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/entity/MagicalScrubberBlockEntity.java @@ -0,0 +1,363 @@ +package dev.zontreck.otemod.blocks.entity; + +import dev.zontreck.libzontreck.items.InputItemStackHandler; +import dev.zontreck.libzontreck.items.OutputItemStackHandler; +import dev.zontreck.libzontreck.util.ItemUtils; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergy; +import dev.zontreck.otemod.implementation.energy.OTEEnergy; +import dev.zontreck.otemod.implementation.scrubber.MagicalScrubberMenu; +import dev.zontreck.otemod.items.ModItems; +import dev.zontreck.otemod.items.PartialItem; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; +import net.minecraft.world.Containers; +import net.minecraft.world.MenuProvider; +import net.minecraft.world.SimpleContainer; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.AbstractContainerMenu; +import net.minecraft.world.inventory.ContainerData; +import net.minecraft.world.item.EnchantedBookItem; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.Items; +import net.minecraft.world.item.enchantment.Enchantment; +import net.minecraft.world.item.enchantment.EnchantmentHelper; +import net.minecraft.world.item.enchantment.EnchantmentInstance; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.common.capabilities.Capability; +import net.minecraftforge.common.capabilities.ForgeCapabilities; +import net.minecraftforge.common.util.LazyOptional; +import net.minecraftforge.energy.IEnergyStorage; +import net.minecraftforge.items.IItemHandler; +import net.minecraftforge.items.ItemStackHandler; + +import javax.annotation.Nullable; +import java.util.Iterator; +import java.util.Map; + +public class MagicalScrubberBlockEntity extends BlockEntity implements MenuProvider, IThresholdsEnergy +{ + + + private boolean EnergyDirty=true; + private int TickCount=0; + @Override + public int getEnergy() { + return ENERGY_STORAGE.getEnergy(); + } + + protected final ItemStackHandler itemsHandler = new ItemStackHandler(1){ + @Override + protected void onContentsChanged(int slot) + { + setChanged(); + } + }; + protected final ItemStackHandler outputItems = new ItemStackHandler(1){ + @Override + protected void onContentsChanged(int slot) + { + setChanged(); + } + }; + private ItemStackHandler outputSlot; + + private final OTEEnergy ENERGY_STORAGE = new OTEEnergy(ENERGY_REQ*3, ENERGY_REQ+512) { + + @Override + public void onChanged() { + setChanged(); + EnergyDirty=true; + } + + }; + + private static final int ENERGY_REQ = 1000; + private LazyOptional lazyEnergyHandler = LazyOptional.empty(); + + private LazyOptional lazyItemHandler = LazyOptional.empty(); + private LazyOptional lazyOutputItems = LazyOptional.empty(); + + public MagicalScrubberBlockEntity(BlockPos pos, BlockState state) { + super(ModEntities.MAGICAL_SCRUBBER.get(), pos, state); + outputSlot = new OutputItemStackHandler(outputItems); + + this.data = new ContainerData() { + + @Override + public int get(int p_39284_) { + return switch(p_39284_){ + case 0 -> MagicalScrubberBlockEntity.this.progress; + default -> 0; + }; + } + + @Override + public void set(int p_39285_, int p_39286_) { + switch(p_39285_) + { + case 0 -> MagicalScrubberBlockEntity.this.progress = p_39286_; + } + + } + + @Override + public int getCount() { + return 1; + } + + }; + } + + protected final ContainerData data; + private int progress = 0; + + public static final int MAXIMUM_PROCESSING_TICKS = 175; + + + @Override + @Nullable + public AbstractContainerMenu createMenu(int id, Inventory inv, Player player) { + return new MagicalScrubberMenu(id, inv, this, this.data); + } + + @Override + public Component getDisplayName() { + return Component.translatable("block.otemod.magical_scrubber"); + } + + @Override + public LazyOptional getCapability(Capability cap, Direction side) + { + if(cap == ForgeCapabilities.ENERGY) + { + return lazyEnergyHandler.cast(); + } + if(side == Direction.DOWN && cap == ForgeCapabilities.ITEM_HANDLER) + { + // Return the output slot only + return lazyOutputItems.cast(); + } + if(cap == ForgeCapabilities.ITEM_HANDLER) + { + return lazyItemHandler.cast(); + } + + return super.getCapability(cap,side); + } + + + @Override + public void onLoad() + { + super.onLoad(); + lazyItemHandler = LazyOptional.of(()->itemsHandler); + lazyOutputItems = LazyOptional.of(()->outputSlot); + lazyEnergyHandler = LazyOptional.of(()->ENERGY_STORAGE); + } + + + @Override + public void invalidateCaps() + { + super.invalidateCaps(); + lazyItemHandler.invalidate(); + lazyOutputItems.invalidate(); + lazyEnergyHandler.invalidate(); + } + + @Override + protected void saveAdditional(CompoundTag nbt) + { + nbt.put("inventory", itemsHandler.serializeNBT()); + nbt.put("output", outputItems.serializeNBT()); + nbt.putInt("prog", progress); + nbt.putInt("energy", ENERGY_STORAGE.getEnergyStored()); + + super.saveAdditional(nbt); + } + + @Override + public void load(CompoundTag nbt){ + super.load(nbt); + + itemsHandler.deserializeNBT(nbt.getCompound("inventory")); + outputItems.deserializeNBT(nbt.getCompound("output")); + progress = nbt.getInt("prog"); + ENERGY_STORAGE.setEnergy(nbt.getInt("energy")); + } + + public void doDrop() + { + SimpleContainer cont = new SimpleContainer(itemsHandler.getSlots()); + for (int i = 0; i < itemsHandler.getSlots(); i++) { + cont.setItem(i, itemsHandler.getStackInSlot(i)); + } + cont = new SimpleContainer(outputItems.getSlots()); + for (int i = 0; i < outputItems.getSlots(); i++) { + cont.setItem(i, outputItems.getStackInSlot(i)); + } + + Containers.dropContents(this.level, this.worldPosition, cont); + } + + public static void tick(Level lvl, BlockPos pos, BlockState state, MagicalScrubberBlockEntity entity) + { + if(lvl.isClientSide())return; + + + if(entity.EnergyDirty) + { + if(entity.TickCount >= (2 * 20)) + { + ModMessages.sendToAll(new EnergySyncS2CPacket(entity.getEnergy(), pos)); + entity.EnergyDirty=false; + } else entity.TickCount++; + } + + if(hasRecipe(entity)) + { + if(!hasEnergy(entity))return; // Halt until sufficient energy has been received + entity.progress++; + setChanged(lvl, pos, state); + drain(entity); + + if(entity.progress >= MagicalScrubberBlockEntity.MAXIMUM_PROCESSING_TICKS) + { + craftItem(entity); + } + }else { + if(entity.progress>0){ + entity.resetProgress(); + setChanged(lvl, pos, state); + } + } + } + + private static void drain(MagicalScrubberBlockEntity entity) { + entity.ENERGY_STORAGE.extractEnergy(ENERGY_REQ, false); + } + + private static boolean hasEnergy(MagicalScrubberBlockEntity entity) { + return (entity.ENERGY_STORAGE.getEnergyStored() >= ENERGY_REQ); + } + + private static void craftItem(MagicalScrubberBlockEntity entity) { + if(hasRecipe(entity)) + { + ItemStack existing = entity.outputItems.getStackInSlot(0); + ItemStack main = entity.itemsHandler.getStackInSlot(0); + + //Map enchants = main.getAllEnchantments(); + + Map enchantments = EnchantmentHelper.getEnchantments(main.copy()); + + if(!main.is(ModItems.PARTIAL_ITEM.get())) + { + entity.itemsHandler.setStackInSlot(0, PartialItem.makePartialItem(main, true, false)); + entity.resetProgress(); + return; + } + + if(enchantments.size()>0) + { + Iterator> iEntries = enchantments.entrySet().iterator(); + try{ + Map.Entry entry = iEntries.next(); + EnchantmentInstance eInst = new EnchantmentInstance(entry.getKey(), entry.getValue()); + existing = EnchantedBookItem.createForEnchantment(eInst); + iEntries.remove(); + main = makeOutputItem(main.copy()); + while(iEntries.hasNext()) + { + entry = iEntries.next(); + main.enchant(entry.getKey(), entry.getValue()); + } + }catch(Exception E) + { + entity.outputItems.setStackInSlot(0, main); + entity.itemsHandler.extractItem(0, 1, false); + entity.resetProgress(); + return; + } + + if(enchantments.size()==0){ + entity.itemsHandler.extractItem(0, 1, false); + }else entity.itemsHandler.setStackInSlot(0, main); + + + }else{ + + existing.setCount(existing.getCount()+1); + if(existing.is(Items.AIR)) + { + existing = makeOutputItem(entity.itemsHandler.getStackInSlot(0)); + } + entity.itemsHandler.extractItem(0, 1, false); + } + + entity.outputItems.setStackInSlot(0, existing); + entity.resetProgress(); + } + } + + private static boolean hasRecipe(MagicalScrubberBlockEntity entity) { + SimpleContainer inventory = new SimpleContainer(entity.itemsHandler.getSlots()); + for(int i=0;i existing.getCount()); + boolean sameType = (existing.getItem() == result.getItem()); + boolean outputEmpty = existing.isEmpty(); + + if(outputEmpty)return true; + return (stackCompat && sameType); + } + + private void resetProgress() { + progress=0; + + } + + protected static ItemStack makeOutputItem(ItemStack original) + { + ItemStack newItem = new ItemStack(original.getItem(),1); + return newItem; + } + + public IEnergyStorage getEnergyStorage() { + return ENERGY_STORAGE; + } + + @Override + public void setEnergy(int energy) { + ENERGY_STORAGE.setEnergy(energy); + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/entity/ModEntities.java b/src/main/java/dev/zontreck/otemod/blocks/entity/ModEntities.java new file mode 100644 index 0000000..97be2dc --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/entity/ModEntities.java @@ -0,0 +1,34 @@ +package dev.zontreck.otemod.blocks.entity; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.blocks.CompressionChamberBlock; +import dev.zontreck.otemod.blocks.ModBlocks; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.level.block.entity.BlockEntityType; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public class ModEntities { + + public static final DeferredRegister> ENTITIES = DeferredRegister.create(ForgeRegistries.BLOCK_ENTITY_TYPES, OTEMod.MOD_ID); + + public static final RegistryObject > ITEM_SCRUBBER = ENTITIES.register("item_scrubber", ()-> BlockEntityType.Builder.of(ItemScrubberBlockEntity::new, ModBlocks.ITEM_SCRUBBER.get()).build(null)); + + public static final RegistryObject > MAGICAL_SCRUBBER = ENTITIES.register("magical_scrubber", ()-> BlockEntityType.Builder.of(MagicalScrubberBlockEntity::new, ModBlocks.MAGICAL_SCRUBBER.get()).build(null)); + + //public static final ResourceLocation PARALLAX_BLOCK = new ResourceLocation(OTEMod.MOD_ID, "parallax_block"); + + public static final RegistryObject> COMPRESSION_CHAMBER = ENTITIES.register("compression_chamber", ()->BlockEntityType.Builder.of(CompressionChamberBlockEntity::new, ModBlocks.COMPRESSION_CHAMBER.get()).build(null)); + + public static final RegistryObject> UNCRAFTER = ENTITIES.register("uncrafter", ()-> BlockEntityType.Builder.of(UncrafterBlockEntity::new, ModBlocks.UNCRAFTER.get()).build(null)); + + //public static final RegistryObject > PARALLAX_WINDOW_ENTITY = ENTITIES.register("parallax_window", ()->BlockEntityType.Builder.of(ParallaxWindowEntity::new, ModBlocks.LIMINAL_WINDOW.get()).build(null)); + + + public static void register(IEventBus eventBus) + { + ENTITIES.register(eventBus); + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/entity/UncrafterBlockEntity.java b/src/main/java/dev/zontreck/otemod/blocks/entity/UncrafterBlockEntity.java new file mode 100644 index 0000000..16bbfac --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/entity/UncrafterBlockEntity.java @@ -0,0 +1,303 @@ +package dev.zontreck.otemod.blocks.entity; + +import dev.zontreck.libzontreck.items.InputItemStackHandler; +import dev.zontreck.libzontreck.items.OutputItemStackHandler; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergy; +import dev.zontreck.otemod.implementation.energy.OTEEnergy; +import dev.zontreck.otemod.implementation.uncrafting.UncrafterMenu; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; +import net.minecraft.world.Containers; +import net.minecraft.world.MenuProvider; +import net.minecraft.world.SimpleContainer; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.AbstractContainerMenu; +import net.minecraft.world.inventory.ContainerData; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.common.capabilities.Capability; +import net.minecraftforge.common.capabilities.ForgeCapabilities; +import net.minecraftforge.common.util.LazyOptional; +import net.minecraftforge.energy.IEnergyStorage; +import net.minecraftforge.items.IItemHandler; +import net.minecraftforge.items.ItemStackHandler; + +import javax.annotation.Nullable; +import java.util.*; + +public class UncrafterBlockEntity extends BlockEntity implements MenuProvider, IThresholdsEnergy +{ + + private boolean EnergyDirty=true; + private int TickCount=0; + + @Override + public int getEnergy() { + return ENERGY_STORAGE.getEnergy(); + } + + protected final ItemStackHandler itemsHandler = new ItemStackHandler(1){ + @Override + protected void onContentsChanged(int slot) + { + setChanged(); + } + }; + protected final ItemStackHandler outputItems = new ItemStackHandler(1){ + @Override + protected void onContentsChanged(int slot) + { + setChanged(); + } + }; + private ItemStackHandler outputSlot; + + private final OTEEnergy ENERGY_STORAGE = new OTEEnergy(ENERGY_REQ*3, ENERGY_REQ+512) { + + @Override + public void onChanged() { + setChanged(); + EnergyDirty=true; + } + + }; + + private static final int ENERGY_REQ = 250; + private LazyOptional lazyEnergyHandler = LazyOptional.empty(); + + private LazyOptional lazyItemHandler = LazyOptional.empty(); + private LazyOptional lazyOutputItems = LazyOptional.empty(); + + public UncrafterBlockEntity(BlockPos pos, BlockState state) { + super(ModEntities.UNCRAFTER.get(), pos, state); + outputSlot = new OutputItemStackHandler(outputItems); + + this.data = new ContainerData() { + + @Override + public int get(int p_39284_) { + return switch(p_39284_){ + case 0 -> UncrafterBlockEntity.this.progress; + default -> 0; + }; + } + + @Override + public void set(int p_39285_, int p_39286_) { + switch(p_39285_) + { + case 0 -> UncrafterBlockEntity.this.progress = p_39286_; + } + + } + + @Override + public int getCount() { + return 1; + } + + }; + } + + protected final ContainerData data; + private int progress = 0; + + public static final int MAXIMUM_PROCESSING_TICKS = (3*20); // 3 seconds + + + @Override + @Nullable + public AbstractContainerMenu createMenu(int id, Inventory inv, Player player) { + return new UncrafterMenu(id, inv, this, this.data); + } + + @Override + public Component getDisplayName() { + return Component.translatable("block.otemod.uncrafter"); + } + + @Override + public LazyOptional getCapability(Capability cap, Direction side) + { + if(cap == ForgeCapabilities.ENERGY) + { + return lazyEnergyHandler.cast(); + } + if(side == Direction.DOWN && cap == ForgeCapabilities.ITEM_HANDLER) + { + // Return the output slot only + return lazyOutputItems.cast(); + } + if(cap == ForgeCapabilities.ITEM_HANDLER) + { + return lazyItemHandler.cast(); + } + + return super.getCapability(cap,side); + } + + + @Override + public void onLoad() + { + super.onLoad(); + lazyItemHandler = LazyOptional.of(()->itemsHandler); + lazyOutputItems = LazyOptional.of(()->outputSlot); + lazyEnergyHandler = LazyOptional.of(()->ENERGY_STORAGE); + } + + + @Override + public void invalidateCaps() + { + super.invalidateCaps(); + lazyItemHandler.invalidate(); + lazyOutputItems.invalidate(); + lazyEnergyHandler.invalidate(); + } + + @Override + protected void saveAdditional(CompoundTag nbt) + { + nbt.put("inventory", itemsHandler.serializeNBT()); + nbt.put("output", outputItems.serializeNBT()); + nbt.putInt("prog", progress); + nbt.putInt("energy", ENERGY_STORAGE.getEnergyStored()); + + super.saveAdditional(nbt); + } + + @Override + public void load(CompoundTag nbt){ + super.load(nbt); + + itemsHandler.deserializeNBT(nbt.getCompound("inventory")); + outputItems.deserializeNBT(nbt.getCompound("output")); + progress = nbt.getInt("prog"); + ENERGY_STORAGE.setEnergy(nbt.getInt("energy")); + } + + public void doDrop() + { + SimpleContainer cont = new SimpleContainer(itemsHandler.getSlots()); + for (int i = 0; i < itemsHandler.getSlots(); i++) { + cont.setItem(i, itemsHandler.getStackInSlot(i)); + } + cont = new SimpleContainer(outputItems.getSlots()); + for (int i = 0; i < outputItems.getSlots(); i++) { + cont.setItem(i, outputItems.getStackInSlot(i)); + } + + Containers.dropContents(this.level, this.worldPosition, cont); + } + + public static void tick(Level lvl, BlockPos pos, BlockState state, UncrafterBlockEntity entity) + { + if(lvl.isClientSide())return; + + if(entity.EnergyDirty) + { + if(entity.TickCount >= (2 * 20)) + { + ModMessages.sendToAll(new EnergySyncS2CPacket(entity.getEnergy(), pos)); + entity.EnergyDirty=false; + } else entity.TickCount++; + } + + if(hasRecipe(entity)) + { + if(!hasEnergy(entity))return; // Halt until sufficient energy has been received + entity.progress++; + setChanged(lvl, pos, state); + drain(entity); + + if(entity.progress >= UncrafterBlockEntity.MAXIMUM_PROCESSING_TICKS) + { + craftItem(entity); + } + }else { + if(entity.progress>0){ + entity.resetProgress(); + setChanged(lvl, pos, state); + } + } + } + + private static void drain(UncrafterBlockEntity entity) { + entity.ENERGY_STORAGE.extractEnergy(ENERGY_REQ, false); + } + + private static boolean hasEnergy(UncrafterBlockEntity entity) { + return (entity.ENERGY_STORAGE.getEnergyStored() >= ENERGY_REQ); + } + + private static void craftItem(UncrafterBlockEntity entity) { + + if(hasRecipe(entity)) + { + entity.outputItems.setStackInSlot(0, entity.itemsHandler.extractItem(0, 1, false)); + entity.resetProgress(); + } + } + + private static boolean hasRecipe(UncrafterBlockEntity entity) { + SimpleContainer inventory = new SimpleContainer(entity.itemsHandler.getSlots()); + for(int i=0;i existing.getCount()); + boolean sameType = (existing.getItem() == result.getItem()); + boolean outputEmpty = existing.isEmpty(); + + if(outputEmpty)return true; + return (stackCompat && sameType); + } + + private void resetProgress() { + progress=0; + + } + + protected static ItemStack makeOutputItem(ItemStack original) + { + ItemStack newItem = new ItemStack(original.getItem(),1); + return newItem; + } + + public IEnergyStorage getEnergyStorage() { + return ENERGY_STORAGE; + } + + @Override + public void setEnergy(int energy) { + ENERGY_STORAGE.setEnergy(energy); + } +} diff --git a/src/main/java/dev/zontreck/otemod/blocks/types/AlternatePaneBlock.java b/src/main/java/dev/zontreck/otemod/blocks/types/AlternatePaneBlock.java new file mode 100644 index 0000000..17c8a97 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/blocks/types/AlternatePaneBlock.java @@ -0,0 +1,41 @@ +package dev.zontreck.otemod.blocks.types; + +import net.minecraft.core.Direction; +import net.minecraft.core.Direction.Plane; +import net.minecraft.world.level.block.IronBarsBlock; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.properties.BooleanProperty; + +import java.util.EnumMap; + +/** Pane block with sensible culling */ +public class AlternatePaneBlock extends IronBarsBlock { + public static final EnumMap DIRECTIONS; + static { + DIRECTIONS = new EnumMap<>(Direction.class); + DIRECTIONS.put(Direction.NORTH, NORTH); + DIRECTIONS.put(Direction.EAST, EAST); + DIRECTIONS.put(Direction.SOUTH, SOUTH); + DIRECTIONS.put(Direction.WEST, WEST); + } + + public AlternatePaneBlock(Properties builder) { + super(builder); + } + + @Override + public boolean skipRendering(BlockState state, BlockState adjacentBlockState, Direction side) { + // cull top and bottom if all props that we have are contained in the above or below + if (adjacentBlockState.getBlock() == this && side.getAxis().isVertical()) { + for (Direction dir : Plane.HORIZONTAL) { + BooleanProperty prop = DIRECTIONS.get(dir); + if (state.getValue(prop) && !adjacentBlockState.getValue(prop)) { + return false; + } + } + return true; + } + return super.skipRendering(state, adjacentBlockState, side); + } + } + \ No newline at end of file diff --git a/src/main/java/dev/zontreck/otemod/chat/ChatServerOverride.java b/src/main/java/dev/zontreck/otemod/chat/ChatServerOverride.java index 96a1906..ecc5bde 100644 --- a/src/main/java/dev/zontreck/otemod/chat/ChatServerOverride.java +++ b/src/main/java/dev/zontreck/otemod/chat/ChatServerOverride.java @@ -1,24 +1,24 @@ package dev.zontreck.otemod.chat; -import java.sql.Connection; -import java.sql.PreparedStatement; -import java.sql.ResultSet; -import java.sql.SQLException; -import java.util.UUID; - import dev.zontreck.libzontreck.chat.ChatColor; import dev.zontreck.libzontreck.chat.HoverTip; +import dev.zontreck.libzontreck.events.ProfileLoadedEvent; +import dev.zontreck.libzontreck.events.ProfileUnloadingEvent; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.util.ItemUtils; import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.configs.OTEServerConfig; import dev.zontreck.otemod.configs.PlayerFlyCache; -import dev.zontreck.otemod.configs.Profile; -import net.minecraft.network.chat.Component; +import dev.zontreck.otemod.configs.snbt.ServerConfig; +import dev.zontreck.otemod.enchantments.ModEnchantments; +import dev.zontreck.otemod.implementation.vault.StarterProvider; import net.minecraft.network.chat.Style; -import net.minecraft.server.MinecraftServer; import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.EquipmentSlot; +import net.minecraft.world.entity.player.Abilities; import net.minecraft.world.entity.player.Player; -import net.minecraftforge.api.distmarker.Dist; -import net.minecraftforge.api.distmarker.OnlyIn; +import net.minecraft.world.item.ItemStack; import net.minecraftforge.event.ServerChatEvent; import net.minecraftforge.event.entity.player.PlayerEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; @@ -28,75 +28,75 @@ import net.minecraftforge.fml.common.Mod.EventBusSubscriber; @EventBusSubscriber(modid=OTEMod.MOD_ID, bus=Mod.EventBusSubscriber.Bus.FORGE) public class ChatServerOverride { - @OnlyIn(Dist.DEDICATED_SERVER) @SubscribeEvent - public void onJoin(final PlayerEvent.PlayerLoggedInEvent ev) + public void onJoin(final ProfileLoadedEvent ev) { //Player joined, send custom alert + ServerPlayer play = ev.player; + Profile prof = ev.profile; - // Download user data from database - try{ - Connection c = OTEMod.DB.getConnection(); - String SQL = "SELECT * FROM `profiles` WHERE `uuid`=?;"; - PreparedStatement pst = c.prepareStatement(SQL); - pst.setString(1,ev.getEntity().getStringUUID()); - ResultSet rs = pst.executeQuery(); - boolean has_profile=false; - while(rs.next()) - { - has_profile=true; - - - OTEMod.PROFILES.put(ev.getEntity().getStringUUID(), new Profile(rs.getString("username"), rs.getString("prefix"), rs.getString("nickname"), rs.getString("name_color"), ev.getEntity().getStringUUID(), rs.getString("prefix_color"), rs.getString("chat_color"))); - } - - if(!has_profile) - { - // Create profile! - ServerPlayer play = (ServerPlayer)ev.getEntity(); - Profile p = Profile.factory(play); - OTEMod.PROFILES.put(play.getStringUUID(), p); - p.commit(); // Commits the profile to the server - - ev.getEntity().displayClientMessage(Component.literal(ChatColor.BOLD+ ChatColor.DARK_GRAY + "["+ChatColor.DARK_GREEN + "OTEMOD" + ChatColor.DARK_GRAY + "] "+ChatColor.DARK_GREEN + "First join! Your server profile has been created"), false); - } - }catch (SQLException e){ - e.printStackTrace(); - } - Profile prof = Profile.get_profile_of(ev.getEntity().getStringUUID()); - if(prof == null){ - OTEMod.LOGGER.error("FATAL: Profile was null for "+ev.getEntity().getName().getString()); - return; + if(prof.flying) + { + play.getAbilities().flying=true; + play.onUpdateAbilities(); } - if(!OTEServerConfig.USE_CUSTOM_JOINLEAVE.get()) return; + Abilities playerAbilities = play.getAbilities(); + boolean mayFly = false; + ItemStack feet = play.getItemBySlot(EquipmentSlot.FEET); + if(ItemUtils.getEnchantmentLevel(ModEnchantments.FLIGHT_ENCHANTMENT.get(), feet)>0)mayFly = true; + + if(play.gameMode.isCreative()) + { + // Skip all this! + playerAbilities.mayfly=true; + playerAbilities.flying=true; + + play.onUpdateAbilities(); + }else{ + + playerAbilities.mayfly=mayFly; + PlayerFlyCache c = PlayerFlyCache.cachePlayer(play); + c.Flying=prof.flying; + c.FlyEnabled = mayFly; + c.Assert(play); + } + + + + if(StarterProvider.exists()) + OTEMod.checkFirstJoin(ev.player); + + if(!ServerConfig.chatOverrides.enableJoinLeave) return; + + ChatHelpers.broadcast(ChatHelpers.macro("!Dark_Gray![!Dark_Green!+!Dark_Gray!] !Bold!!Dark_Aqua![0]",prof.nickname), ev.level.getServer()); - ChatServerOverride.broadcast(Component.literal(ChatColor.DARK_GRAY + "[" + ChatColor.DARK_GREEN + "+" + ChatColor.DARK_GRAY + "] "+ ChatColor.BOLD + ChatColor.DARK_AQUA + prof.nickname), ev.getEntity().getServer()); } - @OnlyIn(Dist.DEDICATED_SERVER) @SubscribeEvent - public void onLeave(final PlayerEvent.PlayerLoggedOutEvent ev) + public void onLeave(ProfileUnloadingEvent ev) { // Get player profile, send disconnect alert, then commit profile and remove it from memory - Profile px = Profile.get_profile_of(ev.getEntity().getStringUUID()); + Profile px=ev.profile; + if(px==null)return; - if(!OTEServerConfig.USE_CUSTOM_JOINLEAVE.get()) return; + if(!ServerConfig.chatOverrides.enableJoinLeave) return; // Send the alert - ChatServerOverride.broadcast(Component.literal(ChatColor.DARK_GRAY + "[" + ChatColor.DARK_RED + "-" + ChatColor.DARK_GRAY + "] "+ChatColor.BOLD + ChatColor.DARK_AQUA + px.nickname), ev.getEntity().getServer()); + ChatHelpers.broadcast(ChatHelpers.macro("!Dark_Gray![!Dark_Red!-!Dark_Gray!] !Bold!!Dark_Aqua![0]", px.nickname), px.player.server); - px.commit(); - OTEMod.PROFILES.remove(ev.getEntity().getStringUUID()); + + px.flying=px.player.getAbilities().flying; + ev.setCanceled(true); } - @OnlyIn(Dist.DEDICATED_SERVER) @SubscribeEvent public void onClone(final PlayerEvent.Clone ev) { + if(ev.getEntity().level().isClientSide)return; // Fix for fly ability not copying to new instance on death or other circumstances Player old = ev.getOriginal(); Player n = ev.getEntity(); @@ -105,16 +105,22 @@ public class ChatServerOverride { c.Assert((ServerPlayer)n); } - @OnlyIn(Dist.DEDICATED_SERVER) @SubscribeEvent public void onChat(final ServerChatEvent ev){ + if(ev.getPlayer().level().isClientSide)return; // Player has chatted, apply override - if(!OTEServerConfig.USE_CUSTOM_CHATREPLACER.get()) return; + if(!ServerConfig.chatOverrides.enablePrettifier) return; ServerPlayer sp = ev.getPlayer(); // Get profile - Profile XD = Profile.get_profile_of(sp.getStringUUID()); + Profile XD=null; + try { + XD = Profile.get_profile_of(sp.getStringUUID()); + } catch (UserProfileNotYetExistsException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } // Override the chat! String prefixStr = ""; @@ -122,7 +128,7 @@ public class ChatServerOverride { prefixStr = ChatColor.DARK_GRAY + "[" + ChatColor.BOLD + XD.prefix_color + XD.prefix + ChatColor.resetChat() + ChatColor.DARK_GRAY + "] "; } - String msg = ev.getMessage().getString(); + String msg = ev.getRawText(); msg= ChatColor.doColors(msg); String nameStr = ChatColor.resetChat() + "< "+ XD.name_color + XD.nickname + ChatColor.resetChat() + " >"; @@ -131,64 +137,8 @@ public class ChatServerOverride { hover=hover.withFont(Style.DEFAULT_FONT).withHoverEvent(HoverTip.get(ChatColor.MINECOIN_GOLD+"User Name: "+XD.username)); ev.setCanceled(true); - ChatServerOverride.broadcast(Component.literal(prefixStr+nameStr+message).setStyle(hover), ev.getPlayer().server); + ChatHelpers.broadcast(ChatHelpers.macro(prefixStr + nameStr + message).setStyle(hover), ev.getPlayer().server); } - public static void broadcastAbove(Component message, MinecraftServer s) - { - s.execute(new Runnable() { - public void run(){ - - // This will broadcast to all players - for(ServerPlayer play : s.getPlayerList().getPlayers()) - { - play.displayClientMessage(message, true); // Send the message! - } - LogToConsole(Component.literal("[all] ").append(message)); - } - }); - } - public static void LogToConsole(Component Message) - { - OTEMod.LOGGER.info(Message.getString()); - } - public static void broadcast(Component message, MinecraftServer s) - { - s.execute(new Runnable() { - public void run(){ - - // This will broadcast to all players - for(ServerPlayer play : s.getPlayerList().getPlayers()) - { - play.displayClientMessage(message, false); // Send the message! - } - LogToConsole(Component.literal("[all] ").append(message)); - } - }); - } - public static void broadcastTo(UUID ID, Component message, MinecraftServer s) - { - s.execute(new Runnable() { - public void run(){ - - ServerPlayer play = s.getPlayerList().getPlayer(ID); - play.displayClientMessage(message, false); // Send the message! - - LogToConsole(Component.literal("[server] -> ["+play.getName().toString()+"] ").append(message)); - } - }); - } - public static void broadcastToAbove(UUID ID, Component message, MinecraftServer s) - { - s.execute(new Runnable() { - public void run(){ - - ServerPlayer play = s.getPlayerList().getPlayer(ID); - play.displayClientMessage(message, true); // Send the message! - - LogToConsole(Component.literal("[server] -> ["+play.getName().toString()+"] ").append(message)); - } - }); - } } diff --git a/src/main/java/dev/zontreck/otemod/commands/CommandRegistry.java b/src/main/java/dev/zontreck/otemod/commands/CommandRegistry.java index 7e935cc..0d28a1c 100644 --- a/src/main/java/dev/zontreck/otemod/commands/CommandRegistry.java +++ b/src/main/java/dev/zontreck/otemod/commands/CommandRegistry.java @@ -5,35 +5,22 @@ import java.util.HashMap; import java.util.Map; import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.commands.homes.DelHomeCommand; -import dev.zontreck.otemod.commands.homes.HomeCommand; -import dev.zontreck.otemod.commands.homes.HomesCommand; -import dev.zontreck.otemod.commands.homes.SetHomeCommand; +import dev.zontreck.otemod.commands.dims.BuildCommand; +import dev.zontreck.otemod.commands.items.ShareItemInChatCommand; import dev.zontreck.otemod.commands.profilecmds.ChatColorCommand; import dev.zontreck.otemod.commands.profilecmds.NameColorCommand; import dev.zontreck.otemod.commands.profilecmds.NickCommand; import dev.zontreck.otemod.commands.profilecmds.PrefixColorCommand; import dev.zontreck.otemod.commands.profilecmds.PrefixCommand; -import dev.zontreck.otemod.commands.teleport.RTPCommand; -import dev.zontreck.otemod.commands.teleport.TPACommand; -import dev.zontreck.otemod.commands.teleport.TPAHereCommand; -import dev.zontreck.otemod.commands.teleport.TPAcceptCommand; -import dev.zontreck.otemod.commands.teleport.TPCancelCommand; -import dev.zontreck.otemod.commands.teleport.TPDenyCommand; +import dev.zontreck.otemod.commands.vaults.StarterCommand; import dev.zontreck.otemod.commands.vaults.TrashCommand; import dev.zontreck.otemod.commands.vaults.VaultCommand; -import dev.zontreck.otemod.commands.warps.DelWarpCommand; -import dev.zontreck.otemod.commands.warps.RTPWarpCommand; -import dev.zontreck.otemod.commands.warps.SetWarpCommand; -import dev.zontreck.otemod.commands.warps.WarpCommand; -import dev.zontreck.otemod.commands.warps.WarpsCommand; import dev.zontreck.otemod.commands.zschem.LoadSchem; import dev.zontreck.otemod.commands.zschem.Place; import dev.zontreck.otemod.commands.zschem.PlaceAsAir; import dev.zontreck.otemod.commands.zschem.SaveSchem; import dev.zontreck.otemod.commands.zschem.SetPos1; import dev.zontreck.otemod.commands.zschem.SetPos2; -import dev.zontreck.otemod.configs.OTEServerConfig; import net.minecraftforge.event.RegisterCommandsEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; @@ -48,62 +35,10 @@ public class CommandRegistry { // Command was used, mark the current time CommandCooldownRegistry.put(cmd, Instant.now().getEpochSecond()); } - - public static boolean canUse(String cmd) - { - if(!CommandCooldownRegistry.containsKey(cmd)) return true; - long lastUse = CommandCooldownRegistry.get(cmd); - switch(cmd) - { - case "rtp": - { - if(Instant.now().getEpochSecond() > lastUse+Long.parseLong(String.valueOf(OTEServerConfig.RTP_COOLDOWN))){ - CommandCooldownRegistry.remove(cmd); - return true; - }else return false; - } - default: - { - CommandCooldownRegistry.remove(cmd); - return true; // cooldown not yet made - } - } - - } - public static String getRemaining(String string) { - long now = Instant.now().getEpochSecond(); - if(!CommandCooldownRegistry.containsKey(string))return "0"; - long used = CommandCooldownRegistry.get(string); - long cmd_time = 0L; - switch(string) - { - case "rtp": - { - cmd_time = Long.parseLong(String.valueOf(OTEServerConfig.RTP_COOLDOWN)); - break; - } - default: - { - cmd_time = 0L; - break; - } - } - - used+=cmd_time; - long diff = used-now; - if(diff<0)diff=0L; - return String.valueOf(diff); - } @SubscribeEvent public void onRegisterCommands(final RegisterCommandsEvent ev) { - HomesCommand.register(ev.getDispatcher()); - SetHomeCommand.register(ev.getDispatcher()); - HomeCommand.register(ev.getDispatcher()); - DelHomeCommand.register(ev.getDispatcher()); - - FlyCommand.register(ev.getDispatcher()); ChatColorCommand.register(ev.getDispatcher()); NameColorCommand.register(ev.getDispatcher()); @@ -112,28 +47,13 @@ public class CommandRegistry { NickCommand.register(ev.getDispatcher()); - TPACommand.register(ev.getDispatcher()); - TPCancelCommand.register(ev.getDispatcher()); - TPDenyCommand.register(ev.getDispatcher()); - TPAcceptCommand.register(ev.getDispatcher()); - TPAHereCommand.register(ev.getDispatcher()); - RTPCommand.register(ev.getDispatcher()); - VaultCommand.register(ev.getDispatcher()); TrashCommand.register(ev.getDispatcher()); - SetWarpCommand.register(ev.getDispatcher()); - DelWarpCommand.register(ev.getDispatcher()); - RTPWarpCommand.register(ev.getDispatcher()); - WarpsCommand.register(ev.getDispatcher()); - WarpCommand.register(ev.getDispatcher()); + ShareItemInChatCommand.register(ev.getDispatcher()); + StarterCommand.register(ev.getDispatcher()); - SetPos1.register(ev.getDispatcher()); - SetPos2.register(ev.getDispatcher()); - SaveSchem.register(ev.getDispatcher()); - LoadSchem.register(ev.getDispatcher()); - Place.register(ev.getDispatcher()); - PlaceAsAir.register(ev.getDispatcher()); + BuildCommand.register(ev.getDispatcher()); } } diff --git a/src/main/java/dev/zontreck/otemod/commands/FlyCommand.java b/src/main/java/dev/zontreck/otemod/commands/FlyCommand.java index 5198433..0309c12 100644 --- a/src/main/java/dev/zontreck/otemod/commands/FlyCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/FlyCommand.java @@ -2,13 +2,12 @@ package dev.zontreck.otemod.commands; import com.mojang.brigadier.CommandDispatcher; import com.mojang.brigadier.context.CommandContext; - import dev.zontreck.libzontreck.chat.ChatColor; import dev.zontreck.otemod.OTEMod; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; -import net.minecraft.server.level.ServerPlayer; import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; public class FlyCommand { public static void register(CommandDispatcher dispatcher) @@ -29,25 +28,22 @@ public class FlyCommand { // homeName = StringArgumentType.getString(ctx2, "nickname"); // if(homeName==null)return 0; CommandSourceStack ctx = ctx2.getSource(); - if(! ctx.isPlayer()) - { - - return 1; - } - ServerPlayer p = ctx.getPlayer(); + + ServerPlayer p = (ServerPlayer)ctx.getEntity(); if(p==null)return 1; if(p.getAbilities().mayfly){ p.getAbilities().mayfly=false; p.getAbilities().flying=false; p.onUpdateAbilities(); - - ctx.sendSuccess(Component.literal(OTEMod.OTEPrefix + ChatColor.DARK_PURPLE + " Your ability to fly has been disabled"), false); + + + ctx.sendSystemMessage(Component.literal(OTEMod.OTEPrefix + ChatColor.DARK_PURPLE + " Your ability to fly has been disabled")); }else { p.getAbilities().mayfly=true; p.onUpdateAbilities(); - ctx.sendSuccess(Component.literal(OTEMod.OTEPrefix + ChatColor.DARK_PURPLE + " You can now fly"), false); + ctx.sendSystemMessage(Component.literal(OTEMod.OTEPrefix + ChatColor.DARK_PURPLE + " You can now fly")); } return 0; diff --git a/src/main/java/dev/zontreck/otemod/commands/antigrief/HealNow.java b/src/main/java/dev/zontreck/otemod/commands/antigrief/HealNow.java deleted file mode 100644 index de5b6a7..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/antigrief/HealNow.java +++ /dev/null @@ -1,8 +0,0 @@ -package dev.zontreck.otemod.commands.antigrief; - -// This will accelerate the healing queue, not do it instantly! -// The queue will get processed at a rate of 10* the configured rate. -public class HealNow -{ - -} diff --git a/src/main/java/dev/zontreck/otemod/commands/dims/BuildCommand.java b/src/main/java/dev/zontreck/otemod/commands/dims/BuildCommand.java new file mode 100644 index 0000000..ecbbf0f --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/commands/dims/BuildCommand.java @@ -0,0 +1,83 @@ +package dev.zontreck.otemod.commands.dims; + +import com.mojang.brigadier.CommandDispatcher; +import dev.zontreck.libzontreck.events.TeleportEvent; +import dev.zontreck.libzontreck.exceptions.InvalidDeserialization; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.vectors.Vector3d; +import dev.zontreck.libzontreck.vectors.WorldPosition; +import dev.zontreck.otemod.configs.snbt.ServerConfig; +import dev.zontreck.otemod.implementation.Messages; +import dev.zontreck.otemod.registry.ModDimensions; +import dev.zontreck.otemod.registry.PerPlayerDataRegistry; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.server.level.ServerPlayer; +import net.minecraftforge.common.MinecraftForge; + +public class BuildCommand +{ + private enum Options { + enter, + leave + } + public static void register(CommandDispatcher dispatcher) + { + var cmd = Commands.literal("builder"); + cmd.then(Commands.literal("enter").executes(c->run(c.getSource(), Options.enter))); + cmd.then(Commands.literal("leave").executes(c->run(c.getSource(), Options.leave))); + dispatcher.register(cmd); + } + + public static int run(CommandSourceStack stack, Options direction) + { + if(stack.isPlayer()) + { + ServerPlayer sp = stack.getPlayer(); + boolean playerIsOp = sp.hasPermissions(stack.getServer().getOperatorUserPermissionLevel()); + + if(playerIsOp || ServerConfig.general.allowBuilder) + { + + if(direction == Options.enter) + { + WorldPosition save = new WorldPosition(sp); + PerPlayerDataRegistry.put(sp.getUUID(), "builder_entered_from", save.serialize()); + + WorldPosition pos = new WorldPosition(new Vector3d(0, -55, 0), ModDimensions.BUILDER_DIM()); + + if(!MinecraftForge.EVENT_BUS.post(new TeleportEvent(pos, sp))) + stack.getPlayer().teleportTo(pos.getActualDimension(), pos.Position.x, pos.Position.y, pos.Position.z, 0, 0); + + return 0; + } else if(direction == Options.leave) { + + CompoundTag tag = (CompoundTag) PerPlayerDataRegistry.get(sp.getUUID(), "builder_entered_from"); + if(tag != null) + { + try { + WorldPosition pos = new WorldPosition(tag, false); + + if(!MinecraftForge.EVENT_BUS.post(new TeleportEvent(pos, sp))) + sp.teleportTo(pos.getActualDimension(), pos.Position.x, pos.Position.y, pos.Position.z, 0,0); + } catch (InvalidDeserialization e) { + throw new RuntimeException(e); + } + } else { + ChatHelpers.broadcastTo(stack.getPlayer(), ChatHelpers.macro("!Dark_Red!There is not a cached position. did you logout, or the server restart? Use a home or warp command instead."), stack.getServer()); + } + + return 0; + } else return 0; + }else { + ChatHelpers.broadcastTo(sp, ChatHelpers.macro(Messages.BUILDER_DIMENSION_DISALLOWED), stack.getServer()); + + return 0; + } + }else { + stack.sendFailure(ChatHelpers.macro(Messages.CONSOLE_ERROR)); + return -1; + } + } +} diff --git a/src/main/java/dev/zontreck/otemod/commands/homes/DelHomeCommand.java b/src/main/java/dev/zontreck/otemod/commands/homes/DelHomeCommand.java deleted file mode 100644 index c289a57..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/homes/DelHomeCommand.java +++ /dev/null @@ -1,70 +0,0 @@ -package dev.zontreck.otemod.commands.homes; - -import java.sql.Connection; -import java.sql.PreparedStatement; -import java.sql.SQLException; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.network.chat.Component; - -public class DelHomeCommand { - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("rmhome").executes(c->rmHome(c.getSource(), "default")).then(Commands.argument("nickname", StringArgumentType.string()).executes(c -> rmHome(c.getSource(), StringArgumentType.getString(c, "nickname"))))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int rmHome(CommandSourceStack ctx, String homeName) - { - // Request homes -// String homeName = ""; -// CommandSourceStack ctx = ctx2.getSource(); -// homeName = StringArgumentType.getString(ctx2, "nickname"); -// if(homeName==null)return 0; - - if(! ctx.isPlayer()) - { - return 1; - } - ServerPlayer p = ctx.getPlayer(); - Connection con = OTEMod.DB.getConnection(); - try { - con.beginRequest(); - //Statement stat = con.createStatement(); - - - String SQL = "DELETE FROM `homes` WHERE `user`=? AND `home_name`=?;"; - - PreparedStatement pstat = con.prepareStatement(SQL); - pstat.setString(1, p.getStringUUID()); - pstat.setString(2, homeName); - - pstat.execute(); - - - ChatServerOverride.broadcastTo(ctx.getPlayer().getUUID(), Component.literal(OTEMod.OTEPrefix + ChatColor.doColors("!dark_green! Home was deleted successfully")), ctx.getServer()); - - con.endRequest(); - } catch (SQLException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - ChatServerOverride.broadcastTo(ctx.getPlayer().getUUID(), Component.literal(OTEMod.OTEPrefix + ChatColor.doColors("!dark_red! Home was unable to be deleted")), ctx.getServer()); - return 1; - } - - return 0; - } - -} diff --git a/src/main/java/dev/zontreck/otemod/commands/homes/HomeCommand.java b/src/main/java/dev/zontreck/otemod/commands/homes/HomeCommand.java deleted file mode 100644 index daffeae..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/homes/HomeCommand.java +++ /dev/null @@ -1,123 +0,0 @@ -package dev.zontreck.otemod.commands.homes; - -import java.sql.Connection; -import java.sql.PreparedStatement; -import java.sql.ResultSet; -import java.sql.SQLException; -import java.sql.Statement; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; -import com.mojang.brigadier.exceptions.CommandSyntaxException; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.exceptions.InvalidDeserialization; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import dev.zontreck.otemod.commands.teleport.TeleportActioner; -import dev.zontreck.otemod.commands.teleport.TeleportContainer; -import dev.zontreck.otemod.database.TeleportDestination; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.nbt.NbtUtils; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.phys.Vec2; -import net.minecraft.world.phys.Vec3; -import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.Style; -import net.minecraft.network.chat.TextColor; - -public class HomeCommand { - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("home").executes(c-> home(c.getSource(), "default")).then(Commands.argument("nickname", StringArgumentType.string()).executes(c -> home(c.getSource(), StringArgumentType.getString(c, "nickname"))))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int home(CommandSourceStack ctx, String homeName) - { - // Request homes -// String homeName = ""; -// CommandSourceStack ctx = ctx2.getSource(); -// homeName = StringArgumentType.getString(ctx2, "nickname"); -// if(homeName==null)return 0; - - if(! ctx.isPlayer()) - { - return 1; - } - ServerPlayer p = ctx.getPlayer(); - Connection con = OTEMod.DB.getConnection(); - String SQL=""; - try { - con.beginRequest(); - Statement stat = con.createStatement(); - Vec3 position = p.position(); - - Vec2 rot = p.getRotationVector(); - - //stat.execute("REPLACE INTO `homes` (user, home_name, x, y, z, rot_x, rot_y, dimension) values (\"" + p.getStringUUID() + "\", \""+ homeName + "\", "+String.valueOf(position.x)+", "+String.valueOf(position.y)+", "+String.valueOf(position.z)+", "+String.valueOf(rot.x)+", "+String.valueOf(rot.y)+", \"" + p.getLevel().dimension().location().getNamespace() + ":" + p.getLevel().dimension().location().getPath() + "\");"); - // Query database now - SQL = "SELECT * FROM `homes` WHERE `user`=? AND `home_name`=?;"; - //ResultSet rs = stat.executeQuery(SQL); - - PreparedStatement pstat = con.prepareStatement(SQL); - pstat.setString(1, p.getStringUUID()); - pstat.setString(2, homeName); - - ResultSet rs = pstat.executeQuery(); - - boolean has_home = false; - while(rs.next()){ - has_home=true; - // Now, begin to extract the home data - TeleportDestination dest = new TeleportDestination(NbtUtils.snbtToStructure(rs.getString("teleporter"))); - - - - position = dest.Position.asMinecraftVector(); - rot = dest.Rotation.asMinecraftVector(); - - ServerLevel dimL = dest.getActualDimension(); - - TeleportActioner.ApplyTeleportEffect(p); - // Instantiate a Teleport Runner - - final ServerPlayer f_p = p; - final Vec3 f_pos = position; - final Vec2 f_rot = rot; - final ServerLevel f_dim = dimL; - TeleportContainer cont = new TeleportContainer(f_p, f_pos, f_rot, f_dim); - TeleportActioner.PerformTeleport(cont); - } - - if(!has_home)throw new SQLException("NO HOME"); - - Style sxx = Style.EMPTY.withColor(TextColor.parseColor(ChatColor.DARK_GREEN)).withFont(Style.DEFAULT_FONT); - - - ChatServerOverride.broadcastTo(ctx.getPlayer().getUUID(), Component.literal(OTEMod.OTEPrefix + ChatColor.doColors("!dark_green!Home found! Wormhole opening now...")), ctx.getServer()); - con.endRequest(); - } catch (SQLException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - if(!e.getMessage().equals("%%")) - ChatServerOverride.broadcastTo(ctx.getPlayer().getUUID(), Component.literal(OTEMod.OTEPrefix + ChatColor.doColors("!Dark_Red! Could not go to the home")), ctx.getServer()); - else - ctx.sendFailure(Component.literal("FAILED SQL: "+ ChatColor.GOLD+ SQL)); - } catch (InvalidDeserialization e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } catch (CommandSyntaxException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - - return 0; - } -} diff --git a/src/main/java/dev/zontreck/otemod/commands/homes/HomesCommand.java b/src/main/java/dev/zontreck/otemod/commands/homes/HomesCommand.java deleted file mode 100644 index d252a0a..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/homes/HomesCommand.java +++ /dev/null @@ -1,66 +0,0 @@ -package dev.zontreck.otemod.commands.homes; - -import java.sql.Connection; -import java.sql.ResultSet; -import java.sql.SQLException; -import java.sql.Statement; -import java.util.ArrayList; -import java.util.List; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.context.CommandContext; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.chat.Clickable; -import dev.zontreck.libzontreck.chat.HoverTip; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.Style; - -public class HomesCommand { - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("homes").executes(HomesCommand::getHomes)); - } - - private static int getHomes(CommandContext ctx) - { - // Request homes - if(! ctx.getSource().isPlayer()) - { - - return 1; - } - ServerPlayer p = ctx.getSource().getPlayer(); - Connection con = OTEMod.DB.getConnection(); - try { - con.beginRequest(); - Statement stat = con.createStatement(); - ResultSet rs = stat.executeQuery("SELECT `home_name` FROM `homes` WHERE `user`=\"" + p.getStringUUID()+"\""); - List homes = new ArrayList(); - while(rs.next()){ - homes.add(rs.getString("home_name")); - } - - ChatServerOverride.broadcastTo(p.getUUID(), Component.literal(OTEMod.OTEPrefix + ChatColor.doColors(" !Dark_Purple!There are !gold!"+String.valueOf(homes.size())+" !dark_purple!total homes.")), p.server); - con.endRequest(); - - for (String string : homes) { - Style st = Style.EMPTY.withFont(Style.DEFAULT_FONT).withHoverEvent(HoverTip.get(ChatColor.BOLD+ChatColor.DARK_GREEN+"Click here to go to this home")).withClickEvent(Clickable.command("/home "+string)); - - ChatServerOverride.broadcastTo(ctx.getSource().getPlayer().getUUID(), Component.literal(ChatColor.BOLD + ChatColor.MINECOIN_GOLD+"["+ChatColor.resetChat()+ChatColor.UNDERLINE+ChatColor.BOLD+ChatColor.DARK_GREEN+"HOME"+ChatColor.resetChat()+ChatColor.BOLD+ChatColor.MINECOIN_GOLD+"] "+ChatColor.resetChat()+ChatColor.YELLOW+string).setStyle(st), ctx.getSource().getServer()); - - } - } catch (SQLException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - - return 0; - } - -} diff --git a/src/main/java/dev/zontreck/otemod/commands/homes/SetHomeCommand.java b/src/main/java/dev/zontreck/otemod/commands/homes/SetHomeCommand.java deleted file mode 100644 index 2336ca3..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/homes/SetHomeCommand.java +++ /dev/null @@ -1,79 +0,0 @@ -package dev.zontreck.otemod.commands.homes; - -import java.sql.Connection; -import java.sql.PreparedStatement; -import java.sql.SQLException; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.vectors.Vector2; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import dev.zontreck.otemod.database.TeleportDestination; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.phys.Vec2; -import net.minecraft.world.phys.Vec3; -import net.minecraft.network.chat.Component; - -public class SetHomeCommand { - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("sethome").executes(c->setHome(c.getSource(), "default")).then(Commands.argument("nickname", StringArgumentType.string()).executes(c -> setHome(c.getSource(), StringArgumentType.getString(c, "nickname"))))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int setHome(CommandSourceStack ctx, String homeName) - { - // Request homes -// String homeName = ""; -// CommandSourceStack ctx = ctx2.getSource(); -// homeName = StringArgumentType.getString(ctx2, "nickname"); -// if(homeName==null)return 0; - - if(! ctx.isPlayer()) - { - - return 1; - } - ServerPlayer p = ctx.getPlayer(); - Connection con = OTEMod.DB.getConnection(); - try { - con.beginRequest(); - //Statement stat = con.createStatement(); - Vec3 position = p.position(); - Vec2 rot = p.getRotationVector(); - - TeleportDestination dest = new TeleportDestination(new Vector3(position), new Vector2(rot), p.getLevel()); - - String SQL = "REPLACE INTO `homes` (user, home_name, teleporter) VALUES (?, ?, ?);"; - PreparedStatement pstat = con.prepareStatement(SQL); - - pstat.setString(1, p.getStringUUID()); - pstat.setString(2, homeName); - pstat.setString(3, dest.toString()); - - pstat.execute(); - - ChatServerOverride.broadcastTo(p.getUUID(), Component.literal(OTEMod.OTEPrefix + ChatColor.doColors(" !dark_green!Home was created or updated successfully!")), ctx.getServer()); - - con.endRequest(); - } catch (SQLException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - ChatServerOverride.broadcastTo(p.getUUID(), Component.literal(OTEMod.OTEPrefix + ChatColor.doColors(" !dark_red!Home could not be updated or created for a unknown reason!")), ctx.getServer()); - return 1; - } - - return 0; - } - -} diff --git a/src/main/java/dev/zontreck/otemod/commands/items/ShareItemInChatCommand.java b/src/main/java/dev/zontreck/otemod/commands/items/ShareItemInChatCommand.java new file mode 100644 index 0000000..1c8756a --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/commands/items/ShareItemInChatCommand.java @@ -0,0 +1,63 @@ +package dev.zontreck.otemod.commands.items; + +import com.mojang.brigadier.CommandDispatcher; +import dev.zontreck.libzontreck.chat.HoverTip; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.network.chat.MutableComponent; +import net.minecraft.network.chat.Style; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.InteractionHand; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.AirItem; +import net.minecraft.world.item.ItemStack; +import net.minecraftforge.server.ServerLifecycleHooks; + +public class ShareItemInChatCommand { + + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("shareitem").executes(c->share_item(c.getSource()))); + + //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { + //String arg = StringArgumentType.getString(command, "nickname"); + //return setHome(command.getSource(), arg); + //})); + } + + private static int share_item(CommandSourceStack source) { + + if(source.getEntity() instanceof Player) + { + ServerPlayer play = (ServerPlayer)source.getEntity(); + ItemStack is = play.getItemInHand(InteractionHand.MAIN_HAND); + if(is.getItem() instanceof AirItem) + { + play.displayClientMessage(ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You cannot share air in the chat."), false); + return 0; + } + + Profile prof; + try { + prof = Profile.get_profile_of(play.getUUID().toString()); + } catch (UserProfileNotYetExistsException e) { + return 1; + } + + MutableComponent component = ChatHelpers.macro(OTEMod.OTEPrefix).append(is.getDisplayName()).append(ChatHelpers.macro(" !White!-!Dark_Purple! Hover here to see the item that "+prof.name_color+prof.nickname+"!Dark_Purple! shared")); + Style style = Style.EMPTY.withFont(Style.DEFAULT_FONT); + component = component.withStyle(style.withHoverEvent(HoverTip.getItem(is))); + + ChatHelpers.broadcast(component, ServerLifecycleHooks.getCurrentServer()); + + }else { + return 1; + } + + return 0; + } +} diff --git a/src/main/java/dev/zontreck/otemod/commands/profilecmds/ChatColorCommand.java b/src/main/java/dev/zontreck/otemod/commands/profilecmds/ChatColorCommand.java index cdbb86b..a992ddf 100644 --- a/src/main/java/dev/zontreck/otemod/commands/profilecmds/ChatColorCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/profilecmds/ChatColorCommand.java @@ -1,21 +1,25 @@ package dev.zontreck.otemod.commands.profilecmds; import com.mojang.brigadier.CommandDispatcher; - +import dev.zontreck.libzontreck.LibZontreck; import dev.zontreck.libzontreck.chat.ChatColor; import dev.zontreck.libzontreck.chat.ChatColor.ColorOptions; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.configs.Profile; +import dev.zontreck.otemod.implementation.Messages; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Player; import net.minecraftforge.server.command.EnumArgument; public class ChatColorCommand { public static void register(CommandDispatcher dispatcher) { - dispatcher.register(Commands.literal("ccolor") + dispatcher.register(Commands.literal("chat_color") .executes(c->setchatcolor(c.getSource(), ColorOptions.White)) .then(Commands.argument("color", EnumArgument.enumArgument(ChatColor.ColorOptions.class))//StringArgumentType.string()) .executes(c -> setchatcolor(c.getSource(), c.getArgument("color", ChatColor.ColorOptions.class)))// EnumArgument.getS(c, "color"))) @@ -35,15 +39,21 @@ public class ChatColorCommand { String colorcoded = ChatColor.from(string); // Get profile - if(source.getPlayer()==null){ + if(!(source.getEntity() instanceof Player)){ + return 1; + } + ServerPlayer play = (ServerPlayer)source.getEntity(); + Profile p; + try { + p = Profile.get_profile_of(play.getStringUUID()); + } catch (UserProfileNotYetExistsException e) { return 1; } - Profile p = Profile.get_profile_of(source.getPlayer().getStringUUID()); p.chat_color = colorcoded; p.commit(); - OTEMod.PROFILES.put(source.getPlayer().getStringUUID(), p); + LibZontreck.PROFILES.put(play.getStringUUID(), p); - source.sendSuccess(Component.literal(OTEMod.OTEPrefix + " "+ChatColor.DARK_PURPLE + "Your chat color has been updated"), false); + ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.CHAT_COLOR_UPDATED), source.getServer()); return 0; } diff --git a/src/main/java/dev/zontreck/otemod/commands/profilecmds/NameColorCommand.java b/src/main/java/dev/zontreck/otemod/commands/profilecmds/NameColorCommand.java index 22cabee..5211832 100644 --- a/src/main/java/dev/zontreck/otemod/commands/profilecmds/NameColorCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/profilecmds/NameColorCommand.java @@ -1,21 +1,25 @@ package dev.zontreck.otemod.commands.profilecmds; import com.mojang.brigadier.CommandDispatcher; - +import dev.zontreck.libzontreck.LibZontreck; import dev.zontreck.libzontreck.chat.ChatColor; import dev.zontreck.libzontreck.chat.ChatColor.ColorOptions; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.configs.Profile; +import dev.zontreck.otemod.implementation.Messages; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Player; import net.minecraftforge.server.command.EnumArgument; public class NameColorCommand { public static void register(CommandDispatcher dispatcher) { - dispatcher.register(Commands.literal("ncolor") + dispatcher.register(Commands.literal("nick_color") .executes(c->setchatcolor(c.getSource(), ColorOptions.White)) .then(Commands.argument("color", EnumArgument.enumArgument(ChatColor.ColorOptions.class))//StringArgumentType.string()) .executes(c -> setchatcolor(c.getSource(), c.getArgument("color", ChatColor.ColorOptions.class)))// EnumArgument.getS(c, "color"))) @@ -35,16 +39,22 @@ public class NameColorCommand { String colorcoded = ChatColor.from(string); // Get profile - if(source.getPlayer()==null){ - source.sendFailure(Component.literal(ChatColor.DARK_RED+"Only a player can use this command")); + if(!(source.getEntity() instanceof Player)){ + return 1; + } + ServerPlayer play = (ServerPlayer)source.getEntity(); + Profile p; + try { + p = Profile.get_profile_of(play.getStringUUID()); + } catch (UserProfileNotYetExistsException e) { return 1; } - Profile p = Profile.get_profile_of(source.getPlayer().getStringUUID()); p.name_color = colorcoded; p.commit(); - OTEMod.PROFILES.put(source.getPlayer().getStringUUID(), p); + LibZontreck.PROFILES.put(play.getStringUUID(), p); - source.sendSuccess(Component.literal(OTEMod.OTEPrefix+ " "+ChatColor.DARK_PURPLE + "Your name color has been updated"), false); + + ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.NAME_COLOR_UPDATED), source.getServer()); return 0; } diff --git a/src/main/java/dev/zontreck/otemod/commands/profilecmds/NickCommand.java b/src/main/java/dev/zontreck/otemod/commands/profilecmds/NickCommand.java index 9a76d54..e1a44a0 100644 --- a/src/main/java/dev/zontreck/otemod/commands/profilecmds/NickCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/profilecmds/NickCommand.java @@ -2,20 +2,24 @@ package dev.zontreck.otemod.commands.profilecmds; import com.mojang.brigadier.CommandDispatcher; import com.mojang.brigadier.arguments.StringArgumentType; - +import dev.zontreck.libzontreck.LibZontreck; import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.configs.Profile; +import dev.zontreck.otemod.implementation.Messages; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Player; public class NickCommand { public static void register(CommandDispatcher dispatcher) { dispatcher.register(Commands.literal("nick") - .executes(c->setchatcolor(c.getSource(), c.getSource().getPlayer().getName().getString())) + .executes(c->setchatcolor(c.getSource(), c.getSource().getPlayerOrException().getName().getString())) .then(Commands.argument("new_name", StringArgumentType.string())//StringArgumentType.string()) .executes(c -> setchatcolor(c.getSource(), StringArgumentType.getString(c, "new_name")))// EnumArgument.getS(c, "color"))) ) @@ -30,16 +34,23 @@ public class NickCommand { public static int setchatcolor(CommandSourceStack source, String string) { // Get profile - if(source.getPlayer()==null){ - source.sendFailure(Component.literal(ChatColor.DARK_RED+"Only a player can use this command")); + if(!(source.getEntity() instanceof Player)){ + return 1; + } + ServerPlayer play = (ServerPlayer)source.getEntity(); + + Profile p; + try { + p = Profile.get_profile_of(play.getStringUUID()); + } catch (UserProfileNotYetExistsException e) { return 1; } - Profile p = Profile.get_profile_of(source.getPlayer().getStringUUID()); p.nickname = string; p.commit(); - OTEMod.PROFILES.put(source.getPlayer().getStringUUID(), p); + LibZontreck.PROFILES.put(play.getStringUUID(), p); - source.sendSuccess(Component.literal(OTEMod.OTEPrefix+ " "+ChatColor.DARK_PURPLE + "Your nickname has been updated"), false); + + ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.NICK_UPDATED), source.getServer()); return 0; } diff --git a/src/main/java/dev/zontreck/otemod/commands/profilecmds/PrefixColorCommand.java b/src/main/java/dev/zontreck/otemod/commands/profilecmds/PrefixColorCommand.java index 9d475f7..1763fac 100644 --- a/src/main/java/dev/zontreck/otemod/commands/profilecmds/PrefixColorCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/profilecmds/PrefixColorCommand.java @@ -1,21 +1,25 @@ package dev.zontreck.otemod.commands.profilecmds; import com.mojang.brigadier.CommandDispatcher; - +import dev.zontreck.libzontreck.LibZontreck; import dev.zontreck.libzontreck.chat.ChatColor; import dev.zontreck.libzontreck.chat.ChatColor.ColorOptions; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.configs.Profile; +import dev.zontreck.otemod.implementation.Messages; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Player; import net.minecraftforge.server.command.EnumArgument; public class PrefixColorCommand { public static void register(CommandDispatcher dispatcher) { - dispatcher.register(Commands.literal("pcolor") + dispatcher.register(Commands.literal("prefix_color") .executes(c->setchatcolor(c.getSource(), ColorOptions.White)) .then(Commands.argument("color", EnumArgument.enumArgument(ChatColor.ColorOptions.class))//StringArgumentType.string()) .executes(c -> setchatcolor(c.getSource(), c.getArgument("color", ChatColor.ColorOptions.class)))// EnumArgument.getS(c, "color"))) @@ -35,16 +39,22 @@ public class PrefixColorCommand { String colorcoded = ChatColor.from(string); // Get profile - if(source.getPlayer()==null){ - source.sendFailure(Component.literal(ChatColor.DARK_RED+"Only a player can use this command")); + if(!(source.getEntity() instanceof Player)){ + return 1; + } + ServerPlayer play = (ServerPlayer)source.getEntity(); + + Profile p; + try { + p = Profile.get_profile_of(play.getStringUUID()); + } catch (UserProfileNotYetExistsException e) { return 1; } - Profile p = Profile.get_profile_of(source.getPlayer().getStringUUID()); p.prefix_color = colorcoded; p.commit(); - OTEMod.PROFILES.put(source.getPlayer().getStringUUID(), p); + LibZontreck.PROFILES.put(play.getStringUUID(), p); - source.sendSuccess(Component.literal(OTEMod.OTEPrefix+ " "+ChatColor.DARK_PURPLE + "Your prefix color has been updated"), false); + ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.PREFIX_COLOR_UPDATED), source.getServer()); return 0; } diff --git a/src/main/java/dev/zontreck/otemod/commands/profilecmds/PrefixCommand.java b/src/main/java/dev/zontreck/otemod/commands/profilecmds/PrefixCommand.java index 463d46b..471cfc2 100644 --- a/src/main/java/dev/zontreck/otemod/commands/profilecmds/PrefixCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/profilecmds/PrefixCommand.java @@ -2,13 +2,17 @@ package dev.zontreck.otemod.commands.profilecmds; import com.mojang.brigadier.CommandDispatcher; import com.mojang.brigadier.arguments.StringArgumentType; - +import dev.zontreck.libzontreck.LibZontreck; import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.configs.Profile; +import dev.zontreck.otemod.implementation.Messages; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Player; public class PrefixCommand { @@ -30,16 +34,22 @@ public class PrefixCommand { public static int setchatcolor(CommandSourceStack source, String string) { // Get profile - if(source.getPlayer()==null){ - source.sendFailure(Component.literal(ChatColor.DARK_RED+"Only a player can use this command")); + if(!(source.getEntity() instanceof Player)){ + return 1; + } + ServerPlayer play = (ServerPlayer)source.getEntity(); + + Profile p; + try { + p = Profile.get_profile_of(play.getStringUUID()); + } catch (UserProfileNotYetExistsException e) { return 1; } - Profile p = Profile.get_profile_of(source.getPlayer().getStringUUID()); p.prefix = string; p.commit(); - OTEMod.PROFILES.put(source.getPlayer().getStringUUID(), p); + LibZontreck.PROFILES.put(play.getStringUUID(), p); - source.sendSuccess(Component.literal(OTEMod.OTEPrefix+ " "+ChatColor.DARK_PURPLE + "Your prefix has been updated"), false); + ChatHelpers.broadcastTo(play, ChatHelpers.macro(Messages.PREFIX_UPDATED), source.getServer()); return 0; } diff --git a/src/main/java/dev/zontreck/otemod/commands/teleport/RTPCommand.java b/src/main/java/dev/zontreck/otemod/commands/teleport/RTPCommand.java deleted file mode 100644 index e92c235..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/teleport/RTPCommand.java +++ /dev/null @@ -1,266 +0,0 @@ -package dev.zontreck.otemod.commands.teleport; - -import java.time.Instant; -import java.util.ArrayList; -import java.util.List; -import java.util.Random; -import java.util.UUID; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.BoolArgumentType; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.core.BlockPos; -import net.minecraft.network.chat.Component; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.Blocks; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraft.world.phys.Vec3; - -public class RTPCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("rtp").executes(c->rtp(c.getSource(), false)).then(Commands.argument("ignorewater", BoolArgumentType.bool()).executes(c->rtp(c.getSource(), BoolArgumentType.getBool(c, "ignorewater"))))); - - //executes(c -> doCancel(c.getSource()))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - public static Vector3 findPosition(ServerLevel lvl, boolean allowWater) - { - Vector3 v = new Vector3(); - boolean found_place = false; - // We do not care how many tries it takes - - while (!found_place) - { - - // Take our current position, and send us in a random direction - Random rng = new Random(Instant.now().getEpochSecond()); - v.y = 300; - v.x = rng.nextDouble(0xffff); - v.z = rng.nextDouble(0xffff); - - boolean is_invalid_location = false; - String block_place=""; - - while(v.y!=-30) - { - - BlockState b = lvl.getBlockState(new BlockPos(v.asMinecraftVector())); - BlockState b2 = lvl.getBlockState(new BlockPos(v.moveUp().asMinecraftVector())); - BlockState b3 = lvl.getBlockState(new BlockPos(v.moveDown().asMinecraftVector())); - - if(b.isAir()){ - if(b2.isAir()){ - if(!b3.isAir()) - { - // Check names - boolean valid=true; - List blackLists = new ArrayList<>(); - if(!allowWater) - blackLists.add(Blocks.WATER); - blackLists.add(Blocks.LAVA); - - block_place = b3.getBlock().getName().getString(); - OTEMod.LOGGER.info(b3.getBlock().getName().getString()); - for(Block bx : blackLists) - { - if(b.is(bx) || b2.is(bx) || b3.is(bx)){ - valid=false; - is_invalid_location=true; - } - } - - if(valid){ - - found_place = true; - break; - } - - } - } - } - v=v.moveDown(); - } - } - - return v; - } - - private static int rtp(CommandSourceStack source, boolean allowWater) { - - /*if(!CommandRegistry.canUse("rtp")) { - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), Component.translatable("dev.zontreck.otemod.msgs.command_cooling_down").append(Component.literal(""+CommandRegistry.getRemaining("rtp"))).append(Component.translatable("dev.zontreck.otemod.msgs.command_cooling_down_seconds")), source.getServer()); - - // exit - //return 0; // Removed until the player data registry is implemented - } - CommandRegistry.markUsed("rtp");*/ - ServerPlayer pla = source.getPlayer(); - TeleportContainer cont = new TeleportContainer(pla, null, source.getPlayer().getRotationVector(), source.getLevel()); - - - - Thread tx = new Thread(new Runnable() { - public void run(){ - // We can now execute the loop to search for a safe spot! - Vector3 v = new Vector3(); - // RTP is not designed to be safe really, but we at least want to check if where we are putting the player is air - - Vec3 pos = pla.position(); - - boolean found_place= false; - - int tries=0; - ChatServerOverride.broadcastTo(pla.getUUID(), Component.literal(ChatColor.DARK_GRAY + "["+ChatColor.DARK_GREEN+"OTEMOD"+ChatColor.DARK_GRAY+"] "+ChatColor.GREEN+"Searching for a suitable landing location..."), source.getServer()); - /* - * - * - while(!found_place){ - - // Take our current position, and send us in a random direction - Random rng = new Random((long) (pos.x+pos.y+pos.z)); - v.y = 500; - v.x = rng.nextDouble(0xffff); - v.z = rng.nextDouble(0xffff); - - boolean is_invalid_location = false; - String block_place=""; - - // Begin to scan for ground - while(v.y != -30) - { - // check block above and below - BlockState b = source.getLevel().getBlockState(new BlockPos(v.asMinecraftVector())); - BlockState b2 = source.getLevel().getBlockState(new BlockPos(v.moveUp().asMinecraftVector())); - BlockState b3 = source.getLevel().getBlockState(new BlockPos(v.moveDown().asMinecraftVector())); - //Block bx = b.getBlock(); - - // Check that none of the blocks are water or lava - - - if(b.isAir()){ - if(b2.isAir()){ - if(!b3.isAir()){ - - // Check names - boolean valid=true; - List blackList = new ArrayList<>(); - if(!allowWater) - blackList.add("Water"); - blackList.add("Lava"); - - block_place = b3.getBlock().getName().getString(); - OTEMod.LOGGER.info(b3.getBlock().getName().getString()); - if(blackList.contains(b.getBlock().getName().getString())){ - valid=false; - is_invalid_location=true; - } - if(blackList.contains(b2.getBlock().getName().getString())){ - valid=false; - is_invalid_location=true; - } - if(blackList.contains(b3.getBlock().getName().getString())){ - valid=false; - is_invalid_location=true; - } - - if(valid){ - - found_place = true; - break; - } - } - } - } - - v =v.moveDown(); - - } - if(tries>=30) - { - // Aborting RTP - ChatServerOverride.broadcastTo(pla.getUUID(), Component.literal(ChatColor.DARK_RED+"Could not find a suitable location after 30 tries. Giving up on RTP"), source.getServer()); - return; - } - tries++; - - String sAppend = ""; - if(is_invalid_location){ - sAppend = block_place + " is not valid"; - } - ChatServerOverride.broadcastToAbove(pla.getUUID(), Component.literal(ChatColor.DARK_PURPLE+"Still searching.... Try ["+String.valueOf(tries)+"/30] "+sAppend), source.getServer()); - try { - Thread.sleep(2000); - } catch (InterruptedException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - }*/ - v=findPosition(source.getLevel(), allowWater); - - ChatServerOverride.broadcastTo(pla.getUUID(), Component.literal(ChatColor.DARK_GRAY + "["+ChatColor.DARK_GREEN + "OTEMOD" + ChatColor.DARK_GRAY + "] "+ChatColor.DARK_PURPLE+" A suitable location has been found. Wormhole opening now!"), source.getServer()); - - // Apply the effect - TeleportActioner.ApplyTeleportEffect(pla); - cont.Position=v.asMinecraftVector(); - - TeleportActioner.PerformTeleport(cont); - - } - }); - - tx.start(); - - - return 0; - } - - private static int doCancel(CommandSourceStack source, String TPID) { - UUID teleporter = UUID.fromString(TPID); - for(TeleportContainer cont : OTEMod.TeleportRegistry){ - if(cont.TeleportID.equals(teleporter)){ - // Accepting! - - ServerPlayer from = source.getServer().getPlayerList().getPlayer(cont.FromPlayer); - ServerPlayer to = source.getServer().getPlayerList().getPlayer(cont.ToPlayer); - - Component comp = Component.literal(ChatColor.DARK_GRAY + "["+ ChatColor.DARK_GREEN+ "OTEMOD" + ChatColor.DARK_GRAY+"] " + ChatColor.DARK_PURPLE+"Teleport request was accepted. Opening wormhole!"); - - ChatServerOverride.broadcastTo(cont.FromPlayer, comp, source.getServer()); - ChatServerOverride.broadcastTo(cont.ToPlayer, comp, source.getServer()); - - OTEMod.TeleportRegistry.remove(cont); - - - cont.PlayerInst = from; - cont.Position = to.position(); - cont.Rotation = to.getRotationVector(); - cont.Dimension = to.getLevel(); - - TeleportActioner.ApplyTeleportEffect(from); - TeleportActioner.PerformTeleport(cont); - return 0; - } - } - - Component comp = Component.literal(ChatColor.DARK_RED+"The teleport was not found, perhaps the request expired or was already cancelled/denied"); - - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), comp, source.getServer()); - - return 0; - } -} diff --git a/src/main/java/dev/zontreck/otemod/commands/teleport/TPACommand.java b/src/main/java/dev/zontreck/otemod/commands/teleport/TPACommand.java deleted file mode 100644 index d0bdeee..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/teleport/TPACommand.java +++ /dev/null @@ -1,89 +0,0 @@ -package dev.zontreck.otemod.commands.teleport; - -import com.mojang.brigadier.CommandDispatcher; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.chat.Clickable; -import dev.zontreck.libzontreck.chat.HoverTip; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import dev.zontreck.otemod.configs.Profile; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.commands.arguments.EntityArgument; -import net.minecraft.network.chat.ClickEvent; -import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.HoverEvent; -import net.minecraft.network.chat.Style; -import net.minecraft.server.level.ServerPlayer; - -public class TPACommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("tpa").executes(c->usage(c.getSource())).then(Commands.argument("player", EntityArgument.player()).executes(c -> tpa(c.getSource(), EntityArgument.getPlayer(c, "player"))))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int tpa(CommandSourceStack source, ServerPlayer serverPlayer) { - // Send the request to player - if(serverPlayer == null){ - source.sendFailure(Component.literal(ChatColor.DARK_RED+"Error: Player not found")); - return 1; - } - if(!OTEMod.DEVELOPER){ - if(source.getPlayer().getUUID() == serverPlayer.getUUID()){ - source.sendFailure(Component.literal(ChatColor.DARK_RED+"You cannot teleport to yourself!")); - return 1; - } - } - TeleportContainer cont = new TeleportContainer(source.getPlayer().getUUID(), serverPlayer.getUUID()); - - for(TeleportContainer cont2 : OTEMod.TeleportRegistry){ - if(cont2.compareTo(cont)==0){ - ChatServerOverride.broadcastTo(cont.FromPlayer, Component.literal(ChatColor.DARK_RED+ "You already have a TPA Request active, wait for it to expire, or use the cancel button/command"), source.getServer()); - return 0; - }else { - if(cont2.FromPlayer == cont.FromPlayer){ - ChatServerOverride.broadcastTo(cont.FromPlayer, Component.literal(ChatColor.DARK_RED+ "You already have a TPA Request active, wait for it to expire, or use the cancel button/command"), source.getServer()); - return 0; - } - } - } - - - ClickEvent ce = Clickable.command("/tpcancel "+cont.TeleportID.toString()); - HoverEvent he = HoverTip.get(ChatColor.DARK_GREEN+"Cancel this teleport request (Not yet implemented)"); - - Style s = Style.EMPTY.withFont(Style.DEFAULT_FONT).withHoverEvent(he).withClickEvent(ce); - - // Send the alerts - ChatServerOverride.broadcastTo(cont.FromPlayer, Component.literal(ChatColor.BOLD + ChatColor.DARK_GREEN +"TPA Request Sent! ").append(Component.literal(ChatColor.BOLD+ChatColor.DARK_GRAY+"["+ChatColor.DARK_RED+"X"+ChatColor.DARK_GRAY+"]").setStyle(s)), serverPlayer.server); - - - ce = Clickable.command("/tpaccept "+cont.TeleportID.toString()); - he = HoverTip.get(ChatColor.DARK_GREEN + "Accept tp request"); - ClickEvent ce2 = Clickable.command("/tpdeny "+cont.TeleportID.toString()); - HoverEvent he2 = HoverTip.get(ChatColor.DARK_RED+"Deny this request"); - s = Style.EMPTY.withFont(Style.DEFAULT_FONT).withClickEvent(ce).withHoverEvent(he); - - Style s2 = Style.EMPTY.withFont(Style.DEFAULT_FONT).withClickEvent(ce2).withHoverEvent(he2); - - Profile p = Profile.get_profile_of(cont.FromPlayer.toString()); - ChatServerOverride.broadcastTo(cont.ToPlayer, Component.literal(p.name_color+p.nickname + ChatColor.BOLD + ChatColor.DARK_PURPLE+" is requesting to teleport to you\n \n"). - append(Component.literal(ChatColor.DARK_GRAY+"["+ChatColor.DARK_GREEN+"ACCEPT" + ChatColor.DARK_GRAY+"] ").setStyle(s)). - append(Component.literal(ChatColor.DARK_GRAY + "["+ChatColor.DARK_RED+"DENY"+ChatColor.DARK_GRAY+"]").setStyle(s2)), serverPlayer.server); - - OTEMod.TeleportRegistry.add(cont); - return 0; - } - - private static int usage(CommandSourceStack source) { - source.sendSuccess(Component.literal("/tpa USAGE\n\n "+ChatColor.BOLD + ChatColor.DARK_GRAY+"/tpa "+ChatColor.DARK_RED+"target_player\n"), false); - return 0; - } -} diff --git a/src/main/java/dev/zontreck/otemod/commands/teleport/TPAHereCommand.java b/src/main/java/dev/zontreck/otemod/commands/teleport/TPAHereCommand.java deleted file mode 100644 index 6ba6708..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/teleport/TPAHereCommand.java +++ /dev/null @@ -1,89 +0,0 @@ -package dev.zontreck.otemod.commands.teleport; - -import com.mojang.brigadier.CommandDispatcher; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.chat.Clickable; -import dev.zontreck.libzontreck.chat.HoverTip; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import dev.zontreck.otemod.configs.Profile; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.commands.arguments.EntityArgument; -import net.minecraft.network.chat.ClickEvent; -import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.HoverEvent; -import net.minecraft.network.chat.Style; -import net.minecraft.server.level.ServerPlayer; - -public class TPAHereCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("tpahere").executes(c->usage(c.getSource())).then(Commands.argument("player", EntityArgument.player()).executes(c -> tpa(c.getSource(), EntityArgument.getPlayer(c, "player"))))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int tpa(CommandSourceStack source, ServerPlayer serverPlayer) { - // Send the request to player - if(serverPlayer == null){ - source.sendFailure(Component.literal(ChatColor.DARK_RED+"Error: Player not found")); - return 1; - } - if(!OTEMod.DEVELOPER){ - if(source.getPlayer().getUUID() == serverPlayer.getUUID()){ - source.sendFailure(Component.literal(ChatColor.DARK_RED+"You cannot teleport to yourself!")); - return 1; - } - } - TeleportContainer cont = new TeleportContainer(serverPlayer.getUUID(), source.getPlayer().getUUID()); - - for(TeleportContainer cont2 : OTEMod.TeleportRegistry){ - if(cont2.compareTo(cont)==0){ - ChatServerOverride.broadcastTo(cont.ToPlayer, Component.literal(ChatColor.DARK_RED+ "You already have a TPA Request active, wait for it to expire, or use the cancel button/command"), source.getServer()); - return 0; - }else { - if(cont2.ToPlayer.equals(cont.ToPlayer)){ - ChatServerOverride.broadcastTo(cont.FromPlayer, Component.literal(ChatColor.DARK_RED+ "You already have a TPA Request active, wait for it to expire, or use the cancel button/command"), source.getServer()); - return 0; - } - } - } - - - ClickEvent ce = Clickable.command("/tpcancel "+cont.TeleportID.toString()); - HoverEvent he = HoverTip.get(ChatColor.DARK_GREEN+"Cancel this teleport request (Not yet implemented)"); - - Style s = Style.EMPTY.withFont(Style.DEFAULT_FONT).withHoverEvent(he).withClickEvent(ce); - - // Send the alerts - ChatServerOverride.broadcastTo(cont.ToPlayer, Component.literal(ChatColor.BOLD + ChatColor.DARK_GREEN +"TPA Request Sent! ").append(Component.literal(ChatColor.BOLD+ChatColor.DARK_GRAY+"["+ChatColor.DARK_RED+"X"+ChatColor.DARK_GRAY+"]").setStyle(s)), serverPlayer.server); - - - ce = Clickable.command("/tpaccept "+cont.TeleportID.toString()); - he = HoverTip.get(ChatColor.DARK_GREEN + "Accept tp request"); - ClickEvent ce2 = Clickable.command("/tpdeny "+cont.TeleportID.toString()); - HoverEvent he2 = HoverTip.get(ChatColor.DARK_RED+"Deny this request"); - s = Style.EMPTY.withFont(Style.DEFAULT_FONT).withClickEvent(ce).withHoverEvent(he); - - Style s2 = Style.EMPTY.withFont(Style.DEFAULT_FONT).withClickEvent(ce2).withHoverEvent(he2); - - Profile p = Profile.get_profile_of(cont.ToPlayer.toString()); - ChatServerOverride.broadcastTo(cont.FromPlayer, Component.literal(p.name_color+p.nickname + ChatColor.BOLD + ChatColor.DARK_PURPLE+" is requesting you to teleport to them\n \n"). - append(Component.literal(ChatColor.DARK_GRAY+"["+ChatColor.DARK_GREEN+"ACCEPT" + ChatColor.DARK_GRAY+"] ").setStyle(s)). - append(Component.literal(ChatColor.DARK_GRAY + "["+ChatColor.DARK_RED+"DENY"+ChatColor.DARK_GRAY+"]").setStyle(s2)), serverPlayer.server); - - OTEMod.TeleportRegistry.add(cont); - return 0; - } - - private static int usage(CommandSourceStack source) { - source.sendSuccess(Component.literal("/tpa USAGE\n\n "+ChatColor.BOLD + ChatColor.DARK_GRAY+"/tpa "+ChatColor.DARK_RED+"target_player\n"), false); - return 0; - } -} diff --git a/src/main/java/dev/zontreck/otemod/commands/teleport/TPAcceptCommand.java b/src/main/java/dev/zontreck/otemod/commands/teleport/TPAcceptCommand.java deleted file mode 100644 index a797a2a..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/teleport/TPAcceptCommand.java +++ /dev/null @@ -1,64 +0,0 @@ -package dev.zontreck.otemod.commands.teleport; - -import java.util.UUID; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; -import net.minecraft.server.level.ServerPlayer; - -public class TPAcceptCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("tpaccept").then(Commands.argument("TeleportUUID", StringArgumentType.string()).executes(c->doCancel(c.getSource(), StringArgumentType.getString(c, "TeleportUUID"))))); - - //executes(c -> doCancel(c.getSource()))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int doCancel(CommandSourceStack source, String TPID) { - UUID teleporter = UUID.fromString(TPID); - for(TeleportContainer cont : OTEMod.TeleportRegistry){ - if(cont.TeleportID.equals(teleporter)){ - // Accepting! - - ServerPlayer from = source.getServer().getPlayerList().getPlayer(cont.FromPlayer); - ServerPlayer to = source.getServer().getPlayerList().getPlayer(cont.ToPlayer); - - Component comp = Component.literal(OTEMod.OTEPrefix + " " + ChatColor.DARK_PURPLE+"Teleport request was accepted. Opening wormhole!"); - - ChatServerOverride.broadcastTo(cont.FromPlayer, comp, source.getServer()); - ChatServerOverride.broadcastTo(cont.ToPlayer, comp, source.getServer()); - - OTEMod.TeleportRegistry.remove(cont); - - - cont.PlayerInst = from; - cont.Position = to.position(); - cont.Rotation = to.getRotationVector(); - cont.Dimension = to.getLevel(); - - TeleportActioner.ApplyTeleportEffect(from); - TeleportActioner.PerformTeleport(cont); - return 0; - } - } - - Component comp = Component.literal(ChatColor.DARK_RED+"The teleport was not found, perhaps the request expired or was already cancelled/denied"); - - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), comp, source.getServer()); - - return 0; - } -} diff --git a/src/main/java/dev/zontreck/otemod/commands/teleport/TPCancelCommand.java b/src/main/java/dev/zontreck/otemod/commands/teleport/TPCancelCommand.java deleted file mode 100644 index 01a4df8..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/teleport/TPCancelCommand.java +++ /dev/null @@ -1,50 +0,0 @@ -package dev.zontreck.otemod.commands.teleport; - -import java.util.UUID; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; - -public class TPCancelCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("tpcancel").then(Commands.argument("TeleportUUID", StringArgumentType.string()).executes(c->doCancel(c.getSource(), StringArgumentType.getString(c, "TeleportUUID"))))); - - //executes(c -> doCancel(c.getSource()))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int doCancel(CommandSourceStack source, String TPID) { - UUID teleporter = UUID.fromString(TPID); - for(TeleportContainer cont : OTEMod.TeleportRegistry){ - if(cont.TeleportID.equals(teleporter)){ - // Canceling! - Component comp = Component.literal(OTEMod.OTEPrefix + " " + ChatColor.DARK_PURPLE+"Teleport request was cancelled"); - - ChatServerOverride.broadcastTo(cont.FromPlayer, comp, source.getServer()); - ChatServerOverride.broadcastTo(cont.ToPlayer, comp, source.getServer()); - - OTEMod.TeleportRegistry.remove(cont); - return 0; - } - } - - Component comp = Component.literal(ChatColor.DARK_RED+"The teleport was not found, perhaps the request expired or was already cancelled"); - - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), comp, source.getServer()); - - return 0; - } -} diff --git a/src/main/java/dev/zontreck/otemod/commands/teleport/TPDenyCommand.java b/src/main/java/dev/zontreck/otemod/commands/teleport/TPDenyCommand.java deleted file mode 100644 index 015ece7..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/teleport/TPDenyCommand.java +++ /dev/null @@ -1,50 +0,0 @@ -package dev.zontreck.otemod.commands.teleport; - -import java.util.UUID; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; - -public class TPDenyCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("tpdeny").then(Commands.argument("TeleportUUID", StringArgumentType.string()).executes(c->doCancel(c.getSource(), StringArgumentType.getString(c, "TeleportUUID"))))); - - //executes(c -> doCancel(c.getSource()))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int doCancel(CommandSourceStack source, String TPID) { - UUID teleporter = UUID.fromString(TPID); - for(TeleportContainer cont : OTEMod.TeleportRegistry){ - if(cont.TeleportID.equals(teleporter)){ - // Canceling! - Component comp = Component.literal(OTEMod.OTEPrefix + " " + ChatColor.DARK_PURPLE+"Teleport request was denied"); - - ChatServerOverride.broadcastTo(cont.FromPlayer, comp, source.getServer()); - ChatServerOverride.broadcastTo(cont.ToPlayer, comp, source.getServer()); - - OTEMod.TeleportRegistry.remove(cont); - return 0; - } - } - - Component comp = Component.literal(ChatColor.DARK_RED+"The teleport was not found, perhaps the request expired or was already cancelled/denied"); - - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), comp, source.getServer()); - - return 0; - } -} diff --git a/src/main/java/dev/zontreck/otemod/commands/teleport/TeleportActioner.java b/src/main/java/dev/zontreck/otemod/commands/teleport/TeleportActioner.java deleted file mode 100644 index 3f3c1f0..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/teleport/TeleportActioner.java +++ /dev/null @@ -1,37 +0,0 @@ -package dev.zontreck.otemod.commands.teleport; - -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.effect.MobEffectInstance; -import net.minecraft.world.effect.MobEffects; - -public class TeleportActioner -{ - public static void PerformTeleport(TeleportContainer contain){ - //sub_runnable run = new sub_runnable(contain); - Thread t = new Thread(new TeleportRunnable(contain)); - t.start(); - } - - public static void ApplyTeleportEffect(ServerPlayer player){ - - // 10/05/2022 - Thinking ahead here to future proof it so i can do things in threads safely - // By adding this task onto the main server thread, any thread can call the TeleportActioner and it will be actioned on the main thread without needing to repeat the process of sending this to the server thread. - player.server.execute(new Runnable(){ - public void run(){ - - MobEffectInstance inst = new MobEffectInstance(MobEffects.DARKNESS, 200, 1, true, true); - MobEffectInstance regen = new MobEffectInstance(MobEffects.REGENERATION, 200, 2, true, true); - - // 10-05-2022 - Adjusted to 100 on duration due to a small issue where it would sometimes stop levitation prior to the teleport taking effect. - // Small tradeoff is the player now levitates slightly longer at the destination. This is acceptable. Compensated by increasing regen strength by 1 - MobEffectInstance invul = new MobEffectInstance(MobEffects.LEVITATION, 100, 1, true, true); - - - player.addEffect(inst); - player.addEffect(regen); - player.addEffect(invul); // ensure the player can't fall into lava in the short time we are not in control (if the player was silly enough to make a home above lava!!!) - - } - }); - } -} diff --git a/src/main/java/dev/zontreck/otemod/commands/teleport/TeleportContainer.java b/src/main/java/dev/zontreck/otemod/commands/teleport/TeleportContainer.java deleted file mode 100644 index 002e4c9..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/teleport/TeleportContainer.java +++ /dev/null @@ -1,65 +0,0 @@ -package dev.zontreck.otemod.commands.teleport; - -import java.time.Instant; -import java.util.UUID; - -import net.minecraft.server.level.ServerLevel; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.phys.Vec2; -import net.minecraft.world.phys.Vec3; - -public class TeleportContainer implements Comparable{ - public UUID FromPlayer; - public UUID ToPlayer; - public long StartedAt; - public UUID TeleportID; - - /* - * The following variables are only used when actioning the teleport itself, and should only be initialized once the teleport is about to engage - */ - public ServerPlayer PlayerInst; - public Vec3 Position; - public Vec2 Rotation; - public ServerLevel Dimension; - - - public boolean has_expired(){ - if(Instant.now().getEpochSecond() > (StartedAt + (60))) - { - return true; - }else return false; - } - - public TeleportContainer (UUID From, UUID To) - { - FromPlayer = From; - ToPlayer=To; - TeleportID = UUID.randomUUID(); - - StartedAt = Instant.now().getEpochSecond(); - } - - public TeleportContainer(ServerPlayer f_p, Vec3 f_pos, Vec2 f_rot, ServerLevel f_dim) { - SetTeleportDestination(f_p, f_pos, f_rot, f_dim); - } - - private void SetTeleportDestination(ServerPlayer f_p, Vec3 f_pos, Vec2 f_rot, ServerLevel f_dim) { - PlayerInst = f_p; - Position = f_pos; - Rotation = f_rot; - Dimension = f_dim; - } - - @Override - public int compareTo(Object o) { - if(o instanceof TeleportContainer){ - TeleportContainer cont = (TeleportContainer)o; - if(cont.FromPlayer != FromPlayer){ - return -1; - }else { - if(cont.ToPlayer != ToPlayer)return 1; - else return 0; - } - }else return -1; - } -} diff --git a/src/main/java/dev/zontreck/otemod/commands/teleport/TeleportRunnable.java b/src/main/java/dev/zontreck/otemod/commands/teleport/TeleportRunnable.java deleted file mode 100644 index 6bde312..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/teleport/TeleportRunnable.java +++ /dev/null @@ -1,38 +0,0 @@ -package dev.zontreck.otemod.commands.teleport; - -import dev.zontreck.otemod.configs.PlayerFlyCache; - -public class TeleportRunnable implements Runnable -{ - - public final TeleportContainer Action; - public TeleportRunnable(TeleportContainer cont){ - Action = cont; - } - - @Override - public void run() { - - try { - Thread.sleep(3000); - } catch (InterruptedException e1) { - // TODO Auto-generated catch block - e1.printStackTrace(); - } - PlayerFlyCache c = PlayerFlyCache.cachePlayer(Action.PlayerInst); - Action.PlayerInst.teleportTo(Action.Dimension, Action.Position.x, Action.Position.y, Action.Position.z, Action.Rotation.y, Action.Rotation.x); - - - try { - Thread.sleep(500); - } catch (InterruptedException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - c.Assert(Action.PlayerInst); - - Action.PlayerInst.setPos(Action.Position); - - Action.PlayerInst.giveExperiencePoints(1); // Attempt to fix experience point bug - } -} diff --git a/src/main/java/dev/zontreck/otemod/commands/vaults/StarterCommand.java b/src/main/java/dev/zontreck/otemod/commands/vaults/StarterCommand.java new file mode 100644 index 0000000..f3035a3 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/commands/vaults/StarterCommand.java @@ -0,0 +1,98 @@ +package dev.zontreck.otemod.commands.vaults; + +import com.mojang.brigadier.CommandDispatcher; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.Messages; +import dev.zontreck.otemod.implementation.PlayerFirstJoinTag; +import dev.zontreck.otemod.implementation.vault.NoMoreVaultException; +import dev.zontreck.otemod.implementation.vault.StarterContainer; +import dev.zontreck.otemod.implementation.vault.VaultContainer; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.commands.arguments.EntityArgument; +import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.SimpleMenuProvider; +import net.minecraftforge.network.NetworkHooks; + +public class StarterCommand +{ + public static void register(CommandDispatcher dispatcher) + { + dispatcher.register(Commands.literal("starter").executes(x->openStarterMenu(x.getSource())).then(Commands.argument("player", EntityArgument.player()).executes(x->starterCommand(x.getSource(), EntityArgument.getPlayer(x, "player"))))); + } + + public static int starterCommand(CommandSourceStack ctx, ServerPlayer player) + { + if(ctx.hasPermission(ctx.getServer().getOperatorUserPermissionLevel())) + { + try { + vendStarterKit(player); + } catch (UserProfileNotYetExistsException e) { + throw new RuntimeException(e); + } + return 0; + } + return 1; + } + + public static void vendStarterKit(ServerPlayer player) throws UserProfileNotYetExistsException { + Profile prof = Profile.get_profile_of(player.getStringUUID()); + PlayerFirstJoinTag PFJT = PlayerFirstJoinTag.now(); + PFJT.LastGiven=0L; + + PFJT.save(prof.NBT); + + OTEMod.checkFirstJoin(player); + } + + public static int openStarterMenu(CommandSourceStack ctx) + { + ServerPlayer player = ctx.getPlayer(); + if(player != null) + { + if(player.hasPermissions(ctx.getServer().getOperatorUserPermissionLevel())) + { + try { + StarterContainer container = new StarterContainer(player); + NetworkHooks.openScreen(player, new SimpleMenuProvider(container.serverMenu, Component.literal("Starter Gear"))); + + + // Add to the master vault registry + if(StarterContainer.VAULT_REGISTRY.containsKey(player.getUUID()))StarterContainer.VAULT_REGISTRY.remove(player.getUUID()); + StarterContainer.VAULT_REGISTRY.put(player.getUUID(), container); + } catch (NoMoreVaultException e) { + throw new RuntimeException(e); + } + + }else { + ChatHelpers.broadcastTo(player, ChatHelpers.macro(Messages.STARTER_FAILURE_PERMISSIONS), ctx.getServer()); + } + + return 0; + } + ctx.sendFailure(ChatHelpers.macro(Messages.CONSOLE_ERROR)); + return 1; + } + + + public static void doOpen(ServerPlayer p){ + + StarterContainer container; + try { + container = new StarterContainer(p); + } catch (NoMoreVaultException e) { + ChatHelpers.broadcastTo(p.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+"!Dark_Red!You cannot open anymore vaults. Craft a new vault!"), p.server); + return; + } + + NetworkHooks.openScreen(p, new SimpleMenuProvider(container.serverMenu, Component.literal("Starter Gear"))); + + // Add to the master vault registry + if(StarterContainer.VAULT_REGISTRY.containsKey(p.getUUID()))VaultContainer.VAULT_REGISTRY.remove(p.getUUID()); + StarterContainer.VAULT_REGISTRY.put(p.getUUID(), container); + } +} diff --git a/src/main/java/dev/zontreck/otemod/commands/vaults/TrashCommand.java b/src/main/java/dev/zontreck/otemod/commands/vaults/TrashCommand.java index 8f4a4bf..9d6cee0 100644 --- a/src/main/java/dev/zontreck/otemod/commands/vaults/TrashCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/vaults/TrashCommand.java @@ -1,11 +1,14 @@ package dev.zontreck.otemod.commands.vaults; import com.mojang.brigadier.CommandDispatcher; - -import dev.zontreck.otemod.implementation.VaultContainer; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.vault.NoMoreVaultException; +import dev.zontreck.otemod.implementation.vault.VaultContainer; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.SimpleMenuProvider; import net.minecraftforge.network.NetworkHooks; @@ -24,14 +27,21 @@ public class TrashCommand { private static int vault(CommandSourceStack source) { //VaultContainer cont = new VaultContainer(i, source.getPlayer().getUUID()); //cont.startOpen(source.getPlayer()); + ServerPlayer play = (ServerPlayer)source.getEntity(); + + VaultContainer container; + try { + container = new VaultContainer(play, -1); + } catch (NoMoreVaultException e) { + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You cannot open anymore vaults. Craft a new vault!"), play.server); + return 0; + } - VaultContainer container = new VaultContainer(source.getPlayer(), -1); - - NetworkHooks.openScreen(source.getPlayer(), new SimpleMenuProvider(container.serverMenu, Component.literal("Trash"))); + NetworkHooks.openScreen(play, new SimpleMenuProvider(container.serverMenu, Component.literal("Trash"))); // Add to the master vault registry - if(VaultContainer.VAULT_REGISTRY.containsKey(source.getPlayer().getUUID()))VaultContainer.VAULT_REGISTRY.remove(source.getPlayer().getUUID()); - VaultContainer.VAULT_REGISTRY.put(source.getPlayer().getUUID(), container); + if(VaultContainer.VAULT_REGISTRY.containsKey(play.getUUID()))VaultContainer.VAULT_REGISTRY.remove(play.getUUID()); + VaultContainer.VAULT_REGISTRY.put(play.getUUID(), container); return 0; } diff --git a/src/main/java/dev/zontreck/otemod/commands/vaults/VaultCommand.java b/src/main/java/dev/zontreck/otemod/commands/vaults/VaultCommand.java index ffc349c..0dbd9b0 100644 --- a/src/main/java/dev/zontreck/otemod/commands/vaults/VaultCommand.java +++ b/src/main/java/dev/zontreck/otemod/commands/vaults/VaultCommand.java @@ -2,11 +2,14 @@ package dev.zontreck.otemod.commands.vaults; import com.mojang.brigadier.CommandDispatcher; import com.mojang.brigadier.arguments.IntegerArgumentType; - -import dev.zontreck.otemod.implementation.VaultContainer; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.vault.NoMoreVaultException; +import dev.zontreck.otemod.implementation.vault.VaultContainer; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.SimpleMenuProvider; import net.minecraftforge.network.NetworkHooks; @@ -26,15 +29,32 @@ public class VaultCommand { private static int vault(CommandSourceStack source, int i) { //VaultContainer cont = new VaultContainer(i, source.getPlayer().getUUID()); //cont.startOpen(source.getPlayer()); + ServerPlayer play = (ServerPlayer)source.getEntity(); + if(i <0) + { + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You can only specify a vault number in the positive range"), source.getServer()); + return 0; + } + doOpen(play, i); - VaultContainer container = new VaultContainer(source.getPlayer(), i); - - NetworkHooks.openScreen(source.getPlayer(), new SimpleMenuProvider(container.serverMenu, Component.literal("Vault "+i))); - - // Add to the master vault registry - if(VaultContainer.VAULT_REGISTRY.containsKey(source.getPlayer().getUUID()))VaultContainer.VAULT_REGISTRY.remove(source.getPlayer().getUUID()); - VaultContainer.VAULT_REGISTRY.put(source.getPlayer().getUUID(), container); return 0; } + + public static void doOpen(ServerPlayer p, int i){ + + VaultContainer container; + try { + container = new VaultContainer(p, i); + } catch (NoMoreVaultException e) { + ChatHelpers.broadcastTo(p.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You cannot open anymore vaults. Craft a new vault!"), p.server); + return; + } + + NetworkHooks.openScreen(p, new SimpleMenuProvider(container.serverMenu, Component.literal("Vault " + i))); + + // Add to the master vault registry + if(VaultContainer.VAULT_REGISTRY.containsKey(p.getUUID()))VaultContainer.VAULT_REGISTRY.remove(p.getUUID()); + VaultContainer.VAULT_REGISTRY.put(p.getUUID(), container); + } } diff --git a/src/main/java/dev/zontreck/otemod/commands/warps/DelWarpCommand.java b/src/main/java/dev/zontreck/otemod/commands/warps/DelWarpCommand.java deleted file mode 100644 index 4c1fab4..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/warps/DelWarpCommand.java +++ /dev/null @@ -1,70 +0,0 @@ -package dev.zontreck.otemod.commands.warps; - -import java.sql.Connection; -import java.sql.PreparedStatement; -import java.sql.SQLException; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.vectors.Vector2; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import dev.zontreck.otemod.database.TeleportDestination; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.phys.Vec2; -import net.minecraft.world.phys.Vec3; - -public class DelWarpCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("delwarp").then(Commands.argument("nickname", StringArgumentType.string()).executes(c -> setWarp(c.getSource(), StringArgumentType.getString(c, "nickname"))))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int setWarp(CommandSourceStack source, String string) { - - if(! source.isPlayer()) - { - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), Component.literal(OTEMod.OTEPrefix + OTEMod.ONLY_PLAYER), source.getServer()); - return 1; - } - ServerPlayer p = source.getPlayer(); - Connection con = OTEMod.DB.getConnection(); - try { - con.beginRequest(); - PreparedStatement pstat; - Vec3 position = p.position(); - Vec2 rot = p.getRotationVector(); - - TeleportDestination dest = new TeleportDestination(new Vector3(position), new Vector2(rot), p.getLevel().dimension().location().getNamespace() + ":" + p.getLevel().dimension().location().getPath()); - - String SQL = "DELETE FROM `warps` WHERE `warpname`=? AND `owner`=?;"; - pstat = con.prepareStatement(SQL); - pstat.setString(1, string); - pstat.setString(2, p.getStringUUID()); - pstat.execute(); - - - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), Component.literal(ChatColor.GREEN).append(Component.translatable("dev.zontreck.otemod.msgs.warps.del.success")), source.getServer()); - - con.endRequest(); - } catch (SQLException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), Component.literal(ChatColor.DARK_RED).append(Component.translatable("dev.zontreck.otemod.msgs.warps.del.fail")), source.getServer()); - } - - return 0; - } -} diff --git a/src/main/java/dev/zontreck/otemod/commands/warps/RTPWarpCommand.java b/src/main/java/dev/zontreck/otemod/commands/warps/RTPWarpCommand.java deleted file mode 100644 index 3325931..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/warps/RTPWarpCommand.java +++ /dev/null @@ -1,74 +0,0 @@ -package dev.zontreck.otemod.commands.warps; - -import java.sql.Connection; -import java.sql.PreparedStatement; -import java.sql.SQLException; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.vectors.Vector2; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import dev.zontreck.otemod.database.TeleportDestination; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.phys.Vec2; -import net.minecraft.world.phys.Vec3; - -public class RTPWarpCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("rtpwarp").then(Commands.argument("nickname", StringArgumentType.string()).executes(c -> setWarp(c.getSource(), StringArgumentType.getString(c, "nickname"))))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int setWarp(CommandSourceStack source, String string) { - - if(! source.isPlayer()) - { - - - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), Component.literal(OTEMod.OTEPrefix + OTEMod.ONLY_PLAYER), source.getServer()); - return 1; - } - ServerPlayer p = source.getPlayer(); - Connection con = OTEMod.DB.getConnection(); - try { - con.beginRequest(); - PreparedStatement pstat; - Vec3 position = p.position(); - Vec2 rot = p.getRotationVector(); - - TeleportDestination dest = new TeleportDestination(new Vector3(position), new Vector2(rot), p.getLevel()); - - String SQL = "REPLACE INTO `warps` (warpname, owner, warptype, teleporter) values (?, ?, ?, ?);"; - pstat = con.prepareStatement(SQL); - pstat.setString(1, string); - pstat.setString(2, p.getStringUUID()); - pstat.setInt(3, 1); - pstat.setString(4, dest.toString()); - pstat.execute(); - - - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), Component.literal(ChatColor.GREEN).append(Component.translatable("dev.zontreck.otemod.msgs.warps.set.success")), source.getServer()); - - con.endRequest(); - } catch (SQLException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), Component.literal(ChatColor.DARK_RED).append(Component.translatable("dev.zontreck.otemod.msgs.warps.set.fail")), source.getServer()); - } - - return 0; - } -} diff --git a/src/main/java/dev/zontreck/otemod/commands/warps/SetWarpCommand.java b/src/main/java/dev/zontreck/otemod/commands/warps/SetWarpCommand.java deleted file mode 100644 index 9b5ebf7..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/warps/SetWarpCommand.java +++ /dev/null @@ -1,73 +0,0 @@ -package dev.zontreck.otemod.commands.warps; - -import java.sql.Connection; -import java.sql.PreparedStatement; -import java.sql.SQLException; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.vectors.Vector2; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import dev.zontreck.otemod.database.TeleportDestination; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.phys.Vec2; -import net.minecraft.world.phys.Vec3; - -public class SetWarpCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("setwarp").then(Commands.argument("nickname", StringArgumentType.string()).executes(c -> setWarp(c.getSource(), StringArgumentType.getString(c, "nickname"))))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int setWarp(CommandSourceStack source, String string) { - - if(! source.isPlayer()) - { - - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), Component.literal(OTEMod.OTEPrefix + OTEMod.ONLY_PLAYER), source.getServer()); - return 1; - } - ServerPlayer p = source.getPlayer(); - Connection con = OTEMod.DB.getConnection(); - try { - con.beginRequest(); - PreparedStatement pstat; - Vec3 position = p.position(); - Vec2 rot = p.getRotationVector(); - - TeleportDestination dest = new TeleportDestination(new Vector3(position), new Vector2(rot), p.getLevel()); - - String SQL = "REPLACE INTO `warps` (warpname, owner, warptype, teleporter) values (?, ?, ?, ?);"; - pstat = con.prepareStatement(SQL); - pstat.setString(1, string); - pstat.setString(2, p.getStringUUID()); - pstat.setInt(3, 0); - pstat.setString(4, dest.toString()); - pstat.execute(); - - - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), Component.literal(ChatColor.GREEN).append(Component.translatable("dev.zontreck.otemod.msgs.warps.set.success")), source.getServer()); - - con.endRequest(); - } catch (SQLException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), Component.literal(ChatColor.DARK_RED).append(Component.translatable("dev.zontreck.otemod.msgs.warps.set.fail")), source.getServer()); - } - - return 0; - } -} diff --git a/src/main/java/dev/zontreck/otemod/commands/warps/WarpCommand.java b/src/main/java/dev/zontreck/otemod/commands/warps/WarpCommand.java deleted file mode 100644 index 91c6fe2..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/warps/WarpCommand.java +++ /dev/null @@ -1,98 +0,0 @@ -package dev.zontreck.otemod.commands.warps; - -import java.sql.Connection; -import java.sql.PreparedStatement; -import java.sql.ResultSet; - -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.chat.Clickable; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import dev.zontreck.otemod.commands.teleport.RTPCommand; -import dev.zontreck.otemod.commands.teleport.TeleportActioner; -import dev.zontreck.otemod.commands.teleport.TeleportContainer; -import dev.zontreck.otemod.database.TeleportDestination; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.nbt.NbtUtils; -import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.Style; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.server.level.ServerPlayer; - -public class WarpCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("warp").executes(c-> nowarp(c.getSource())).then(Commands.argument("name", StringArgumentType.string()).executes(c->warp(c.getSource(), StringArgumentType.getString(c, "name"))))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int warp(CommandSourceStack source, String string) { - if(!source.isPlayer()){ - - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), Component.literal(OTEMod.OTEPrefix + OTEMod.ONLY_PLAYER), source.getServer()); - return 1; - } - - ServerPlayer p = source.getPlayer(); - Connection con = OTEMod.DB.getConnection(); - String SQL = ""; - try{ - con.beginRequest(); - - PreparedStatement pstat; - SQL = "SELECT * FROM `warps` WHERE `warpname`=?;"; - pstat=con.prepareStatement(SQL); - pstat.setString(1, string); - ResultSet rs = pstat.executeQuery(); - // Get the first result - if(rs.next()) - { - TeleportDestination dest = new TeleportDestination(NbtUtils.snbtToStructure(rs.getString("teleporter"))); - - - ServerLevel dimL = dest.getActualDimension(); - - - final int type = rs.getInt("warptype"); - final ServerLevel f_dim = dimL; - - Thread tx = new Thread(new Runnable(){ - public void run(){ - - if(type==1){ - dest.Position = RTPCommand.findPosition(source.getLevel(), false); - } - - TeleportActioner.ApplyTeleportEffect(p); - TeleportContainer tc = new TeleportContainer(p, dest.Position.asMinecraftVector(), dest.Rotation.asMinecraftVector(), f_dim); - TeleportActioner.PerformTeleport(tc); - } - }); - tx.start(); - }else { - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), Component.literal(ChatColor.DARK_RED+"No such warp"), source.getServer()); - } - - - con.endRequest(); - }catch(Exception e){ - e.printStackTrace(); - } - return 0; - } - - private static int nowarp(CommandSourceStack source) { - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), Component.literal(ChatColor.DARK_RED + "You must supply the warp name. If you need to know what warps are available, please use the warps command, or click this message.").withStyle(Style.EMPTY.withFont(Style.DEFAULT_FONT).withClickEvent(Clickable.command("/warps"))), source.getServer()); - return 0; - } - -} diff --git a/src/main/java/dev/zontreck/otemod/commands/warps/WarpsCommand.java b/src/main/java/dev/zontreck/otemod/commands/warps/WarpsCommand.java deleted file mode 100644 index a959a87..0000000 --- a/src/main/java/dev/zontreck/otemod/commands/warps/WarpsCommand.java +++ /dev/null @@ -1,90 +0,0 @@ -package dev.zontreck.otemod.commands.warps; - -import java.sql.Connection; -import java.sql.PreparedStatement; -import java.sql.ResultSet; - -import com.mojang.brigadier.CommandDispatcher; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.chat.Clickable; -import dev.zontreck.libzontreck.chat.HoverTip; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import dev.zontreck.otemod.configs.Profile; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.network.chat.ClickEvent; -import net.minecraft.network.chat.Component; -import net.minecraft.network.chat.HoverEvent; -import net.minecraft.network.chat.Style; -import net.minecraft.server.level.ServerPlayer; - -public class WarpsCommand { - - public static void register(CommandDispatcher dispatcher) - { - dispatcher.register(Commands.literal("warps").executes(c-> warps(c.getSource()))); - - //dispatcher.register(Commands.literal("sethome").then(Commands.argument("nickname", StringArgumentType.string())).executes(command -> { - //String arg = StringArgumentType.getString(command, "nickname"); - //return setHome(command.getSource(), arg); - //})); - } - - private static int warps(CommandSourceStack source) { - if(!source.isPlayer()) - { - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), Component.literal(OTEMod.OTEPrefix + OTEMod.ONLY_PLAYER), source.getServer()); - return 1; - } - - ServerPlayer p = source.getPlayer(); - Connection con = OTEMod.DB.getConnection(); - try{ - // Begin - con.beginRequest(); - PreparedStatement pstat = con.prepareStatement("SELECT * FROM `warps`;"); // We want the warp owner, and the warp type, and name. We don't really care about the teleport properties right now, but a future version will show lore on the tooltip to indicate where it goes - - ResultSet rs = pstat.executeQuery(); - int count=0; - while(rs.next()) - { - // Lets do it! - count++; - } - rs=pstat.executeQuery();// Reset the query - ChatServerOverride.broadcastTo(p.getUUID(), Component.literal(OTEMod.OTEPrefix + " "+ChatColor.resetChat() + "There are "+count+" warps available"), source.getServer()); - - while(rs.next()) - { - // This is a warp! - // Pull the owner profile - Profile prof = Profile.get_profile_of(rs.getString("owner")); - String warpName = rs.getString("warpname"); - int warpType = rs.getInt("warptype"); - String appendType = (warpType == 0) ? "standard warp." : "RTP Warp. This has a position randomizer."; - - HoverEvent hover = HoverTip.get(ChatColor.BOLD + ChatColor.DARK_PURPLE + "This warp is a "+appendType); - ClickEvent click = Clickable.command("/warp "+warpName); - Style S = Style.EMPTY.withFont(Style.DEFAULT_FONT).withHoverEvent(hover).withClickEvent(click); - - Component warpMsg = Component.literal(ChatColor.GREEN + warpName + ChatColor.resetChat()).withStyle(S); - - // Now, display the warp name, along with the warp's owner information - HoverEvent h2 = HoverTip.get(prof.name_color+prof.nickname+ChatColor.resetChat()+ChatColor.AQUA+" is the owner of this warp"); - S = Style.EMPTY.withFont(Style.DEFAULT_FONT).withHoverEvent(h2); - Component ownerInfo = Component.literal(ChatColor.GOLD+ " [Hover to see the warp's info]").withStyle(S); - - // Combine the two - warpMsg = Component.literal("").append(warpMsg).append(ownerInfo); - ChatServerOverride.broadcastTo(source.getPlayer().getUUID(), warpMsg, source.getServer()); - } - }catch (Exception E) - { - E.printStackTrace(); - } - return 0; - } - -} diff --git a/src/main/java/dev/zontreck/otemod/commands/zschem/LoadSchem.java b/src/main/java/dev/zontreck/otemod/commands/zschem/LoadSchem.java index a0e4486..97621c8 100644 --- a/src/main/java/dev/zontreck/otemod/commands/zschem/LoadSchem.java +++ b/src/main/java/dev/zontreck/otemod/commands/zschem/LoadSchem.java @@ -1,5 +1,23 @@ package dev.zontreck.otemod.commands.zschem; +import com.mojang.brigadier.CommandDispatcher; +import com.mojang.brigadier.arguments.StringArgumentType; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.vectors.WorldPosition; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.integrations.LuckPermsHelper; +import net.minecraft.commands.CommandSourceStack; +import net.minecraft.commands.Commands; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.ListTag; +import net.minecraft.nbt.NbtIo; +import net.minecraft.nbt.Tag; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.server.level.ServerPlayer; +import net.minecraftforge.fml.loading.FMLConfig; +import net.minecraftforge.fml.loading.FMLPaths; +import net.minecraftforge.server.ServerLifecycleHooks; + import java.io.File; import java.io.IOException; import java.nio.file.Path; @@ -7,31 +25,6 @@ import java.util.ArrayList; import java.util.Iterator; import java.util.List; -import com.mojang.brigadier.CommandDispatcher; -import com.mojang.brigadier.arguments.StringArgumentType; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.libzontreck.vectors.WorldPosition; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import dev.zontreck.otemod.integrations.LuckPermsHelper; -import dev.zontreck.otemod.permissions.Permissions; -import dev.zontreck.otemod.zschem.MemoryHolder; -import dev.zontreck.otemod.zschem.MemoryHolder.Container; -import dev.zontreck.otemod.zschem.StoredBlock; -import net.minecraft.commands.CommandSourceStack; -import net.minecraft.commands.Commands; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.ListTag; -import net.minecraft.nbt.NbtIo; -import net.minecraft.nbt.Tag; -import net.minecraft.network.chat.Component; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.server.level.ServerPlayer; -import net.minecraftforge.fml.loading.FMLConfig; -import net.minecraftforge.fml.loading.FMLPaths; - public class LoadSchem { public static void register(CommandDispatcher dispatcher) @@ -46,9 +39,10 @@ public class LoadSchem { private static int loadSchematic(CommandSourceStack source, String name) { // Perform sanity checks - if(!source.isPlayer())return 1; + - ServerPlayer play = source.getPlayer(); + /* + ServerPlayer play = (ServerPlayer)source.getEntity(); if(play==null)return 1; if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_load)){ @@ -115,28 +109,29 @@ public class LoadSchem { MemoryHolder.setBlocks(play, blocks); }else { - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix + ChatColor.doColors(" !Dark_Red!No such ZSchem exists!")), source.getServer()); + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix + " !Dark_Red!No such ZSchem exists!"), source.getServer()); return 0; } - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Green!ZSchem loaded from disk!")), OTEMod.THE_SERVER); + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Green!ZSchem loaded from disk!"), ServerLifecycleHooks.getCurrentServer()); return 0; } } } - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(ChatColor.doColors("!Dark_Red! You must set the first position")), OTEMod.THE_SERVER); + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro("!Dark_Red! You must set the first position"), ServerLifecycleHooks.getCurrentServer()); + return 0;*/ return 0; } private static int loadSchematicUsage(CommandSourceStack source) { String usage = OTEMod.OTEPrefix; - usage += ChatColor.doColors("!gold! /loadzschem [string:name]"); - ServerPlayer play=source.getPlayer(); + usage += "!gold! /loadzschem [string:name]"; + ServerPlayer play=(ServerPlayer)source.getEntity(); if(play==null)return 1; - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(usage), OTEMod.THE_SERVER); + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(usage), ServerLifecycleHooks.getCurrentServer()); return 0; } } diff --git a/src/main/java/dev/zontreck/otemod/commands/zschem/Place.java b/src/main/java/dev/zontreck/otemod/commands/zschem/Place.java index 600020c..e0c71cd 100644 --- a/src/main/java/dev/zontreck/otemod/commands/zschem/Place.java +++ b/src/main/java/dev/zontreck/otemod/commands/zschem/Place.java @@ -1,22 +1,16 @@ package dev.zontreck.otemod.commands.zschem; -import java.util.List; - import com.mojang.brigadier.CommandDispatcher; - -import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.util.ChatHelpers; import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; import dev.zontreck.otemod.integrations.LuckPermsHelper; -import dev.zontreck.otemod.permissions.Permissions; -import dev.zontreck.otemod.zschem.MemoryHolder; -import dev.zontreck.otemod.zschem.StoredBlock; -import dev.zontreck.otemod.zschem.WorldProp; -import dev.zontreck.otemod.zschem.MemoryHolder.Container; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; import net.minecraft.server.level.ServerPlayer; +import net.minecraftforge.server.ServerLifecycleHooks; + +import java.util.Collections; +import java.util.List; // This command will place the loaded schematic in world. The schematic will originate from position 1. The positions are relative and are added onto position 1. public class Place { @@ -33,9 +27,9 @@ public class Place { private static int place(CommandSourceStack source) { - ServerPlayer play = source.getPlayer(); + ServerPlayer play = (ServerPlayer)source.getEntity(); if(play==null)return 1; - +/* if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_place)){ LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_place, Permissions.zschem); return 1; @@ -43,13 +37,14 @@ public class Place { if(!MemoryHolder.hasPlayerCached(play)){ - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Red!You must first load the zschem!")), OTEMod.THE_SERVER); + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You must first load the zschem!"), ServerLifecycleHooks.getCurrentServer()); return 1; } Container cont = MemoryHolder.getContainer(play); List blocks = cont.blocks; + Collections.shuffle(blocks); if(cont.Pos1 != OTEMod.ZERO_VECTOR) { @@ -63,14 +58,14 @@ public class Place { }else { - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Red!You must first load the zschem!")), OTEMod.THE_SERVER); + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You must first load the zschem!"), ServerLifecycleHooks.getCurrentServer()); return 1; } - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Green!Enqueued!")), OTEMod.THE_SERVER); - + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Green!Enqueued!"), ServerLifecycleHooks.getCurrentServer()); +*/ return 0; } } diff --git a/src/main/java/dev/zontreck/otemod/commands/zschem/PlaceAsAir.java b/src/main/java/dev/zontreck/otemod/commands/zschem/PlaceAsAir.java index d2e24e1..9532f93 100644 --- a/src/main/java/dev/zontreck/otemod/commands/zschem/PlaceAsAir.java +++ b/src/main/java/dev/zontreck/otemod/commands/zschem/PlaceAsAir.java @@ -1,25 +1,18 @@ package dev.zontreck.otemod.commands.zschem; -import java.util.Iterator; -import java.util.List; - import com.mojang.brigadier.CommandDispatcher; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.util.ChatHelpers; import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; import dev.zontreck.otemod.integrations.LuckPermsHelper; -import dev.zontreck.otemod.permissions.Permissions; -import dev.zontreck.otemod.zschem.MemoryHolder; -import dev.zontreck.otemod.zschem.StoredBlock; -import dev.zontreck.otemod.zschem.WorldProp; -import dev.zontreck.otemod.zschem.MemoryHolder.Container; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; -import net.minecraft.network.chat.Component; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.level.block.Blocks; +import net.minecraftforge.server.ServerLifecycleHooks; + +import java.util.Collections; +import java.util.Iterator; +import java.util.List; // This command will place the loaded schematic in world. The schematic will originate from position 1. The positions are relative and are added onto position 1. public class PlaceAsAir { @@ -36,7 +29,8 @@ public class PlaceAsAir { private static int place(CommandSourceStack source) { - ServerPlayer play = source.getPlayer(); + /* + ServerPlayer play = (ServerPlayer)source.getEntity(); if(play==null)return 1; if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_air)){ @@ -46,7 +40,7 @@ public class PlaceAsAir { if(!MemoryHolder.hasPlayerCached(play)){ - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Red!You must first set the positions!")), OTEMod.THE_SERVER); + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You must first set the positions!"), ServerLifecycleHooks.getCurrentServer()); return 1; } @@ -58,7 +52,9 @@ public class PlaceAsAir { WorldProp system = WorldProp.acquire(cont.lvl); // Begin the process List positions = cont.Pos1.makeCube(cont.Pos2); + Collections.shuffle(positions); Iterator v3 = positions.iterator(); + while(v3.hasNext()) { Vector3 pos = v3.next(); @@ -69,14 +65,14 @@ public class PlaceAsAir { }else { - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Red!You must first set the positions!")), OTEMod.THE_SERVER); + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You must first set the positions!"), ServerLifecycleHooks.getCurrentServer()); return 1; } - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Green!Enqueued!")), OTEMod.THE_SERVER); - + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Green!Enqueued!"), ServerLifecycleHooks.getCurrentServer()); +*/ return 0; } } diff --git a/src/main/java/dev/zontreck/otemod/commands/zschem/SaveSchem.java b/src/main/java/dev/zontreck/otemod/commands/zschem/SaveSchem.java index bfe5939..639109c 100644 --- a/src/main/java/dev/zontreck/otemod/commands/zschem/SaveSchem.java +++ b/src/main/java/dev/zontreck/otemod/commands/zschem/SaveSchem.java @@ -1,33 +1,26 @@ package dev.zontreck.otemod.commands.zschem; -import java.io.File; -import java.io.IOException; -import java.nio.file.Path; -import java.util.ArrayList; -import java.util.List; - import com.mojang.brigadier.CommandDispatcher; import com.mojang.brigadier.arguments.StringArgumentType; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.util.ChatHelpers; import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; import dev.zontreck.otemod.integrations.LuckPermsHelper; -import dev.zontreck.otemod.permissions.Permissions; -import dev.zontreck.otemod.zschem.MemoryHolder; -import dev.zontreck.otemod.zschem.MemoryHolder.Container; -import dev.zontreck.otemod.zschem.StoredBlock; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.core.BlockPos; import net.minecraft.nbt.CompoundTag; import net.minecraft.nbt.ListTag; import net.minecraft.nbt.NbtIo; -import net.minecraft.network.chat.Component; import net.minecraft.server.level.ServerPlayer; import net.minecraftforge.fml.loading.FMLConfig; import net.minecraftforge.fml.loading.FMLPaths; +import net.minecraftforge.server.ServerLifecycleHooks; + +import java.io.File; +import java.io.IOException; +import java.nio.file.Path; +import java.util.ArrayList; +import java.util.List; public class SaveSchem { @@ -43,11 +36,10 @@ public class SaveSchem { private static int saveSchematic(CommandSourceStack source, String name) { // Perform sanity checks - if(!source.isPlayer())return 1; - ServerPlayer play = source.getPlayer(); + ServerPlayer play = (ServerPlayer)source.getEntity(); if(play==null)return 1; - + /* if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_save)){ LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_save, Permissions.zschem); return 1; @@ -107,23 +99,23 @@ public class SaveSchem { } catch (IOException e) { e.printStackTrace(); } - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Green!ZSchem saved to disk!")), OTEMod.THE_SERVER); + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Green!ZSchem saved to disk!"), ServerLifecycleHooks.getCurrentServer()); return 0; } } } - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(ChatColor.doColors("!Dark_Red! You must first set the positions")), OTEMod.THE_SERVER); - + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro("!Dark_Red! You must first set the positions"), ServerLifecycleHooks.getCurrentServer()); +*/ return 0; } private static int saveSchematicUsage(CommandSourceStack source) { String usage = OTEMod.OTEPrefix; - usage += ChatColor.doColors("!gold! /savezschem [string:name]"); - ServerPlayer play=source.getPlayer(); + usage += "!gold! /savezschem [string:name]"; + ServerPlayer play=(ServerPlayer)source.getEntity(); if(play==null)return 1; - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(usage), OTEMod.THE_SERVER); + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(usage), ServerLifecycleHooks.getCurrentServer()); return 0; } } diff --git a/src/main/java/dev/zontreck/otemod/commands/zschem/SetPos1.java b/src/main/java/dev/zontreck/otemod/commands/zschem/SetPos1.java index 6bcffae..ab3dfe6 100644 --- a/src/main/java/dev/zontreck/otemod/commands/zschem/SetPos1.java +++ b/src/main/java/dev/zontreck/otemod/commands/zschem/SetPos1.java @@ -1,18 +1,15 @@ package dev.zontreck.otemod.commands.zschem; import com.mojang.brigadier.CommandDispatcher; - import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.util.ChatHelpers; import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; import dev.zontreck.otemod.integrations.LuckPermsHelper; -import dev.zontreck.otemod.permissions.Permissions; -import dev.zontreck.otemod.zschem.MemoryHolder; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.network.chat.Component; import net.minecraft.server.level.ServerPlayer; +import net.minecraftforge.server.ServerLifecycleHooks; public class SetPos1 { @@ -28,9 +25,9 @@ public class SetPos1 { private static int setzPos1(CommandSourceStack source) { - ServerPlayer play = source.getPlayer(); + ServerPlayer play = (ServerPlayer)source.getEntity(); if(play==null)return 1; - +/* if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_pos1)){ LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_pos1, Permissions.zschem); return 1; @@ -38,8 +35,8 @@ public class SetPos1 { MemoryHolder.setPos1(play, new Vector3(source.getPosition())); MemoryHolder.setLevel(play, source.getLevel()); - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Green!Position 1 set!")), OTEMod.THE_SERVER); - + ChatHelpers.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Green!Position 1 set!")), ServerLifecycleHooks.getCurrentServer()); +*/ return 0; } } diff --git a/src/main/java/dev/zontreck/otemod/commands/zschem/SetPos2.java b/src/main/java/dev/zontreck/otemod/commands/zschem/SetPos2.java index 7eec30d..2070e57 100644 --- a/src/main/java/dev/zontreck/otemod/commands/zschem/SetPos2.java +++ b/src/main/java/dev/zontreck/otemod/commands/zschem/SetPos2.java @@ -1,18 +1,15 @@ package dev.zontreck.otemod.commands.zschem; import com.mojang.brigadier.CommandDispatcher; - import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.vectors.Vector3; +import dev.zontreck.libzontreck.util.ChatHelpers; import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; import dev.zontreck.otemod.integrations.LuckPermsHelper; -import dev.zontreck.otemod.permissions.Permissions; -import dev.zontreck.otemod.zschem.MemoryHolder; import net.minecraft.commands.CommandSourceStack; import net.minecraft.commands.Commands; import net.minecraft.network.chat.Component; import net.minecraft.server.level.ServerPlayer; +import net.minecraftforge.server.ServerLifecycleHooks; public class SetPos2 { @@ -27,9 +24,10 @@ public class SetPos2 { } private static int setzPos2(CommandSourceStack source) { - ServerPlayer play = source.getPlayer(); + ServerPlayer play = (ServerPlayer)source.getEntity(); if(play==null)return 1; + /* if(!LuckPermsHelper.hasGroupOrPerm(play, Permissions.zschem, Permissions.zschem_pos2)){ LuckPermsHelper.sendNoPermissionsMessage(play, Permissions.zschem_pos2, Permissions.zschem); return 1; @@ -38,8 +36,8 @@ public class SetPos2 { MemoryHolder.setPos2(play, new Vector3(source.getPosition())); MemoryHolder.setLevel(play, source.getLevel()); - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Green!Position 2 set!")), OTEMod.THE_SERVER); - + ChatHelpers.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Green!Position 2 set!")), ServerLifecycleHooks.getCurrentServer()); +*/ return 0; } } diff --git a/src/main/java/dev/zontreck/otemod/configs/OTEServerConfig.java b/src/main/java/dev/zontreck/otemod/configs/OTEServerConfig.java deleted file mode 100644 index 6285404..0000000 --- a/src/main/java/dev/zontreck/otemod/configs/OTEServerConfig.java +++ /dev/null @@ -1,82 +0,0 @@ -package dev.zontreck.otemod.configs; - - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -import net.minecraft.world.item.ItemStack; -import net.minecraftforge.common.ForgeConfigSpec; - -public class OTEServerConfig { - public static final ForgeConfigSpec.Builder BUILDER = new ForgeConfigSpec.Builder(); - public static final ForgeConfigSpec SPEC; - - public static final ForgeConfigSpec.ConfigValue> INITIAL_ITEMS_TO_GIVE_ON_FIRST_JOIN; - - public static final ForgeConfigSpec.ConfigValue HOST_ADDR; - public static final ForgeConfigSpec.ConfigValue PORT; - public static final ForgeConfigSpec.ConfigValue USERNAME; - public static final ForgeConfigSpec.ConfigValue PASSWORD; - public static final ForgeConfigSpec.ConfigValue DATABASE; - public static final ForgeConfigSpec.ConfigValue ITEM_DESPAWN_TIMER; - - - public static final ForgeConfigSpec.ConfigValue RTP_COOLDOWN; - - - public static final ForgeConfigSpec.ConfigValue HEALER_TIMER; - public static final ForgeConfigSpec.BooleanValue DEBUG_HEALER; - public static final ForgeConfigSpec.ConfigValue TIME_BETWEEN_BLOCKS; - public static final ForgeConfigSpec.ConfigValue MAX_TRIES_HEAL; - public static final ForgeConfigSpec.ConfigValue> EXCLUDE_DIMS; - - - public static final ForgeConfigSpec.BooleanValue USE_CUSTOM_JOINLEAVE; - public static final ForgeConfigSpec.BooleanValue USE_CUSTOM_CHATREPLACER; - - - static { - List defaults = new ArrayList(); - List defaultExcludeDimensions = new ArrayList(); - defaultExcludeDimensions.add("minecraft:the_nether"); // Excluded to make mining for Ancient Debris easier - defaultExcludeDimensions.add("minecraft:the_end"); // Excluded due to End Crystals - - BUILDER.push("OTE"); - INITIAL_ITEMS_TO_GIVE_ON_FIRST_JOIN = BUILDER.comment("What items, identified by modid:item, to give to a brand new user on the server").define("New Player Gear", defaults); - HOST_ADDR = BUILDER.comment("Database Host (MySQL)").define("host", "127.0.0.1"); - PORT = BUILDER.comment("Database Port (MySQL)").define("port", 3306); - USERNAME = BUILDER.comment("Database Username (MySQL)").define("user", "ote"); - PASSWORD = BUILDER.comment("Database Password (MySQL)").define("password", "password"); - DATABASE = BUILDER.comment("Database Name (MySQL)").define("database", "otemod"); - ITEM_DESPAWN_TIMER = BUILDER.comment("How many times should the item's expire be cancelled. The vanilla expire time is 5 minutes, so this would be ticked down once every 5 minutes.").define("item_extra_lives", (60/5)); - BUILDER.pop(); - BUILDER.push("COMMANDS"); - - RTP_COOLDOWN = BUILDER.comment("How many seconds between RTP uses? This can be quite laggy on the server due to the potential that new chunks are getting generated").define("rtp.cooldown", 30); // Default of 30 should be enough - - BUILDER.pop(); - BUILDER.push("ANTIGRIEF").comment("AntiGrief Explosion Healing Events"); - HEALER_TIMER = BUILDER.comment("Time between healing events (In Milliseconds)").define("timer", 250); // Should this be lower? - DEBUG_HEALER = BUILDER.comment("Whether or not to debug the healer engine. (Saves as SNBT instead of NBT)").define("debug", false); - TIME_BETWEEN_BLOCKS = BUILDER.comment("The amount of time between restoring blocks (Maximum). This is in ticks").define("time_between", 25); - - MAX_TRIES_HEAL = BUILDER.comment("Maximum amount of retries to restore a block").define("max_tries", 6); - - List defDims = new ArrayList(); - defDims.add("minecraft:the_end"); - defDims.add("minecraft:the_nether"); - defDims.add("otemod:resource"); - EXCLUDE_DIMS = BUILDER.comment("Dimension names (ex. minecraft:overworld) to exclude from the explosion healing events").define("exclude_dimensions", defDims); - - BUILDER.pop(); - - BUILDER.push("CHATSERVER"); - USE_CUSTOM_JOINLEAVE = BUILDER.comment("Whether to use the custom join and leave messages").define("join_leave_messages", true); - USE_CUSTOM_CHATREPLACER = BUILDER.comment("Whether to use the custom chat replacer (If disabled the relevant commands will be removed)").define("chatprettifier", true); - - BUILDER.pop(); - SPEC=BUILDER.build(); - } -} diff --git a/src/main/java/dev/zontreck/otemod/configs/PlayerFlyCache.java b/src/main/java/dev/zontreck/otemod/configs/PlayerFlyCache.java index 5ae9aec..90498c2 100644 --- a/src/main/java/dev/zontreck/otemod/configs/PlayerFlyCache.java +++ b/src/main/java/dev/zontreck/otemod/configs/PlayerFlyCache.java @@ -1,6 +1,7 @@ package dev.zontreck.otemod.configs; import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Abilities; public class PlayerFlyCache { @@ -17,6 +18,10 @@ public class PlayerFlyCache } public void Assert(ServerPlayer play){ + Abilities playerAbilities = play.getAbilities(); + playerAbilities.flying=Flying; + playerAbilities.mayfly=FlyEnabled; + play.onUpdateAbilities(); } } \ No newline at end of file diff --git a/src/main/java/dev/zontreck/otemod/configs/Profile.java b/src/main/java/dev/zontreck/otemod/configs/Profile.java deleted file mode 100644 index b54f8bb..0000000 --- a/src/main/java/dev/zontreck/otemod/configs/Profile.java +++ /dev/null @@ -1,69 +0,0 @@ -package dev.zontreck.otemod.configs; - -import java.sql.Connection; -import java.sql.PreparedStatement; -import java.sql.SQLException; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.otemod.OTEMod; -import net.minecraft.server.level.ServerPlayer; - -public class Profile { - public String username; - public String user_id; - public String prefix; - public String nickname; - public String name_color; // ChatColor.X - public String prefix_color; - public String chat_color; - - public Profile(String username, String prefix, String nickname, String name_color, String ID, String prefix_color, String chat_color) { - this.username = username; - this.prefix = prefix; - this.nickname = nickname; - this.name_color = name_color; - this.user_id = ID; - this.prefix_color = prefix_color; - this.chat_color = chat_color; - } - - - public static Profile get_profile_of(String UUID) - { - if(OTEMod.PROFILES.containsKey(UUID)){ - return OTEMod.PROFILES.get(UUID); - }else { - // profile does not exist! - // how can this happen? - return null; - } - } - - public static Profile factory(ServerPlayer play) - { - Profile p = new Profile(play.getName().getString(), "Member", play.getDisplayName().getString(), ChatColor.GREEN, play.getStringUUID(), ChatColor.AQUA, ChatColor.WHITE); - return p; - } - - public void commit() - { - // Send player to server! - Connection con = OTEMod.DB.getConnection(); - String SQL = "REPLACE INTO `profiles` (username, uuid, prefix, nickname, name_color, prefix_color, chat_color) values (?, ?, ?, ?, ?, ?, ?);"; - try { - PreparedStatement pstat = con.prepareStatement(SQL); - pstat.setString(1, username); - pstat.setString(2, user_id); - pstat.setString(3, prefix); - pstat.setString(4, nickname); - pstat.setString(5, name_color); - pstat.setString(6, prefix_color); - pstat.setString(7, chat_color); - - pstat.execute(); - } catch (SQLException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - } -} diff --git a/src/main/java/dev/zontreck/otemod/configs/snbt/ServerConfig.java b/src/main/java/dev/zontreck/otemod/configs/snbt/ServerConfig.java new file mode 100644 index 0000000..151ea03 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/configs/snbt/ServerConfig.java @@ -0,0 +1,116 @@ +package dev.zontreck.otemod.configs.snbt; + +import dev.zontreck.libzontreck.util.SNbtIo; +import dev.zontreck.otemod.configs.snbt.sections.*; +import dev.zontreck.otemod.database.OTEDatastore; +import net.minecraft.nbt.CompoundTag; + +import java.nio.file.Path; + +public class ServerConfig +{ + public static final String TAG_VERSION = "revision"; + public static final Path FILE = OTEDatastore.of("server.snbt"); + + public static General general = new General(); + public static Drops drops = new Drops(); + public static Cooldowns cooldowns = new Cooldowns(); + public static AntiGrief antigrief = new AntiGrief(); + public static ChatOverrides chatOverrides = new ChatOverrides(); + + + + public static int revision = 0; + + + private static final int CURRENT_VERSION = 1; + + public static void load() + { + CompoundTag tag = SNbtIo.loadSnbt(FILE); + + deserialize(tag); + + } + + public static void commit() + { + + + SNbtIo.writeSnbt(FILE, serialize()); + } + + private static void migrate(int from, int to) + { + if(from == to) + { + return; + } else if(from > to) + { + throw new ArithmeticException("Cannot downgrade"); + } else { + migration(from+1); + migrate(from+1,to); + } + } + + private static void migration(int newVer) + { + revision = newVer; + + switch (newVer) + { + case 1: + { + general = new General(); + drops = new Drops(); + cooldowns = new Cooldowns(); + antigrief = new AntiGrief(); + chatOverrides = new ChatOverrides(); + break; + } + } + + commit(); + } + + public static CompoundTag serialize() + { + + CompoundTag tag = new CompoundTag(); + tag.putInt(TAG_VERSION, revision); + tag.put(General.TAG_NAME, general.save()); + tag.put(Cooldowns.TAG_NAME, cooldowns.save()); + tag.put(AntiGrief.TAG_NAME, antigrief.save()); + tag.put(ChatOverrides.TAG_NAME, chatOverrides.save()); + tag.put(Drops.TAG_NAME, drops.save()); + + + return tag; + } + + public static void deserialize(CompoundTag tag) + { + + revision = tag.getInt(TAG_VERSION); + + migrate(revision, CURRENT_VERSION); + + if(tag.contains(General.TAG_NAME)) + general = General.load(tag.getCompound(General.TAG_NAME)); + + if(tag.contains(Drops.TAG_NAME)) + drops = Drops.load(tag.getCompound(Drops.TAG_NAME)); + + if(tag.contains(Cooldowns.TAG_NAME)) + cooldowns = Cooldowns.load(tag.getCompound(Cooldowns.TAG_NAME)); + + if(tag.contains(AntiGrief.TAG_NAME)) + antigrief = AntiGrief.load(tag.getCompound(AntiGrief.TAG_NAME)); + + if(tag.contains(ChatOverrides.TAG_NAME)) + chatOverrides = ChatOverrides.load(tag.getCompound(ChatOverrides.TAG_NAME)); + + } + +} diff --git a/src/main/java/dev/zontreck/otemod/configs/snbt/sections/AntiGrief.java b/src/main/java/dev/zontreck/otemod/configs/snbt/sections/AntiGrief.java new file mode 100644 index 0000000..49a97d5 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/configs/snbt/sections/AntiGrief.java @@ -0,0 +1,81 @@ +package dev.zontreck.otemod.configs.snbt.sections; + +import dev.zontreck.ariaslib.util.Lists; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.ListTag; +import net.minecraft.nbt.StringTag; +import net.minecraft.nbt.Tag; + +import java.util.ArrayList; +import java.util.List; + +public class AntiGrief +{ + public static final String TAG_NAME = "antigrief"; + public static final String TAG_HEALER_TIMER = "healerTimer"; + public static final String TAG_DEBUG = "debug"; + public static final String TAG_HEALER_TIME_BETWEEN = "timeBetween"; + public static final String TAG_MAX_TRIES = "maxTries"; + public static final String TAG_EXCLUDE_DIMS = "excludeDimensions"; + + + + + public int healerTimer = 250; + public boolean debug = false; + public int timeBetween = 20; + public int maxTries = 10; + public List blacklistedDimensions = Lists.of("minecraft:the_nether", "minecraft:the_end", "otemod:resource", "otemod:threshold"); + + + + public CompoundTag save() + { + CompoundTag tag = new CompoundTag(); + tag.putInt(TAG_HEALER_TIMER, healerTimer); + tag.putBoolean(TAG_DEBUG, debug); + tag.putInt(TAG_HEALER_TIME_BETWEEN, timeBetween); + tag.putInt(TAG_MAX_TRIES, maxTries); + ListTag blacklist = new ListTag(); + for(String str : blacklistedDimensions) + { + blacklist.add(StringTag.valueOf(str)); + } + tag.put(TAG_EXCLUDE_DIMS, blacklist); + + + return tag; + } + + public static AntiGrief load(CompoundTag tag) + { + AntiGrief ag = new AntiGrief(); + + if(tag.contains(TAG_HEALER_TIMER)) + ag.healerTimer = tag.getInt(TAG_HEALER_TIMER); + + if(tag.contains(TAG_DEBUG)) + ag.debug = tag.getBoolean(TAG_DEBUG); + + if(tag.contains(TAG_HEALER_TIME_BETWEEN)) + ag.timeBetween = tag.getInt(TAG_HEALER_TIME_BETWEEN); + + if(tag.contains(TAG_MAX_TRIES)) + ag.maxTries = tag.getInt(TAG_MAX_TRIES); + + if(tag.contains(TAG_EXCLUDE_DIMS)) + { + ag.blacklistedDimensions = new ArrayList<>(); + ListTag blacklist = tag.getList(TAG_EXCLUDE_DIMS, ListTag.TAG_STRING); + for(Tag entry : blacklist) + { + StringTag stringTag = (StringTag) entry; + ag.blacklistedDimensions.add(stringTag.getAsString()); + } + } + + + + return ag; + } +} diff --git a/src/main/java/dev/zontreck/otemod/configs/snbt/sections/ChatOverrides.java b/src/main/java/dev/zontreck/otemod/configs/snbt/sections/ChatOverrides.java new file mode 100644 index 0000000..13b8f13 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/configs/snbt/sections/ChatOverrides.java @@ -0,0 +1,46 @@ +package dev.zontreck.otemod.configs.snbt.sections; + +import dev.zontreck.ariaslib.util.Lists; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.ListTag; +import net.minecraft.nbt.StringTag; +import net.minecraft.nbt.Tag; + +import java.util.ArrayList; +import java.util.List; + +public class ChatOverrides +{ + public static final String TAG_NAME = "chatOverride"; + public static final String TAG_PRETTIFIER = "enablePrettifier"; + public static final String TAG_JOIN_LEAVE = "enableJoinLeaveMessages"; + + + public boolean enablePrettifier = true; + public boolean enableJoinLeave = true; + + + + public CompoundTag save() + { + CompoundTag tag = new CompoundTag(); + tag.putBoolean(TAG_PRETTIFIER, enablePrettifier); + tag.putBoolean(TAG_JOIN_LEAVE, enableJoinLeave); + + return tag; + } + + public static ChatOverrides load(CompoundTag tag) + { + ChatOverrides ag = new ChatOverrides(); + + if(tag.contains(TAG_PRETTIFIER)) + ag.enablePrettifier = tag.getBoolean(TAG_PRETTIFIER); + + if(tag.contains(TAG_JOIN_LEAVE)) + ag.enableJoinLeave = tag.getBoolean(TAG_JOIN_LEAVE); + + + return ag; + } +} diff --git a/src/main/java/dev/zontreck/otemod/configs/snbt/sections/Cooldowns.java b/src/main/java/dev/zontreck/otemod/configs/snbt/sections/Cooldowns.java new file mode 100644 index 0000000..5b0ac02 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/configs/snbt/sections/Cooldowns.java @@ -0,0 +1,95 @@ +package dev.zontreck.otemod.configs.snbt.sections; + +import dev.zontreck.ariaslib.util.Maps; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.ListTag; +import net.minecraft.nbt.Tag; + +import java.util.HashMap; +import java.util.List; +import java.util.Map; + +public class Cooldowns +{ + public static final String TAG_NAME = "cooldowns"; + public static final String TAG_LIST = "commands"; + + public Map commands = Maps.of(); + + + public CompoundTag save() + { + CompoundTag tag = new CompoundTag(); + ListTag lst = new ListTag(); + for(Map.Entry entry : commands.entrySet()) + { + Command cmd = new Command(entry.getKey(), entry.getValue()); + lst.add(cmd.save()); + } + + tag.put(TAG_LIST, lst); + + return tag; + } + + + public static Cooldowns load(CompoundTag tag) + { + Cooldowns cd = new Cooldowns(); + ListTag lst = tag.getList(TAG_LIST, ListTag.TAG_COMPOUND); + for(Tag entry : lst) + { + CompoundTag compoundTag = (CompoundTag) entry; + Command cmd = Command.load(compoundTag); + cd.commands.put(cmd.command, cmd.seconds); + } + + + return cd; + } + + + public static class Command + { + public static final String TAG_COMMAND = "command"; + public static final String TAG_SECONDS = "seconds"; + + + public String command; + public int seconds; + + private Command() + { + + } + + public Command(String cmd, int sec) + { + command=cmd; + seconds=sec; + } + + public CompoundTag save() + { + CompoundTag tag = new CompoundTag(); + tag.putString(TAG_COMMAND, command); + tag.putInt(TAG_SECONDS, seconds); + + return tag; + } + + public static Command load(CompoundTag tag) + { + Command cmd = new Command(); + + if(tag.contains(TAG_COMMAND)) + cmd.command = tag.getString(TAG_COMMAND); + + if(tag.contains(TAG_SECONDS)) + cmd.seconds = tag.getInt(TAG_SECONDS); + + + return cmd; + } + } +} diff --git a/src/main/java/dev/zontreck/otemod/configs/snbt/sections/Drops.java b/src/main/java/dev/zontreck/otemod/configs/snbt/sections/Drops.java new file mode 100644 index 0000000..a12aa22 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/configs/snbt/sections/Drops.java @@ -0,0 +1,42 @@ +package dev.zontreck.otemod.configs.snbt.sections; + +import net.minecraft.nbt.CompoundTag; + +public class Drops +{ + public static final String TAG_NAME = "drops"; + public static final String TAG_PLAYER_HEAD_DROPS = "enablePlayerHeadDrops"; + public static final String TAG_SPAWN_EGG_CHANCE = "mobEggingChance"; + public static final String TAG_PLAYER_HEAD_CHANCE = "playerHeadChance"; + + public boolean enablePlayerHeadChance = true; + public int mobEggingChance = 5; + public int playerHeadChance=10; + + + public CompoundTag save() + { + CompoundTag tag = new CompoundTag(); + tag.putBoolean(TAG_PLAYER_HEAD_DROPS, enablePlayerHeadChance); + tag.putFloat(TAG_SPAWN_EGG_CHANCE, mobEggingChance); + tag.putFloat(TAG_PLAYER_HEAD_CHANCE, playerHeadChance); + + return tag; + } + + public static Drops load(CompoundTag tag) + { + Drops drops = new Drops(); + + if(tag.contains(TAG_PLAYER_HEAD_DROPS)) + drops.enablePlayerHeadChance = tag.getBoolean(TAG_PLAYER_HEAD_DROPS); + + if(tag.contains(TAG_SPAWN_EGG_CHANCE)) + drops.mobEggingChance = tag.getInt(TAG_SPAWN_EGG_CHANCE); + + if(tag.contains(TAG_PLAYER_HEAD_CHANCE)) + drops.playerHeadChance = tag.getInt(TAG_PLAYER_HEAD_CHANCE); + + return drops; + } +} diff --git a/src/main/java/dev/zontreck/otemod/configs/snbt/sections/General.java b/src/main/java/dev/zontreck/otemod/configs/snbt/sections/General.java new file mode 100644 index 0000000..64ded15 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/configs/snbt/sections/General.java @@ -0,0 +1,71 @@ +package dev.zontreck.otemod.configs.snbt.sections; + +import net.minecraft.nbt.CompoundTag; + +public class General +{ + public static final String TAG_NAME = "general"; + public static final String TAG_DEBUG = "debug"; + public static final String TAG_STARTER_KIT = "givesStarterKitOnChange"; + public static final String TAG_ALLOW_BUILDER_DIM = "allowNonOppedBuilders"; + public static final String TAG_MAX_VAULTS = "maxVaults"; + public static final String TAG_INFINITE_VAULTS = "infiniteVaults"; + public static final String TAG_ITEM_DESPAWN_TIMER = "itemDespawnTimer"; + public static final String TAG_DEATH_MESSAGES = "enableDeathMessages"; + + + + + public boolean debug = false; + public boolean givesStarterKitOnChanged = false; + public boolean allowBuilder = false; + public int maxVaults = 27; + public boolean infiniteVaults = false; + public int itemDespawnTimer = 2; + public boolean enableDeathMessages = true; + + + public CompoundTag save() + { + CompoundTag tag = new CompoundTag(); + tag.putBoolean(TAG_DEBUG, debug); + tag.putBoolean(TAG_STARTER_KIT, givesStarterKitOnChanged); + tag.putBoolean(TAG_ALLOW_BUILDER_DIM, allowBuilder); + tag.putInt(TAG_MAX_VAULTS, maxVaults); + tag.putBoolean(TAG_INFINITE_VAULTS, infiniteVaults); + tag.putInt(TAG_ITEM_DESPAWN_TIMER, itemDespawnTimer); + tag.putBoolean(TAG_DEATH_MESSAGES, enableDeathMessages); + + + return tag; + } + + public static General load(CompoundTag tag) + { + General general = new General(); + if(tag.contains(TAG_DEBUG)) + general.debug = tag.getBoolean(TAG_DEBUG); + + if(tag.contains(TAG_STARTER_KIT)) + general.givesStarterKitOnChanged = tag.getBoolean(TAG_STARTER_KIT); + + if(tag.contains(TAG_ALLOW_BUILDER_DIM)) + general.allowBuilder = tag.getBoolean(TAG_ALLOW_BUILDER_DIM); + + if(tag.contains(TAG_MAX_VAULTS)) + general.maxVaults = tag.getInt(TAG_MAX_VAULTS); + + if(tag.contains(TAG_INFINITE_VAULTS)) + general.infiniteVaults = tag.getBoolean(TAG_INFINITE_VAULTS); + + if(tag.contains(TAG_ITEM_DESPAWN_TIMER)) + general.itemDespawnTimer = tag.getInt(TAG_ITEM_DESPAWN_TIMER); + + if(tag.contains(TAG_DEATH_MESSAGES)) + general.enableDeathMessages = tag.getBoolean(TAG_DEATH_MESSAGES); + + + + return general; + } +} diff --git a/src/main/java/dev/zontreck/otemod/data/ModBlockModelsProvider.java b/src/main/java/dev/zontreck/otemod/data/ModBlockModelsProvider.java new file mode 100644 index 0000000..29e52ce --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/data/ModBlockModelsProvider.java @@ -0,0 +1,34 @@ +package dev.zontreck.otemod.data; + +import dev.zontreck.otemod.OTEMod; +import net.minecraft.data.PackOutput; +import net.minecraftforge.client.model.generators.BlockModelBuilder; +import net.minecraftforge.client.model.generators.BlockModelProvider; +import net.minecraftforge.common.data.ExistingFileHelper; + +public class ModBlockModelsProvider extends BlockModelProvider +{ + public ModBlockModelsProvider(PackOutput output, ExistingFileHelper helper) + { + super(output, OTEMod.MOD_ID, helper); + } + + @Override + protected void registerModels() { + + // Model file paths + String cubeModel = "block/cube"; + String sideTexture = "#side"; + String frontTexture = "#front"; + + // Model Builder for your block + cubeAll("rotatable", modLoc(cubeModel)) + .texture("particle", modLoc(sideTexture)) + .texture("down", modLoc(sideTexture)) + .texture("up", modLoc(sideTexture)) + .texture("north", modLoc(frontTexture)) + .texture("east", modLoc(sideTexture)) + .texture("south", modLoc(sideTexture)) + .texture("west", modLoc(sideTexture)); + } +} diff --git a/src/main/java/dev/zontreck/otemod/data/ModBlockStatesProvider.java b/src/main/java/dev/zontreck/otemod/data/ModBlockStatesProvider.java new file mode 100644 index 0000000..cb2857f --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/data/ModBlockStatesProvider.java @@ -0,0 +1,407 @@ +package dev.zontreck.otemod.data; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.blocks.ModBlocks; +import net.minecraft.core.Direction; +import net.minecraft.data.PackOutput; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.level.block.*; +import net.minecraft.world.level.block.state.properties.*; +import net.minecraftforge.client.model.generators.BlockStateProvider; +import net.minecraftforge.client.model.generators.ConfiguredModel; +import net.minecraftforge.client.model.generators.ModelFile; +import net.minecraftforge.client.model.generators.VariantBlockStateBuilder; +import net.minecraftforge.common.data.ExistingFileHelper; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +import java.util.concurrent.atomic.AtomicReference; + +public class ModBlockStatesProvider extends BlockStateProvider { + public ModBlockStatesProvider(PackOutput output, ExistingFileHelper existingFileHelper) { + super(output, OTEMod.MOD_ID, existingFileHelper); + } + + @Override + protected void registerStatesAndModels() { + blockWithItem(ModBlocks.ETERNIUM_ORE_BLOCK); + blockWithItem(ModBlocks.VAULT_STEEL_ORE_BLOCK); + blockWithItem(ModBlocks.NETHER_VAULT_STEEL_ORE_BLOCK); + blockWithItem(ModBlocks.ETERNIUM_BLOCK); + blockWithItem(ModBlocks.DEEPSLATE_ETERNIUM_ORE_BLOCK); + blockWithItem(ModBlocks.COMPRESSED_OBSIDIAN_BLOCK); + blockWithItem(ModBlocks.LAYERED_COMPRESSED_OBSIDIAN_BLOCK); + blockWithItem(ModBlocks.POOL_TILE); + stairBlock(ModBlocks.POOL_TILE_STAIRS, ModBlocks.POOL_TILE); + slabBlock(ModBlocks.POOL_TILE_SLAB, ModBlocks.POOL_TILE); + blockWithItem(ModBlocks.POOL_LIGHT); + blockWithItem(ModBlocks.DIRTY_POOL_TILE); + stairBlock(ModBlocks.DIRTY_POOL_TILE_STAIRS, ModBlocks.DIRTY_POOL_TILE); + slabBlock(ModBlocks.DIRTY_POOL_TILE_SLAB, ModBlocks.DIRTY_POOL_TILE); + blockWithItem(ModBlocks.DIRTY_POOL_LIGHT); + blockWithItem(ModBlocks.FILTHY_POOL_LIGHT); + blockWithItem(ModBlocks.DARK_POOL_TILE); + blockWithItem(ModBlocks.DARK_POOL_LIGHT); + stairBlock(ModBlocks.DARK_POOL_TILE_STAIRS, ModBlocks.DARK_POOL_TILE); + slabBlock(ModBlocks.DARK_POOL_TILE_SLAB, ModBlocks.DARK_POOL_TILE); + blockWithItem(ModBlocks.BLUE_POOL_TILE); + stairBlock(ModBlocks.BLUE_POOL_TILE_STAIRS, ModBlocks.BLUE_POOL_TILE); + slabBlock(ModBlocks.BLUE_POOL_TILE_SLAB, ModBlocks.BLUE_POOL_TILE); + blockWithItem(ModBlocks.BLUE_POOL_LIGHT); + blockWithItem(ModBlocks.DIRTY_BLUE_POOL_TILE); + stairBlock(ModBlocks.DIRTY_BLUE_POOL_TILE_STAIRS, ModBlocks.DIRTY_BLUE_POOL_TILE); + slabBlock(ModBlocks.DIRTY_BLUE_POOL_TILE_SLAB, ModBlocks.DIRTY_BLUE_POOL_TILE); + blockWithItem(ModBlocks.DIRTY_BLUE_POOL_LIGHT); + blockWithItem(ModBlocks.FILTHY_BLUE_POOL_LIGHT); + blockWithItem(ModBlocks.RED_POOL_TILE); + stairBlock(ModBlocks.RED_POOL_TILE_STAIRS, ModBlocks.RED_POOL_TILE); + slabBlock(ModBlocks.RED_POOL_TILE_SLAB, ModBlocks.RED_POOL_TILE); + blockWithItem(ModBlocks.RED_POOL_LIGHT); + blockWithItem(ModBlocks.DIRTY_RED_POOL_LIGHT); + blockWithItem(ModBlocks.FILTHY_RED_POOL_LIGHT); + blockWithItem(ModBlocks.DIRTY_RED_POOL_TILE); + stairBlock(ModBlocks.DIRTY_RED_POOL_TILE_STAIRS, ModBlocks.DIRTY_RED_POOL_TILE); + slabBlock(ModBlocks.DIRTY_RED_POOL_TILE_SLAB, ModBlocks.DIRTY_RED_POOL_TILE); + blockWithItem(ModBlocks.DARK_RED_WOOL); + carpetBlock(ModBlocks.DARK_RED_CARPET, ModBlocks.DARK_RED_WOOL); + + blockWithItem(ModBlocks.GREEN_POOL_TILE); + stairBlock(ModBlocks.GREEN_POOL_TILE_STAIRS, ModBlocks.GREEN_POOL_TILE); + slabBlock(ModBlocks.GREEN_POOL_TILE_SLAB, ModBlocks.GREEN_POOL_TILE); + blockWithItem(ModBlocks.GREEN_POOL_LIGHT); + blockWithItem(ModBlocks.DIRTY_GREEN_POOL_LIGHT); + blockWithItem(ModBlocks.FILTHY_GREEN_POOL_LIGHT); + blockWithItem(ModBlocks.DIRTY_GREEN_POOL_TILE); + stairBlock(ModBlocks.DIRTY_GREEN_POOL_TILE_STAIRS, ModBlocks.DIRTY_GREEN_POOL_TILE); + slabBlock(ModBlocks.DIRTY_GREEN_POOL_TILE_SLAB, ModBlocks.DIRTY_GREEN_POOL_TILE); + + blockWithExistingModel(ModBlocks.UNCRAFTER, "block/custommodel/uncrafter", true); + + } + + private void blockWithExistingModel(RegistryObject blk, String model, boolean rotatable) + { + ResourceLocation modelLoc = new ResourceLocation(OTEMod.MOD_ID, model); + ModelFile mFile = models().withExistingParent(name(blk.get()), modelLoc); + + if(!rotatable) + simpleBlock(blk.get(), mFile); + else horizontalBlock(blk.get(), mFile); + + simpleBlockItem(blk.get(), mFile); + } + + private void doorBlock(RegistryObject blk, ResourceLocation textureTop, ResourceLocation textureBottom) + { + doorBlockWithRenderType((DoorBlock) blk.get(), textureBottom, textureTop, new ResourceLocation("translucent")); + + simpleBlockItem(blk.get(), models().doorBottomLeft(name(blk.get()), textureBottom, textureTop)); + } + + private void wallBlock(RegistryObject blk, ResourceLocation texture) + { + wallBlock((WallBlock) blk.get(), texture); + var wallInv = models().wallInventory(name(blk.get()) + "_inventory", texture); + + simpleBlockItem(blk.get(), wallInv); + } + + private void blockWithItem(RegistryObject blockRegistryObject) { + simpleBlockWithItem(blockRegistryObject.get(), cubeAll(blockRegistryObject.get())); + } + + private void blockWithItem(RegistryObject blockRegistryObject, ModelFile model) { + simpleBlockWithItem(blockRegistryObject.get(), model); + } + + private void stairBlock(RegistryObject blk, RegistryObject texture) { + stairsBlock((StairBlock) blk.get(), blockTexture(texture.get())); + simpleBlockItem(blk.get(), stairsModel(blk.get(), texture.get())); + } + + private void carpetBlock(RegistryObject blk, RegistryObject texture) { + simpleBlockWithItem(blk.get(), carpetModel(blk.get(), texture.get())); + } + + private String name(Block block) { + return this.key(block).getPath(); + } + + private ResourceLocation key(Block block) { + return ForgeRegistries.BLOCKS.getKey(block); + } + + public ModelFile stairsModel(Block block, Block texture) { + return this.models().stairs(name(block), blockTexture(texture), blockTexture(texture), blockTexture(texture)); + } + + public ModelFile carpetModel(Block block, Block texture) { + return this.models().carpet(name(block), blockTexture(texture)); + } + + public ModelFile slabModel(Block block, Block texture) { + return this.models().slab(name(block), blockTexture(texture), blockTexture(texture), blockTexture(texture)); + } + + private void slabBlock(RegistryObject blk, RegistryObject texture) { + slabBlock((SlabBlock) blk.get(), blockTexture(texture.get()), blockTexture(texture.get())); + simpleBlockItem(blk.get(), slabModel(blk.get(), texture.get())); + } + + private void customSlabBlock(RegistryObject blockId, ResourceLocation... variations) { + VariantBlockStateBuilder builder = getVariantBuilder(blockId.get()); + + + AtomicReference model0 = new AtomicReference<>(); + + builder.forAllStates((state)->{ + ConfiguredModel[] models = new ConfiguredModel[variations.length]; + + + String appendName = ""; + SlabType type = state.getValue(SlabBlock.TYPE); + + if(type == SlabType.BOTTOM) + appendName = "_bottom"; + else if(type == SlabType.TOP) + appendName = "_top"; + else if(type == SlabType.DOUBLE) + appendName = "_double"; + + for (int i = 0; i < variations.length; i++) { + ResourceLocation texture = variations[i]; + ResourceLocation rss = new ResourceLocation(texture.getNamespace(), "block/" + texture.getPath()); + ModelFile model = null; + if(type == SlabType.TOP) + model = models().slabTop(name(blockId.get()) + "_model" + i + appendName, rss, rss, rss); + else if(type == SlabType.BOTTOM) + model = models().slab(name(blockId.get()) + "_model" + i + appendName, rss, rss, rss); + else if(type == SlabType.DOUBLE) + model = models().cubeAll(name(blockId.get()) + "_model" + i + appendName, rss); + + + ConfiguredModel[] cfgModel = ConfiguredModel.builder().modelFile(model).build(); + + if(i==0 && model0.get()==null && type == SlabType.BOTTOM) model0.set(model); + + models[i] = cfgModel[0]; + //builder.partialState().addModels(cfgModel); + } + return models; + }); + + + simpleBlockItem(blockId.get(), model0.get()); + } + + private void customStairBlock(RegistryObject blockId, ResourceLocation... variations) { + VariantBlockStateBuilder builder = getVariantBuilder(blockId.get()); + ResourceLocation blockDefault = blockTexture(blockId.get()); + + + AtomicReference model0 = new AtomicReference<>(); + + builder.forAllStates((state)->{ + ConfiguredModel[] models = new ConfiguredModel[variations.length]; + Direction facing = (Direction)state.getValue(StairBlock.FACING); + Half half = (Half)state.getValue(StairBlock.HALF); + StairsShape shape = (StairsShape)state.getValue(StairBlock.SHAPE); + int yRot = (int)facing.getClockWise().toYRot(); + if (shape == StairsShape.INNER_LEFT || shape == StairsShape.OUTER_LEFT) { + yRot += 270; + } + + if (shape != StairsShape.STRAIGHT && half == Half.TOP) { + yRot += 90; + } + + yRot %= 360; + boolean uvlock = yRot != 0 || half == Half.TOP; + + String modelName = (shape == StairsShape.STRAIGHT) ? "" : (shape != StairsShape.INNER_LEFT && shape != StairsShape.INNER_RIGHT) ? "_outer":"_inner"; + boolean straight = (shape == StairsShape.STRAIGHT); + boolean inner = (shape == StairsShape.INNER_LEFT || shape == StairsShape.INNER_RIGHT); + + + for (int i = 0; i < variations.length; i++) { + ResourceLocation texture = variations[i]; + ResourceLocation rss = new ResourceLocation(texture.getNamespace(), "block/" + texture.getPath()); + ModelFile cubeModel = null; + if(straight) + cubeModel = models().stairs( + blockId.getId().getPath() + "_model"+i + modelName, // Model name + rss, rss, rss // Texture location + ); + + if(inner) + cubeModel = models().stairsInner(blockId.getId().getPath()+"_model"+i + modelName, rss, rss, rss); + else if(!inner && !straight) + cubeModel = models().stairsOuter(blockId.getId().getPath() + "_model"+i+modelName, rss, rss, rss); + + ConfiguredModel[] cfgModel = ConfiguredModel.builder().modelFile(cubeModel).rotationX(half == Half.BOTTOM ? 0 : 180).rotationY(yRot).uvLock(uvlock).build(); + + if(i==0 && model0.get()==null) model0.set(cubeModel); + + models[i] = cfgModel[0]; + //builder.partialState().addModels(cfgModel); + } + + return models; + }); + + + simpleBlockItem(blockId.get(), model0.get()); + } + private void customTransparentSlabBlock(RegistryObject blockId, ResourceLocation... variations) { + VariantBlockStateBuilder builder = getVariantBuilder(blockId.get()); + + + AtomicReference model0 = new AtomicReference<>(); + + builder.forAllStates((state)->{ + ConfiguredModel[] models = new ConfiguredModel[variations.length]; + + + String appendName = ""; + SlabType type = state.getValue(SlabBlock.TYPE); + + if(type == SlabType.BOTTOM) + appendName = "_bottom"; + else if(type == SlabType.TOP) + appendName = "_top"; + else if(type == SlabType.DOUBLE) + appendName = "_double"; + + for (int i = 0; i < variations.length; i++) { + ResourceLocation texture = variations[i]; + ResourceLocation rss = new ResourceLocation(texture.getNamespace(), "block/" + texture.getPath()); + ModelFile model = null; + if(type == SlabType.TOP) + model = models().slabTop(name(blockId.get()) + "_model" + i + appendName, rss, rss, rss).renderType(new ResourceLocation("translucent")); + else if(type == SlabType.BOTTOM) + model = models().slab(name(blockId.get()) + "_model" + i + appendName, rss, rss, rss).renderType(new ResourceLocation("translucent")); + else if(type == SlabType.DOUBLE) + model = models().cubeAll(name(blockId.get()) + "_model" + i + appendName, rss).renderType(new ResourceLocation("translucent")); + + + ConfiguredModel[] cfgModel = ConfiguredModel.builder().modelFile(model).build(); + + if(i==0 && model0.get()==null && type == SlabType.BOTTOM) model0.set(model); + + models[i] = cfgModel[0]; + //builder.partialState().addModels(cfgModel); + } + return models; + }); + + + simpleBlockItem(blockId.get(), model0.get()); + } + + private void customTransparentStairBlock(RegistryObject blockId, ResourceLocation... variations) { + VariantBlockStateBuilder builder = getVariantBuilder(blockId.get()); + ResourceLocation blockDefault = blockTexture(blockId.get()); + + + AtomicReference model0 = new AtomicReference<>(); + + builder.forAllStates((state)->{ + ConfiguredModel[] models = new ConfiguredModel[variations.length]; + Direction facing = (Direction)state.getValue(StairBlock.FACING); + Half half = (Half)state.getValue(StairBlock.HALF); + StairsShape shape = (StairsShape)state.getValue(StairBlock.SHAPE); + int yRot = (int)facing.getClockWise().toYRot(); + if (shape == StairsShape.INNER_LEFT || shape == StairsShape.OUTER_LEFT) { + yRot += 270; + } + + if (shape != StairsShape.STRAIGHT && half == Half.TOP) { + yRot += 90; + } + + yRot %= 360; + boolean uvlock = yRot != 0 || half == Half.TOP; + + String modelName = (shape == StairsShape.STRAIGHT) ? "" : (shape != StairsShape.INNER_LEFT && shape != StairsShape.INNER_RIGHT) ? "_outer":"_inner"; + boolean straight = (shape == StairsShape.STRAIGHT); + boolean inner = (shape == StairsShape.INNER_LEFT || shape == StairsShape.INNER_RIGHT); + + + for (int i = 0; i < variations.length; i++) { + ResourceLocation texture = variations[i]; + ResourceLocation rss = new ResourceLocation(texture.getNamespace(), "block/" + texture.getPath()); + ModelFile cubeModel = null; + if(straight) + cubeModel = models().stairs( + blockId.getId().getPath() + "_model"+i + modelName, // Model name + rss, rss, rss // Texture location + ).renderType(new ResourceLocation("translucent")); + + if(inner) + cubeModel = models().stairsInner(blockId.getId().getPath()+"_model"+i + modelName, rss, rss, rss).renderType(new ResourceLocation("translucent")); + else if(!inner && !straight) + cubeModel = models().stairsOuter(blockId.getId().getPath() + "_model"+i+modelName, rss, rss, rss).renderType(new ResourceLocation("translucent")); + + ConfiguredModel[] cfgModel = ConfiguredModel.builder().modelFile(cubeModel).rotationX(half == Half.BOTTOM ? 0 : 180).rotationY(yRot).uvLock(uvlock).build(); + + if(i==0 && model0.get()==null) model0.set(cubeModel); + + models[i] = cfgModel[0]; + //builder.partialState().addModels(cfgModel); + } + + return models; + }); + + + simpleBlockItem(blockId.get(), model0.get()); + } + + public void variantCubeBlock(RegistryObject blockId, ResourceLocation... variations) { + VariantBlockStateBuilder builder = getVariantBuilder(blockId.get()); + ResourceLocation blockDefault = blockTexture(blockId.get()); + + ModelFile model0 = null; + for (int i = 0; i < variations.length; i++) { + ResourceLocation texture = variations[i]; + ResourceLocation rss = new ResourceLocation(texture.getNamespace(), "block/" + texture.getPath()); + ModelFile cubeModel = models().cubeAll( + blockId.getId().getPath() + "_model"+i, // Model name + rss // Texture location + ); + var cfgModel = ConfiguredModel.builder().modelFile(cubeModel).build(); + if(i==0)model0 = cubeModel; + builder.partialState().addModels(cfgModel); + } + + + + simpleBlockItem(blockId.get(), model0); + } + + public void variantTransparentCubeBlock(RegistryObject blockId, ResourceLocation inventory, ResourceLocation... variations) { + VariantBlockStateBuilder builder = getVariantBuilder(blockId.get()); + ResourceLocation blockDefault = blockTexture(blockId.get()); + + ModelFile model0 = models().cubeAll(name(blockId.get()) + "_inventory", new ResourceLocation(inventory.getNamespace(), "block/" + inventory.getPath())).renderType(new ResourceLocation("translucent")); + + + for (int i = 0; i < variations.length; i++) { + ResourceLocation texture = variations[i]; + ResourceLocation rss = new ResourceLocation(texture.getNamespace(), "block/" + texture.getPath()); + + ModelFile cubeModel = models().cubeAll( + blockId.getId().getPath() + "_model"+i, // Model name + rss // Texture location + ).renderType(new ResourceLocation("translucent")); + var cfgModel = ConfiguredModel.builder().modelFile(cubeModel).build(); + //if(i==0)model0 = cubeModel; + builder.partialState().addModels(cfgModel); + } + + + + + simpleBlockItem(blockId.get(), model0); + } +} diff --git a/src/main/java/dev/zontreck/otemod/data/ModDatagen.java b/src/main/java/dev/zontreck/otemod/data/ModDatagen.java new file mode 100644 index 0000000..9cdccf6 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/data/ModDatagen.java @@ -0,0 +1,29 @@ +package dev.zontreck.otemod.data; + + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.data.loot.ModBlockLootTablesProvider; +import net.minecraft.data.DataGenerator; +import net.minecraft.data.PackOutput; +import net.minecraftforge.common.data.ExistingFileHelper; +import net.minecraftforge.data.event.GatherDataEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.common.Mod; + +@Mod.EventBusSubscriber(modid = OTEMod.MOD_ID, bus = Mod.EventBusSubscriber.Bus.MOD) +public class ModDatagen +{ + + @SubscribeEvent + public static void gatherData(GatherDataEvent event) + { + DataGenerator gen = event.getGenerator(); + PackOutput output = gen.getPackOutput(); + + ExistingFileHelper helper = event.getExistingFileHelper(); + + gen.addProvider(true, new ModBlockStatesProvider(output, helper)); + gen.addProvider(true, new ModItemModelsProvider(output,helper)); + gen.addProvider(true, ModLootTablesProvider.create(output)); + } +} diff --git a/src/main/java/dev/zontreck/otemod/data/ModItemModelsProvider.java b/src/main/java/dev/zontreck/otemod/data/ModItemModelsProvider.java new file mode 100644 index 0000000..d4ea6db --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/data/ModItemModelsProvider.java @@ -0,0 +1,98 @@ +package dev.zontreck.otemod.data; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.items.*; +import net.minecraft.data.PackOutput; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.item.Item; +import net.minecraftforge.client.model.generators.ItemModelBuilder; +import net.minecraftforge.client.model.generators.ItemModelProvider; +import net.minecraftforge.client.model.generators.ModelFile; +import net.minecraftforge.common.data.ExistingFileHelper; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +import java.util.Objects; + +public class ModItemModelsProvider extends ItemModelProvider +{ + public ModItemModelsProvider(PackOutput output, ExistingFileHelper helper) + { + super(output, OTEMod.MOD_ID, helper); + } + + @Override + protected void registerModels() { + + item(ModItems.ETERNIUM_FRAGMENT); + item(ModItems.IHAN_CRYSTAL); + item(ModItems.ETERNIUM_RAW_ORE); + item(ModItems.ETERNIUM_INGOT); + item(ModItems.MELTED_ENDER_PEARL); + item(ModItems.SINGULARITY); + item(ModItems.COMPRESSED_OBSIDIAN_SHEET); + item(ModItems.LAYERED_COMPRESSED_OBSIDIAN_SHEET); + item(ModItems.ENCASED_SINGULARITY); + item(ModItems.ETERNIUM_ROD); + item(ModItems.SCRUBBER_FRAME_PIECE); + item(ModItems.SCRUBBER_FRAME); + item(ModItems.VAULTSTEEL_INGOT); + item(ModItems.VAULT_FRAG_BL); + item(ModItems.VAULT_FRAG_BR); + item(ModItems.VAULT_FRAG_LC); + item(ModItems.VAULT_FRAG_L); + item(ModItems.VAULT_FRAG_R); + item(ModItems.VAULT_FRAG_UR); + item(ModItems.VAULT_FRAG_UL); + item(ModItems.VAULT_FRAG_U); + item(ModItems.VAULT_FRAG_C); + item(ModItems.VAULT); + item(ModItems.VAULT_RAW_ORE); + item(ModItems.MIAB); + item(ModItems.EMPTY_SPAWN_EGG); + item(ModItems.GENERIC_DEPRECATED_ITEM); + item(ModItems.WHITE_BRICK); + item(ModItems.BLUE_BRICK); + item(ModItems.LIGHT_BLUE_BRICK); + item(ModItems.CYAN_BRICK); + item(ModItems.DARK_RED_DYE); + item(ModItems.RED_BRICK); + item(ModItems.DARK_RED_BRICK); + item(ModItems.LIME_BRICK); + item(ModItems.GREEN_BRICK); + item(ModItems.PARTIAL_ITEM); + + /* + Engineer's Decor Items + */ + + + + /* + DEPRECATED ITEMS + */ + + deprecated(DeprecatedModItems.ILUSIUM_ORE); + deprecated(DeprecatedModItems.ILUSIUM_ROD); + deprecated(DeprecatedModItems.ILUSIUM_INGOT); + deprecated(DeprecatedModItems.POSS_BALL); + deprecated(DeprecatedModItems.AURORA_COMPOUND); + } + + + + private ItemModelBuilder item(RegistryObject ite) { + return this.item((ResourceLocation) Objects.requireNonNull(ForgeRegistries.ITEMS.getKey(ite.get()))); + } + + private ItemModelBuilder item(ResourceLocation item) { + return (ItemModelBuilder)((ItemModelBuilder)((ItemModelBuilder)this.getBuilder(item.toString())).parent(new ModelFile.UncheckedModelFile("item/generated"))).texture("layer0", new ResourceLocation(item.getNamespace(), "item/" + item.getPath())); + } + private ItemModelBuilder deprecated(RegistryObject ite) { + return this.deprecated((ResourceLocation) Objects.requireNonNull(ForgeRegistries.ITEMS.getKey(ite.get()))); + } + + private ItemModelBuilder deprecated(ResourceLocation item) { + return (ItemModelBuilder)((ItemModelBuilder)((ItemModelBuilder)this.getBuilder(item.toString())).parent(new ModelFile.UncheckedModelFile("item/generated"))).texture("layer0", new ResourceLocation(item.getNamespace(), "item/deprecated")); + } +} diff --git a/src/main/java/dev/zontreck/otemod/data/ModLootTablesProvider.java b/src/main/java/dev/zontreck/otemod/data/ModLootTablesProvider.java new file mode 100644 index 0000000..deb8a44 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/data/ModLootTablesProvider.java @@ -0,0 +1,22 @@ +package dev.zontreck.otemod.data; + +import dev.zontreck.otemod.data.loot.ModBlockLootTablesProvider; +import dev.zontreck.otemod.data.loot.ModDeprecatedBlockLootTablesProvider; +import net.minecraft.data.PackOutput; +import net.minecraft.data.loot.LootTableProvider; +import net.minecraft.world.level.storage.loot.parameters.LootContextParamSets; +import net.minecraft.world.level.storage.loot.parameters.LootContextParams; + +import java.util.List; +import java.util.Set; + +public class ModLootTablesProvider +{ + public static LootTableProvider create(PackOutput output) + { + return new LootTableProvider(output, Set.of(), List.of( + new LootTableProvider.SubProviderEntry(ModBlockLootTablesProvider::new, LootContextParamSets.BLOCK), + new LootTableProvider.SubProviderEntry(ModDeprecatedBlockLootTablesProvider::new, LootContextParamSets.BLOCK) + )); + } +} diff --git a/src/main/java/dev/zontreck/otemod/data/README.md b/src/main/java/dev/zontreck/otemod/data/README.md new file mode 100644 index 0000000..283e6e1 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/data/README.md @@ -0,0 +1,7 @@ +Datagen +====== +____________ + +This is the datagen system for Thresholds. + +Please exercise caution when updating this, and test everything. \ No newline at end of file diff --git a/src/main/java/dev/zontreck/otemod/data/loot/ModBlockLootTablesProvider.java b/src/main/java/dev/zontreck/otemod/data/loot/ModBlockLootTablesProvider.java new file mode 100644 index 0000000..1a50877 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/data/loot/ModBlockLootTablesProvider.java @@ -0,0 +1,131 @@ +package dev.zontreck.otemod.data.loot; + +import dev.zontreck.otemod.blocks.*; +import dev.zontreck.otemod.items.ModItems; +import net.minecraft.data.loot.BlockLootSubProvider; +import net.minecraft.world.flag.FeatureFlags; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.enchantment.Enchantments; +import net.minecraft.world.level.block.*; +import net.minecraft.world.level.storage.loot.LootTable; +import net.minecraft.world.level.storage.loot.entries.LootItem; +import net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer; +import net.minecraft.world.level.storage.loot.functions.ApplyBonusCount; +import net.minecraft.world.level.storage.loot.functions.SetItemCountFunction; +import net.minecraft.world.level.storage.loot.providers.number.UniformGenerator; +import net.minecraftforge.registries.RegistryObject; + +import java.util.Set; + +public class ModBlockLootTablesProvider extends BlockLootSubProvider +{ + public ModBlockLootTablesProvider() + { + super(Set.of(), FeatureFlags.REGISTRY.allFlags()); + } + + @Override + protected void generate() { + + add(ModBlocks.ETERNIUM_ORE_BLOCK.get(), (block)-> createOreDrop(ModBlocks.ETERNIUM_ORE_BLOCK.get(), ModItems.ETERNIUM_RAW_ORE.get())); + add(ModBlocks.VAULT_STEEL_ORE_BLOCK.get(), (block)-> createOreDrop(ModBlocks.VAULT_STEEL_ORE_BLOCK.get(), ModItems.VAULT_RAW_ORE.get())); + add(ModBlocks.NETHER_VAULT_STEEL_ORE_BLOCK.get(), (block)-> createOreDrop(ModBlocks.NETHER_VAULT_STEEL_ORE_BLOCK.get(), ModItems.VAULT_RAW_ORE.get())); + add(ModBlocks.DEEPSLATE_ETERNIUM_ORE_BLOCK.get(), (block)-> createOreDrop(ModBlocks.DEEPSLATE_ETERNIUM_ORE_BLOCK.get(), ModItems.ETERNIUM_RAW_ORE.get())); + + + dropSelf(ModBlocks.ETERNIUM_BLOCK.get()); + dropSelf(ModBlocks.ITEM_SCRUBBER.get()); + dropSelf(ModBlocks.MAGICAL_SCRUBBER.get()); + dropSelf(ModBlocks.STABLE_SINGULARITY.get()); + dropSelf(ModBlocks.COMPRESSION_CHAMBER.get()); + dropSelf(ModBlocks.COMPRESSED_OBSIDIAN_BLOCK.get()); + dropSelf(ModBlocks.LAYERED_COMPRESSED_OBSIDIAN_BLOCK.get()); + dropSelf(ModBlocks.VOID.get()); + dropSelf(ModBlocks.WHITEOUT.get()); + dropSelf(ModBlocks.BLOOD_RED.get()); + dropSelf(ModBlocks.RED_TILE.get()); + dropSelf(ModBlocks.RED_STAIRS.get()); + dropSelf(ModBlocks.RED_TILE_BR.get()); + dropSelf(ModBlocks.RED_TILE_TO_WALL.get()); + dropSelf(ModBlocks.RED_WALL_V1.get()); + dropSelf(ModBlocks.RED_WALL_V2.get()); + dropSelf(ModBlocks.CYAN.get()); + dropSelf(ModBlocks.CYAN_TILE.get()); + dropSelf(ModBlocks.CYAN_STAIRS.get()); + dropSelf(ModBlocks.CYAN_TILE_BR.get()); + dropSelf(ModBlocks.CYAN_TILE_TO_WALL.get()); + dropSelf(ModBlocks.CYAN_WALL_V1.get()); + dropSelf(ModBlocks.CYAN_WALL_V2.get()); + dropSelf(ModBlocks.POOL_TILE.get()); + dropSelf(ModBlocks.POOL_TILE_STAIRS.get()); + createSlabItemTable(ModBlocks.POOL_TILE_SLAB); + dropSelf(ModBlocks.POOL_LIGHT.get()); + dropSelf(ModBlocks.DIRTY_POOL_TILE.get()); + dropSelf(ModBlocks.DIRTY_POOL_TILE_STAIRS.get()); + createSlabItemTable(ModBlocks.DIRTY_POOL_TILE_SLAB); + dropSelf(ModBlocks.DIRTY_POOL_LIGHT.get()); + dropSelf(ModBlocks.FILTHY_POOL_LIGHT.get()); + dropSelf(ModBlocks.DARK_POOL_TILE.get()); + dropSelf(ModBlocks.DARK_POOL_LIGHT.get()); + dropSelf(ModBlocks.DARK_POOL_TILE_STAIRS.get()); + createSlabItemTable(ModBlocks.DARK_POOL_TILE_SLAB); + dropSelf(ModBlocks.BLUE_POOL_TILE.get()); + dropSelf(ModBlocks.BLUE_POOL_TILE_STAIRS.get()); + createSlabItemTable(ModBlocks.BLUE_POOL_TILE_SLAB); + dropSelf(ModBlocks.BLUE_POOL_LIGHT.get()); + dropSelf(ModBlocks.DIRTY_BLUE_POOL_TILE.get()); + dropSelf(ModBlocks.DIRTY_BLUE_POOL_TILE_STAIRS.get()); + createSlabItemTable(ModBlocks.DIRTY_BLUE_POOL_TILE_SLAB); + dropSelf(ModBlocks.DIRTY_BLUE_POOL_LIGHT.get()); + dropSelf(ModBlocks.FILTHY_BLUE_POOL_LIGHT.get()); + dropSelf(ModBlocks.RED_POOL_TILE.get()); + dropSelf(ModBlocks.RED_POOL_TILE_STAIRS.get()); + createSlabItemTable(ModBlocks.RED_POOL_TILE_SLAB); + dropSelf(ModBlocks.RED_POOL_LIGHT.get()); + dropSelf(ModBlocks.DIRTY_RED_POOL_TILE.get()); + dropSelf(ModBlocks.DIRTY_RED_POOL_LIGHT.get()); + dropSelf(ModBlocks.FILTHY_RED_POOL_LIGHT.get()); + dropSelf(ModBlocks.DIRTY_RED_POOL_TILE_STAIRS.get()); + createSlabItemTable(ModBlocks.DIRTY_RED_POOL_TILE_SLAB); + dropSelf(ModBlocks.DARK_RED_WOOL.get()); + dropSelf(ModBlocks.DARK_RED_CARPET.get()); + dropSelf(ModBlocks.GREEN_POOL_TILE.get()); + dropSelf(ModBlocks.GREEN_POOL_LIGHT.get()); + createSlabItemTable(ModBlocks.GREEN_POOL_TILE_SLAB); + dropSelf(ModBlocks.GREEN_POOL_TILE_STAIRS.get()); + dropSelf(ModBlocks.DIRTY_GREEN_POOL_TILE.get()); + dropSelf(ModBlocks.DIRTY_GREEN_POOL_LIGHT.get()); + createSlabItemTable(ModBlocks.DIRTY_GREEN_POOL_TILE_SLAB); + dropSelf(ModBlocks.DIRTY_GREEN_POOL_TILE_STAIRS.get()); + dropSelf(ModBlocks.FILTHY_GREEN_POOL_LIGHT.get()); + dropSelf(ModBlocks.UNCRAFTER.get()); + + } + + private void createDoorTable(RegistryObject blk) + { + var loot = createDoorTable(blk.get()); + + add(blk.get(), loot); + } + + private void createSlabItemTable(RegistryObject slab) + { + var loot = createSlabItemTable(slab.get()); + add(slab.get(), loot); + } + + @Override + protected Iterable getKnownBlocks() { + return ModBlocks.BLOCKS.getEntries().stream().map(RegistryObject::get)::iterator; + } + + + protected LootTable.Builder createCopperOreDrops(Block block, Item rawOre) { + return createSilkTouchDispatchTable(block, (LootPoolEntryContainer.Builder) this.applyExplosionDecay(block, LootItem.lootTableItem(rawOre).apply(SetItemCountFunction.setCount(UniformGenerator.between(2.0F, 5.0F))).apply(ApplyBonusCount.addOreBonusCount(Enchantments.BLOCK_FORTUNE)))); + } + + protected LootTable.Builder createOreDrop(Block block, Item rawOre) { + return createSilkTouchDispatchTable(block, (LootPoolEntryContainer.Builder)this.applyExplosionDecay(block, LootItem.lootTableItem(rawOre).apply(ApplyBonusCount.addOreBonusCount(Enchantments.BLOCK_FORTUNE)))); + } +} diff --git a/src/main/java/dev/zontreck/otemod/data/loot/ModDeprecatedBlockLootTablesProvider.java b/src/main/java/dev/zontreck/otemod/data/loot/ModDeprecatedBlockLootTablesProvider.java new file mode 100644 index 0000000..fd8e2ab --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/data/loot/ModDeprecatedBlockLootTablesProvider.java @@ -0,0 +1,65 @@ +package dev.zontreck.otemod.data.loot; + +import dev.zontreck.otemod.blocks.DeprecatedModBlocks; +import dev.zontreck.otemod.blocks.ModBlocks; +import dev.zontreck.otemod.items.ModItems; +import net.minecraft.data.loot.BlockLootSubProvider; +import net.minecraft.world.flag.FeatureFlags; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.enchantment.Enchantments; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.storage.loot.LootTable; +import net.minecraft.world.level.storage.loot.entries.LootItem; +import net.minecraft.world.level.storage.loot.entries.LootPoolEntryContainer; +import net.minecraft.world.level.storage.loot.functions.ApplyBonusCount; +import net.minecraft.world.level.storage.loot.functions.SetItemCountFunction; +import net.minecraft.world.level.storage.loot.providers.number.UniformGenerator; +import net.minecraftforge.registries.RegistryObject; + +import java.util.Set; + +public class ModDeprecatedBlockLootTablesProvider extends BlockLootSubProvider +{ + public ModDeprecatedBlockLootTablesProvider() + { + super(Set.of(), FeatureFlags.REGISTRY.allFlags()); + } + + @Override + protected void generate() { + + /* + DEPRECATED BLOCKS + */ + + dropSelf(DeprecatedModBlocks.ILUSIUM_ORE_BLOCK.get()); + dropSelf(DeprecatedModBlocks.DEEPSLATE_ILUSIUM_ORE_BLOCK.get()); + dropSelf(DeprecatedModBlocks.ILUSIUM_BLOCK.get()); + dropSelf(DeprecatedModBlocks.CLEAR_GLASS_BLOCK.get()); + dropSelf(DeprecatedModBlocks.LIMINAL_TILES.get()); + dropSelf(DeprecatedModBlocks.LIMINAL_TILE_STAIRS.get()); + dropSelf(DeprecatedModBlocks.LIMINAL_TILE_SLAB.get()); + dropSelf(DeprecatedModBlocks.LIMINAL_WINDOW.get()); + dropSelf(DeprecatedModBlocks.LIME.get()); + dropSelf(DeprecatedModBlocks.LIME_TILE.get()); + dropSelf(DeprecatedModBlocks.LIME_STAIRS.get()); + dropSelf(DeprecatedModBlocks.LIME_TILE_BR.get()); + dropSelf(DeprecatedModBlocks.LIME_TILE_TO_WALL.get()); + dropSelf(DeprecatedModBlocks.LIME_WALL_V1.get()); + dropSelf(DeprecatedModBlocks.LIME_WALL_V2.get()); + } + + @Override + protected Iterable getKnownBlocks() { + return DeprecatedModBlocks.BLOCKS.getEntries().stream().map(RegistryObject::get)::iterator; + } + + + protected LootTable.Builder createCopperOreDrops(Block block, Item rawOre) { + return createSilkTouchDispatchTable(block, (LootPoolEntryContainer.Builder) this.applyExplosionDecay(block, LootItem.lootTableItem(rawOre).apply(SetItemCountFunction.setCount(UniformGenerator.between(2.0F, 5.0F))).apply(ApplyBonusCount.addOreBonusCount(Enchantments.BLOCK_FORTUNE)))); + } + + protected LootTable.Builder createOreDrop(Block block, Item rawOre) { + return createSilkTouchDispatchTable(block, (LootPoolEntryContainer.Builder)this.applyExplosionDecay(block, LootItem.lootTableItem(rawOre).apply(ApplyBonusCount.addOreBonusCount(Enchantments.BLOCK_FORTUNE)))); + } +} diff --git a/src/main/java/dev/zontreck/otemod/database/Database.java b/src/main/java/dev/zontreck/otemod/database/Database.java deleted file mode 100644 index e277b9f..0000000 --- a/src/main/java/dev/zontreck/otemod/database/Database.java +++ /dev/null @@ -1,107 +0,0 @@ -package dev.zontreck.otemod.database; - -import java.sql.Connection; -import java.sql.DriverManager; -import java.sql.SQLException; - -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.configs.OTEServerConfig; - -public class Database { - private OTEMod mod; - private Connection connection; - - - public Database (OTEMod instance) throws DatabaseConnectionException, SQLException - { - mod=instance; - try{ - this.connect(); - }catch(Exception e){ - throw new DatabaseConnectionException(e.getMessage()); - } - - Thread tx = new Thread(new Runnable(){ - public void run() - { - while(true){ - - // Watch the connection for disconnections - try { - Thread.sleep(500); - } catch (InterruptedException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - if(!OTEMod.ALIVE)return;// Exit now. We are being torn down/server is going down - try { - if(!OTEMod.DB.isConnected()) - { - OTEMod.LOGGER.info("/!\\ Lost connection to data provider. Reconnecting..."); - // Refresh - try { - OTEMod.DB.connect(); - - if(OTEMod.DB.isConnected()) - { - OTEMod.LOGGER.info("/!\\ Reconnected!"); - } - } catch (Exception e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - } - } catch (SQLException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - } - } - }); - - if(isConnected()){ - tx.start(); - } - } - - public void connect() throws Exception - { - connection = DriverManager.getConnection("jdbc:mariadb://"+OTEServerConfig.HOST_ADDR.get()+":"+OTEServerConfig.PORT.get()+"/" + OTEServerConfig.DATABASE.get() + "?useSSL=false", OTEServerConfig.USERNAME.get(), OTEServerConfig.PASSWORD.get()); - } - - - public class DatabaseConnectionException extends Exception - { - public DatabaseConnectionException(String X) { - super(X); - } - } - - public boolean isConnected() throws SQLException - { - if(connection != null) - { - if(connection.isClosed()) - { - return false; - }else return true; - }else return false; - } - - public Connection getConnection() { - return connection; - } - - public void disconnect() throws SQLException - { - if(isConnected()) - { - try{ - connection.close(); - }catch(Exception e){ - e.printStackTrace(); - } - } - } - -} diff --git a/src/main/java/dev/zontreck/otemod/database/OTEDatastore.java b/src/main/java/dev/zontreck/otemod/database/OTEDatastore.java new file mode 100644 index 0000000..35b34ca --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/database/OTEDatastore.java @@ -0,0 +1,29 @@ +package dev.zontreck.otemod.database; + +import java.io.IOException; +import java.nio.file.Files; +import java.nio.file.Path; +import dev.zontreck.libzontreck.util.FileTreeDatastore; + +public class OTEDatastore extends FileTreeDatastore +{ + private static final Path OTEBASE; + + static{ + Path X = FileTreeDatastore.of("otemod"); + OTEBASE=X; + if(!OTEBASE.toFile().exists()) + { + try { + Files.createDirectory(OTEBASE); + } catch (IOException e) { + e.printStackTrace(); + } + } + } + + public static Path of(String nick) + { + return OTEBASE.resolve(nick); + } +} diff --git a/src/main/java/dev/zontreck/otemod/database/TeleportDestination.java b/src/main/java/dev/zontreck/otemod/database/TeleportDestination.java deleted file mode 100644 index d3aec31..0000000 --- a/src/main/java/dev/zontreck/otemod/database/TeleportDestination.java +++ /dev/null @@ -1,51 +0,0 @@ -package dev.zontreck.otemod.database; - -import dev.zontreck.libzontreck.vectors.Vector2; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.libzontreck.vectors.WorldPosition; -import dev.zontreck.libzontreck.exceptions.InvalidDeserialization; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.NbtUtils; -import net.minecraft.server.level.ServerLevel; - -/** - * This defines the data structure, and methods for deserializing and serializing teleport destinations, for easier storage in the database - **/ -public class TeleportDestination extends WorldPosition -{ - public Vector2 Rotation; - - public TeleportDestination(CompoundTag tag) throws InvalidDeserialization - { - super(tag, true); - Rotation = new Vector2(tag.getString("Rotation")); - } - public TeleportDestination(Vector3 pos, Vector2 rot, String dim) - { - super(pos, dim); - Rotation = rot; - } - - public TeleportDestination(Vector3 pos, Vector2 rot, ServerLevel dim) - { - super(pos,dim); - Rotation=rot; - } - - @Override - public String toString() - { - - return NbtUtils.structureToSnbt(serialize()); - - } - - public CompoundTag serialize(){ - - CompoundTag tag = super.serializePretty(); - tag.putString("Rotation", Rotation.toString()); - - return tag; - } - -} diff --git a/src/main/java/dev/zontreck/otemod/effects/FlightEffect.java b/src/main/java/dev/zontreck/otemod/effects/FlightEffect.java new file mode 100644 index 0000000..bf19387 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/effects/FlightEffect.java @@ -0,0 +1,73 @@ +package dev.zontreck.otemod.effects; + +import dev.zontreck.libzontreck.LibZontreck; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.util.ServerUtilities; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.Messages; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.effect.MobEffect; +import net.minecraft.world.effect.MobEffectCategory; +import net.minecraft.world.entity.LivingEntity; +import net.minecraft.world.entity.ai.attributes.*; +import net.minecraft.world.entity.player.Player; +import net.minecraftforge.fml.LogicalSide; + +import java.util.UUID; + +public class FlightEffect extends MobEffect { + int lastDuration = -1; + protected FlightEffect(MobEffectCategory pCategory, int pColor) { + super(pCategory, pColor); + } + + @Override + public boolean isDurationEffectTick(int pDuration, int pAmplifier) { + lastDuration=pDuration; + //OTEMod.LOGGER.info("Effect duration: " + lastDuration); + return pDuration > 0; + } + + @Override + public void addAttributeModifiers(LivingEntity entity, AttributeMap map, int i) { + super.addAttributeModifiers(entity, map, i); + + if(entity instanceof ServerPlayer player) + { + if(player.getAbilities().mayfly==false) + { + player.getAbilities().mayfly=true; + player.onUpdateAbilities(); + + ChatHelpers.broadcastTo(player, ChatHelpers.macro(Messages.FLIGHT_GIVEN), player.server); + } + } + } + + private void removeFlightModifier(LivingEntity entity) + { + if(lastDuration == -1) + { + return; + } + if ( entity instanceof Player player ) + { + if(ServerUtilities.isServer() && lastDuration < (5*20)) + { + ServerPlayer serverPlayer = (ServerPlayer) player; + serverPlayer.getAbilities().mayfly = false; + serverPlayer.getAbilities().flying = false; + + serverPlayer.onUpdateAbilities(); + + ChatHelpers.broadcastTo(serverPlayer, ChatHelpers.macro(Messages.FLIGHT_REMOVED), serverPlayer.server); + } + } + } + + @Override + public void removeAttributeModifiers(LivingEntity entity, AttributeMap p_19470_, int p_19471_) { + super.removeAttributeModifiers(entity, p_19470_, p_19471_); + removeFlightModifier(entity); + } +} diff --git a/src/main/java/dev/zontreck/otemod/effects/ModEffects.java b/src/main/java/dev/zontreck/otemod/effects/ModEffects.java new file mode 100644 index 0000000..dd42134 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/effects/ModEffects.java @@ -0,0 +1,23 @@ +package dev.zontreck.otemod.effects; + +import dev.zontreck.otemod.OTEMod; +import net.minecraft.world.effect.MobEffect; +import net.minecraft.world.effect.MobEffectCategory; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public class ModEffects +{ + public static final DeferredRegister REGISTRY = DeferredRegister.create(ForgeRegistries.MOB_EFFECTS, OTEMod.MOD_ID); + + public static final RegistryObject FLIGHT = REGISTRY.register("flight", ()->new FlightEffect(MobEffectCategory.BENEFICIAL, 0xFF0000FF)); + + + + public static void register(IEventBus bus) + { + REGISTRY.register(bus); + } +} diff --git a/src/main/java/dev/zontreck/otemod/effects/ModPotions.java b/src/main/java/dev/zontreck/otemod/effects/ModPotions.java new file mode 100644 index 0000000..b464697 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/effects/ModPotions.java @@ -0,0 +1,26 @@ +package dev.zontreck.otemod.effects; + +import dev.zontreck.otemod.OTEMod; +import net.minecraft.world.effect.MobEffectInstance; +import net.minecraft.world.item.alchemy.Potion; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public class ModPotions { + public static final DeferredRegister REGISTRY = DeferredRegister.create(ForgeRegistries.POTIONS, OTEMod.MOD_ID); + + + public static final RegistryObject AWKWARD_FLIGHT = REGISTRY.register("flight_awkward", ()->new Potion(new MobEffectInstance(ModEffects.FLIGHT.get(), 30*20, 1))); + + public static final RegistryObject MUNDANE_FLIGHT = REGISTRY.register("flight_basic", ()->new Potion(new MobEffectInstance(ModEffects.FLIGHT.get(), 60*20, 1))); + + public static final RegistryObject FLIGHT = REGISTRY.register("flight", ()->new Potion(new MobEffectInstance(ModEffects.FLIGHT.get(), 360*20, 1))); + + + public static void register(IEventBus bus) + { + REGISTRY.register(bus); + } +} diff --git a/src/main/java/dev/zontreck/otemod/enchantments/ConsumptionMending.java b/src/main/java/dev/zontreck/otemod/enchantments/ConsumptionMending.java new file mode 100644 index 0000000..1abbeed --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/enchantments/ConsumptionMending.java @@ -0,0 +1,166 @@ +package dev.zontreck.otemod.enchantments; + +import dev.zontreck.libzontreck.util.ItemUtils; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.sounds.SoundEvents; +import net.minecraft.sounds.SoundSource; +import net.minecraft.tags.TagKey; +import net.minecraft.world.damagesource.DamageSource; +import net.minecraft.world.entity.EquipmentSlot; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.SwordItem; +import net.minecraft.world.item.enchantment.Enchantment; +import net.minecraft.world.item.enchantment.EnchantmentCategory; +import net.minecraft.world.item.enchantment.EnchantmentHelper; +import net.minecraft.world.item.enchantment.MendingEnchantment; +import net.minecraftforge.event.TickEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.server.ServerLifecycleHooks; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +public class ConsumptionMending extends Enchantment +{ + protected ConsumptionMending(EquipmentSlot... slots) { + super(Rarity.RARE, EnchantmentCategory.BREAKABLE, slots); + } + + @Override + public int getMaxLevel() { + return 1; + } + + @Override + public boolean isTradeable() { + return true; + } + + @Override + public boolean isTreasureOnly() { + return false; + } + + @Override + public boolean isCurse() { + return true; + } + + @Override + public int getMinCost(int pLevel) { + return 25 + (pLevel-1); + } + + @Override + public int getMaxCost(int pLevel) { + return pLevel * 23; + } + + private static List append(ServerPlayer player, List items) + { + List enchanted = new ArrayList<>(); + + for(ItemStack stack : player.getInventory().items) + { + if(ItemUtils.getEnchantmentLevel(ModEnchantments.CONSUMPTION_MENDING.get(), stack) > 0) + { + enchanted.add(stack); + } + } + + return enchanted; + } + + public static void onEntityTick(ServerPlayer player) + { + // Check what items have this enchantment + // If any, check for like-items that lack the enchant. + + List enchanted = new ArrayList<>(); + enchanted.addAll(append(player, player.getInventory().items)); + enchanted.addAll(append(player, player.getInventory().armor)); + + List procList = new ArrayList<>(); + procList.addAll(append(player, player.getInventory().offhand)); + procList.addAll(append(player, player.getInventory().items)); + procList.addAll(append(player, player.getInventory().armor)); + + for(ItemStack stack : enchanted) + { + for(ItemStack item : procList) + { + // Is this a like item, and does it have the enchant? + boolean eligible = false; + if(!(ItemUtils.getEnchantmentLevel(ModEnchantments.CONSUMPTION_MENDING.get(), item)>0)) + { + eligible=true; + if(!item.isDamageableItem()) + { + eligible=false; + } + } + + if(stack.getDamageValue()==0) + { + eligible=false; + } + + if(eligible) + { + // Let's eat + int iDamage = stack.getDamageValue(); + int iMax = stack.getMaxDamage(); + + int iNeeds = iDamage * 2; + + // The stack we are inspecting: + int nDamage = item.getDamageValue(); + int nMax = item.getMaxDamage(); + + int iRemain = nMax - nDamage; + + if(iRemain == iNeeds) + { + nDamage = nMax; + iDamage=0; + } else { + if(iRemain > iNeeds) + { + iDamage -= iNeeds; + nDamage += iNeeds; + } else { + iDamage -= iRemain; + nDamage = nMax; + } + } + + if(nDamage == nMax){ + // Check for curses on the item + if(item.isEnchanted()) + { + Map enchantments = ItemUtils.getEnchantments(item); + for(Map.Entry entry : enchantments.entrySet()) + { + Enchantment id = entry.getKey(); + int dice = player.getRandom().nextInt(0,20); + + if(id.isCurse() && ((dice >= 13) && (dice <= 18))) + { + stack.enchant(id, entry.getValue()); + player.serverLevel().playSound(null, player.getOnPos(), SoundEvents.ANVIL_USE, SoundSource.NEUTRAL,1, player.getRandom().nextFloat()); + } + } + } + + item.shrink(1); + player.serverLevel().playSound(null, player.getOnPos(), SoundEvents.PLAYER_BURP, SoundSource.NEUTRAL,1, player.getRandom().nextFloat()); + } + else item.setDamageValue(nDamage); + + stack.setDamageValue(iDamage); + } + } + } + } +} \ No newline at end of file diff --git a/src/main/java/dev/zontreck/otemod/enchantments/EnchantmentEvents.java b/src/main/java/dev/zontreck/otemod/enchantments/EnchantmentEvents.java new file mode 100644 index 0000000..d35647d --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/enchantments/EnchantmentEvents.java @@ -0,0 +1,34 @@ +package dev.zontreck.otemod.enchantments; + +import dev.zontreck.libzontreck.util.ServerUtilities; +import net.minecraft.server.MinecraftServer; +import net.minecraft.server.level.ServerPlayer; +import net.minecraftforge.event.TickEvent; +import net.minecraftforge.event.entity.living.LivingEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.LogicalSide; +import net.minecraftforge.fml.common.Mod; +import net.minecraftforge.server.ServerLifecycleHooks; + +@Mod.EventBusSubscriber +public class EnchantmentEvents +{ + + @SubscribeEvent + public static void handleEnchantmentTicks(TickEvent.PlayerTickEvent event) + { + if(event.side == LogicalSide.CLIENT) return; + + if(event.phase == TickEvent.Phase.END) + { + if(event.player instanceof ServerPlayer sp) + { + FlightEnchantment.runEntityTick(sp); + ConsumptionMending.onEntityTick(sp); + NightVisionEnchantment.runEntityTick(sp); + WaterBreathingEnchantment.runEntityTick(sp); + } + + } + } +} \ No newline at end of file diff --git a/src/main/java/dev/zontreck/otemod/enchantments/FlightEnchantment.java b/src/main/java/dev/zontreck/otemod/enchantments/FlightEnchantment.java new file mode 100644 index 0000000..f1046dc --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/enchantments/FlightEnchantment.java @@ -0,0 +1,97 @@ +package dev.zontreck.otemod.enchantments; + +import dev.zontreck.libzontreck.util.ItemUtils; +import dev.zontreck.libzontreck.util.ServerUtilities; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.configs.snbt.ServerConfig; +import dev.zontreck.otemod.effects.ModEffects; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.effect.MobEffectInstance; +import net.minecraft.world.entity.EquipmentSlot; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.enchantment.Enchantment; +import net.minecraft.world.item.enchantment.EnchantmentCategory; + +import java.util.concurrent.atomic.AtomicInteger; + +public class FlightEnchantment extends Enchantment +{ + + public FlightEnchantment(EquipmentSlot... slots) + { + super(Rarity.VERY_RARE, EnchantmentCategory.ARMOR_FEET, slots); + } + + @Override + public int getMaxLevel() + { + return 1; + } + + @Override + public int getMinCost(int level) + { + return 28 + (level - 1) * 15; + } + + @Override + public int getMaxCost(int level) + { + return this.getMinCost(level) + 15; + } + + @Override + public boolean isTreasureOnly(){ + return true; + } + @Override + public boolean isTradeable() + { + return true; + } + + // Not a bug. Flight is meant to be a permanent upgrade to a item. It is considered a curse due to unstable behavior. Flight will eat up durability and forge energy + // Flight should NOT be able to be removed via the grindstone + @Override + public boolean isCurse() + { + return true; + } + + + public static void runEntityTick(ServerPlayer sp) + { + if(ServerUtilities.isClient()) return; + + + if(ServerConfig.general.debug) + { + OTEMod.LOGGER.info("> Flight Enchantment Tick <"); + } + + ItemStack feet = sp.getItemBySlot(EquipmentSlot.FEET); + + boolean hasFlight = false; + + if(ItemUtils.getEnchantmentLevel(ModEnchantments.FLIGHT_ENCHANTMENT.get(), feet)>0)hasFlight=true; + + if(hasFlight) + { + MobEffectInstance inst = new MobEffectInstance(ModEffects.FLIGHT.get(), 60*20, 0, false, false, true); + MobEffectInstance existing = sp.getEffect(ModEffects.FLIGHT.get()); + + if(existing != null) + { + if(existing.getDuration() <= (30 * 20)) + { + sp.addEffect(inst); + return; + }else return; + } + + sp.addEffect(inst); + } + + } + +} diff --git a/src/main/java/dev/zontreck/otemod/enchantments/MobEggEnchantment.java b/src/main/java/dev/zontreck/otemod/enchantments/MobEggEnchantment.java new file mode 100644 index 0000000..cdf8f80 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/enchantments/MobEggEnchantment.java @@ -0,0 +1,87 @@ +package dev.zontreck.otemod.enchantments; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.configs.snbt.ServerConfig; +import net.minecraft.world.entity.EquipmentSlot; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.enchantment.Enchantment; +import net.minecraft.world.item.enchantment.EnchantmentCategory; + +import java.util.Random; + +public class MobEggEnchantment extends Enchantment +{ + public static final String TAG_BIAS = "mob_egging_bias"; + + public MobEggEnchantment() + { + super(Rarity.VERY_RARE, EnchantmentCategory.WEAPON, new EquipmentSlot[] {EquipmentSlot.MAINHAND}); + } + + @Override + public int getMaxLevel() + { + return 6; + } + + @Override + public int getMinCost(int level) + { + return 28 + (level - 1) * 15; + } + + @Override + public int getMaxCost(int level) + { + return this.getMinCost(level) + 15; + } + + + @Override + public boolean canApplyAtEnchantingTable(ItemStack stack) + { + return super.canApplyAtEnchantingTable(stack); + } + + @Override + public boolean isTreasureOnly(){ + return false; + } + @Override + public boolean isTradeable() + { + return true; + } + + @Override + public boolean isDiscoverable() + { + return false; + } + + public static boolean givesEgg(int level, int bias) + { + int CHANCE = ServerConfig.drops.mobEggingChance; + + CHANCE += level; + CHANCE += bias; + + if(ServerConfig.general.debug) + { + OTEMod.LOGGER.info("Spawn Egg Chance (" + CHANCE + ")"); + } + return rollChance(CHANCE); + } + + public static boolean rollChance(int percent) + { + Random rng = new Random(); + int test = rng.nextInt(100) + 1 + (100 - percent); + if(ServerConfig.general.debug) + { + OTEMod.LOGGER.info("Spawn Egg Dice Roll (" + test + " / " + percent + ")"); + } + + return test <= percent; + } +} diff --git a/src/main/java/dev/zontreck/otemod/enchantments/ModEnchantments.java b/src/main/java/dev/zontreck/otemod/enchantments/ModEnchantments.java new file mode 100644 index 0000000..4372608 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/enchantments/ModEnchantments.java @@ -0,0 +1,32 @@ +package dev.zontreck.otemod.enchantments; + +import dev.zontreck.otemod.OTEMod; +import net.minecraft.world.entity.EquipmentSlot; +import net.minecraft.world.item.enchantment.Enchantment; +import net.minecraft.world.item.enchantment.EnchantmentCategory; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public class ModEnchantments { + + protected static final EquipmentSlot[] ARMOR_SLOTS = new EquipmentSlot[]{EquipmentSlot.HEAD, EquipmentSlot.CHEST, EquipmentSlot.LEGS, EquipmentSlot.FEET}; + public static final DeferredRegister REGISTERS = DeferredRegister.create(ForgeRegistries.ENCHANTMENTS, OTEMod.MOD_ID); + + public static final RegistryObject MOB_EGGING_ENCHANTMENT = REGISTERS.register("mob_egging", ()->new MobEggEnchantment()); + + public static final RegistryObject FLIGHT_ENCHANTMENT = REGISTERS.register("player_flight", ()->new FlightEnchantment(EquipmentSlot.FEET)); + + + public static final RegistryObject CONSUMPTION_MENDING = REGISTERS.register("consumption_mending", ()->new ConsumptionMending(EquipmentSlot.HEAD, EquipmentSlot.CHEST, EquipmentSlot.FEET, EquipmentSlot.LEGS, EquipmentSlot.MAINHAND, EquipmentSlot.OFFHAND)); + + + + public static final RegistryObject NIGHT_VISION_ENCHANT = REGISTERS.register("night_vision", ()->new NightVisionEnchantment(EquipmentSlot.HEAD)); + public static final RegistryObject WATER_BREATHING_ENCHANT = REGISTERS.register("water_breathing", ()->new NightVisionEnchantment(EquipmentSlot.HEAD)); + + public static void register(IEventBus bus){ + REGISTERS.register(bus); + } +} diff --git a/src/main/java/dev/zontreck/otemod/enchantments/NightVisionEnchantment.java b/src/main/java/dev/zontreck/otemod/enchantments/NightVisionEnchantment.java new file mode 100644 index 0000000..45cf2c3 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/enchantments/NightVisionEnchantment.java @@ -0,0 +1,86 @@ +package dev.zontreck.otemod.enchantments; + +import dev.zontreck.libzontreck.util.ItemUtils; +import dev.zontreck.libzontreck.util.ServerUtilities; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.configs.snbt.ServerConfig; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.effect.MobEffectInstance; +import net.minecraft.world.effect.MobEffects; +import net.minecraft.world.entity.EquipmentSlot; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.enchantment.Enchantment; +import net.minecraft.world.item.enchantment.EnchantmentCategory; + +import java.util.concurrent.atomic.AtomicInteger; + +public class NightVisionEnchantment extends Enchantment +{ + + public NightVisionEnchantment(EquipmentSlot... slots) + { + super(Rarity.VERY_RARE, EnchantmentCategory.ARMOR_HEAD, slots); + } + + @Override + public int getMaxLevel() + { + return 1; + } + + @Override + public boolean isTreasureOnly(){ + return true; + } + @Override + public boolean isTradeable() + { + return true; + } + + // Not a bug. Flight is meant to be a permanent upgrade to a item. It is considered a curse due to unstable behavior. Flight will eat up durability and forge energy + // Flight should NOT be able to be removed via the grindstone + @Override + public boolean isCurse() + { + return false; + } + + public static void runEntityTick(ServerPlayer sp) + { + if(ServerUtilities.isClient()) return; + + + if(ServerConfig.general.debug) + { + OTEMod.LOGGER.info("> NVision Enchantment Tick <"); + } + + + ItemStack feet = sp.getItemBySlot(EquipmentSlot.HEAD); + + boolean hasNV = false; + + if(ItemUtils.getEnchantmentLevel(ModEnchantments.NIGHT_VISION_ENCHANT.get(), feet)>0)hasNV=true; + + if(hasNV) + { + MobEffectInstance inst = new MobEffectInstance(MobEffects.NIGHT_VISION, 60*20, 4, false, false, true); + + MobEffectInstance existing = sp.getEffect(MobEffects.NIGHT_VISION); + if(existing != null) + { + if(existing.getDuration() <= (30*20)) + { + sp.addEffect(inst); + return; + }else return; + } + + sp.addEffect(inst); + } + + + } + +} diff --git a/src/main/java/dev/zontreck/otemod/enchantments/WaterBreathingEnchantment.java b/src/main/java/dev/zontreck/otemod/enchantments/WaterBreathingEnchantment.java new file mode 100644 index 0000000..96a63df --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/enchantments/WaterBreathingEnchantment.java @@ -0,0 +1,84 @@ +package dev.zontreck.otemod.enchantments; + +import dev.zontreck.libzontreck.util.ItemUtils; +import dev.zontreck.libzontreck.util.ServerUtilities; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.configs.snbt.ServerConfig; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.effect.MobEffectInstance; +import net.minecraft.world.effect.MobEffects; +import net.minecraft.world.entity.EquipmentSlot; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.enchantment.Enchantment; +import net.minecraft.world.item.enchantment.EnchantmentCategory; + +public class WaterBreathingEnchantment extends Enchantment +{ + + public WaterBreathingEnchantment(EquipmentSlot... slots) + { + super(Rarity.VERY_RARE, EnchantmentCategory.ARMOR_HEAD, slots); + } + + @Override + public int getMaxLevel() + { + return 1; + } + + @Override + public boolean isTreasureOnly(){ + return true; + } + @Override + public boolean isTradeable() + { + return true; + } + + // Not a bug. Flight is meant to be a permanent upgrade to a item. It is considered a curse due to unstable behavior. Flight will eat up durability and forge energy + // Flight should NOT be able to be removed via the grindstone + @Override + public boolean isCurse() + { + return false; + } + + public static void runEntityTick(ServerPlayer sp) + { + if(ServerUtilities.isClient()) return; + + + if(ServerConfig.general.debug) + { + OTEMod.LOGGER.info("> WBreath Enchantment Tick <"); + } + + + ItemStack feet = sp.getItemBySlot(EquipmentSlot.HEAD); + + boolean hasEnchantment = false; + + if(ItemUtils.getEnchantmentLevel(ModEnchantments.WATER_BREATHING_ENCHANT.get(), feet)>0)hasEnchantment=true; + + if(hasEnchantment) + { + MobEffectInstance inst = new MobEffectInstance(MobEffects.WATER_BREATHING, 60*20, 4, false, false, true); + + MobEffectInstance existing = sp.getEffect(MobEffects.WATER_BREATHING); + if(existing != null) + { + if(existing.getDuration() <= (30*20)) + { + sp.addEffect(inst); + return; + }else return; + } + + sp.addEffect(inst); + } + + + } + +} diff --git a/src/main/java/dev/zontreck/otemod/entities/ModEntityTypes.java b/src/main/java/dev/zontreck/otemod/entities/ModEntityTypes.java new file mode 100644 index 0000000..4f13fd5 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/entities/ModEntityTypes.java @@ -0,0 +1,18 @@ +package dev.zontreck.otemod.entities; + +import dev.zontreck.otemod.OTEMod; +import net.minecraft.world.entity.EntityType; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; + +public class ModEntityTypes { + public static final DeferredRegister> ENTITIES = DeferredRegister.create(ForgeRegistries.ENTITY_TYPES, OTEMod.MOD_ID); + + private static EntityType registerEntity(EntityType.Builder builder, String entityName) { + return builder.build(entityName); + } + public static void register(IEventBus bus){ + ENTITIES.register(bus); + } +} diff --git a/src/main/java/dev/zontreck/otemod/events/ClientEvents.java b/src/main/java/dev/zontreck/otemod/events/ClientEvents.java new file mode 100644 index 0000000..1711eef --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/events/ClientEvents.java @@ -0,0 +1,73 @@ +package dev.zontreck.otemod.events; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergyContainer; +import dev.zontreck.otemod.integrations.KeyBindings; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.EnergyRequestC2SPacket; +import dev.zontreck.otemod.networking.packets.OpenVaultC2SPacket; +import net.minecraft.client.Minecraft; +import net.minecraft.client.gui.screens.Screen; +import net.minecraft.core.BlockPos; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraftforge.api.distmarker.Dist; +import net.minecraftforge.client.event.InputEvent; +import net.minecraftforge.event.TickEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.common.Mod; + +import java.time.Instant; + +public class ClientEvents { + @Mod.EventBusSubscriber(modid = OTEMod.MOD_ID, value = Dist.CLIENT) + public static class ForgeEvents + { + // Timeout! + static long lastPress; + + @SubscribeEvent + public static void onKeyInput(InputEvent.Key event) + { + //OTEMod.LOGGER.info("KEY PRESS: "+event.getKey()); + if(KeyBindings.OPEN_VAULT.matches(event.getKey(), event.getScanCode()) && Minecraft.getInstance().screen == null && lastPress+10 < Instant.now().getEpochSecond()) + { + lastPress = Instant.now().getEpochSecond(); + ModMessages.sendToServer(new OpenVaultC2SPacket(0, false, 0)); + } + } + + + private static int TICK_COUNT = 0; + @SubscribeEvent + public static void onClientTick(TickEvent.ClientTickEvent event) + { + TICK_COUNT ++; + + if(TICK_COUNT >= (2*20)) + { + Screen screen = Minecraft.getInstance().screen; + BlockPos pos; + BlockEntity entity; + Level lvl; + if(screen instanceof IThresholdsEnergyContainer itc) + { + pos = itc.getPosition(); + entity = itc.getEntity(); + lvl = entity.getLevel(); + ResourceLocation location = lvl.dimension().location(); + + ModMessages.sendToServer(new EnergyRequestC2SPacket(pos, lvl, Minecraft.getInstance().player)); + } + } + } + } + + + @Mod.EventBusSubscriber(modid = OTEMod.MOD_ID, value=Dist.CLIENT, bus=Mod.EventBusSubscriber.Bus.MOD) + public static class ClientModBus + { + + } +} diff --git a/src/main/java/dev/zontreck/otemod/events/EventHandler.java b/src/main/java/dev/zontreck/otemod/events/EventHandler.java index 9171df5..d0f8b50 100644 --- a/src/main/java/dev/zontreck/otemod/events/EventHandler.java +++ b/src/main/java/dev/zontreck/otemod/events/EventHandler.java @@ -1,26 +1,251 @@ package dev.zontreck.otemod.events; +import dev.zontreck.libzontreck.events.TeleportEvent; +import dev.zontreck.libzontreck.lore.LoreContainer; +import dev.zontreck.libzontreck.lore.LoreEntry; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.util.ItemUtils; +import dev.zontreck.libzontreck.util.heads.HeadUtilities; +import dev.zontreck.libzontreck.vectors.Vector3d; +import dev.zontreck.libzontreck.vectors.WorldPosition; import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.ore.Modifier; -//import dev.zontreck.otemod.ore.OreGenerator; +import dev.zontreck.otemod.configs.snbt.ServerConfig; +import dev.zontreck.otemod.enchantments.MobEggEnchantment; +import dev.zontreck.otemod.enchantments.ModEnchantments; +import dev.zontreck.otemod.implementation.DeathMessages; +import dev.zontreck.otemod.implementation.InventoryBackup; +import dev.zontreck.otemod.implementation.Messages; +import dev.zontreck.otemod.items.tags.ItemStatType; +import dev.zontreck.otemod.registry.ModDimensions; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.damagesource.DamageTypes; +import net.minecraft.world.entity.Entity; +import net.minecraft.world.entity.LivingEntity; +import net.minecraft.world.entity.item.ItemEntity; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.SpawnEggItem; +import net.minecraft.world.item.enchantment.Enchantments; +import net.minecraft.world.level.GameType; +import net.minecraftforge.common.ForgeSpawnEggItem; +import net.minecraftforge.common.MinecraftForge; +import net.minecraftforge.event.entity.living.LivingDeathEvent; +import net.minecraftforge.event.entity.living.LivingDropsEvent; +import net.minecraftforge.event.entity.living.LivingHurtEvent; +import net.minecraftforge.event.entity.player.PlayerEvent; import net.minecraftforge.eventbus.api.EventPriority; import net.minecraftforge.eventbus.api.SubscribeEvent; -import net.minecraftforge.fml.common.Mod; -import net.minecraftforge.fml.common.Mod.EventBusSubscriber; -import net.minecraftforge.data.event.GatherDataEvent; -@EventBusSubscriber(modid=OTEMod.MOD_ID, bus=Mod.EventBusSubscriber.Bus.FORGE) +import java.time.Instant; +import java.util.Date; +import java.util.Random; + public class EventHandler { - - /* - @SubscribeEvent(priority = EventPriority.HIGH) - public static void addOresToBiomes(final BiomeLoadingEvent ev){ - //ShapedAionResources.LOGGER.info("Biome loading event called. Registering aion ores"); - OreGenerator.generateOres(ev); - }*/ + + + @SubscribeEvent (priority = EventPriority.HIGHEST) + public void playerDied(LivingDeathEvent event) + { + if(!(event.getEntity() instanceof Player))return; + + Profile profile; + try { + profile = Profile.get_profile_of(event.getEntity().getStringUUID()); + } catch (UserProfileNotYetExistsException e) { + e.printStackTrace(); + return; + } + profile.deaths++; + profile.commit(); + if(!ServerConfig.drops.enablePlayerHeadChance) + { + return; + } + int looting=0; + //ServerPlayer killedPlayer = (ServerPlayer)ent; + if(event.getEntity() instanceof Player){ + ServerPlayer pla = profile.player; + looting = ItemUtils.getEnchantmentLevel(Enchantments.MOB_LOOTING, pla.getMainHandItem()); + + } + + // Calculate chance + double base_chance = (ServerConfig.drops.playerHeadChance * 100); + base_chance += looting; + + Random rng = new Random(); + int num = rng.nextInt(100) + 1; + if(num <= base_chance) + { + ItemStack head = HeadUtilities.get(profile.username, "").setHoverName(ChatHelpers.macro(profile.nickname+"'s Head")); + LoreContainer lore = new LoreContainer(head); + LoreEntry entry = new LoreEntry.Builder().bold(true).text(ChatHelpers.macroize("!dark_green!Player: " + profile.name_color+profile.username)).build(); + lore.miscData.loreData.add(entry); + + entry = new LoreEntry.Builder().text(ChatHelpers.macroize("!Dark_Purple!Date: !Dark_Red![0]", Date.from(Instant.now()).toString())).build(); + lore.miscData.loreData.add(entry); + + entry = new LoreEntry.Builder().text(ChatHelpers.macroize("!Dark_Purple!Total Deaths: !Dark_Red![0]", String.valueOf(profile.deaths))).build(); + lore.miscData.loreData.add(entry); + lore.commitLore(); + + + event.getEntity().spawnAtLocation(head); + } + + if(ServerConfig.general.enableDeathMessages) + { + + try { + ChatHelpers.broadcast(Component.literal(DeathMessages.getRandomDeathMessage(Profile.get_profile_of(event.getEntity().getStringUUID()), event.getSource())), event.getEntity().level().getServer()); + } catch (UserProfileNotYetExistsException e) { + // TODO Auto-generated catch block + e.printStackTrace(); + } catch(Exception e) + { + e.printStackTrace(); + } + } + } @SubscribeEvent - public void onGatherData(GatherDataEvent ev){ - Modifier.DoProcess(ev); + public void onPlayerFallOutOfWorld(LivingHurtEvent ev) + { + if(ev.getEntity() instanceof Player player) + { + ResourceLocation loc = player.level().dimension().location(); + + if(ev.getSource().is(DamageTypes.FELL_OUT_OF_WORLD) && (loc.getNamespace().equals(OTEMod.MOD_ID) || loc.getNamespace().equals("minecraft"))) + { + // Teleport the player to Thresholds + WorldPosition pos = new WorldPosition(new Vector3d(), ModDimensions.THRESHOLD_DIM()); + ServerPlayer sp = (ServerPlayer) ev.getEntity(); + if(!MinecraftForge.EVENT_BUS.post(new TeleportEvent(pos, sp))) + sp.teleportTo(pos.getActualDimension(), 0, 365, 0, 0,0); + + + } + + } + } + + @SubscribeEvent + public void onEntityKilled(LivingDropsEvent ev){ + if(ev.getEntity().level().isClientSide)return; + + Entity killedentity = ev.getEntity(); + Entity ent = ev.getSource().getEntity(); + if(ent instanceof Player) + { + ServerPlayer play = (ServerPlayer)ent; + LivingEntity killed = ev.getEntity(); + + ItemStack stack = play.getMainHandItem(); + int levelOfEgging = ItemUtils.getEnchantmentLevel(ModEnchantments.MOB_EGGING_ENCHANTMENT.get(),stack); + + if(levelOfEgging==0)return; + CompoundTag tag = stack.getTag(); + int bias = tag.getInt(MobEggEnchantment.TAG_BIAS); + + + if(MobEggEnchantment.givesEgg(levelOfEgging, bias)) + { + bias=0; + tag.putInt(MobEggEnchantment.TAG_BIAS, bias); + // .25% chance + // Check enchantment level for looting + int level = ItemUtils.getEnchantmentLevel (Enchantments.MOB_LOOTING,stack); + if(level==3){ + ItemStack egg = new ItemStack( + ForgeSpawnEggItem.fromEntityType(killed.getType()) + ); + + + ev.getDrops().add(new ItemEntity(killed.level(), killed.getX(), killed.getY(), killed.getZ(), egg)); + LoreHandlers.updateItem(stack, ItemStatType.EGG_CHANCE); + LoreHandlers.updateItem(stack, ItemStatType.EGGING); + } + }else{ + bias += 1; + tag.putInt(MobEggEnchantment.TAG_BIAS, bias); + } + } + + } + + private static final ResourceLocation THRESHOLDS_BIMENSION = new ResourceLocation(OTEMod.MOD_ID, "threshold"); + + @SubscribeEvent + public void onChangeDimension(PlayerEvent.PlayerChangedDimensionEvent ev) + { + if(ev.getEntity().level().isClientSide) return; + + ServerPlayer player = (ServerPlayer) ev.getEntity(); + + if(ev.getTo().location().equals(ModDimensions.BUILDER)) + { + // Store the player's inventory + changedGameMode(player, InventoryBackup.GameMode.fromGameType(player.gameMode.getGameModeForPlayer()), InventoryBackup.GameMode.Builder); + + + player.setGameMode(GameType.CREATIVE); + } + + if(ev.getFrom().location().equals(ModDimensions.BUILDER)) + { + // Restore the player's inventory + InventoryBackup bkp = new InventoryBackup(player, InventoryBackup.GameMode.Builder); + bkp.restore(); + + player.setGameMode(bkp.getFormerGameMode().toMinecraft()); + + //changedGameMode(player, InventoryBackup.GameMode.Builder, bkp.getFormerGameMode()); + } + } + + + @SubscribeEvent + public void onGameModeChanged(PlayerEvent.PlayerChangeGameModeEvent event) + { + ServerPlayer player = (ServerPlayer) event.getEntity(); + + InventoryBackup.GameMode from = InventoryBackup.GameMode.fromGameType(event.getCurrentGameMode()); + InventoryBackup.GameMode to = InventoryBackup.GameMode.fromGameType(event.getNewGameMode()); + + changedGameMode(player, from, to); + } + + private void changedGameMode(ServerPlayer player, InventoryBackup.GameMode from, InventoryBackup.GameMode to) { + + InventoryBackup backup = new InventoryBackup(player, from); + InventoryBackup restore = new InventoryBackup(player, to); + String dim = WorldPosition.getDim(player.serverLevel()); + + if(dim.equalsIgnoreCase(ModDimensions.BUILDER_DIM())) + { + if(to.equals(InventoryBackup.GameMode.Creative)) + return; // Don't do a double backup + } + restore.setFormerGameMode(from); + + restore.restore(); + backup.save(); + + if(to.equals(InventoryBackup.GameMode.Creative)) + { + player.getInventory().clearContent(); + } else if(to.equals(InventoryBackup.GameMode.Builder)) + { + player.getInventory().clearContent(); + } + restore.apply(); + restore.save(); // Save the former gamemode for possible restore! + + ChatHelpers.broadcastTo(player, ChatHelpers.macro(Messages.OTE_PREFIX + " !Dark_Green!Your inventory has been saved for [0], and your [1] inventory has been restored", from.getName(), to.getName()), player.server); } } diff --git a/src/main/java/dev/zontreck/otemod/events/LoreHandlers.java b/src/main/java/dev/zontreck/otemod/events/LoreHandlers.java new file mode 100644 index 0000000..7c1903b --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/events/LoreHandlers.java @@ -0,0 +1,228 @@ +package dev.zontreck.otemod.events; + +import dev.zontreck.libzontreck.lore.LoreContainer; +import dev.zontreck.libzontreck.lore.LoreEntry; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.libzontreck.util.ItemUtils; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.configs.snbt.ServerConfig; +import dev.zontreck.otemod.enchantments.MobEggEnchantment; +import dev.zontreck.otemod.enchantments.ModEnchantments; +import dev.zontreck.otemod.items.tags.ItemStatTag; +import dev.zontreck.otemod.items.tags.ItemStatType; +import dev.zontreck.otemod.items.tags.ItemStatistics; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.InteractionHand; +import net.minecraft.world.InteractionResult; +import net.minecraft.world.entity.Entity; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.level.block.Blocks; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraftforge.event.entity.living.LivingDeathEvent; +import net.minecraftforge.event.entity.player.PlayerInteractEvent; +import net.minecraftforge.event.level.BlockEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.common.Mod; +import net.minecraftforge.fml.common.Mod.EventBusSubscriber; +import net.minecraftforge.registries.ForgeRegistries; + +@EventBusSubscriber(modid=OTEMod.MOD_ID, bus=Mod.EventBusSubscriber.Bus.FORGE) +public class LoreHandlers { + + @SubscribeEvent + public void onBlockMined(BlockEvent.BreakEvent ev) + { + if(ev.getLevel().isClientSide())return; + + ServerPlayer sp = (ServerPlayer)ev.getPlayer(); + ItemStack itemUsed = sp.getItemInHand(InteractionHand.MAIN_HAND); + ResourceLocation loc = ForgeRegistries.ITEMS.getKey(itemUsed.getItem()); + String itemModName = ChatHelpers.macroize("[0]:[1]", loc.getNamespace(), loc.getPath()); + + String sName = itemModName + "::" + itemUsed.getDisplayName(); + sName=sName.toLowerCase(); + if(sName.contains("pickaxe")) + { + updateItem(itemUsed, ItemStatType.PICK); + }else if(sName.contains("shovel")) + { + updateItem(itemUsed, ItemStatType.SHOVEL); + } else if(sName.contains("axe")) + { + updateItem(itemUsed, ItemStatType.AXE); + } else if(sName.contains("pickadze")) + { + updateItem(itemUsed, ItemStatType.PICK); + } + } + + @SubscribeEvent + public void onBlock(BlockEvent.BlockToolModificationEvent ev) + { + + if(ev.getLevel().isClientSide())return; + + // Check the block right clicked, and the item in hand + + ServerPlayer sp = (ServerPlayer)ev.getPlayer(); + ItemStack itemUsed = sp.getMainHandItem(); + BlockState bs = ev.getState(); + ResourceLocation loc = ForgeRegistries.ITEMS.getKey(itemUsed.getItem()); + String itemModName = ChatHelpers.macroize("[0]:[1]", loc.getNamespace(), loc.getPath()); + + String sName = itemModName + "::" + itemUsed.getDisplayName(); + sName=sName.toLowerCase(); + if(sName.contains("hoe")) + { + if(bs.is(Blocks.DIRT) || bs.is(Blocks.GRASS_BLOCK)) + { + //OTEMod.LOGGER.info("DIRT!"); + updateItem(itemUsed, ItemStatType.HOE); + } + } else if(sName.contains("shovel")) + { + if(bs.is(Blocks.GRASS_BLOCK)) + { + updateItem(itemUsed, ItemStatType.SHOVELPATH); + } + } + + + } + + @SubscribeEvent + public void onShears(PlayerInteractEvent.EntityInteract ev) + { + + if(ev.getLevel().isClientSide)return; + if(ev.getCancellationResult() == InteractionResult.PASS) + { + // Check the entity right-clicked, and the item in hand + + //OTEMod.LOGGER.info("Success"); + ServerPlayer sp = (ServerPlayer)ev.getEntity(); + ItemStack itemUsed = sp.getMainHandItem(); + Entity target = ev.getTarget(); + ResourceLocation loc = ForgeRegistries.ITEMS.getKey(itemUsed.getItem()); + String itemModName = ChatHelpers.macroize("[0]:[1]", loc.getNamespace(), loc.getPath()); + ResourceLocation locEnt = ForgeRegistries.ENTITY_TYPES.getKey(ev.getTarget().getType()); + String entityModName = ChatHelpers.macroize("[0]:[1]", locEnt.getNamespace(), locEnt.getPath()); + + String sName = itemModName + "::" + itemUsed.getDisplayName(); + sName=sName.toLowerCase(); + if(sName.contains("shears")) + { + if(entityModName.contains("sheep")) + { + updateItem(itemUsed, ItemStatType.SHEARS); + } + } + } + } + + + @SubscribeEvent + public void onEntityKilled(LivingDeathEvent ev) + { + if(ev.getEntity().level().isClientSide)return; + + // Handle two things + + // 1. Update mob kill count on a sword if wielded. + // 2. If mob, process randomness. If death by player with looting 3, 0.1% chance for a spawn egg to drop + Entity source = ev.getSource().getEntity(); + ServerPlayer sp= null; + if(source instanceof Player) + { + sp = (ServerPlayer)source; + } + + if(sp==null)return; + + ItemStack weaponUsed = sp.getItemInHand(InteractionHand.MAIN_HAND); + ResourceLocation loc = ForgeRegistries.ITEMS.getKey(weaponUsed.getItem()); + String itemModName = ChatHelpers.macroize("[0]:[1]", loc.getNamespace(), loc.getPath()); + String sName = itemModName + "::" + weaponUsed.getDisplayName(); + sName=sName.toLowerCase(); + if(sName.contains("sword")) + { + updateItem(weaponUsed, ItemStatType.SWORD); + + } + + if(ItemUtils.getEnchantmentLevel(ModEnchantments.MOB_EGGING_ENCHANTMENT.get(), weaponUsed) > 0) { + updateItem(weaponUsed, ItemStatType.EGG_CHANCE); + } + + } + + // Only valid to be used by OTEMod + protected static void updateItem(ItemStack weaponUsed, ItemStatType type) + { + + try { + + // Update the mob kill count + CompoundTag props = weaponUsed.getTag(); + if(props==null){ + props=new CompoundTag(); + weaponUsed.setTag(props); + } + String tagName = ItemStatTag.STATS_TAG + "_" + type.name().toLowerCase(); + CompoundTag container = new CompoundTag(); + if(!props.contains(tagName)) + { + props.put(tagName, container); + }else container = props.getCompound(ItemStatTag.STATS_TAG+"_"+type.name().toLowerCase()); + LoreContainer contain = new LoreContainer(weaponUsed); + + ItemStatTag isTag; + try{ + isTag = new ItemStatTag(type, (container.contains("pos") ? container.getInt("pos") : contain.miscData.loreData.size()), container.getInt("value")); + }catch (Exception e){ + isTag = new ItemStatTag(type, contain.miscData.loreData.size(), 0); + } + if(type == ItemStatType.EGG_CHANCE) + { + int bias = weaponUsed.getTag().getInt(MobEggEnchantment.TAG_BIAS); + int level = ItemUtils.getEnchantmentLevel(ModEnchantments.MOB_EGGING_ENCHANTMENT.get(), weaponUsed); + + double percent = ((ServerConfig.drops.mobEggingChance) + (level + bias)); + + isTag.setValue((int)percent); + }else isTag.increment(); + LoreEntry entry; + + + + if(contain.miscData.loreData.size()==0) + { + // Missing entry + entry = new LoreEntry.Builder().text(ItemStatistics.makeText(isTag)).build(); + contain.miscData.loreData.add(entry); + }else { + if(contain.miscData.loreData.size() == isTag.tagPosition) + { + entry = new LoreEntry.Builder().text(ItemStatistics.makeText(isTag)).build(); + contain.miscData.loreData.add(entry); + }else { + entry = contain.miscData.loreData.get(isTag.tagPosition); // Stat is set at 0 + entry.text = ItemStatistics.makeText(isTag); + + } + } + + // Update item + contain.commitLore(); + container.putInt("pos", isTag.tagPosition); + container.putInt("value", isTag.value); + weaponUsed.setTag(props); + }catch(Exception e) + { + e.printStackTrace(); + } + } +} diff --git a/src/main/java/dev/zontreck/otemod/events/ModEventBusEvents.java b/src/main/java/dev/zontreck/otemod/events/ModEventBusEvents.java new file mode 100644 index 0000000..0e4090c --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/events/ModEventBusEvents.java @@ -0,0 +1,17 @@ +package dev.zontreck.otemod.events; + +import dev.zontreck.otemod.OTEMod; +import net.minecraftforge.event.entity.EntityAttributeCreationEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; +import net.minecraftforge.fml.common.Mod; +import net.minecraftforge.fml.common.Mod.EventBusSubscriber.Bus; + +@Mod.EventBusSubscriber(modid = OTEMod.MOD_ID, bus = Bus.MOD) +public class ModEventBusEvents { + @SubscribeEvent + public static void onMobAttributeCreation(EntityAttributeCreationEvent ev) + { + //ev.put((EntityType) ModEntityTypes.POSSUM.get(), PossumEntity.createAttributes()); + OTEMod.LOGGER.info("/!\\ REGISTERING ATTRIBUTES /!\\"); + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/CreativeModeTabs.java b/src/main/java/dev/zontreck/otemod/implementation/CreativeModeTabs.java new file mode 100644 index 0000000..cebc8d0 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/CreativeModeTabs.java @@ -0,0 +1,39 @@ +package dev.zontreck.otemod.implementation; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.items.ModItems; +import net.minecraft.core.registries.Registries; +import net.minecraft.network.chat.Component; +import net.minecraft.world.item.CreativeModeTab; +import net.minecraft.world.item.Item; +import net.minecraft.world.level.ItemLike; +import net.minecraftforge.fml.common.Mod; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +import java.util.ArrayList; +import java.util.List; +import java.util.function.Supplier; + +@Mod.EventBusSubscriber(modid = OTEMod.MOD_ID, bus = Mod.EventBusSubscriber.Bus.MOD) +public class CreativeModeTabs +{ + public static final DeferredRegister REGISTER = DeferredRegister.create(Registries.CREATIVE_MODE_TAB, OTEMod.MOD_ID); + + public static final List> OTEMOD_TAB_ITEMS = new ArrayList<>(); + + public static final RegistryObject OTE_TAB = REGISTER.register("otemod", () -> CreativeModeTab.builder() + .title(Component.translatable("itemGroup.tabs.otemod")) + .icon(ModItems.IHAN_CRYSTAL.get()::getDefaultInstance) + .displayItems((display, output) -> OTEMOD_TAB_ITEMS.forEach(it->output.accept(it.get()))) + .build() + ); + + public static RegistryObject addToOTEModTab(RegistryObject itemLike) + { + OTEMOD_TAB_ITEMS.add(itemLike); + return itemLike; + } + +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/DeathMessages.java b/src/main/java/dev/zontreck/otemod/implementation/DeathMessages.java new file mode 100644 index 0000000..88e0d56 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/DeathMessages.java @@ -0,0 +1,67 @@ +package dev.zontreck.otemod.implementation; + +import java.util.ArrayList; +import java.util.List; +import java.util.Random; + +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.util.ChatHelpers; +import net.minecraft.world.damagesource.DamageSource; +import net.minecraft.world.damagesource.DamageTypes; +import net.minecraft.world.entity.Entity; + +public class DeathMessages { + private static final List messages; + private static final List messages_falling; + + static{ + messages=new ArrayList<>(); + messages_falling = new ArrayList<>(); + messages.add("!Dark_Red!On their [0] death, [1]!Dark_Red! was reduced to a jittering flesh pile"); + messages.add("!Dark_Red![1]!Dark_Red! experienced their [0] death, while running away in fear from [2]"); + messages.add("!Dark_Red![1] was eaten alive by [2]"); + messages.add("!Dark_Red!For their [0] death, [1]!Dark_Red! got a little bit too careless!"); + + } + + public static String getRandomDeathMessage(Profile playerWhoDied, DamageSource source) + { + Random rng = new Random(); + int msg = 0; + try { + msg = rng.nextInt(0, messages.size()-1); + + }catch (Exception E) + { + E.printStackTrace(); + msg=0; + } + String sourceName=""; + if(source.isCreativePlayer()) + { + sourceName = "A godlike player"; + } + if(source.is(DamageTypes.FALL)) + { + try { + msg = rng.nextInt(0,messages_falling.size()-1); + + }catch(Exception e) + { + e.printStackTrace(); + msg=0; + } + return ChatHelpers.macroize(messages_falling.get(msg), String.valueOf(playerWhoDied.deaths), playerWhoDied.name_color + playerWhoDied.nickname); + } + + if(source.getEntity() != null) + { + if(sourceName.equals("")) + { + sourceName = source.getEntity().getName().getString(); + } + } else sourceName = "an imaginary zombie!"; + + return ChatHelpers.macroize(messages.get(msg), String.valueOf(playerWhoDied.deaths), playerWhoDied.name_color + playerWhoDied.nickname, sourceName); + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/InventoryBackup.java b/src/main/java/dev/zontreck/otemod/implementation/InventoryBackup.java new file mode 100644 index 0000000..abcf3e4 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/InventoryBackup.java @@ -0,0 +1,196 @@ +package dev.zontreck.otemod.implementation; + +import dev.zontreck.otemod.database.OTEDatastore; +import net.minecraft.nbt.*; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.level.GameType; +import net.minecraftforge.items.ItemStackHandler; + +import java.io.File; +import java.io.IOException; +import java.nio.file.Path; +import java.util.ArrayList; +import java.util.List; + +public class InventoryBackup extends OTEDatastore +{ + /** + * This is to introduce custom, virtual gamemodes. To allow for custom dimensions to have their own inventories. + */ + public enum GameMode { + Adventure("adventure"), + Spectator("spectator"), + Creative("creative"), + Survival("survival"), + Thresholds("thresholds"), + Builder("builder"); + + private final String name; + private GameMode(String name) + { + this.name=name; + } + + public String getName() { + return name; + } + + public static GameMode fromGameType(GameType type) + { + switch(type) + { + case ADVENTURE: + { + return Adventure; + } + case SPECTATOR: + { + return Spectator; + } + case CREATIVE: + { + return Creative; + } + default: + { + return Survival; + } + } + } + + public static GameMode fromNBT(Tag tag) + { + String str = tag.getAsString(); + for(GameMode mode : values()) + { + if(mode.getName().equalsIgnoreCase(str)) + { + return mode; + } + } + + return Survival; + } + + public Tag saveToNBT() + { + return StringTag.valueOf(name); + } + + public GameType toMinecraft() + { + switch(this) + { + + case Survival: + { + return GameType.SURVIVAL; + } + + case Creative: + { + return GameType.CREATIVE; + } + + case Adventure: + { + return GameType.ADVENTURE; + } + + case Spectator: + { + return GameType.SPECTATOR; + } + + + + default: + { + return GameType.DEFAULT_MODE; + } + } + } + } + ServerPlayer player; + File my_file; + + ListTag list; + GameMode formerGameMode; + + public static final Path FILE_TREE_PATH = of("gamemode_inventories"); + + public InventoryBackup(ServerPlayer player, GameMode mode) + { + this.player = player; + if(!FILE_TREE_PATH.toFile().exists()) + { + FILE_TREE_PATH.toFile().mkdir(); + } + var temp = FILE_TREE_PATH.resolve(player.getStringUUID()); + if(!temp.toFile().exists()) temp.toFile().mkdir(); + + my_file = temp.resolve(mode.getName() + ".nbt").toFile(); + } + + public void restore() + { + try { + if(!my_file.exists()) + { + list = new ListTag(); + return; + } + CompoundTag tag = NbtIo.read(my_file); + list = tag.getList("inventory", Tag.TAG_COMPOUND); + + if(tag.contains("gamemode")) + { + formerGameMode = GameMode.fromNBT(tag.get("gamemode")); + } + + + + } catch (IOException e) { + e.printStackTrace(); + } + } + + public void save() + { + try{ + CompoundTag tag = new CompoundTag(); + list = new ListTag(); + list = player.getInventory().save(list); + tag.put("inventory", list); + if(formerGameMode != null) + tag.put("gamemode", formerGameMode.saveToNBT()); + + NbtIo.write(tag, my_file); + + }catch(Exception e) + { + e.printStackTrace(); + } + } + + public void apply() + { + try { + player.getInventory().load(list); + }catch(Exception e) + { + e.printStackTrace(); + } + } + + public void setFormerGameMode(GameMode mode) + { + formerGameMode=mode; + } + + public GameMode getFormerGameMode() { + return formerGameMode; + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/Messages.java b/src/main/java/dev/zontreck/otemod/implementation/Messages.java new file mode 100644 index 0000000..e13b27b --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/Messages.java @@ -0,0 +1,34 @@ +package dev.zontreck.otemod.implementation; + +public class Messages { + public static final String OTE_PREFIX; + public static final String PREFIX_UPDATED; + public static final String PREFIX_COLOR_UPDATED; + public static final String NICK_UPDATED; + public static final String NAME_COLOR_UPDATED; + public static final String CHAT_COLOR_UPDATED; + public static final String CONSOLE_ERROR; + public static final String STARTER_FAILURE_PERMISSIONS; + public static final String STARTER_KIT_GIVEN; + + public static final String FLIGHT_GIVEN; + public static final String FLIGHT_REMOVED; + public static final String BUILDER_DIMENSION_DISALLOWED; + + + static{ + OTE_PREFIX = "!Dark_Gray![!Dark_Purple!Thresholds!Dark_Gray!] "; + + PREFIX_UPDATED = OTE_PREFIX + " !Dark_Purple!Your prefix has been updated"; + PREFIX_COLOR_UPDATED = OTE_PREFIX + "!Dark_Purple!Your prefix color has been updated"; + NICK_UPDATED = OTE_PREFIX + "!Dark_Purple! Your nickname has been updated"; + NAME_COLOR_UPDATED = OTE_PREFIX + "!Dark_Purple!Your name color has been updated"; + CHAT_COLOR_UPDATED = OTE_PREFIX + "!Dark_Purple!Your chat color has been updated"; + CONSOLE_ERROR = OTE_PREFIX + "!Dark_Red!This command can only be executed from within the game, and by a player"; + STARTER_FAILURE_PERMISSIONS = OTE_PREFIX + "!Dark_Red!This command can only be executed by server operators"; + STARTER_KIT_GIVEN = OTE_PREFIX + "!Dark_Purple!You have been given a starter kit. Welcome to the server."; + FLIGHT_GIVEN = OTE_PREFIX + "!Dark_Green!You start to feel lighter than a feather"; + FLIGHT_REMOVED = OTE_PREFIX + "!Dark_Red!You have a sinking feeling you are no longer lighter than a feather."; + BUILDER_DIMENSION_DISALLOWED = OTE_PREFIX+"!Dark_Red!The builder dimension is disallowed for regular users. You must be a server operator."; + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/MouseHelpers.java b/src/main/java/dev/zontreck/otemod/implementation/MouseHelpers.java new file mode 100644 index 0000000..39b15b5 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/MouseHelpers.java @@ -0,0 +1,19 @@ +package dev.zontreck.otemod.implementation; + +public class MouseHelpers { + public static boolean isMouseOver(double mouseX, double mouseY, int x, int y, int sizeX, int sizeY) + { + return (mouseX>=x && mouseX <= x+sizeX) && (mouseY >= y && mouseY <= y+sizeY); + } + + public static boolean isMouseOver(double mouseX, double mouseY, int x, int y, int size) + { + return isMouseOver(mouseX, mouseY, x, y, size,size); + } + + + public static boolean isMouseOver(double mouseX, double mouseY, int x, int y) + { + return isMouseOver(mouseX, mouseY, x, y, 16); + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/PlayerFirstJoinTag.java b/src/main/java/dev/zontreck/otemod/implementation/PlayerFirstJoinTag.java new file mode 100644 index 0000000..78ca49a --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/PlayerFirstJoinTag.java @@ -0,0 +1,38 @@ +package dev.zontreck.otemod.implementation; + +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.LongTag; + +import java.time.Instant; + +public class PlayerFirstJoinTag +{ + private PlayerFirstJoinTag(long time) + { + LastGiven = time; + } + + public long LastGiven; + public static final String ID = "firstjoin"; + public static final String LAST_GIVEN_TAG = "last"; + + public static PlayerFirstJoinTag now() + { + return new PlayerFirstJoinTag(Instant.now().getEpochSecond()); + } + + public void save(CompoundTag parent) + { + CompoundTag tag = new CompoundTag(); + tag.put(LAST_GIVEN_TAG, LongTag.valueOf(LastGiven)); + + parent.put(ID, tag); + } + + public static PlayerFirstJoinTag load(CompoundTag tag) + { + if(!tag.contains(ID)) return null; + CompoundTag me = tag.getCompound(ID); + return new PlayerFirstJoinTag(me.getLong(LAST_GIVEN_TAG)); + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/StarterKitDoesNotExistException.java b/src/main/java/dev/zontreck/otemod/implementation/StarterKitDoesNotExistException.java new file mode 100644 index 0000000..48d70e7 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/StarterKitDoesNotExistException.java @@ -0,0 +1,5 @@ +package dev.zontreck.otemod.implementation; + +public class StarterKitDoesNotExistException extends Exception +{ +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/VaultContainer.java b/src/main/java/dev/zontreck/otemod/implementation/VaultContainer.java deleted file mode 100644 index d6708ba..0000000 --- a/src/main/java/dev/zontreck/otemod/implementation/VaultContainer.java +++ /dev/null @@ -1,109 +0,0 @@ -package dev.zontreck.otemod.implementation; - -import java.sql.Connection; -import java.sql.PreparedStatement; -import java.sql.ResultSet; -import java.sql.SQLException; -import java.util.HashMap; -import java.util.Map; -import java.util.UUID; - -import com.mojang.brigadier.exceptions.CommandSyntaxException; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import net.minecraft.core.BlockPos; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.NbtUtils; -import net.minecraft.network.chat.Component; -import net.minecraft.server.MinecraftServer; -import net.minecraft.server.level.ServerPlayer; -import net.minecraft.world.inventory.MenuConstructor; -import net.minecraft.world.item.ItemStack; -import net.minecraftforge.items.ItemStackHandler; - -public class VaultContainer -{ - public static Map VAULT_REGISTRY = new HashMap<>(); - public VaultMenu theContainer; - public ItemStackHandler myInventory; - public MenuConstructor serverMenu; - public UUID owner; - private MinecraftServer server; - private final int VAULT_NUMBER; - public final UUID VaultID; - public VaultContainer(ServerPlayer player, int vaultNum) { - myInventory = new ItemStackHandler(54); // Vaults have a fixed size at the same as a double chest - theContainer = new VaultMenu(player.containerCounter+1, player.getInventory(), myInventory, BlockPos.ZERO); - VaultID = theContainer.VaultMenuID; - owner = player.getUUID(); - server=player.server; - serverMenu = theContainer.getServerMenu(myInventory); - VAULT_NUMBER=vaultNum; - if(VAULT_NUMBER == -1)return; // Trash ID - - Connection con = OTEMod.DB.getConnection(); - // Check database for vault - - PreparedStatement pstat; - try { - con.beginRequest(); - pstat = con.prepareStatement("SELECT * FROM `vaults` WHERE `uuid`=? AND `number`=?;"); - pstat.setString(1, player.getStringUUID()); - pstat.setInt(2, vaultNum); - - ResultSet rs = pstat.executeQuery(); - while(rs.next()) - { - // We have a vault, deserialize the container - String data = rs.getString("data"); - CompoundTag inv = NbtUtils.snbtToStructure(data); - myInventory.deserializeNBT(inv); - } - con.endRequest(); - } catch (SQLException | CommandSyntaxException e) { - e.printStackTrace(); - } - // Container is now ready to be sent to the client! - } - - public void commit() - { - if(VAULT_NUMBER == -1)return; // We have no need to save the trash - CompoundTag saved = myInventory.serializeNBT(); - ChatServerOverride.broadcastToAbove(owner, Component.literal(ChatColor.BOLD+ChatColor.DARK_GREEN+"Saving the vault's contents..."), server); - - String toSave= NbtUtils.structureToSnbt(saved); - - Connection con = OTEMod.DB.getConnection(); - try{ - con.beginRequest(); - PreparedStatement ps = con.prepareStatement("REPLACE INTO `vaults` (uuid, number, data) VALUES (?,?,?);"); - ps.setString(1, owner.toString()); - ps.setInt(2, VAULT_NUMBER); - ps.setString(3, toSave); - - boolean has_items = false; - for (int i = 0; i< myInventory.getSlots(); i++){ - ItemStack IS = myInventory.getStackInSlot(i); - if(!IS.isEmpty()){ - has_items=true; - } - } - - if(!has_items) - { - ps = con.prepareStatement("DELETE FROM `vaults` WHERE uuid=? AND number=?;"); - ps.setString(1, owner.toString()); - ps.setInt(2, VAULT_NUMBER); - } - - ps.execute(); - con.endRequest(); - }catch(SQLException e){ - e.printStackTrace(); - } - } - -} diff --git a/src/main/java/dev/zontreck/otemod/implementation/VaultMenu.java b/src/main/java/dev/zontreck/otemod/implementation/VaultMenu.java deleted file mode 100644 index f1fdf62..0000000 --- a/src/main/java/dev/zontreck/otemod/implementation/VaultMenu.java +++ /dev/null @@ -1,114 +0,0 @@ -package dev.zontreck.otemod.implementation; - -import java.util.Map; -import java.util.UUID; - -import dev.zontreck.otemod.implementation.inits.MenuInitializer; -import net.minecraft.core.BlockPos; -import net.minecraft.world.entity.player.Inventory; -import net.minecraft.world.entity.player.Player; -import net.minecraft.world.inventory.AbstractContainerMenu; -import net.minecraft.world.inventory.MenuConstructor; -import net.minecraft.world.inventory.Slot; -import net.minecraft.world.item.ItemStack; -import net.minecraftforge.items.IItemHandler; -import net.minecraftforge.items.ItemStackHandler; -import net.minecraftforge.items.SlotItemHandler; - -public class VaultMenu extends AbstractContainerMenu -{ - //private final ContainerLevelAccess containerAccess; - public final UUID VaultMenuID; - - public VaultMenu (int id, Inventory player) - { - this(id, player, new ItemStackHandler(54), BlockPos.ZERO); - } - - public VaultMenu (int id, Inventory player, IItemHandler slots, BlockPos pos) - { - super(MenuInitializer.VAULT.get(), id); - VaultMenuID=UUID.randomUUID(); - //this.containerAccess = ContainerLevelAccess.create(player.player.level, pos); - - final int slotSize = 16; - final int startX = 17; - final int startY = 133; - final int hotbarY = 184; - final int inventoryY = 26; - - for (int row = 0; row < 6; row++) - { - for (int column = 0; column < 9; column++) - { - addSlot(new SlotItemHandler(slots, row*9 + column, startX+column * slotSize , inventoryY + row * slotSize)); - } - } - - for (int row=0;row<3;row++) - { - for(int col = 0; col< 9; col++) - { - addSlot(new Slot(player, 9+row * 9 + col, startX + col * slotSize, startY + row * slotSize)); - } - } - - for(int col = 0; col<9; col++) - { - addSlot(new Slot(player, col, startX + col * slotSize, hotbarY)); - } - } - - @Override - public ItemStack quickMoveStack(Player play, int index) { - ItemStack ret = ItemStack.EMPTY; - final Slot slot = getSlot(index); - boolean moveStack = false; - if(slot.hasItem()){ - final ItemStack item = slot.getItem(); - ret = item.copy(); - - if(index<54) - { - moveStack=moveItemStackTo(item, 54, this.slots.size(), true); - if(!moveStack) return ItemStack.EMPTY; - }else { - moveStack = moveItemStackTo(item, 0, 54, false); - - if(!moveStack)return ItemStack.EMPTY; - } - - - if(item.isEmpty()){ - slot.set(ItemStack.EMPTY); - }else slot.setChanged(); - } - - return ret; - } - - @Override - public boolean stillValid(Player p_38874_) { - return true; // We have no block - } - - public static MenuConstructor getServerMenu (ItemStackHandler inventory){ - return (id, player, play) -> new VaultMenu(id, player, inventory, BlockPos.ZERO); - } - - - public void doCommitAction() - { - - // Locate the Vault in the Vault Registry and commit changes. - // Search for myself! - for(Map.Entry e : VaultContainer.VAULT_REGISTRY.entrySet()) - { - if(e.getValue().VaultID.equals(VaultMenuID)) - { - e.getValue().commit(); - } - } - } - -} diff --git a/src/main/java/dev/zontreck/otemod/implementation/VaultScreen.java b/src/main/java/dev/zontreck/otemod/implementation/VaultScreen.java deleted file mode 100644 index eac23eb..0000000 --- a/src/main/java/dev/zontreck/otemod/implementation/VaultScreen.java +++ /dev/null @@ -1,68 +0,0 @@ -package dev.zontreck.otemod.implementation; - -import java.util.UUID; - -import com.mojang.blaze3d.systems.RenderSystem; -import com.mojang.blaze3d.vertex.PoseStack; - -import dev.zontreck.otemod.OTEMod; -import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; -import net.minecraft.client.renderer.GameRenderer; -import net.minecraft.network.chat.Component; -import net.minecraft.resources.ResourceLocation; -import net.minecraft.world.entity.player.Inventory; - -public class VaultScreen extends AbstractContainerScreen -{ - // 176x224 - public final UUID VaultMenuID; - - private static final ResourceLocation TEXTURE = new ResourceLocation(OTEMod.MOD_ID, "textures/gui/vault.png"); - - public VaultScreen(VaultMenu container, Inventory playerInv, Component comp){ - super(container, playerInv, comp); - - this.VaultMenuID = container.VaultMenuID; - this.leftPos = 0; - this.topPos = 0; - - this.imageWidth = 176; - this.imageHeight = 224; - } - - @Override - public void render(PoseStack stack, int mouseX, int mouseY, float partialTicks) - { - this.renderBackground(stack); - super.render(stack, mouseX, mouseY, partialTicks); - this.renderTooltip(stack, mouseX, mouseY); - - this.font.draw(stack, this.title, this.leftPos + 17, this.topPos + 15, 0xFFFFFF); - this.font.draw(stack, this.playerInventoryTitle, this.leftPos + 17, this.topPos + 123, 0xFFFFFF); - } - - @Override - protected void renderLabels(PoseStack stack, int mouseX, int mouseY) - { - //this.font.draw(stack, this.title.getString(), this.leftPos + 17, this.topPos + 15, 0xFFFFFF); - - //this.font.draw(stack, this.playerInventoryTitle.getString(), this.leftPos + 17, this.topPos + 123, 0xFFFFFF); - } - - @Override - protected void init() - { - super.init(); - // This is where custom controls would be added! - } - - @Override - protected void renderBg(PoseStack stack, float mouseX, int mouseY, int partialTicks) - { - renderBackground(stack); - RenderSystem.setShader(GameRenderer::getPositionTexShader); - RenderSystem.setShaderColor (1.0f, 1.0f, 1.0f, 1.0f); - RenderSystem.setShaderTexture(0, TEXTURE); - blit(stack, this.leftPos, this.topPos, 0, 0, this.imageWidth, this.imageHeight); - } -} diff --git a/src/main/java/dev/zontreck/otemod/implementation/compressor/CompressionChamberMenu.java b/src/main/java/dev/zontreck/otemod/implementation/compressor/CompressionChamberMenu.java new file mode 100644 index 0000000..eee8be7 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/compressor/CompressionChamberMenu.java @@ -0,0 +1,169 @@ +package dev.zontreck.otemod.implementation.compressor; + +import dev.zontreck.otemod.blocks.ModBlocks; +import dev.zontreck.otemod.blocks.entity.CompressionChamberBlockEntity; +import dev.zontreck.otemod.blocks.entity.ItemScrubberBlockEntity; +import dev.zontreck.otemod.blocks.entity.ModEntities; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergyContainer; +import dev.zontreck.otemod.implementation.inits.ModMenuTypes; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.*; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraftforge.common.capabilities.ForgeCapabilities; +import net.minecraftforge.items.SlotItemHandler; + +public class CompressionChamberMenu extends AbstractContainerMenu implements IThresholdsEnergyContainer +{ + public final CompressionChamberBlockEntity entity; + public final Level level; + public final ContainerData data; + + public CompressionChamberMenu(int id, Inventory inv, FriendlyByteBuf buf) + { + this(id, inv, inv.player.level().getBlockEntity(buf.readBlockPos()), new SimpleContainerData(1)); + } + + public CompressionChamberMenu(int id, Inventory inv, BlockEntity entity, ContainerData data) + { + super(ModMenuTypes.COMPRESSION_CHAMBER.get(), id); + + checkContainerSize(inv, 1); + + this.data=data; + this.level = entity.getLevel(); + this.entity = (CompressionChamberBlockEntity) entity; + + + addPlayerInventory(inv); + addPlayerHotbar(inv); + + this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.UP).ifPresent(handler->{ + addSlot(new SlotItemHandler(handler, 0, 34,34)); + }); + + this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.DOWN).ifPresent(handler->{ + addSlot(new SlotItemHandler(handler, 0, 113, 34)); + }); + + + addDataSlots(data); + } + + + + public boolean isCrafting() + { + return data.get(0) > 0; + } + + public int getScaledProgress() + { + if(!isCrafting())return 0; + int progress = this.data.get(0); + int max = CompressionChamberBlockEntity.PROCESSING_TICKS; + + int progressArrow = 39; + + + if(progress != 0 && max != 0) + { + int percent = progress * progressArrow / max; + return percent; + } + + return 0; + } + + + // CREDIT GOES TO: diesieben07 | https://github.com/diesieben07/SevenCommons + // must assign a slot number to each of the slots used by the GUI. + // For this container, we can see both the tile inventory's slots as well as the player inventory slots and the hotbar. + // Each time we add a Slot to the container, it automatically increases the slotIndex, which means + // 0 - 8 = hotbar slots (which will map to the InventoryPlayer slot numbers 0 - 8) + // 9 - 35 = player inventory slots (which map to the InventoryPlayer slot numbers 9 - 35) + // 36 - 44 = TileInventory slots, which map to our TileEntity slot numbers 0 - 8) + private static final int HOTBAR_SLOT_COUNT = 9; + private static final int PLAYER_INVENTORY_ROW_COUNT = 3; + private static final int PLAYER_INVENTORY_COLUMN_COUNT = 9; + private static final int PLAYER_INVENTORY_SLOT_COUNT = PLAYER_INVENTORY_COLUMN_COUNT * PLAYER_INVENTORY_ROW_COUNT; + private static final int VANILLA_SLOT_COUNT = HOTBAR_SLOT_COUNT + PLAYER_INVENTORY_SLOT_COUNT; + private static final int VANILLA_FIRST_SLOT_INDEX = 0; + private static final int TE_INVENTORY_FIRST_SLOT_INDEX = VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT; + + // THIS YOU HAVE TO DEFINE! + private static final int TE_INVENTORY_SLOT_COUNT = 2; // must be the number of slots you have! + + @Override + public ItemStack quickMoveStack(Player playerIn, int index) { + Slot sourceSlot = slots.get(index); + if (sourceSlot == null || !sourceSlot.hasItem()) return ItemStack.EMPTY; //EMPTY_ITEM + ItemStack sourceStack = sourceSlot.getItem(); + ItemStack copyOfSourceStack = sourceStack.copy(); + + // Check if the slot clicked is one of the vanilla container slots + if (index < VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT) { + // This is a vanilla container slot so merge the stack into the tile inventory + if (!moveItemStackTo(sourceStack, TE_INVENTORY_FIRST_SLOT_INDEX, TE_INVENTORY_FIRST_SLOT_INDEX + + TE_INVENTORY_SLOT_COUNT, false)) { + return ItemStack.EMPTY; // EMPTY_ITEM + } + } else if (index < TE_INVENTORY_FIRST_SLOT_INDEX + TE_INVENTORY_SLOT_COUNT) { + // This is a TE slot so merge the stack into the players inventory + if (!moveItemStackTo(sourceStack, VANILLA_FIRST_SLOT_INDEX, VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT, false)) { + return ItemStack.EMPTY; + } + } else { + System.out.println("Invalid slotIndex:" + index); + return ItemStack.EMPTY; + } + // If stack size == 0 (the entire stack was moved) set slot contents to null + if (sourceStack.getCount() == 0) { + sourceSlot.set(ItemStack.EMPTY); + } else { + sourceSlot.setChanged(); + } + sourceSlot.onTake(playerIn, sourceStack); + return copyOfSourceStack; + } + + @Override + public boolean stillValid(Player player) { + return stillValid(ContainerLevelAccess.create(level, entity.getBlockPos()), player, ModBlocks.COMPRESSION_CHAMBER.get()); + } + + private static final int PLAYER_INVENTORY_FIRST_SLOT_HEIGHT = 85; + private static final int PLAYER_INVENTORY_FIRST_SLOT_LEFT = 11; + private static final int PLAYER_HOTBAR_FIRST_SLOT = 143; + + private void addPlayerInventory(Inventory inv) + { + for (int i = 0; i < 3; i++) { + for (int j = 0; j < 9; j++) { + this.addSlot(new Slot(inv, j+i*9+9, PLAYER_INVENTORY_FIRST_SLOT_LEFT+j*18, PLAYER_INVENTORY_FIRST_SLOT_HEIGHT+i*18)); + } + } + } + + private void addPlayerHotbar(Inventory inv) + { + for (int index = 0; index < 9; index++) { + this.addSlot(new Slot(inv, index, PLAYER_INVENTORY_FIRST_SLOT_LEFT+index*18, PLAYER_HOTBAR_FIRST_SLOT)); + } + } + + @Override + public BlockPos getPosition() { + return entity.getBlockPos(); + } + + @Override + public BlockEntity getEntity() { + return entity; + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/compressor/CompressionChamberScreen.java b/src/main/java/dev/zontreck/otemod/implementation/compressor/CompressionChamberScreen.java new file mode 100644 index 0000000..ba0750e --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/compressor/CompressionChamberScreen.java @@ -0,0 +1,113 @@ +package dev.zontreck.otemod.implementation.compressor; + +import com.mojang.blaze3d.systems.RenderSystem; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.MouseHelpers; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergyContainer; +import dev.zontreck.otemod.implementation.energy.screenrenderer.EnergyInfoArea; +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; +import net.minecraft.client.renderer.GameRenderer; +import net.minecraft.core.BlockPos; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.level.block.entity.BlockEntity; + +import java.util.Optional; + +public class CompressionChamberScreen extends AbstractContainerScreen implements IThresholdsEnergyContainer +{ + + + private static final ResourceLocation TEXTURE = new ResourceLocation(OTEMod.MOD_ID, "textures/gui/energized_compression_chamber.png"); + + private EnergyInfoArea EIA; + + + public CompressionChamberScreen(CompressionChamberMenu pMenu, Inventory pPlayerInventory, Component pTitle) { + super(pMenu, pPlayerInventory, pTitle); + + this.topPos=0; + this.leftPos=0; + + this.imageWidth=176; + this.imageHeight=177; + } + + @Override + protected void init() { + super.init(); + assignEnergyArea(); + } + + private void assignEnergyArea() { + int x = (width - imageWidth )/2; + int y = (height - imageHeight)/2; + + EIA = new EnergyInfoArea(x+63, y+46, menu.entity.getEnergyStorage(), 39, 6); + } + + @Override + protected void renderBg(GuiGraphics guiGraphics, float v, int i, int i1) { + + RenderSystem.setShader(GameRenderer::getPositionTexShader); + RenderSystem.setShaderColor(1.0F, 1.0F, 1.0F, 1.0F); + RenderSystem.setShaderTexture(0, TEXTURE); + + + guiGraphics.blit(TEXTURE, this.leftPos, this.topPos, 0,0, imageWidth, imageHeight); + renderCraftingProgress(guiGraphics); + EIA.draw(guiGraphics); + } + + + @Override + protected void renderLabels(GuiGraphics stack, int mouseX, int mouseY) + { + stack.drawString(font, this.title.getString(), 32, 4, 0xFFFFFF); + + int x = (width - imageWidth )/2; + int y = (height - imageHeight)/2; + renderEnergy(stack, mouseX, mouseY, x, y); + //this.font.draw(stack, this.playerInventoryTitle.getString(), this.leftPos + 17, this.topPos + 123, 0xFFFFFF); + } + + private void renderEnergy(GuiGraphics stack, int mouseX, int mouseY, int x, int y) { + if(isMouseAbove(mouseX, mouseY, x, y, 63, 46, 39, 6)){ + stack.renderTooltip(font, EIA.getTooltips(), Optional.empty(), mouseX-x, mouseY-y); + } + } + + + private void renderCraftingProgress(GuiGraphics stack) + { + if(menu.isCrafting()) + { + stack.blit(TEXTURE, leftPos+63, topPos+34, 179, 11, menu.getScaledProgress(),6); + } + } + + @Override + public void render(GuiGraphics stack, int mouseX, int mouseY, float delta) + { + renderBackground(stack); + super.render(stack, mouseX, mouseY, delta); + renderTooltip(stack, mouseX, mouseY); + } + + private boolean isMouseAbove(int mouseX, int mouseY, int x, int y, int offsetX, int offsetY, int width, int height) + { + return MouseHelpers.isMouseOver(mouseX, mouseY, x+offsetX, y+offsetY, width, height); + } + + @Override + public BlockPos getPosition() { + return menu.getPosition(); + } + + @Override + public BlockEntity getEntity() { + return menu.getEntity(); + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/energy/IThresholdsEnergy.java b/src/main/java/dev/zontreck/otemod/implementation/energy/IThresholdsEnergy.java new file mode 100644 index 0000000..c66fdbf --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/energy/IThresholdsEnergy.java @@ -0,0 +1,6 @@ +package dev.zontreck.otemod.implementation.energy; + +public interface IThresholdsEnergy { + int getEnergy(); + void setEnergy(int energy); +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/energy/IThresholdsEnergyContainer.java b/src/main/java/dev/zontreck/otemod/implementation/energy/IThresholdsEnergyContainer.java new file mode 100644 index 0000000..bfea5d7 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/energy/IThresholdsEnergyContainer.java @@ -0,0 +1,13 @@ +package dev.zontreck.otemod.implementation.energy; + +import net.minecraft.core.BlockPos; +import net.minecraft.world.level.block.entity.BlockEntity; + +/** + * This is used to mark a screen as a energy container to automatically send the energy request packets + */ +public interface IThresholdsEnergyContainer +{ + BlockPos getPosition(); + BlockEntity getEntity(); +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/energy/OTEEnergy.java b/src/main/java/dev/zontreck/otemod/implementation/energy/OTEEnergy.java new file mode 100644 index 0000000..481ed48 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/energy/OTEEnergy.java @@ -0,0 +1,47 @@ +package dev.zontreck.otemod.implementation.energy; + +import net.minecraftforge.energy.EnergyStorage; + +public abstract class OTEEnergy extends EnergyStorage +{ + + public OTEEnergy(int capacity, int maxTransfer) { + super(capacity, maxTransfer); + } + + @Override + public int extractEnergy(int max, boolean simulate) + { + int ex = super.extractEnergy(max, simulate); + if(ex != 0){ + onChanged(); + } + + return ex; + } + + @Override + public int receiveEnergy(int max, boolean simulate) + { + int rcv = super.receiveEnergy(max, simulate); + if(rcv!=0){ + onChanged(); + } + + return rcv; + } + + public int setEnergy(int energy){ + this.energy=energy; + onChanged(); + return energy; + } + + public abstract void onChanged(); + + public int getEnergy() + { + return energy; + } + +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/energy/screenrenderer/EnergyInfoArea.java b/src/main/java/dev/zontreck/otemod/implementation/energy/screenrenderer/EnergyInfoArea.java new file mode 100644 index 0000000..344bf7e --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/energy/screenrenderer/EnergyInfoArea.java @@ -0,0 +1,50 @@ +package dev.zontreck.otemod.implementation.energy.screenrenderer; + +import com.mojang.blaze3d.vertex.PoseStack; +import net.minecraft.client.Minecraft; +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.client.renderer.Rect2i; +import net.minecraft.network.chat.Component; +import net.minecraftforge.energy.IEnergyStorage; + +import java.util.List; + +/* + * BluSunrize + * Copyright (c) 2021 + * + * This code is licensed under "Blu's License of Common Sense" + * Details can be found in the license file in the root folder of this project + */ +public class EnergyInfoArea extends InfoArea { + private final IEnergyStorage energy; + + public EnergyInfoArea(int xMin, int yMin) { + this(xMin, yMin, null,8,64); + } + + public EnergyInfoArea(int xMin, int yMin, IEnergyStorage energy) { + this(xMin, yMin, energy,8,64); + } + + public EnergyInfoArea(int xMin, int yMin, IEnergyStorage energy, int width, int height) { + super(new Rect2i(xMin, yMin, width, height)); + this.energy = energy; + } + + public List getTooltips() { + return List.of(Component.literal(energy.getEnergyStored()+"/"+energy.getMaxEnergyStored()+" FE")); + } + + @Override + public void draw(GuiGraphics transform) { + final int height = area.getHeight(); + final int width = area.getWidth(); + int stored = (int)(height*(energy.getEnergyStored()/(float)energy.getMaxEnergyStored())); + + + if(area.getHeight() > area.getWidth()) + transform.fillGradient(area.getX(), area.getY() + (height + stored), area.getX() + area.getWidth(), area.getY() + area.getHeight(), 0xff0000, 0xff550000); + else transform.fillGradient(area.getX() + (width + stored), area.getY(),area.getX() + area.getWidth(), area.getY() + area.getHeight(), 0xff0000, 0xff005500); + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/energy/screenrenderer/InfoArea.java b/src/main/java/dev/zontreck/otemod/implementation/energy/screenrenderer/InfoArea.java new file mode 100644 index 0000000..f1534a5 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/energy/screenrenderer/InfoArea.java @@ -0,0 +1,25 @@ +package dev.zontreck.otemod.implementation.energy.screenrenderer; + +import com.mojang.blaze3d.vertex.PoseStack; + +import net.minecraft.client.Minecraft; +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.client.renderer.Rect2i; + +/* + * BluSunrize + * Copyright (c) 2021 + * + * This code is licensed under "Blu's License of Common Sense" + * Details can be found in the license file in the root folder of this project + */ +public abstract class InfoArea { + protected final Rect2i area; + + protected InfoArea(Rect2i area) { + this.area = area; + } + + public abstract void draw(GuiGraphics transform); +} + diff --git a/src/main/java/dev/zontreck/otemod/implementation/events/VaultCreatedEvent.java b/src/main/java/dev/zontreck/otemod/implementation/events/VaultCreatedEvent.java new file mode 100644 index 0000000..ef68abb --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/events/VaultCreatedEvent.java @@ -0,0 +1,28 @@ +package dev.zontreck.otemod.implementation.events; + +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.otemod.configs.snbt.ServerConfig; +import net.minecraftforge.eventbus.api.Event; + +public class VaultCreatedEvent extends Event +{ + public int vault_num; + public Profile user; + public int in_use; + public int max; + public int playerMax; + public int remaining; + public boolean at_max; + + public VaultCreatedEvent(int num, Profile user, int vaultsInUse) + { + max = ServerConfig.general.maxVaults; + vault_num = num; + in_use = vaultsInUse; + playerMax=user.available_vaults; + remaining = playerMax-in_use; + if(remaining<=0)at_max=true; + this.user=user; + + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/events/VaultDeletedEvent.java b/src/main/java/dev/zontreck/otemod/implementation/events/VaultDeletedEvent.java new file mode 100644 index 0000000..4a3ada6 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/events/VaultDeletedEvent.java @@ -0,0 +1,11 @@ +package dev.zontreck.otemod.implementation.events; + +import dev.zontreck.libzontreck.profiles.Profile; + +public class VaultDeletedEvent extends VaultCreatedEvent{ + + public VaultDeletedEvent(int num, Profile user, int vaultsInUse) { + super(num, user, vaultsInUse); + } + +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/events/VaultModifiedEvent.java b/src/main/java/dev/zontreck/otemod/implementation/events/VaultModifiedEvent.java new file mode 100644 index 0000000..9e482c9 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/events/VaultModifiedEvent.java @@ -0,0 +1,18 @@ +package dev.zontreck.otemod.implementation.events; + +import dev.zontreck.libzontreck.profiles.Profile; +import net.minecraft.world.entity.player.Inventory; +import net.minecraftforge.items.ItemStackHandler; + +public class VaultModifiedEvent extends VaultCreatedEvent +{ + public ItemStackHandler inventory; + public ItemStackHandler oldInventory; + + public VaultModifiedEvent(int num, Profile user, int vaultsInUse, ItemStackHandler inv, ItemStackHandler old) { + super(num, user, vaultsInUse); + inventory=inv; + oldInventory = old; + } + +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/inits/MenuInitializer.java b/src/main/java/dev/zontreck/otemod/implementation/inits/MenuInitializer.java deleted file mode 100644 index 184d214..0000000 --- a/src/main/java/dev/zontreck/otemod/implementation/inits/MenuInitializer.java +++ /dev/null @@ -1,18 +0,0 @@ -package dev.zontreck.otemod.implementation.inits; - -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.implementation.VaultMenu; -import net.minecraft.world.inventory.MenuType; -import net.minecraftforge.registries.DeferredRegister; -import net.minecraftforge.registries.ForgeRegistries; -import net.minecraftforge.registries.RegistryObject; - -public final class MenuInitializer -{ - public static final DeferredRegister> CONTAINERS = DeferredRegister.create(ForgeRegistries.MENU_TYPES, OTEMod.MOD_ID); - - public static final RegistryObject > VAULT = CONTAINERS.register("vault", ()-> new MenuType<>(VaultMenu::new)); - - - private MenuInitializer(){} -} diff --git a/src/main/java/dev/zontreck/otemod/implementation/inits/ModMenuTypes.java b/src/main/java/dev/zontreck/otemod/implementation/inits/ModMenuTypes.java new file mode 100644 index 0000000..e35cbb7 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/inits/ModMenuTypes.java @@ -0,0 +1,44 @@ +package dev.zontreck.otemod.implementation.inits; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.compressor.CompressionChamberMenu; +import dev.zontreck.otemod.implementation.scrubber.ItemScrubberMenu; +import dev.zontreck.otemod.implementation.scrubber.MagicalScrubberMenu; +import dev.zontreck.otemod.implementation.uncrafting.UncrafterMenu; +import dev.zontreck.otemod.implementation.vault.StarterMenu; +import dev.zontreck.otemod.implementation.vault.VaultMenu; +import net.minecraft.world.inventory.AbstractContainerMenu; +import net.minecraft.world.inventory.MenuType; +import net.minecraftforge.common.extensions.IForgeMenuType; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.network.IContainerFactory; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public final class ModMenuTypes +{ + public static final DeferredRegister> CONTAINERS = DeferredRegister.create(ForgeRegistries.MENU_TYPES, OTEMod.MOD_ID); + + public static final RegistryObject> VAULT = registerMenuType(VaultMenu::new, "vault"); + + public static final RegistryObject> STARTER = registerMenuType(StarterMenu::new, "starter"); + + public static final RegistryObject> SCRUBBER = registerMenuType(ItemScrubberMenu::new, "item_scrubber_menu"); + public static final RegistryObject> MAGIC_SCRUBBER = registerMenuType(MagicalScrubberMenu::new, "magical_scrubber_menu"); + + public static final RegistryObject> COMPRESSION_CHAMBER = registerMenuType(CompressionChamberMenu::new, "compression_chamber"); + + public static final RegistryObject> UNCRAFTER = registerMenuType(UncrafterMenu::new, "uncrafter"); + + + private static RegistryObject> registerMenuType(IContainerFactory factory, String name) + { + return CONTAINERS.register(name, ()->IForgeMenuType.create(factory)); + } + + public static void register(IEventBus bus) + { + CONTAINERS.register(bus); + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/scrubber/ItemScrubberMenu.java b/src/main/java/dev/zontreck/otemod/implementation/scrubber/ItemScrubberMenu.java new file mode 100644 index 0000000..2c0c2f4 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/scrubber/ItemScrubberMenu.java @@ -0,0 +1,161 @@ +package dev.zontreck.otemod.implementation.scrubber; + +import dev.zontreck.otemod.blocks.ModBlocks; +import dev.zontreck.otemod.blocks.entity.ItemScrubberBlockEntity; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergyContainer; +import dev.zontreck.otemod.implementation.inits.ModMenuTypes; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.*; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraftforge.common.capabilities.ForgeCapabilities; +import net.minecraftforge.items.SlotItemHandler; + +public class ItemScrubberMenu extends AbstractContainerMenu implements IThresholdsEnergyContainer +{ + public final ItemScrubberBlockEntity entity; + private final Level level; + private final ContainerData data; + + public ItemScrubberMenu(int id, Inventory inv, FriendlyByteBuf buf) + { + this(id, inv, inv.player.level().getBlockEntity(buf.readBlockPos()), new SimpleContainerData(1)); + } + + public ItemScrubberMenu(int id, Inventory inv, BlockEntity entity, ContainerData data){ + super(ModMenuTypes.SCRUBBER.get(), id); + + checkContainerSize(inv, 1); + this.entity = (ItemScrubberBlockEntity)entity; + this.data=data; + this.level = inv.player.level(); + + addPlayerInventory(inv); + addPlayerHotbar(inv); + + this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.UP).ifPresent(handler->{ + addSlot(new SlotItemHandler(handler, 0, 16, 41)); + }); + this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.DOWN).ifPresent(handler->{ + addSlot(new SlotItemHandler(handler, 0, 177, 41)); + }); + + addDataSlots(data); + + } + + public boolean isCrafting() + { + return data.get(0) > 0; + } + + public int getScaledProgress() + { + if(!isCrafting())return 0; + int progress = this.data.get(0); + int max = ItemScrubberBlockEntity.MAXIMUM_PROCESSING_TICKS; + + int progressArrow = 125; + + + if(progress != 0 && max != 0) + { + int percent = progress * progressArrow / max; + return percent; + } + + return 0; + } + + // CREDIT GOES TO: diesieben07 | https://github.com/diesieben07/SevenCommons + // must assign a slot number to each of the slots used by the GUI. + // For this container, we can see both the tile inventory's slots as well as the player inventory slots and the hotbar. + // Each time we add a Slot to the container, it automatically increases the slotIndex, which means + // 0 - 8 = hotbar slots (which will map to the InventoryPlayer slot numbers 0 - 8) + // 9 - 35 = player inventory slots (which map to the InventoryPlayer slot numbers 9 - 35) + // 36 - 44 = TileInventory slots, which map to our TileEntity slot numbers 0 - 8) + private static final int HOTBAR_SLOT_COUNT = 9; + private static final int PLAYER_INVENTORY_ROW_COUNT = 3; + private static final int PLAYER_INVENTORY_COLUMN_COUNT = 9; + private static final int PLAYER_INVENTORY_SLOT_COUNT = PLAYER_INVENTORY_COLUMN_COUNT * PLAYER_INVENTORY_ROW_COUNT; + private static final int VANILLA_SLOT_COUNT = HOTBAR_SLOT_COUNT + PLAYER_INVENTORY_SLOT_COUNT; + private static final int VANILLA_FIRST_SLOT_INDEX = 0; + private static final int TE_INVENTORY_FIRST_SLOT_INDEX = VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT; + + // THIS YOU HAVE TO DEFINE! + private static final int TE_INVENTORY_SLOT_COUNT = 2; // must be the number of slots you have! + + @Override + public ItemStack quickMoveStack(Player playerIn, int index) { + Slot sourceSlot = slots.get(index); + if (sourceSlot == null || !sourceSlot.hasItem()) return ItemStack.EMPTY; //EMPTY_ITEM + ItemStack sourceStack = sourceSlot.getItem(); + ItemStack copyOfSourceStack = sourceStack.copy(); + + // Check if the slot clicked is one of the vanilla container slots + if (index < VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT) { + // This is a vanilla container slot so merge the stack into the tile inventory + if (!moveItemStackTo(sourceStack, TE_INVENTORY_FIRST_SLOT_INDEX, TE_INVENTORY_FIRST_SLOT_INDEX + + TE_INVENTORY_SLOT_COUNT, false)) { + return ItemStack.EMPTY; // EMPTY_ITEM + } + } else if (index < TE_INVENTORY_FIRST_SLOT_INDEX + TE_INVENTORY_SLOT_COUNT) { + // This is a TE slot so merge the stack into the players inventory + if (!moveItemStackTo(sourceStack, VANILLA_FIRST_SLOT_INDEX, VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT, false)) { + return ItemStack.EMPTY; + } + } else { + System.out.println("Invalid slotIndex:" + index); + return ItemStack.EMPTY; + } + // If stack size == 0 (the entire stack was moved) set slot contents to null + if (sourceStack.getCount() == 0) { + sourceSlot.set(ItemStack.EMPTY); + } else { + sourceSlot.setChanged(); + } + sourceSlot.onTake(playerIn, sourceStack); + return copyOfSourceStack; + } + + + @Override + public boolean stillValid(Player player) { + return stillValid(ContainerLevelAccess.create(level, entity.getBlockPos()), player, ModBlocks.ITEM_SCRUBBER.get()); + } + + private static final int PLAYER_INVENTORY_FIRST_SLOT_HEIGHT = 69; + private static final int PLAYER_INVENTORY_FIRST_SLOT_LEFT = 24; + private static final int PLAYER_HOTBAR_FIRST_SLOT = 125; + + private void addPlayerInventory(Inventory inv) + { + for (int i = 0; i < 3; i++) { + for (int j = 0; j < 9; j++) { + this.addSlot(new Slot(inv, j+i*9+9, PLAYER_INVENTORY_FIRST_SLOT_LEFT+j*18, PLAYER_INVENTORY_FIRST_SLOT_HEIGHT+i*18)); + } + } + } + + private void addPlayerHotbar(Inventory inv) + { + for (int index = 0; index < 9; index++) { + this.addSlot(new Slot(inv, index, PLAYER_INVENTORY_FIRST_SLOT_LEFT+index*18, PLAYER_HOTBAR_FIRST_SLOT)); + } + } + + @Override + public BlockPos getPosition() { + return entity.getBlockPos(); + } + + @Override + public BlockEntity getEntity() { + return entity; + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/scrubber/ItemScrubberScreen.java b/src/main/java/dev/zontreck/otemod/implementation/scrubber/ItemScrubberScreen.java new file mode 100644 index 0000000..4b98ff5 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/scrubber/ItemScrubberScreen.java @@ -0,0 +1,112 @@ +package dev.zontreck.otemod.implementation.scrubber; + +import java.util.Optional; + +import com.mojang.blaze3d.systems.RenderSystem; +import com.mojang.blaze3d.vertex.PoseStack; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.MouseHelpers; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergyContainer; +import dev.zontreck.otemod.implementation.energy.screenrenderer.EnergyInfoArea; +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; +import net.minecraft.client.renderer.GameRenderer; +import net.minecraft.core.BlockPos; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.level.block.entity.BlockEntity; + +public class ItemScrubberScreen extends AbstractContainerScreen implements IThresholdsEnergyContainer +{ + private static final ResourceLocation TEXTURE = new ResourceLocation(OTEMod.MOD_ID, "textures/gui/item_scrubber_gui.png"); + + private EnergyInfoArea EIA; + + public ItemScrubberScreen(ItemScrubberMenu p_97741_, Inventory p_97742_, Component p_97743_) { + super(p_97741_, p_97742_, p_97743_); + + + this.topPos=0; + this.leftPos=0; + + this.imageWidth = 208; + this.imageHeight = 165; + } + + @Override + protected void init() + { + super.init(); + assignEnergyArea(); + } + + private void assignEnergyArea() { + int x = (width - imageWidth )/2; + int y = (height - imageHeight)/2; + + EIA = new EnergyInfoArea(x+188, y+69, menu.entity.getEnergyStorage(), 7, 72); + } + + @Override + protected void renderBg(GuiGraphics poseStack, float partialTick, int mouseX, int mouseY) { + RenderSystem.setShader(GameRenderer::getPositionTexShader); + RenderSystem.setShaderColor(1.0F, 1.0F, 1.0F, 1.0F); + RenderSystem.setShaderTexture(0, TEXTURE); + + + poseStack.blit(TEXTURE, this.leftPos, this.topPos, 0,0, imageWidth, imageHeight); + renderUncraftingProgress(poseStack); + EIA.draw(poseStack); + } + + + @Override + protected void renderLabels(GuiGraphics stack, int mouseX, int mouseY) + { + stack.drawString(font, this.title.getString(), 63, 12, 0xFFFFFF); + + int x = (width - imageWidth )/2; + int y = (height - imageHeight)/2; + renderEnergy(stack, mouseX, mouseY, x, y); + //this.font.draw(stack, this.playerInventoryTitle.getString(), this.leftPos + 17, this.topPos + 123, 0xFFFFFF); + } + + private void renderEnergy(GuiGraphics stack, int mouseX, int mouseY, int x, int y) { + if(isMouseAbove(mouseX, mouseY, x, y, 188, 69, 7, 72)){ + stack.renderTooltip(font, EIA.getTooltips(), Optional.empty(), mouseX-x, mouseY-y); + } + } + + private void renderUncraftingProgress(GuiGraphics stack) + { + if(menu.isCrafting()) + { + stack.blit(TEXTURE, leftPos+42, topPos+45, 1, 168, menu.getScaledProgress(),6); + } + } + + @Override + public void render(GuiGraphics stack, int mouseX, int mouseY, float delta) + { + renderBackground(stack); + super.render(stack, mouseX, mouseY, delta); + renderTooltip(stack, mouseX, mouseY); + } + + private boolean isMouseAbove(int mouseX, int mouseY, int x, int y, int offsetX, int offsetY, int width, int height) + { + return MouseHelpers.isMouseOver(mouseX, mouseY, x+offsetX, y+offsetY, width, height); + } + + @Override + public BlockPos getPosition() { + return menu.getPosition(); + } + + @Override + public BlockEntity getEntity() { + return menu.getEntity(); + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/scrubber/MagicalScrubberMenu.java b/src/main/java/dev/zontreck/otemod/implementation/scrubber/MagicalScrubberMenu.java new file mode 100644 index 0000000..d031e94 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/scrubber/MagicalScrubberMenu.java @@ -0,0 +1,161 @@ +package dev.zontreck.otemod.implementation.scrubber; + +import dev.zontreck.otemod.blocks.ModBlocks; +import dev.zontreck.otemod.blocks.entity.MagicalScrubberBlockEntity; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergyContainer; +import dev.zontreck.otemod.implementation.inits.ModMenuTypes; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.*; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraftforge.common.capabilities.ForgeCapabilities; +import net.minecraftforge.items.SlotItemHandler; + +public class MagicalScrubberMenu extends AbstractContainerMenu implements IThresholdsEnergyContainer +{ + public final MagicalScrubberBlockEntity entity; + private final Level level; + private final ContainerData data; + + public MagicalScrubberMenu(int id, Inventory inv, FriendlyByteBuf buf) + { + this(id, inv, inv.player.level().getBlockEntity(buf.readBlockPos()), new SimpleContainerData(1)); + } + + public MagicalScrubberMenu(int id, Inventory inv, BlockEntity entity, ContainerData data){ + super(ModMenuTypes.MAGIC_SCRUBBER.get(), id); + + checkContainerSize(inv, 1); + this.entity = (MagicalScrubberBlockEntity)entity; + this.data=data; + this.level = inv.player.level(); + + addPlayerInventory(inv); + addPlayerHotbar(inv); + + this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.UP).ifPresent(handler->{ + addSlot(new SlotItemHandler(handler, 0, 16, 41)); + }); + this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.DOWN).ifPresent(handler->{ + addSlot(new SlotItemHandler(handler, 0, 177, 41)); + }); + + addDataSlots(data); + + } + + public boolean isCrafting() + { + return data.get(0) > 0; + } + + public int getScaledProgress() + { + if(!isCrafting())return 0; + int progress = this.data.get(0); + int max = MagicalScrubberBlockEntity.MAXIMUM_PROCESSING_TICKS; + + int progressArrow = 125; + + + if(progress != 0 && max != 0) + { + int percent = progress * progressArrow / max; + return percent; + } + + return 0; + } + + // CREDIT GOES TO: diesieben07 | https://github.com/diesieben07/SevenCommons + // must assign a slot number to each of the slots used by the GUI. + // For this container, we can see both the tile inventory's slots as well as the player inventory slots and the hotbar. + // Each time we add a Slot to the container, it automatically increases the slotIndex, which means + // 0 - 8 = hotbar slots (which will map to the InventoryPlayer slot numbers 0 - 8) + // 9 - 35 = player inventory slots (which map to the InventoryPlayer slot numbers 9 - 35) + // 36 - 44 = TileInventory slots, which map to our TileEntity slot numbers 0 - 8) + private static final int HOTBAR_SLOT_COUNT = 9; + private static final int PLAYER_INVENTORY_ROW_COUNT = 3; + private static final int PLAYER_INVENTORY_COLUMN_COUNT = 9; + private static final int PLAYER_INVENTORY_SLOT_COUNT = PLAYER_INVENTORY_COLUMN_COUNT * PLAYER_INVENTORY_ROW_COUNT; + private static final int VANILLA_SLOT_COUNT = HOTBAR_SLOT_COUNT + PLAYER_INVENTORY_SLOT_COUNT; + private static final int VANILLA_FIRST_SLOT_INDEX = 0; + private static final int TE_INVENTORY_FIRST_SLOT_INDEX = VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT; + + // THIS YOU HAVE TO DEFINE! + private static final int TE_INVENTORY_SLOT_COUNT = 2; // must be the number of slots you have! + + @Override + public ItemStack quickMoveStack(Player playerIn, int index) { + Slot sourceSlot = slots.get(index); + if (sourceSlot == null || !sourceSlot.hasItem()) return ItemStack.EMPTY; //EMPTY_ITEM + ItemStack sourceStack = sourceSlot.getItem(); + ItemStack copyOfSourceStack = sourceStack.copy(); + + // Check if the slot clicked is one of the vanilla container slots + if (index < VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT) { + // This is a vanilla container slot so merge the stack into the tile inventory + if (!moveItemStackTo(sourceStack, TE_INVENTORY_FIRST_SLOT_INDEX, TE_INVENTORY_FIRST_SLOT_INDEX + + TE_INVENTORY_SLOT_COUNT, false)) { + return ItemStack.EMPTY; // EMPTY_ITEM + } + } else if (index < TE_INVENTORY_FIRST_SLOT_INDEX + TE_INVENTORY_SLOT_COUNT) { + // This is a TE slot so merge the stack into the players inventory + if (!moveItemStackTo(sourceStack, VANILLA_FIRST_SLOT_INDEX, VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT, false)) { + return ItemStack.EMPTY; + } + } else { + System.out.println("Invalid slotIndex:" + index); + return ItemStack.EMPTY; + } + // If stack size == 0 (the entire stack was moved) set slot contents to null + if (sourceStack.getCount() == 0) { + sourceSlot.set(ItemStack.EMPTY); + } else { + sourceSlot.setChanged(); + } + sourceSlot.onTake(playerIn, sourceStack); + return copyOfSourceStack; + } + + + @Override + public boolean stillValid(Player player) { + return stillValid(ContainerLevelAccess.create(level, entity.getBlockPos()), player, ModBlocks.MAGICAL_SCRUBBER.get()); + } + + private static final int PLAYER_INVENTORY_FIRST_SLOT_HEIGHT = 69; + private static final int PLAYER_INVENTORY_FIRST_SLOT_LEFT = 24; + private static final int PLAYER_HOTBAR_FIRST_SLOT = 125; + + private void addPlayerInventory(Inventory inv) + { + for (int i = 0; i < 3; i++) { + for (int j = 0; j < 9; j++) { + this.addSlot(new Slot(inv, j+i*9+9, PLAYER_INVENTORY_FIRST_SLOT_LEFT+j*18, PLAYER_INVENTORY_FIRST_SLOT_HEIGHT+i*18)); + } + } + } + + private void addPlayerHotbar(Inventory inv) + { + for (int index = 0; index < 9; index++) { + this.addSlot(new Slot(inv, index, PLAYER_INVENTORY_FIRST_SLOT_LEFT+index*18, PLAYER_HOTBAR_FIRST_SLOT)); + } + } + + @Override + public BlockPos getPosition() { + return entity.getBlockPos(); + } + + @Override + public BlockEntity getEntity() { + return entity; + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/scrubber/MagicalScrubberScreen.java b/src/main/java/dev/zontreck/otemod/implementation/scrubber/MagicalScrubberScreen.java new file mode 100644 index 0000000..7547d59 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/scrubber/MagicalScrubberScreen.java @@ -0,0 +1,113 @@ +package dev.zontreck.otemod.implementation.scrubber; + +import java.util.Optional; + +import com.mojang.blaze3d.systems.RenderSystem; +import com.mojang.blaze3d.vertex.PoseStack; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.MouseHelpers; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergyContainer; +import dev.zontreck.otemod.implementation.energy.screenrenderer.EnergyInfoArea; +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; +import net.minecraft.client.renderer.GameRenderer; +import net.minecraft.core.BlockPos; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.level.block.entity.BlockEntity; + +public class MagicalScrubberScreen extends AbstractContainerScreen implements IThresholdsEnergyContainer +{ + + private static final ResourceLocation TEXTURE = new ResourceLocation(OTEMod.MOD_ID, "textures/gui/item_scrubber_gui.png"); + + private EnergyInfoArea EIA; + + + @Override + protected void init() + { + super.init(); + assignEnergyArea(); + } + + private void assignEnergyArea() { + int x = (width - imageWidth )/2; + int y = (height - imageHeight)/2; + + EIA = new EnergyInfoArea(x+188, y+69, menu.entity.getEnergyStorage(), 7, 72); + } + + + public MagicalScrubberScreen(MagicalScrubberMenu pMenu, Inventory pPlayerInventory, Component pTitle) { + super(pMenu, pPlayerInventory, pTitle); + this.topPos=0; + this.leftPos=0; + + this.imageWidth = 208; + this.imageHeight = 165; + } + + @Override + protected void renderBg(GuiGraphics poseStack, float partialTick, int mouseX, int mouseY) { + RenderSystem.setShader(GameRenderer::getPositionTexShader); + RenderSystem.setShaderColor(1.0F, 1.0F, 1.0F, 1.0F); + RenderSystem.setShaderTexture(0, TEXTURE); + + + poseStack.blit(TEXTURE, this.leftPos, this.topPos, 0, 0, imageWidth, imageHeight); + renderUncraftingProgress(poseStack); + EIA.draw(poseStack); + } + + + @Override + protected void renderLabels(GuiGraphics stack, int mouseX, int mouseY) + { + stack.drawString(font, title.getString(), 63, 12, 0xFFFFFF); + + int x = (width - imageWidth )/2; + int y = (height - imageHeight)/2; + renderEnergy(stack, mouseX, mouseY, x, y); + //this.font.draw(stack, this.playerInventoryTitle.getString(), this.leftPos + 17, this.topPos + 123, 0xFFFFFF); + } + + private void renderEnergy(GuiGraphics stack, int mouseX, int mouseY, int x, int y) { + if(isMouseAbove(mouseX, mouseY, x, y, 188, 69, 7, 72)){ + stack.renderTooltip(font, EIA.getTooltips(), Optional.empty(), mouseX-x, mouseY-y); + } + } + + private void renderUncraftingProgress(GuiGraphics stack) + { + if(menu.isCrafting()) + { + stack.blit(TEXTURE, leftPos+42, topPos+45, 1, 168, menu.getScaledProgress(), 6); + } + } + + @Override + public void render(GuiGraphics stack, int mouseX, int mouseY, float delta) + { + renderBackground(stack); + super.render(stack, mouseX, mouseY, delta); + renderTooltip(stack, mouseX, mouseY); + } + + private boolean isMouseAbove(int mouseX, int mouseY, int x, int y, int offsetX, int offsetY, int width, int height) + { + return MouseHelpers.isMouseOver(mouseX, mouseY, x+offsetX, y+offsetY, width, height); + } + + @Override + public BlockPos getPosition() { + return menu.getPosition(); + } + + @Override + public BlockEntity getEntity() { + return menu.getEntity(); + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/uncrafting/UncrafterMenu.java b/src/main/java/dev/zontreck/otemod/implementation/uncrafting/UncrafterMenu.java new file mode 100644 index 0000000..5ccf0c5 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/uncrafting/UncrafterMenu.java @@ -0,0 +1,167 @@ +package dev.zontreck.otemod.implementation.uncrafting; + +import dev.zontreck.otemod.blocks.ModBlocks; +import dev.zontreck.otemod.blocks.entity.CompressionChamberBlockEntity; +import dev.zontreck.otemod.blocks.entity.UncrafterBlockEntity; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergyContainer; +import dev.zontreck.otemod.implementation.inits.ModMenuTypes; +import net.minecraft.core.BlockPos; +import net.minecraft.core.Direction; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.inventory.*; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraftforge.common.capabilities.ForgeCapabilities; +import net.minecraftforge.items.SlotItemHandler; + +public class UncrafterMenu extends AbstractContainerMenu implements IThresholdsEnergyContainer +{ + + public final UncrafterBlockEntity entity; + public final Level level; + public final ContainerData data; + + public UncrafterMenu(int id, Inventory inv, FriendlyByteBuf buf) + { + this(id, inv, inv.player.level().getBlockEntity(buf.readBlockPos()), new SimpleContainerData(1)); + } + + public UncrafterMenu(int id, Inventory inv, BlockEntity entity, ContainerData data) + { + super(ModMenuTypes.UNCRAFTER.get(), id); + + checkContainerSize(inv, 1); + + this.data=data; + this.level = entity.getLevel(); + this.entity = (UncrafterBlockEntity) entity; + + + addPlayerInventory(inv); + addPlayerHotbar(inv); + + this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.UP).ifPresent(handler->{ + addSlot(new SlotItemHandler(handler, 0, 40,40)); + }); + + this.entity.getCapability(ForgeCapabilities.ITEM_HANDLER, Direction.DOWN).ifPresent(handler->{ + addSlot(new SlotItemHandler(handler, 0, 152, 40)); + }); + + + addDataSlots(data); + } + + public boolean isCrafting() + { + return data.get(0) > 0; + } + + public int getScaledProgress() + { + if(!isCrafting())return 0; + int progress = this.data.get(0); + int max = UncrafterBlockEntity.MAXIMUM_PROCESSING_TICKS; + + int progressArrow = 69; + + + if(progress != 0 && max != 0) + { + int percent = progress * progressArrow / max; + return percent; + } + + return 0; + } + + + // CREDIT GOES TO: diesieben07 | https://github.com/diesieben07/SevenCommons + // must assign a slot number to each of the slots used by the GUI. + // For this container, we can see both the tile inventory's slots as well as the player inventory slots and the hotbar. + // Each time we add a Slot to the container, it automatically increases the slotIndex, which means + // 0 - 8 = hotbar slots (which will map to the InventoryPlayer slot numbers 0 - 8) + // 9 - 35 = player inventory slots (which map to the InventoryPlayer slot numbers 9 - 35) + // 36 - 44 = TileInventory slots, which map to our TileEntity slot numbers 0 - 8) + private static final int HOTBAR_SLOT_COUNT = 9; + private static final int PLAYER_INVENTORY_ROW_COUNT = 3; + private static final int PLAYER_INVENTORY_COLUMN_COUNT = 9; + private static final int PLAYER_INVENTORY_SLOT_COUNT = PLAYER_INVENTORY_COLUMN_COUNT * PLAYER_INVENTORY_ROW_COUNT; + private static final int VANILLA_SLOT_COUNT = HOTBAR_SLOT_COUNT + PLAYER_INVENTORY_SLOT_COUNT; + private static final int VANILLA_FIRST_SLOT_INDEX = 0; + private static final int TE_INVENTORY_FIRST_SLOT_INDEX = VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT; + + // THIS YOU HAVE TO DEFINE! + private static final int TE_INVENTORY_SLOT_COUNT = 2; // must be the number of slots you have! + + @Override + public ItemStack quickMoveStack(Player playerIn, int index) { + Slot sourceSlot = slots.get(index); + if (sourceSlot == null || !sourceSlot.hasItem()) return ItemStack.EMPTY; //EMPTY_ITEM + ItemStack sourceStack = sourceSlot.getItem(); + ItemStack copyOfSourceStack = sourceStack.copy(); + + // Check if the slot clicked is one of the vanilla container slots + if (index < VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT) { + // This is a vanilla container slot so merge the stack into the tile inventory + if (!moveItemStackTo(sourceStack, TE_INVENTORY_FIRST_SLOT_INDEX, TE_INVENTORY_FIRST_SLOT_INDEX + + TE_INVENTORY_SLOT_COUNT, false)) { + return ItemStack.EMPTY; // EMPTY_ITEM + } + } else if (index < TE_INVENTORY_FIRST_SLOT_INDEX + TE_INVENTORY_SLOT_COUNT) { + // This is a TE slot so merge the stack into the players inventory + if (!moveItemStackTo(sourceStack, VANILLA_FIRST_SLOT_INDEX, VANILLA_FIRST_SLOT_INDEX + VANILLA_SLOT_COUNT, false)) { + return ItemStack.EMPTY; + } + } else { + System.out.println("Invalid slotIndex:" + index); + return ItemStack.EMPTY; + } + // If stack size == 0 (the entire stack was moved) set slot contents to null + if (sourceStack.getCount() == 0) { + sourceSlot.set(ItemStack.EMPTY); + } else { + sourceSlot.setChanged(); + } + sourceSlot.onTake(playerIn, sourceStack); + return copyOfSourceStack; + } + + @Override + public boolean stillValid(Player player) { + return stillValid(ContainerLevelAccess.create(level, entity.getBlockPos()), player, ModBlocks.UNCRAFTER.get()); + } + + private static final int PLAYER_INVENTORY_FIRST_SLOT_HEIGHT = 80; + private static final int PLAYER_INVENTORY_FIRST_SLOT_LEFT = 22; + private static final int PLAYER_HOTBAR_FIRST_SLOT = 139; + + private void addPlayerInventory(Inventory inv) + { + for (int i = 0; i < 3; i++) { + for (int j = 0; j < 9; j++) { + this.addSlot(new Slot(inv, j+i*9+9, PLAYER_INVENTORY_FIRST_SLOT_LEFT+j*18, PLAYER_INVENTORY_FIRST_SLOT_HEIGHT+i*18)); + } + } + } + + private void addPlayerHotbar(Inventory inv) + { + for (int index = 0; index < 9; index++) { + this.addSlot(new Slot(inv, index, PLAYER_INVENTORY_FIRST_SLOT_LEFT+index*18, PLAYER_HOTBAR_FIRST_SLOT)); + } + } + + @Override + public BlockPos getPosition() { + return entity.getBlockPos(); + } + + @Override + public BlockEntity getEntity() { + return entity; + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/uncrafting/UncrafterScreen.java b/src/main/java/dev/zontreck/otemod/implementation/uncrafting/UncrafterScreen.java new file mode 100644 index 0000000..6f6bb3f --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/uncrafting/UncrafterScreen.java @@ -0,0 +1,111 @@ +package dev.zontreck.otemod.implementation.uncrafting; + +import com.mojang.blaze3d.systems.RenderSystem; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.MouseHelpers; +import dev.zontreck.otemod.implementation.compressor.CompressionChamberMenu; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergyContainer; +import dev.zontreck.otemod.implementation.energy.screenrenderer.EnergyInfoArea; +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; +import net.minecraft.client.renderer.GameRenderer; +import net.minecraft.core.BlockPos; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.level.block.entity.BlockEntity; + +import java.util.Optional; + +public class UncrafterScreen extends AbstractContainerScreen implements IThresholdsEnergyContainer +{ + private static final ResourceLocation TEXTURE = new ResourceLocation(OTEMod.MOD_ID, "textures/gui/uncrafter.png"); + + private EnergyInfoArea EIA; + + public UncrafterScreen(UncrafterMenu pMenu, Inventory pPlayerInventory, Component pTitle) { + super(pMenu, pPlayerInventory, pTitle); + + this.topPos=0; + this.leftPos=0; + + this.imageWidth=198; + this.imageHeight=167; + } + + @Override + protected void init() { + super.init(); + assignEnergyArea(); + } + + private void assignEnergyArea() { + int x = (width - imageWidth )/2; + int y = (height - imageHeight)/2; + + EIA = new EnergyInfoArea(x+186, y+143, menu.entity.getEnergyStorage(), 5, 63); + } + + @Override + protected void renderBg(GuiGraphics guiGraphics, float v, int i, int i1) { + + RenderSystem.setShader(GameRenderer::getPositionTexShader); + RenderSystem.setShaderColor(1.0F, 1.0F, 1.0F, 1.0F); + RenderSystem.setShaderTexture(0, TEXTURE); + + + guiGraphics.blit(TEXTURE, this.leftPos, this.topPos, 0,0, imageWidth, imageHeight); + renderCraftingProgress(guiGraphics); + EIA.draw(guiGraphics); + } + + + @Override + protected void renderLabels(GuiGraphics stack, int mouseX, int mouseY) + { + stack.drawString(font, this.title.getString(), 32, 4, 0xFFFFFF); + + int x = (width - imageWidth )/2; + int y = (height - imageHeight)/2; + renderEnergy(stack, mouseX, mouseY, x, y); + //this.font.draw(stack, this.playerInventoryTitle.getString(), this.leftPos + 17, this.topPos + 123, 0xFFFFFF); + } + + private void renderEnergy(GuiGraphics stack, int mouseX, int mouseY, int x, int y) { + if(isMouseAbove(mouseX, mouseY, x, y, leftPos + 182, topPos + 126, 5, 63)){ + stack.renderTooltip(font, EIA.getTooltips(), Optional.empty(), mouseX-x, mouseY-y); + } + } + + + private void renderCraftingProgress(GuiGraphics stack) + { + if(menu.isCrafting()) + { + stack.blit(TEXTURE, leftPos+69, topPos+45, 2, 210, menu.getScaledProgress(),7); + } + } + + @Override + public void render(GuiGraphics stack, int mouseX, int mouseY, float delta) + { + renderBackground(stack); + super.render(stack, mouseX, mouseY, delta); + renderTooltip(stack, mouseX, mouseY); + } + + private boolean isMouseAbove(int mouseX, int mouseY, int x, int y, int offsetX, int offsetY, int width, int height) + { + return MouseHelpers.isMouseOver(mouseX, mouseY, x+offsetX, y+offsetY, width, height); + } + + @Override + public BlockPos getPosition() { + return menu.getPosition(); + } + + @Override + public BlockEntity getEntity() { + return menu.getEntity(); + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/vault/NoMoreVaultException.java b/src/main/java/dev/zontreck/otemod/implementation/vault/NoMoreVaultException.java new file mode 100644 index 0000000..dd9139f --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/NoMoreVaultException.java @@ -0,0 +1,15 @@ +package dev.zontreck.otemod.implementation.vault; + +/** + * You cannot create or open the vault due to server settings + */ +public class NoMoreVaultException extends Exception +{ + public int vault; + public NoMoreVaultException(String msg, int vaultNum) + { + super(msg); + vault=vaultNum; + } + +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/vault/Starter.java b/src/main/java/dev/zontreck/otemod/implementation/vault/Starter.java new file mode 100644 index 0000000..1118b10 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/Starter.java @@ -0,0 +1,92 @@ +package dev.zontreck.otemod.implementation.vault; + +import dev.zontreck.libzontreck.profiles.Profile; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.LongTag; +import net.minecraft.nbt.NbtIo; +import net.minecraftforge.items.ItemStackHandler; + +import java.io.File; +import java.io.IOException; + +public class Starter { + public File file_location; + public final boolean isNew; + private long LastChanged; + private CompoundTag tag; + + protected Starter(File loc) + { + file_location=loc; + isNew=!file_location.exists(); + CompoundTag tag; + + if(!isNew){ + try { + tag = NbtIo.read(loc); + this.tag = tag.getCompound("inventory"); + this.LastChanged = tag.getLong("changed"); + } catch (IOException e) { + e.printStackTrace(); + } + } + } + + /** + * This will return the contents of the NBT Vault + * @return + */ + public CompoundTag getContents(){ + return tag; + } + + /** + * This sets the internal compound tag of the vault provider, but also saves it to the file immediately. + * @param newTag + */ + public void setContents(CompoundTag newTag) + { + tag=newTag; + commit(); + } + + public void setLastChanged(long change) + { + LastChanged = change; + } + + public long getLastChanged() { + return LastChanged; + } + + private void commit() + { + CompoundTag newTag = new CompoundTag(); + newTag.put("inventory", tag); + newTag.put("changed", LongTag.valueOf(LastChanged)); + + try { + NbtIo.write(newTag, file_location); + } catch (IOException e) { + e.printStackTrace(); + } + } + + + /** + * This is called to dispose of the vault and the vault file + */ + public void delete() + { + if(file_location.exists()) + file_location.delete(); + } + + public ItemStackHandler getItems() + { + ItemStackHandler H = new ItemStackHandler(32); + H.deserializeNBT(getContents()); + + return H; + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/vault/StarterContainer.java b/src/main/java/dev/zontreck/otemod/implementation/vault/StarterContainer.java new file mode 100644 index 0000000..5b137c2 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/StarterContainer.java @@ -0,0 +1,109 @@ +package dev.zontreck.otemod.implementation.vault; + +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import net.minecraft.core.BlockPos; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; +import net.minecraft.server.MinecraftServer; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.inventory.MenuConstructor; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.Items; +import net.minecraftforge.items.ItemStackHandler; + +import java.time.Instant; +import java.util.HashMap; +import java.util.Map; +import java.util.UUID; + +public class StarterContainer +{ + public static Map VAULT_REGISTRY = new HashMap<>(); + public StarterMenu theContainer; + public ItemStackHandler myInventory; + public ItemStackHandler startingInventory; + public MenuConstructor serverMenu; + public UUID owner; + private MinecraftServer server; + public final UUID VaultID; + private boolean invalid = false; + public Starter main_accessor; + public StarterContainer(ServerPlayer player) throws NoMoreVaultException { + myInventory = new ItemStackHandler(54); // Vaults have a fixed size at the same as a double chest + startingInventory = new ItemStackHandler(64); + theContainer = new StarterMenu(player.containerCounter+1, player.getInventory(), myInventory, BlockPos.ZERO, player); + VaultID = theContainer.VaultMenuID; + owner = player.getUUID(); + server=player.server; + serverMenu = theContainer.getServerMenu(myInventory); + + // Check database for vault + StarterProvider.VaultAccessStrategy strategy; + + strategy = StarterProvider.check(); + if(strategy == StarterProvider.VaultAccessStrategy.CREATE || strategy == StarterProvider.VaultAccessStrategy.OPEN) + { + Starter accessor = StarterProvider.getStarter(); + if(accessor.isNew) + { + main_accessor=accessor; + return; + }else { + myInventory.deserializeNBT(accessor.getContents()); + startingInventory.deserializeNBT(accessor.getContents()); + } + main_accessor=accessor; + }else { + // DENY + throw new NoMoreVaultException("No more vaults can be created", 0); + } + + // Container is now ready to be sent to the client! + } + + public void commit() + { + if(invalid)return; + boolean isEmpty=true; + CompoundTag saved = myInventory.serializeNBT(); + ChatHelpers.broadcastToAbove(owner, Component.literal(ChatColor.BOLD+ChatColor.DARK_GREEN+"Saving the starter kit's contents..."), server); + + main_accessor.setLastChanged(Instant.now().getEpochSecond()); + + Profile profile=null; + try { + profile = Profile.get_profile_of(owner.toString()); + } catch (UserProfileNotYetExistsException e) { + e.printStackTrace(); + return; + } + + for(int i = 0;i new StarterMenu(id, player, inventory, BlockPos.ZERO, player.player); + } + + + public void doCommitAction() + { + + // Locate the Vault in the Vault Registry and commit changes. + // Search for myself! + for(Map.Entry e : StarterContainer.VAULT_REGISTRY.entrySet()) + { + if(e.getValue().VaultID.equals(VaultMenuID)) + { + e.getValue().commit(); + } + } + } + + + private static final int PLAYER_INVENTORY_FIRST_SLOT_HEIGHT = 156; + private static final int PLAYER_INVENTORY_FIRST_SLOT_LEFT = 24; + private static final int PLAYER_HOTBAR_FIRST_SLOT = 212; + + private void addPlayerInventory(Inventory inv) + { + for (int i = 0; i < 3; i++) { + for (int j = 0; j < 9; j++) { + this.addSlot(new Slot(inv, j+i*9+9, PLAYER_INVENTORY_FIRST_SLOT_LEFT+j*18, PLAYER_INVENTORY_FIRST_SLOT_HEIGHT+i*18)); + } + } + } + + private void addPlayerHotbar(Inventory inv) + { + for (int index = 0; index < 9; index++) { + this.addSlot(new Slot(inv, index, PLAYER_INVENTORY_FIRST_SLOT_LEFT+index*18, PLAYER_HOTBAR_FIRST_SLOT)); + } + } + +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/vault/StarterProvider.java b/src/main/java/dev/zontreck/otemod/implementation/vault/StarterProvider.java new file mode 100644 index 0000000..5e0751c --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/StarterProvider.java @@ -0,0 +1,59 @@ +package dev.zontreck.otemod.implementation.vault; + +import dev.zontreck.otemod.database.OTEDatastore; + +import java.io.File; +import java.io.IOException; +import java.nio.file.Files; +import java.nio.file.Path; + +public class StarterProvider extends OTEDatastore +{ + public enum VaultAccessStrategy + { + OPEN, + CREATE, + DENY + } + + public static final Path FILE_TREE_PATH = of("starter"); + + public static VaultAccessStrategy check() + { + if(!FILE_TREE_PATH.toFile().exists()) + { + try { + Files.createDirectory(FILE_TREE_PATH); + } catch (IOException e) { + e.printStackTrace(); + } + } + Path starterVaultPath = FILE_TREE_PATH.resolve("starter.nbt"); + File vaultFile = starterVaultPath.toFile(); + + if(vaultFile.exists()) + { + return VaultAccessStrategy.OPEN; + }else { + return VaultAccessStrategy.CREATE; + } + + } + + public static Starter getStarter() throws NoMoreVaultException + { + VaultAccessStrategy strat = check(); + if(strat == VaultAccessStrategy.CREATE || strat == VaultAccessStrategy.OPEN) + { + Path userVault = FILE_TREE_PATH.resolve("starter.nbt"); + Starter v = new Starter(userVault.toFile()); + return v; + }else return null; + } + + public static boolean exists() + { + Path v = FILE_TREE_PATH.resolve("starter.nbt"); + return v.toFile().exists(); + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/vault/StarterScreen.java b/src/main/java/dev/zontreck/otemod/implementation/vault/StarterScreen.java new file mode 100644 index 0000000..d8b8294 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/StarterScreen.java @@ -0,0 +1,70 @@ +package dev.zontreck.otemod.implementation.vault; + +import com.mojang.blaze3d.systems.RenderSystem; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.networking.ModMessages; +import dev.zontreck.otemod.networking.packets.OpenStarterVaultC2SPacket; +import dev.zontreck.otemod.networking.packets.OpenVaultC2SPacket; +import net.minecraft.client.gui.GuiGraphics; +import net.minecraft.client.gui.components.Button; +import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen; +import net.minecraft.client.renderer.GameRenderer; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.world.entity.player.Inventory; +import net.minecraft.world.entity.player.Player; + +import java.util.UUID; + +public class StarterScreen extends AbstractContainerScreen +{ + // 176x224 + public final UUID VaultMenuID; + public final Player thePlayer; + public final StarterMenu THE_CONTAINER; + + private static final ResourceLocation TEXTURE = new ResourceLocation(OTEMod.MOD_ID, "textures/gui/vault.png"); + + public StarterScreen(StarterMenu container, Inventory playerInv, Component comp){ + super(container, playerInv, comp); + thePlayer=playerInv.player; + + this.VaultMenuID = container.VaultMenuID; + this.leftPos = 0; + this.topPos = 0; + this.THE_CONTAINER=container; + + this.imageWidth = 207; + this.imageHeight = 238; + } + + @Override + public void render(GuiGraphics stack, int mouseX, int mouseY, float partialTicks) + { + this.renderBackground(stack); + super.render(stack, mouseX, mouseY, partialTicks); + this.renderTooltip(stack, mouseX, mouseY); + + } + + @Override + protected void init() + { + super.init(); + this.inventoryLabelY = 12; + this.inventoryLabelX = 63; + + } + + + @Override + protected void renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) + { + renderBackground(pGuiGraphics); + RenderSystem.setShader(GameRenderer::getPositionTexShader); + RenderSystem.setShaderColor (1.0f, 1.0f, 1.0f, 1.0f); + RenderSystem.setShaderTexture(0, TEXTURE); + + pGuiGraphics.blit(TEXTURE, this.leftPos, this.topPos, 0, 0, this.imageWidth, this.imageHeight); + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/vault/Vault.java b/src/main/java/dev/zontreck/otemod/implementation/vault/Vault.java new file mode 100644 index 0000000..9afa134 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/Vault.java @@ -0,0 +1,64 @@ +package dev.zontreck.otemod.implementation.vault; + +import dev.zontreck.libzontreck.profiles.Profile; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.NbtIo; + +import java.io.File; +import java.io.IOException; + +public class Vault { + public int vaultNum; + public File file_location; + public Profile user; + public final boolean isNew; + private CompoundTag tag; + + protected Vault(int num, File loc, Profile owner) + { + user=owner; + file_location=loc; + vaultNum=num; + isNew=!file_location.exists(); + + if(!isNew){ + try { + tag = NbtIo.read(loc); + } catch (IOException e) { + e.printStackTrace(); + } + } + } + + /** + * This will return the contents of the NBT Vault + * @return + */ + public CompoundTag getContents(){ + return tag; + } + + /** + * This sets the internal compound tag of the vault provider, but also saves it to the file immediately. + * @param newTag + */ + public void setContents(CompoundTag newTag) + { + tag=newTag; + try { + NbtIo.write(newTag, file_location); + } catch (IOException e) { + e.printStackTrace(); + } + } + + + /** + * This is called to dispose of the vault and the vault file + */ + public void delete() + { + if(file_location.exists()) + file_location.delete(); + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/vault/VaultContainer.java b/src/main/java/dev/zontreck/otemod/implementation/vault/VaultContainer.java new file mode 100644 index 0000000..f37cd61 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/VaultContainer.java @@ -0,0 +1,116 @@ +package dev.zontreck.otemod.implementation.vault; + +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.events.VaultModifiedEvent; +import dev.zontreck.otemod.implementation.vault.VaultProvider.VaultAccessStrategy; +import net.minecraft.core.BlockPos; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; +import net.minecraft.server.MinecraftServer; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.world.inventory.MenuConstructor; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.Items; +import net.minecraftforge.items.ItemStackHandler; + +import java.util.HashMap; +import java.util.Map; +import java.util.UUID; + +public class VaultContainer +{ + public static Map VAULT_REGISTRY = new HashMap<>(); + public VaultMenu theContainer; + public ItemStackHandler myInventory; + public ItemStackHandler startingInventory; + public MenuConstructor serverMenu; + public UUID owner; + private MinecraftServer server; + public final int VAULT_NUMBER; + public final UUID VaultID; + public Vault main_accessor; + private boolean invalid; + public VaultContainer(ServerPlayer player, int vaultNum) throws NoMoreVaultException { + myInventory = new ItemStackHandler(54); // Vaults have a fixed size at the same as a double chest + startingInventory = new ItemStackHandler(64); + theContainer = new VaultMenu(player.containerCounter+1, player.getInventory(), myInventory, BlockPos.ZERO, player, vaultNum); + VaultID = theContainer.VaultMenuID; + owner = player.getUUID(); + server=player.server; + serverMenu = theContainer.getServerMenu(myInventory, vaultNum); + VAULT_NUMBER=vaultNum; + if(VAULT_NUMBER == -1)return; // Trash ID + + // Check database for vault + VaultAccessStrategy strategy; + try { + strategy = VaultProvider.check(Profile.get_profile_of(player.getStringUUID()), vaultNum); + if(strategy == VaultAccessStrategy.CREATE || strategy == VaultAccessStrategy.OPEN) + { + Vault accessor = VaultProvider.get(Profile.get_profile_of(player.getStringUUID()), vaultNum); + if(accessor.isNew) + { + main_accessor=accessor; + return; + }else { + myInventory.deserializeNBT(accessor.getContents()); + startingInventory.deserializeNBT(accessor.getContents()); + } + main_accessor=accessor; + }else { + // DENY + throw new NoMoreVaultException("No more vaults can be created", vaultNum); + } + } catch (UserProfileNotYetExistsException e) { + throw new NoMoreVaultException("User profile not exists. No vault can be opened or created", -9999); + } + + // Container is now ready to be sent to the client! + } + + public void commit() + { + if(invalid)return; + if(VAULT_NUMBER == -1)return; // We have no need to save the trash + boolean isEmpty=true; + CompoundTag saved = myInventory.serializeNBT(); + ChatHelpers.broadcastToAbove(owner, Component.literal(ChatColor.BOLD+ChatColor.DARK_GREEN+"Saving the vault's contents..."), server); + + Profile profile=null; + try { + profile = Profile.get_profile_of(owner.toString()); + } catch (UserProfileNotYetExistsException e) { + e.printStackTrace(); + return; + } + + for(int i = 0;i new VaultMenu(id, player, inventory, BlockPos.ZERO, player.player, vaultNum); + } + + + public void doCommitAction() + { + + // Locate the Vault in the Vault Registry and commit changes. + // Search for myself! + for(Map.Entry e : VaultContainer.VAULT_REGISTRY.entrySet()) + { + if(e.getValue().VaultID.equals(VaultMenuID)) + { + e.getValue().commit(); + } + } + } + + + private static final int PLAYER_INVENTORY_FIRST_SLOT_HEIGHT = 156; + private static final int PLAYER_INVENTORY_FIRST_SLOT_LEFT = 24; + private static final int PLAYER_HOTBAR_FIRST_SLOT = 212; + + private void addPlayerInventory(Inventory inv) + { + for (int i = 0; i < 3; i++) { + for (int j = 0; j < 9; j++) { + this.addSlot(new Slot(inv, j+i*9+9, PLAYER_INVENTORY_FIRST_SLOT_LEFT+j*18, PLAYER_INVENTORY_FIRST_SLOT_HEIGHT+i*18)); + } + } + } + + private void addPlayerHotbar(Inventory inv) + { + for (int index = 0; index < 9; index++) { + this.addSlot(new Slot(inv, index, PLAYER_INVENTORY_FIRST_SLOT_LEFT+index*18, PLAYER_HOTBAR_FIRST_SLOT)); + } + } + +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/vault/VaultProvider.java b/src/main/java/dev/zontreck/otemod/implementation/vault/VaultProvider.java new file mode 100644 index 0000000..44ded92 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/VaultProvider.java @@ -0,0 +1,98 @@ +package dev.zontreck.otemod.implementation.vault; + +import java.io.File; +import java.io.IOException; +import java.nio.file.Files; +import java.nio.file.Path; +import java.util.List; + +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.otemod.configs.snbt.ServerConfig; +import dev.zontreck.otemod.database.OTEDatastore; + +public class VaultProvider extends OTEDatastore +{ + public enum VaultAccessStrategy + { + OPEN, + CREATE, + DENY + } + + public static final Path FILE_TREE_PATH = of("vaults"); + + public static VaultAccessStrategy check(Profile profile, int vaultNum) + { + if(!FILE_TREE_PATH.toFile().exists()) + { + try { + Files.createDirectory(FILE_TREE_PATH); + } catch (IOException e) { + e.printStackTrace(); + } + } + Path userVaultPath = FILE_TREE_PATH.resolve(profile.user_id); + File vaultFile = userVaultPath.resolve(String.valueOf(vaultNum)+".nbt").toFile(); + + + if(!userVaultPath.toFile().exists()){ + try { + Files.createDirectory(userVaultPath); + } catch (IOException e) { + e.printStackTrace(); + } + } + + if(vaultFile.exists()) + { + return VaultAccessStrategy.OPEN; + }else { + List files = getListOfFiles(userVaultPath); + + if(isAtMaxVaults(profile, files.size())) + { + return VaultAccessStrategy.DENY; + }else { + return VaultAccessStrategy.CREATE; + } + } + + } + + public static int getInUse(Profile prof) + { + Path uservaults = FILE_TREE_PATH.resolve(prof.user_id); + return getListOfFiles(uservaults).size(); + } + + public static boolean isAtMaxVaults(Profile prof, int consumed) + { + if(ServerConfig.general.maxVaults ==0){ + if(consumed < prof.available_vaults){ + return false; + }else return true; + } + if(prof.available_vaults >= ServerConfig.general.maxVaults) + { + if(consumed +{ + // 176x224 + public final UUID VaultMenuID; + public final Player thePlayer; + public final VaultMenu THE_CONTAINER; + + private static final ResourceLocation TEXTURE = new ResourceLocation(OTEMod.MOD_ID, "textures/gui/vault.png"); + + public VaultScreen(VaultMenu container, Inventory playerInv, Component comp){ + super(container, playerInv, comp); + thePlayer=playerInv.player; + + this.VaultMenuID = container.VaultMenuID; + this.leftPos = 0; + this.topPos = 0; + this.THE_CONTAINER=container; + + this.imageWidth = 207; + this.imageHeight = 238; + } + + @Override + public void render(GuiGraphics stack, int mouseX, int mouseY, float partialTicks) + { + this.renderBackground(stack); + super.render(stack, mouseX, mouseY, partialTicks); + this.renderTooltip(stack, mouseX, mouseY); + + } + + @Override + protected void init() + { + super.init(); + this.inventoryLabelY = 12; + this.inventoryLabelX = 63; + + + // This is where custom controls would be added! + + this.addWidget(Button.builder(Component.literal(""), (BTN)->{ + thePlayer.closeContainer(); + ModMessages.sendToServer(new OpenVaultC2SPacket(0, true, -1)); + }).size(16,16).pos(this.leftPos+7, this.topPos+86).build()); + + + this.addWidget(Button.builder(Component.literal(""), (BTN)->{ + thePlayer.closeContainer(); + ModMessages.sendToServer(new OpenVaultC2SPacket(0, true, 1)); + }).size(16,16).pos(this.leftPos+187, this.topPos+84).build()); + + } + + + @Override + protected void renderBg(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) + { + renderBackground(pGuiGraphics); + RenderSystem.setShader(GameRenderer::getPositionTexShader); + RenderSystem.setShaderColor (1.0f, 1.0f, 1.0f, 1.0f); + RenderSystem.setShaderTexture(0, TEXTURE); + + pGuiGraphics.blit(TEXTURE, this.leftPos, this.topPos, 0, 0, this.imageWidth, this.imageHeight); + } +} diff --git a/src/main/java/dev/zontreck/otemod/implementation/VaultWatcher.java b/src/main/java/dev/zontreck/otemod/implementation/vault/VaultWatcher.java similarity index 64% rename from src/main/java/dev/zontreck/otemod/implementation/VaultWatcher.java rename to src/main/java/dev/zontreck/otemod/implementation/vault/VaultWatcher.java index 1fe4f2d..888ffcc 100644 --- a/src/main/java/dev/zontreck/otemod/implementation/VaultWatcher.java +++ b/src/main/java/dev/zontreck/otemod/implementation/vault/VaultWatcher.java @@ -1,11 +1,10 @@ -package dev.zontreck.otemod.implementation; +package dev.zontreck.otemod.implementation.vault; import java.util.Map; import java.util.UUID; import dev.zontreck.otemod.OTEMod; -import net.minecraftforge.api.distmarker.Dist; -import net.minecraftforge.api.distmarker.OnlyIn; +import net.minecraftforge.client.event.ContainerScreenEvent; import net.minecraftforge.event.entity.player.PlayerContainerEvent; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; @@ -14,11 +13,10 @@ import net.minecraftforge.fml.common.Mod.EventBusSubscriber; @EventBusSubscriber(modid=OTEMod.MOD_ID,bus=Mod.EventBusSubscriber.Bus.FORGE) public class VaultWatcher { - - @OnlyIn(Dist.DEDICATED_SERVER) @SubscribeEvent public void onClosedContainer(PlayerContainerEvent.Close ev) { + if(ev.getEntity().level().isClientSide)return; //OTEMod.LOGGER.info("Player closed a container"); // Player closed the container // Check if it is a vault Container @@ -29,9 +27,19 @@ public class VaultWatcher { if(entry.getKey() == ev.getEntity().getUUID()) { entry.getValue().commit(); + entry.getValue().invalidate(); + } + } + } else if(ev.getContainer() instanceof StarterMenu) + { + for(Map.Entry entry : StarterContainer.VAULT_REGISTRY.entrySet()) + { + if(entry.getKey() == ev.getEntity().getUUID()) + { + entry.getValue().commit(); + entry.getValue().invalidate(); } } } } - } diff --git a/src/main/java/dev/zontreck/otemod/integrations/KeyBindings.java b/src/main/java/dev/zontreck/otemod/integrations/KeyBindings.java new file mode 100644 index 0000000..e31cc47 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/integrations/KeyBindings.java @@ -0,0 +1,30 @@ +package dev.zontreck.otemod.integrations; + +import com.mojang.blaze3d.platform.InputConstants; + +import net.minecraft.client.KeyMapping; +import net.minecraft.client.multiplayer.ClientRegistryLayer; +import net.minecraft.core.registries.Registries; +import net.minecraftforge.api.distmarker.Dist; +import net.minecraftforge.api.distmarker.OnlyIn; +import net.minecraftforge.client.event.RegisterKeyMappingsEvent; +import net.minecraftforge.eventbus.api.SubscribeEvent; + +@OnlyIn(Dist.CLIENT) +public class KeyBindings { + public static final String KEY_CATEGORY_OTEMOD = "key.category.otemod"; + public static final String KEY_OPEN_VAULT = "key.otemod.open_vault"; + + public static final KeyMapping OPEN_VAULT = createKeyMapping(KEY_OPEN_VAULT, InputConstants.KEY_V, KEY_CATEGORY_OTEMOD); + + private static KeyMapping createKeyMapping(String name, int keycode, String category){ + final KeyMapping key = new KeyMapping(name, keycode, category); + return key; + } + + @SubscribeEvent + public static void registerKeyMappings(RegisterKeyMappingsEvent event) + { + event.register(OPEN_VAULT); + } +} diff --git a/src/main/java/dev/zontreck/otemod/integrations/LuckPermsHelper.java b/src/main/java/dev/zontreck/otemod/integrations/LuckPermsHelper.java index 8efc5f9..f3db1d3 100644 --- a/src/main/java/dev/zontreck/otemod/integrations/LuckPermsHelper.java +++ b/src/main/java/dev/zontreck/otemod/integrations/LuckPermsHelper.java @@ -1,9 +1,7 @@ package dev.zontreck.otemod.integrations; -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import net.minecraft.network.chat.Component; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.implementation.Messages; import net.minecraft.server.level.ServerPlayer; import net.minecraft.world.entity.player.Player; @@ -34,6 +32,6 @@ public class LuckPermsHelper { } public static void sendNoPermissionsMessage(ServerPlayer play, String perm, String group) { - ChatServerOverride.broadcastTo(play.getUUID(), Component.literal(OTEMod.OTEPrefix + ChatColor.doColors(" !Dark_Red!You do not have permission to use that command. You need permission !Gold!"+perm+" !White! or !Gold!"+group)), play.server); + ChatHelpers.broadcastTo(play.getUUID(), ChatHelpers.macro(Messages.OTE_PREFIX+" !Dark_Red!You do not have permission to use that command. You need permission !Gold!"+perm+" !White! or !Gold!"+group), play.server); } } diff --git a/src/main/java/dev/zontreck/otemod/items/DeprecatedItem.java b/src/main/java/dev/zontreck/otemod/items/DeprecatedItem.java new file mode 100644 index 0000000..6af57c9 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/items/DeprecatedItem.java @@ -0,0 +1,46 @@ +package dev.zontreck.otemod.items; + +import dev.zontreck.libzontreck.util.ChatHelpers; +import net.minecraft.network.chat.Component; +import net.minecraft.world.food.FoodProperties; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.TooltipFlag; +import net.minecraft.world.level.Level; + +import java.util.List; + +public class DeprecatedItem extends Item +{ + public DeprecatedItem() + { + super(new Properties().fireResistant()); + } + + @Override + public boolean isEdible() { + return true; + } + + @Override + public boolean isFoil(ItemStack p_41453_) { + return true; + } + + /** + * This is to give a use to an otherwise useless item. The piglins will exchange the item and it gets removed in that way. + * @param stack + * @return + */ + @Override + public boolean isPiglinCurrency(ItemStack stack) { + return true; + } + + @Override + public void appendHoverText(ItemStack p_41421_, Level p_41422_, List p_41423_, TooltipFlag p_41424_) { + p_41423_.add(ChatHelpers.macro("!Dark_Red!This item is deprecated")); + p_41423_.add(ChatHelpers.macro("!Dark_Green!It would appear this item smells faintly of gold. Maybe piglins will accept it?")); + p_41423_.add(ChatHelpers.macro("!Dark_Red!This item is scheduled for removal in a future version. You should use it before it is too late.")); + } +} diff --git a/src/main/java/dev/zontreck/otemod/items/DeprecatedModItems.java b/src/main/java/dev/zontreck/otemod/items/DeprecatedModItems.java new file mode 100644 index 0000000..0cabbc3 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/items/DeprecatedModItems.java @@ -0,0 +1,28 @@ +package dev.zontreck.otemod.items; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.implementation.CreativeModeTabs; +import net.minecraft.world.item.Item; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public class DeprecatedModItems +{ + public static final DeferredRegister ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, OTEMod.MOD_ID); + + public static final RegistryObject ILUSIUM_ORE = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_ore", () -> new DeprecatedItem())); + public static final RegistryObject ILUSIUM_ROD = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_rod", () -> new DeprecatedItem())); + + + public static final RegistryObject ILUSIUM_INGOT = CreativeModeTabs.addToOTEModTab(ITEMS.register("ilusium_ingot", () -> new DeprecatedItem())); + + public static final RegistryObject AURORA_COMPOUND = CreativeModeTabs.addToOTEModTab(ITEMS.register("aurora_compound", () -> new DeprecatedItem())); + + public static final RegistryObject POSS_BALL = CreativeModeTabs.addToOTEModTab(ITEMS.register("poss_ball", () -> new DeprecatedItem())); + + public static void register(IEventBus bus){ + ITEMS.register(bus); + } +} diff --git a/src/main/java/dev/zontreck/otemod/items/IhanCrystal.java b/src/main/java/dev/zontreck/otemod/items/IhanCrystal.java index 2f966ac..7f20449 100644 --- a/src/main/java/dev/zontreck/otemod/items/IhanCrystal.java +++ b/src/main/java/dev/zontreck/otemod/items/IhanCrystal.java @@ -1,11 +1,103 @@ package dev.zontreck.otemod.items; +import dev.zontreck.libzontreck.util.ChatHelpers; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.network.chat.Component; +import net.minecraft.server.level.ServerPlayer; +import net.minecraft.sounds.SoundEvents; +import net.minecraft.sounds.SoundSource; +import net.minecraft.stats.Stats; +import net.minecraft.world.InteractionHand; +import net.minecraft.world.InteractionResultHolder; +import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.Item; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.TooltipFlag; +import net.minecraft.world.level.Level; + +import java.util.List; public class IhanCrystal extends Item{ - public IhanCrystal(Properties p_41383_) { - super(p_41383_); + public static final String TAG_XP = "xp"; + + public IhanCrystal() { + super(new Properties().stacksTo(1)); } - + + private void assertTag(ItemStack stack) + { + if(!stack.hasTag() || stack.getTag()==null) + { + stack.setTag(new CompoundTag()); + } + } + + @Override + public boolean isFoil(ItemStack stack) { + assertTag(stack); + + if(stack.getTag().contains(TAG_XP)) + { + if(stack.getTag().getInt(TAG_XP) > 0) + { + return true; + } + } + return false; + } + + @Override + public void appendHoverText(ItemStack stack, Level p_41422_, List tooltip, TooltipFlag p_41424_) { + assertTag(stack); + + tooltip.add(ChatHelpers.macro("!Dark_Green!Stored XP: !Dark_Red!" + stack.getTag().getInt(TAG_XP) + "!Dark_Green! " + Pluralize(stack.getTag().getInt(TAG_XP), "level"))); + } + + + private String Pluralize(int num, String str) { + return (num > 1 ? str + "s" : str); + } + + @Override + public InteractionResultHolder use(Level serverWorld, Player player, InteractionHand hand) { + ItemStack stack = player.getItemInHand(hand); + + assertTag(stack); + + serverWorld.playSound(player, player.getOnPos(), SoundEvents.EXPERIENCE_ORB_PICKUP, SoundSource.NEUTRAL); + + if(!serverWorld.isClientSide) + { + + ServerPlayer serverPlayer = (ServerPlayer) player; + if(player.isCrouching()) + { + int lvls=0; + // Unpack the experience levels - 10 at a time!! + int xp = stack.getTag().getInt(TAG_XP); + if(xp>10){ + lvls = 10; + }else lvls= xp; + xp-=lvls; + + serverPlayer.setExperienceLevels(serverPlayer.experienceLevel + lvls); + + stack.getTag().putInt(TAG_XP, xp); + } else { + // Store the xp + int xp = stack.getTag().getInt(TAG_XP); + xp += player.experienceLevel; + + serverPlayer.setExperienceLevels(0); + + stack.getTag().putInt(TAG_XP, xp); + } + } + + player.awardStat(Stats.ITEM_USED.get(this)); + return InteractionResultHolder.sidedSuccess(stack, serverWorld.isClientSide); + + } + } diff --git a/src/main/java/dev/zontreck/otemod/items/MobCaptureBall.java b/src/main/java/dev/zontreck/otemod/items/MobCaptureBall.java new file mode 100644 index 0000000..03b956d --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/items/MobCaptureBall.java @@ -0,0 +1,57 @@ +package dev.zontreck.otemod.items; + +import net.minecraft.nbt.CompoundTag; +import net.minecraft.sounds.SoundEvents; +import net.minecraft.sounds.SoundSource; +import net.minecraft.stats.Stats; +import net.minecraft.world.InteractionHand; +import net.minecraft.world.InteractionResultHolder; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.level.Level; + +public class MobCaptureBall extends Item +{ + public MobCaptureBall() { + super(new Properties()); + } + @Override + public boolean isFoil(ItemStack pStack) { + if(!pStack.hasTag() || pStack.getTag()==null) + { + pStack.setTag(new CompoundTag()); + } + if(pStack.getTag().contains("entity")) + { + return true; + } else return false; + } + + @Override + public InteractionResultHolder use(Level pLevel, Player pPlayer, InteractionHand pUsedHand) { + ItemStack stack = pPlayer.getItemInHand(pUsedHand); + pLevel.playSound((Player) null, pPlayer.getX(), pPlayer.getY(), pPlayer.getZ(), SoundEvents.EGG_THROW, SoundSource.PLAYERS, 0.5F, 0.4F / (pLevel.random.nextFloat() * 0.4f + 0.8f)); + if(!pLevel.isClientSide) + { + ItemStack single = stack.copy(); + single.setCount(1); + + if(!pPlayer.getAbilities().instabuild) + { + stack.shrink(1); + }else { + + } + + ThrownMobCaptureBall TPB = new ThrownMobCaptureBall(pLevel, pPlayer, single); + + + TPB.shootFromRotation(pPlayer, pPlayer.getXRot(), pPlayer.getYRot(), 0.0F, 1.5F, 1.0F); + pLevel.addFreshEntity(TPB); + } + + pPlayer.awardStat(Stats.ITEM_USED.get(this)); + return super.use(pLevel, pPlayer, pUsedHand); + } +} diff --git a/src/main/java/dev/zontreck/otemod/items/ModItems.java b/src/main/java/dev/zontreck/otemod/items/ModItems.java index 35556c6..fb6f0fb 100644 --- a/src/main/java/dev/zontreck/otemod/items/ModItems.java +++ b/src/main/java/dev/zontreck/otemod/items/ModItems.java @@ -1,8 +1,9 @@ package dev.zontreck.otemod.items; import dev.zontreck.otemod.OTEMod; -import net.minecraft.world.item.CreativeModeTab; -import net.minecraft.world.item.Item; +import dev.zontreck.otemod.implementation.CreativeModeTabs; +import net.minecraft.world.item.*; +import net.minecraft.world.item.alchemy.Potions; import net.minecraftforge.eventbus.api.IEventBus; import net.minecraftforge.registries.DeferredRegister; import net.minecraftforge.registries.ForgeRegistries; @@ -11,16 +12,74 @@ import net.minecraftforge.registries.RegistryObject; public class ModItems { public static final DeferredRegister ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, OTEMod.MOD_ID); - public static final RegistryObject ETERNIUM_FRAGMENT = ITEMS.register("eternium_fragment", () -> new Item(new Item.Properties().tab(CreativeModeTab.TAB_MISC))); + public static final RegistryObject ETERNIUM_FRAGMENT = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_fragment", () -> new Item(new Item.Properties()))); - public static final RegistryObject IHAN_CRYSTAL = ITEMS.register("ihan_crystal", () -> new Item(new Item.Properties().tab(CreativeModeTab.TAB_MISC))); + public static final RegistryObject IHAN_CRYSTAL = CreativeModeTabs.addToOTEModTab(ITEMS.register("ihan_crystal", () -> new IhanCrystal())); - public static final RegistryObject ETERNIUM_DUST = ITEMS.register("eternium_dust", () -> new Item(new Item.Properties().tab(CreativeModeTab.TAB_MISC))); + public static final RegistryObject ETERNIUM_RAW_ORE = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_ore", () -> new Item(new Item.Properties()))); - public static final RegistryObject AURORA_COMPOUND = ITEMS.register("aurora_compound", () -> new Item(new Item.Properties().tab(CreativeModeTab.TAB_MISC))); + public static final RegistryObject ETERNIUM_INGOT = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_ingot", ()-> new SimpleFoiledItem(new Item.Properties()))); + + public static final RegistryObject MELTED_ENDER_PEARL = CreativeModeTabs.addToOTEModTab(ITEMS.register("melted_ender_pearl", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject SINGULARITY = CreativeModeTabs.addToOTEModTab(ITEMS.register("singularity", () -> new UnstableSingularity(new Item.Properties().stacksTo(1)))); + + public static final RegistryObject COMPRESSED_OBSIDIAN_SHEET = CreativeModeTabs.addToOTEModTab(ITEMS.register("compressed_obsidian_sheet", ()->new Item(new Item.Properties()))); + + public static final RegistryObject LAYERED_COMPRESSED_OBSIDIAN_SHEET = CreativeModeTabs.addToOTEModTab(ITEMS.register("layered_compressed_obsidian_sheet", ()->new SimpleFoiledItem(new Item.Properties()))); + public static final RegistryObject ENCASED_SINGULARITY = CreativeModeTabs.addToOTEModTab(ITEMS.register("encased_singularity", ()->new SimpleFoiledItem(new Item.Properties()))); + + public static final RegistryObject ETERNIUM_ROD = CreativeModeTabs.addToOTEModTab(ITEMS.register("eternium_rod", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject SCRUBBER_FRAME_PIECE = CreativeModeTabs.addToOTEModTab(ITEMS.register("scrubber_frame_piece", () -> new Item(new Item.Properties().stacksTo(64)))); + public static final RegistryObject SCRUBBER_FRAME = CreativeModeTabs.addToOTEModTab(ITEMS.register("scrubber_frame", () -> new Item(new Item.Properties().stacksTo(64)))); - public static final RegistryObject ETERNIUM_RAW_ORE = ITEMS.register("eternium_ore", () -> new Item(new Item.Properties().tab(CreativeModeTab.TAB_MISC))); + public static final RegistryObject VAULTSTEEL_INGOT = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_steel_ingot", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_BL = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_lower_left", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_LC = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_lower", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_BR = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_lower_right", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_L = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_left", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_R = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_right", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_UR = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_upper_right", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_UL = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_upper_left", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_U = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_upper", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + public static final RegistryObject VAULT_FRAG_C = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault_fragment_center", () -> new SimpleFoiledItem(new Item.Properties().stacksTo(64)))); + + + public static final RegistryObject VAULT = CreativeModeTabs.addToOTEModTab(ITEMS.register("vault", () -> new VaultItem(new Item.Properties().stacksTo(64)))); + + public static final RegistryObject VAULT_RAW_ORE = CreativeModeTabs.addToOTEModTab(ITEMS.register("raw_vault_steel_ore", () -> new Item(new Item.Properties().stacksTo(64)))); + + + public static final RegistryObject MIAB = CreativeModeTabs.addToOTEModTab(ITEMS.register("mob_capture_ball", ()->new MobCaptureBall())); + + + public static final RegistryObject EMPTY_SPAWN_EGG = CreativeModeTabs.addToOTEModTab(ITEMS.register("empty_spawn_egg", () -> new Item(new Item.Properties()))); + + public static final RegistryObject GENERIC_DEPRECATED_ITEM = CreativeModeTabs.addToOTEModTab(ITEMS.register("deprecated", ()->new DeprecatedItem())); + + public static final RegistryObject WHITE_BRICK = CreativeModeTabs.addToOTEModTab(ITEMS.register("white_brick", ()->new Item(new Item.Properties()))); + + public static final RegistryObject BLUE_BRICK = CreativeModeTabs.addToOTEModTab(ITEMS.register("blue_brick", ()->new Item(new Item.Properties()))); + + public static final RegistryObject LIGHT_BLUE_BRICK = CreativeModeTabs.addToOTEModTab(ITEMS.register("light_blue_brick", ()->new Item(new Item.Properties()))); + + public static final RegistryObject CYAN_BRICK = CreativeModeTabs.addToOTEModTab(ITEMS.register("cyan_brick", ()->new Item(new Item.Properties()))); + + public static final RegistryObject DARK_RED_DYE = CreativeModeTabs.addToOTEModTab(ITEMS.register("dark_red_dye", ()->new Item(new Item.Properties()))); + + public static final RegistryObject RED_BRICK = CreativeModeTabs.addToOTEModTab(ITEMS.register("red_brick", ()->new Item(new Item.Properties()))); + + public static final RegistryObject DARK_RED_BRICK = CreativeModeTabs.addToOTEModTab(ITEMS.register("dark_red_brick", ()->new Item(new Item.Properties()))); + + public static final RegistryObject LIME_BRICK = CreativeModeTabs.addToOTEModTab(ITEMS.register("lime_brick", ()->new Item(new Item.Properties()))); + + public static final RegistryObject GREEN_BRICK = CreativeModeTabs.addToOTEModTab(ITEMS.register("green_brick", ()->new Item(new Item.Properties()))); + + public static final RegistryObject PARTIAL_ITEM = CreativeModeTabs.addToOTEModTab(ITEMS.register("partial_item", PartialItem::new)); + + + //public static final RegistryObject POSSUM_SPAWN_EGG = ITEMS.register("possum_spawn_egg", () -> new ForgeSpawnEggItem(ModEntityTypes.POSSUM, 0x938686, 0xc68787, new Item.Properties()))); + public static void register(IEventBus bus){ diff --git a/src/main/java/dev/zontreck/otemod/items/PartialItem.java b/src/main/java/dev/zontreck/otemod/items/PartialItem.java new file mode 100644 index 0000000..542d099 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/items/PartialItem.java @@ -0,0 +1,113 @@ +package dev.zontreck.otemod.items; + +import dev.zontreck.libzontreck.util.ChatHelpers; +import net.minecraft.core.UUIDUtil; +import net.minecraft.core.registries.Registries; +import net.minecraft.nbt.*; +import net.minecraft.network.chat.Component; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.server.commands.GiveCommand; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.TooltipFlag; +import net.minecraft.world.item.enchantment.Enchantment; +import net.minecraft.world.item.enchantment.EnchantmentHelper; +import net.minecraft.world.level.Level; +import net.minecraftforge.registries.ForgeRegistries; +import org.jetbrains.annotations.Nullable; + +import java.util.ArrayList; +import java.util.List; +import java.util.Map; +import java.util.UUID; + +public class PartialItem extends Item +{ + private static final String TAG_UNCRAFT_REMAIN = "remaining"; + private static final String TAG_UNCRAFT_LIST = "Items"; + + @Override + public boolean isEnchantable(ItemStack p_41456_) { + return true; + } + + @Override + public boolean canApplyAtEnchantingTable(ItemStack stack, Enchantment enchantment) { + return false; + } + + @Override + public boolean isBookEnchantable(ItemStack stack, ItemStack book) { + return false; + } + + public PartialItem() { + super (new Properties().fireResistant()); + } + + @Override + public void appendHoverText(ItemStack stack, @Nullable Level p_41422_, List tooltip, TooltipFlag p_41424_) { + tooltip.add(ChatHelpers.macro("!Yellow!This is a partially deconstructed item.")); + + if(stack.getTag()!= null) + { + if(stack.getTag().contains(TAG_UNCRAFT_REMAIN)) + { + tooltip.add(ChatHelpers.macro("!Dark_Red!Number of uncraft steps remaining: [0]", "!Yellow!" + stack.getTag().getInt(TAG_UNCRAFT_REMAIN))); + } + if(stack.getTag().contains(ItemStack.TAG_ENCH)) + { + tooltip.add(ChatHelpers.macro("!Dark_Red!Number of Enchantments remaining: [0]", "!Yellow!" + stack.getTag().getList(ItemStack.TAG_ENCH, Tag.TAG_COMPOUND).size())); + } + } else { + tooltip.add(ChatHelpers.macro("!Dark_Red!This partial item appears to be invalid, and contains no fragments.")); + } + } + + public static List getRemainingIngredients(ItemStack stack) + { + List itx = new ArrayList<>(); + if(stack.getTag()!=null) + { + if(stack.getTag().contains(TAG_UNCRAFT_LIST)) + { + ListTag lst = stack.getTag().getList(TAG_UNCRAFT_LIST, ListTag.TAG_STRING); + + for (Tag tag : + lst) { + StringTag st = (StringTag)tag; + itx.add(deserializeItemType(st.getAsString())); + } + + } + + } + + return itx; + } + + private static Item deserializeItemType(String item) + { + return ForgeRegistries.ITEMS.getValue(new ResourceLocation(item)); + } + + public static ItemStack makePartialItem(ItemStack original, boolean enchantMode, boolean uncraftMode) + { + if(enchantMode) + { + ItemStack partial = new ItemStack(ModItems.PARTIAL_ITEM.get(), 1); + CompoundTag tag = new CompoundTag(); + Map enchants = EnchantmentHelper.getEnchantments(original); + partial.setTag(tag); + for(Map.Entry entry : enchants.entrySet()) + { + UUIDUtil.createOfflinePlayerUUID() + UUID.nameUUIDFromBytes() + partial.enchant(entry.getKey(), entry.getValue()); + } + + + return partial; + } else return original; + } +} diff --git a/src/main/java/dev/zontreck/otemod/items/ThrownMobCaptureBall.java b/src/main/java/dev/zontreck/otemod/items/ThrownMobCaptureBall.java new file mode 100644 index 0000000..2afb937 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/items/ThrownMobCaptureBall.java @@ -0,0 +1,214 @@ +package dev.zontreck.otemod.items; + +import dev.zontreck.libzontreck.chat.ChatColor; +import dev.zontreck.libzontreck.lore.LoreContainer; +import dev.zontreck.libzontreck.lore.LoreEntry; +import dev.zontreck.libzontreck.util.ServerUtilities; +import dev.zontreck.otemod.blocks.entity.ModEntities; +import dev.zontreck.otemod.entities.ModEntityTypes; +import net.minecraft.core.particles.ItemParticleOption; +import net.minecraft.core.particles.ParticleTypes; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.world.entity.Entity; +import net.minecraft.world.entity.EntityType; +import net.minecraft.world.entity.LivingEntity; +import net.minecraft.world.entity.item.ItemEntity; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.entity.projectile.ThrowableItemProjectile; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.level.Level; +import net.minecraft.world.phys.EntityHitResult; +import net.minecraft.world.phys.HitResult; + +import java.util.Optional; +import java.util.UUID; + +public class ThrownMobCaptureBall extends ThrowableItemProjectile +{ + boolean captured = false; + LivingEntity shooter; + ItemStack self; + + public ThrownMobCaptureBall(EntityType entity, Level level) + { + super(entity, level); + } + public ThrownMobCaptureBall(Level level, LivingEntity shooter, ItemStack item) + { + super(EntityType.EGG, shooter, level); + + this.shooter = shooter; + if(item.getTag() == null) + { + item.setTag(new CompoundTag()); + } + self=item; + } + + @Override + protected Item getDefaultItem() + { + return ModItems.MIAB.get(); + } + + void returnBall() + { + + ItemEntity x; + + if(shooter!=null) + x = new ItemEntity(level(), shooter.position().x, shooter.position().y, shooter.position().z, self, 0, 0, 0); + else + x = new ItemEntity(level(), position().x, position().y, position().z, self, 0, 0, 0); + level().addFreshEntity(x); + } + + @Override + public void handleEntityEvent(byte pId) { + if(pId == 3) + { + double size = 0.08; + + for (int i = 0; i < 8; ++i) + { + this.level().addParticle(new ItemParticleOption(ParticleTypes.ITEM, this.getItem()), this.getX(), this.getY(), this.getZ(), ((double)this.random.nextFloat() - 0.5) * 0.08, ((double)this.random.nextFloat() - 0.5) * 0.08, ((double)this.random.nextFloat() - 0.5) * 0.08); + } + } + } + + @Override + protected void onHitEntity(EntityHitResult pResult) { + super.onHitEntity(pResult); + if(ServerUtilities.isServer()) + { + CompoundTag tag = self.getTag(); + if(tag == null)tag = new CompoundTag(); + if(tag.contains(ItemStack.TAG_DAMAGE)) + { + tag.remove(ItemStack.TAG_DAMAGE); + } + + + if(self.getTag() == null || !self.getTag().contains("entity")) + { + /* + + Ensure the tag is not null + + */ + + if(pResult.getEntity() instanceof LivingEntity le && !(le instanceof Player player)) + { + // We don't want to capture players + // Store the entity in the entity tag, then kill the entity + + + CompoundTag store = new CompoundTag(); + String entityName = le.getName().getString(); + le.save(store); + + self.getTag().put("entity", store); + self.setCount(1); + captured=true; + + LoreContainer cont = new LoreContainer(self); + cont.miscData.loreData.clear(); + LoreEntry entry = new LoreEntry.Builder().bold(true).text(ChatColor.doColors("!Dark_Green!Captured Mob: !Dark_Purple!" + entityName)).build(); + cont.miscData.loreData.add(entry); + + cont.commitLore(); + + le.remove(RemovalReason.DISCARDED); + } + } else { + + // Don't capture the entity + + //pResult.getEntity().hurt(this.shooter.getLastDamageSource().thrown(this, this.getOwner()), 0.1F); + } + } + } + + @Override + protected void onHit(HitResult pResult) { + super.onHit(pResult); + + if(ServerUtilities.isServer()) + { + // We do two things here + + // 1. If we contain an entity, spawn it + // 2. If no entity, and none was captured, decrease the durability a little + // 3. Drop the PossBall with entity, or without + + ItemStack item = self; + CompoundTag tag = item.getTag(); + + if(tag==null)tag=new CompoundTag(); + + if(tag.contains(ItemStack.TAG_DAMAGE)) + { + tag.remove(ItemStack.TAG_DAMAGE); // Migrate existing poss balls to remove the obsolete damage tag + } + + if(tag.contains("entity")) + { + if(captured) + { + // Spawn poss ball item with the entity NBT + returnBall(); + } else { + // Spawn the real entity + Optional entity = EntityType.create(tag.getCompound("entity"), level()); + if(entity.isPresent()) + { + Entity xEntity = entity.get(); + xEntity.setUUID(UUID.randomUUID()); + xEntity.setPos(position()); + level().addFreshEntity(xEntity); + } + + LoreContainer cont = new LoreContainer(item); + cont.miscData.loreData.clear(); + cont.commitLore(); + + if(item.getDamageValue() == 0) + { + item.setTag(new CompoundTag()); + }else { + tag.remove("entity"); + } + + + returnBall(); + } + } else { + // No capture + // Decrease the durability + //int damage = item.getDamageValue(); + //damage++; + //item.setDamageValue(damage); + // Ensure no entity tag! + tag.remove("entity"); + + if(tag.size()==0) + { + tag=null; + item.setTag(new CompoundTag()); + } + + + //if(item.getDamageValue() >= item.getMaxDamage()) + // return; + + + returnBall(); + } + + this.level().broadcastEntityEvent(this, (byte)3); + this.discard(); + + } + } +} diff --git a/src/main/java/dev/zontreck/otemod/items/UnstableSingularity.java b/src/main/java/dev/zontreck/otemod/items/UnstableSingularity.java new file mode 100644 index 0000000..9ac9c04 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/items/UnstableSingularity.java @@ -0,0 +1,38 @@ +package dev.zontreck.otemod.items; + +import net.minecraft.world.InteractionResult; +import net.minecraft.world.item.SimpleFoiledItem; +import net.minecraft.world.item.context.UseOnContext; +import net.minecraft.world.level.Explosion; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.Block; +import net.minecraft.world.level.block.Blocks; +import net.minecraft.world.level.block.state.BlockBehaviour; +import net.minecraft.world.level.block.state.BlockState; +import net.minecraft.world.level.block.state.properties.BlockStateProperties; + +public class UnstableSingularity extends SimpleFoiledItem +{ + + public UnstableSingularity(Properties pProperties) { + super(pProperties); + } + + @Override + public InteractionResult useOn(UseOnContext pContext) { + BlockState block = pContext.getLevel().getBlockState(pContext.getClickedPos()); + + if(block.getBlock().defaultDestroyTime() < 0) + { + pContext.getLevel().explode(pContext.getPlayer(), pContext.getClickedPos().getX(), pContext.getClickedPos().getY(), pContext.getClickedPos().getZ(), 16, true, Level.ExplosionInteraction.TNT); + + pContext.getLevel().setBlock(pContext.getClickedPos(), Blocks.AIR.defaultBlockState(), 0, 0); + + pContext.getItemInHand().shrink(1); + + } + + return InteractionResult.CONSUME; + + } +} diff --git a/src/main/java/dev/zontreck/otemod/items/VaultItem.java b/src/main/java/dev/zontreck/otemod/items/VaultItem.java new file mode 100644 index 0000000..99cb19e --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/items/VaultItem.java @@ -0,0 +1,79 @@ +package dev.zontreck.otemod.items; + + +import dev.zontreck.libzontreck.profiles.Profile; +import dev.zontreck.libzontreck.profiles.UserProfileNotYetExistsException; +import dev.zontreck.libzontreck.util.ChatHelpers; +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.configs.snbt.ServerConfig; +import net.minecraft.world.InteractionHand; +import net.minecraft.world.InteractionResultHolder; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.item.Item; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.Items; +import net.minecraft.world.level.Level; +import net.minecraftforge.server.ServerLifecycleHooks; + +public class VaultItem extends Item +{ + + @Override + public boolean isFoil(ItemStack pStack) { + return true; + } + + @Override + public Item asItem() + { + return this; + } + + + public VaultItem(Properties pProperties) { + super(pProperties); + //TODO Auto-generated constructor stub + } + + @Override + public InteractionResultHolder use(Level pLevel, Player pPlayer, InteractionHand pUsedHand) + { + OTEMod.LOGGER.info("Vault item is being used"); + if(!pLevel.isClientSide && pUsedHand == InteractionHand.MAIN_HAND) + { + ItemStack is = pPlayer.getItemInHand(pUsedHand); + + Profile p; + try { + p = Profile.get_profile_of(pPlayer.getStringUUID()); + if(ServerConfig.general.maxVaults >0) + { + if(p.available_vaults >= ServerConfig.general.maxVaults) + { + ChatHelpers.broadcastTo(pPlayer.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Red!You cannot activate anymore vaults due to the maximum set by the server admin"), ServerLifecycleHooks.getCurrentServer()); + return InteractionResultHolder.pass(is); + } else { + p.available_vaults++; + p.commit(); + ChatHelpers.broadcastTo(pPlayer.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Green!You now have "+String.valueOf(p.available_vaults)+" available vaults"), ServerLifecycleHooks.getCurrentServer()); + pPlayer.setItemInHand(pUsedHand, new ItemStack(Items.AIR)); + + return InteractionResultHolder.consume(is); + } + }else { + p.available_vaults++; + p.commit(); + ChatHelpers.broadcastTo(pPlayer.getUUID(), ChatHelpers.macro(OTEMod.OTEPrefix+" !Dark_Green!You now have "+String.valueOf(p.available_vaults)+" available vaults"), ServerLifecycleHooks.getCurrentServer()); + pPlayer.setItemInHand(pUsedHand, new ItemStack(Items.AIR)); + + return InteractionResultHolder.consume(is); + } + } catch (UserProfileNotYetExistsException e) { + e.printStackTrace(); + return super.use(pLevel, pPlayer, pUsedHand); + } + } + + return super.use(pLevel, pPlayer, pUsedHand); + } +} diff --git a/src/main/java/dev/zontreck/otemod/items/tags/ItemStatTag.java b/src/main/java/dev/zontreck/otemod/items/tags/ItemStatTag.java new file mode 100644 index 0000000..e647640 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/items/tags/ItemStatTag.java @@ -0,0 +1,35 @@ +package dev.zontreck.otemod.items.tags; + +import net.minecraft.nbt.CompoundTag; + +public class ItemStatTag { + public static final String STATS_TAG = "stat"; + public ItemStatType type; + public int tagPosition; + public int value; + + public ItemStatTag(ItemStatType t, int tagPos, int tag) + { + type = t; + value = tag; + tagPosition = tagPos; + } + + public void increment(){ + value++; + } + public void decrement() + { + value--; + } + + public void setValue(int value) + { + this.value=value; + } + + public void save(CompoundTag tag) + { + tag.putInt(STATS_TAG+"_"+type.name().toLowerCase(), value); + } +} diff --git a/src/main/java/dev/zontreck/otemod/items/tags/ItemStatType.java b/src/main/java/dev/zontreck/otemod/items/tags/ItemStatType.java new file mode 100644 index 0000000..d88d297 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/items/tags/ItemStatType.java @@ -0,0 +1,14 @@ +package dev.zontreck.otemod.items.tags; + +public enum ItemStatType { + SWORD, + ARMOR, + PICK, + AXE, + SHOVEL, + SHOVELPATH, + HOE, + SHEARS, + EGGING, + EGG_CHANCE +} diff --git a/src/main/java/dev/zontreck/otemod/items/tags/ItemStatistics.java b/src/main/java/dev/zontreck/otemod/items/tags/ItemStatistics.java new file mode 100644 index 0000000..fffba35 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/items/tags/ItemStatistics.java @@ -0,0 +1,52 @@ +package dev.zontreck.otemod.items.tags; + +import dev.zontreck.libzontreck.chat.ChatColor; + +public class ItemStatistics { + + public static String makeText(ItemStatTag tag) + { + return makeText(tag.type, tag.value); + } + public static String makeText(ItemStatType type, int val) + { + String lore = ChatColor.doColors("!White!"); + String sAppend = ""; + switch(type) + { + case SWORD -> { + lore += "Mobs Killed: "; + } + case PICK -> { + lore += "Blocks Mined: "; + } + case ARMOR -> { + lore += "Damage Taken: "; + } + case SHOVEL -> { + lore += "Blocks Dug Up: "; + } + case SHOVELPATH -> { + lore += "Paths Made: "; + } + case AXE -> { + lore += "Wood Chopped: "; + } + case HOE -> { + lore += "Blocks Hoed: "; + } + case SHEARS -> { + lore += "Sheep Shaved: "; + } + case EGGING -> { + lore += "Spawn Eggs Dropped: "; + } + case EGG_CHANCE -> { + lore += "Spawn Egg Chance: "; + sAppend = "!White!%"; + } + } + lore += ChatColor.doColors("!Green!"+val + sAppend); + return lore; + } +} diff --git a/src/main/java/dev/zontreck/otemod/items/tags/ModIDs.java b/src/main/java/dev/zontreck/otemod/items/tags/ModIDs.java new file mode 100644 index 0000000..8704c29 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/items/tags/ModIDs.java @@ -0,0 +1,22 @@ +package dev.zontreck.otemod.items.tags; + +import java.util.UUID; + +public enum ModIDs { + NULL(0,0), + ZNI(0x9f, 0x9f), + OTE(5292022,1182023), // The date range of mod creation, then the day when this feature was added + ITEM_STATS(154301182023L, 0x9f); + + private UUID ID; + + ModIDs(long A, long B) + { + ID=new UUID(A,B); + } + + public UUID get() + { + return ID; + } +} diff --git a/src/main/java/dev/zontreck/otemod/networking/ModMessages.java b/src/main/java/dev/zontreck/otemod/networking/ModMessages.java new file mode 100644 index 0000000..c4d4e04 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/networking/ModMessages.java @@ -0,0 +1,65 @@ +package dev.zontreck.otemod.networking; + +import dev.zontreck.otemod.OTEMod; +import dev.zontreck.otemod.networking.packets.EnergyRequestC2SPacket; +import dev.zontreck.otemod.networking.packets.EnergySyncS2CPacket; +import dev.zontreck.otemod.networking.packets.OpenVaultC2SPacket; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.server.level.ServerPlayer; +import net.minecraftforge.network.NetworkDirection; +import net.minecraftforge.network.NetworkRegistry; +import net.minecraftforge.network.PacketDistributor; +import net.minecraftforge.network.simple.SimpleChannel; + +public class ModMessages { + private static SimpleChannel INSTANCE; + + private static int PACKET_ID = 0; + private static int id() + { + return PACKET_ID++; + } + + public static void register() + { + SimpleChannel net = NetworkRegistry.ChannelBuilder.named(new ResourceLocation(OTEMod.MOD_ID, "messages")) + .networkProtocolVersion(()-> "1.0") + .clientAcceptedVersions(s->true) + .serverAcceptedVersions(s->true) + .simpleChannel(); + + INSTANCE=net; + + net.messageBuilder(OpenVaultC2SPacket.class, id(), NetworkDirection.PLAY_TO_SERVER) + .decoder(OpenVaultC2SPacket::new) + .encoder(OpenVaultC2SPacket::toBytes) + .consumerMainThread(OpenVaultC2SPacket::handle) + .add(); + + net.messageBuilder(EnergySyncS2CPacket.class, id(), NetworkDirection.PLAY_TO_CLIENT) + .decoder(EnergySyncS2CPacket::new) + .encoder(EnergySyncS2CPacket::toBytes) + .consumerMainThread(EnergySyncS2CPacket::handle) + .add(); + + net.messageBuilder(EnergyRequestC2SPacket.class, id(), NetworkDirection.PLAY_TO_SERVER) + .decoder(EnergyRequestC2SPacket::new) + .encoder(EnergyRequestC2SPacket::toBytes) + .consumerMainThread(EnergyRequestC2SPacket::handle) + .add(); + } + + public static void sendToServer(MSG message){ + INSTANCE.sendToServer(message); + } + + public static void sendToPlayer(MSG message, ServerPlayer player) + { + INSTANCE.send(PacketDistributor.PLAYER.with(()->player), message); + } + + public static void sendToAll(MSG message) + { + INSTANCE.send(PacketDistributor.ALL.noArg(), message); + } +} diff --git a/src/main/java/dev/zontreck/otemod/networking/packets/EnergyRequestC2SPacket.java b/src/main/java/dev/zontreck/otemod/networking/packets/EnergyRequestC2SPacket.java new file mode 100644 index 0000000..ec8498d --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/networking/packets/EnergyRequestC2SPacket.java @@ -0,0 +1,92 @@ +package dev.zontreck.otemod.networking.packets; + +import dev.zontreck.libzontreck.LibZontreck; +import dev.zontreck.libzontreck.exceptions.InvalidDeserialization; +import dev.zontreck.libzontreck.util.ServerUtilities; +import dev.zontreck.libzontreck.vectors.WorldPosition; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergy; +import dev.zontreck.otemod.networking.ModMessages; +import net.minecraft.core.BlockPos; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.server.level.ServerLevel; +import net.minecraft.world.entity.player.Player; +import net.minecraft.world.level.Level; +import net.minecraft.world.level.block.entity.BlockEntity; +import net.minecraftforge.network.NetworkEvent; +import net.minecraftforge.server.ServerLifecycleHooks; + +import java.util.Iterator; +import java.util.UUID; +import java.util.function.Supplier; + +public class EnergyRequestC2SPacket +{ + private BlockPos position; + private String dimension; + private UUID player; + + public EnergyRequestC2SPacket(BlockPos position, Level level, Player player) + { + this.position=position; + dimension = level.dimension().location().getNamespace() + ":" + level.dimension().location().getPath(); + this.player=player.getUUID(); + } + + public EnergyRequestC2SPacket(FriendlyByteBuf buf) + { + position = buf.readBlockPos(); + dimension = buf.readUtf(); + player = buf.readUUID(); + } + + public void toBytes(FriendlyByteBuf buf) + { + buf.writeBlockPos(position); + buf.writeUtf(dimension); + buf.writeUUID(player); + } + + public void handle(Supplier ctx) + { + NetworkEvent.Context context = ctx.get(); + + context.enqueueWork(()-> + { + if(position==null)return; + BlockPos pos = position; + ServerLevel lvl = getActualDimension(); + BlockEntity entity = lvl.getBlockEntity(pos); + if(entity instanceof IThresholdsEnergy ite) + { + int energy = ite.getEnergy(); + ModMessages.sendToPlayer(new EnergySyncS2CPacket(energy, pos), ServerUtilities.getPlayerByID(player.toString())); + } + }); + } + + + public ServerLevel getActualDimension() { + String dim = this.dimension; + String[] dims = dim.split(":"); + ResourceLocation rl = new ResourceLocation(dims[0], dims[1]); + ServerLevel dimL = null; + Iterator var5 = ServerLifecycleHooks.getCurrentServer().getAllLevels().iterator(); + + while(var5.hasNext()) { + ServerLevel lServerLevel = (ServerLevel)var5.next(); + ResourceLocation XL = lServerLevel.dimension().location(); + if (XL.getNamespace().equals(rl.getNamespace()) && XL.getPath().equals(rl.getPath())) { + dimL = lServerLevel; + } + } + + if (dimL == null) { + LibZontreck.LOGGER.error("DIMENSION COULD NOT BE FOUND : " + this.dimension); + return null; + } else { + return dimL; + } + } + +} diff --git a/src/main/java/dev/zontreck/otemod/networking/packets/EnergySyncS2CPacket.java b/src/main/java/dev/zontreck/otemod/networking/packets/EnergySyncS2CPacket.java new file mode 100644 index 0000000..8c6999e --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/networking/packets/EnergySyncS2CPacket.java @@ -0,0 +1,51 @@ +package dev.zontreck.otemod.networking.packets; + +import java.util.function.Supplier; + +import dev.zontreck.otemod.blocks.entity.CompressionChamberBlockEntity; +import dev.zontreck.otemod.blocks.entity.ItemScrubberBlockEntity; +import dev.zontreck.otemod.blocks.entity.MagicalScrubberBlockEntity; +import dev.zontreck.otemod.blocks.entity.UncrafterBlockEntity; +import dev.zontreck.otemod.implementation.energy.IThresholdsEnergy; +import net.minecraft.client.Minecraft; +import net.minecraft.core.BlockPos; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraftforge.network.NetworkEvent; + +public class EnergySyncS2CPacket { + private int energy; + private BlockPos pos; + + public EnergySyncS2CPacket(int amount, BlockPos pos) + { + this.energy=amount; + this.pos=pos; + } + + public EnergySyncS2CPacket(FriendlyByteBuf buf) + { + energy = buf.readInt(); + pos = buf.readBlockPos(); + } + + public void toBytes(FriendlyByteBuf buf) + { + buf.writeInt(energy); + buf.writeBlockPos(pos); + } + + public void handle(Supplier ctx) + { + NetworkEvent.Context context = ctx.get(); + + context.enqueueWork(()-> + { + // WE ARE NOW ON THE CLIENT + if(Minecraft.getInstance().level.getBlockEntity(pos) instanceof IThresholdsEnergy entity) + { + entity.setEnergy(energy); + } + + }); + } +} diff --git a/src/main/java/dev/zontreck/otemod/networking/packets/OpenStarterVaultC2SPacket.java b/src/main/java/dev/zontreck/otemod/networking/packets/OpenStarterVaultC2SPacket.java new file mode 100644 index 0000000..80883ed --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/networking/packets/OpenStarterVaultC2SPacket.java @@ -0,0 +1,41 @@ +package dev.zontreck.otemod.networking.packets; + +import dev.zontreck.otemod.commands.vaults.StarterCommand; +import dev.zontreck.otemod.commands.vaults.VaultCommand; +import dev.zontreck.otemod.implementation.vault.StarterContainer; +import dev.zontreck.otemod.implementation.vault.VaultContainer; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.server.level.ServerPlayer; +import net.minecraftforge.network.NetworkEvent; + +import java.util.function.Supplier; + +// This packet is only ever sent from the client to the server when requesting to open vaults using the EaseOfUse Buttons +public class OpenStarterVaultC2SPacket { + public OpenStarterVaultC2SPacket() + { + } + + public OpenStarterVaultC2SPacket(FriendlyByteBuf buf) + { + } + public void toBytes(FriendlyByteBuf buf) + { + } + + public boolean handle(Supplier supplier) + { + NetworkEvent.Context ctx = supplier.get(); + ctx.enqueueWork(()->{ + // On server now + ServerPlayer player = ctx.getSender(); + + + + StarterCommand.doOpen(player); + }); + + return true; + } + +} diff --git a/src/main/java/dev/zontreck/otemod/networking/packets/OpenVaultC2SPacket.java b/src/main/java/dev/zontreck/otemod/networking/packets/OpenVaultC2SPacket.java new file mode 100644 index 0000000..28b5b12 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/networking/packets/OpenVaultC2SPacket.java @@ -0,0 +1,61 @@ +package dev.zontreck.otemod.networking.packets; + +import java.util.function.Supplier; + +import dev.zontreck.otemod.commands.vaults.VaultCommand; +import dev.zontreck.otemod.implementation.vault.VaultContainer; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.server.level.ServerPlayer; +import net.minecraftforge.network.NetworkEvent; + +// This packet is only ever sent from the client to the server when requesting to open vaults using the EaseOfUse Buttons +public class OpenVaultC2SPacket { + private int vault=0; + private boolean change = false; // This is set to true when going previous or next. + private int changeDir = 0; // This is only in the packet when change is true. This is either a 1 or a -1. + public OpenVaultC2SPacket(int vaultNum, boolean change, int changeDir) + { + this.vault = vaultNum; + this.change = change; + this.changeDir=changeDir; + } + + public OpenVaultC2SPacket(FriendlyByteBuf buf) + { + this.change = buf.readBoolean(); + if(this.change) + this.changeDir=buf.readInt(); + else + this.vault = buf.readInt(); + } + public void toBytes(FriendlyByteBuf buf) + { + buf.writeBoolean(change); + if(change) buf.writeInt(changeDir); + else buf.writeInt(vault); + } + + public boolean handle(Supplier supplier) + { + NetworkEvent.Context ctx = supplier.get(); + ctx.enqueueWork(()->{ + // On server now + ServerPlayer player = ctx.getSender(); + + if(change){ + if(VaultContainer.VAULT_REGISTRY.containsKey(player.getUUID())){ + VaultContainer cont = VaultContainer.VAULT_REGISTRY.get(player.getUUID()); + vault = cont.VAULT_NUMBER + changeDir; + } + } + + if(vault < 0)vault=0; + + + VaultCommand.doOpen(player, vault); + }); + + return true; + } + +} diff --git a/src/main/java/dev/zontreck/otemod/ore/Modifier.java b/src/main/java/dev/zontreck/otemod/ore/Modifier.java deleted file mode 100644 index 3ca171d..0000000 --- a/src/main/java/dev/zontreck/otemod/ore/Modifier.java +++ /dev/null @@ -1,52 +0,0 @@ -package dev.zontreck.otemod.ore; - -import com.mojang.serialization.Codec; -import com.mojang.serialization.codecs.RecordCodecBuilder; - -import dev.zontreck.otemod.OTEMod; -import net.minecraft.core.Holder; -import net.minecraft.core.HolderSet; -import net.minecraft.world.level.biome.Biome; -import net.minecraft.world.level.levelgen.GenerationStep.Decoration; -import net.minecraft.world.level.levelgen.placement.PlacedFeature; -import net.minecraftforge.common.world.BiomeModifier; -import net.minecraftforge.common.world.ModifiableBiomeInfo.BiomeInfo.Builder; -import net.minecraftforge.data.event.GatherDataEvent; -import net.minecraftforge.registries.ForgeRegistries; -import net.minecraftforge.registries.RegistryObject; - -public class Modifier -{ - - - public static void DoProcess(GatherDataEvent ev) { - } - - - public record ModifierOfBiomes(HolderSet biomes, Holder feature) implements BiomeModifier - { - private static final RegistryObject> SERIALIZER = RegistryObject.create(OTEMod.MODIFY_BIOMES_RL, ForgeRegistries.Keys.BIOME_MODIFIER_SERIALIZERS, OTEMod.MOD_ID); - - @Override - public void modify(Holder biome, Phase phase, Builder builder) { - if(phase == Phase.ADD && biomes.contains(biome)){ - builder.getGenerationSettings().addFeature(Decoration.UNDERGROUND_ORES, feature); - } - } - - @Override - public Codec codec() { - return SERIALIZER.get(); - } - - public static Codec makeCodec() - { - return RecordCodecBuilder.create(builder->builder.group( - Biome.LIST_CODEC.fieldOf("biomes").forGetter(ModifierOfBiomes::biomes), - PlacedFeature.CODEC.fieldOf("feature").forGetter(ModifierOfBiomes::feature) - ).apply(builder, ModifierOfBiomes::new)); - } - - } - -} diff --git a/src/main/java/dev/zontreck/otemod/permissions/Permissions.java b/src/main/java/dev/zontreck/otemod/permissions/Permissions.java deleted file mode 100644 index 9002ac4..0000000 --- a/src/main/java/dev/zontreck/otemod/permissions/Permissions.java +++ /dev/null @@ -1,13 +0,0 @@ -package dev.zontreck.otemod.permissions; - -public class Permissions { - public static String zschem = "group.otemod.zschem"; - public static String zschem_load = "otemod.commands.zschem.loadzschem"; - public static String zschem_save = "otemod.commands.zschem.savezschem"; - public static String zschem_place = "otemod.commands.zschem.placezschem"; - public static String zschem_pos1 = "otemod.commands.zschem.pos1"; - public static String zschem_pos2 = "otemod.commands.zschem.pos2"; - public static String zschem_air = "otemod.commands.zschem.setair"; - - -} diff --git a/src/main/java/dev/zontreck/otemod/recipe/CompressionChamberRecipe.java b/src/main/java/dev/zontreck/otemod/recipe/CompressionChamberRecipe.java new file mode 100644 index 0000000..acc149d --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/recipe/CompressionChamberRecipe.java @@ -0,0 +1,110 @@ +package dev.zontreck.otemod.recipe; + +import com.google.gson.JsonObject; +import dev.zontreck.otemod.OTEMod; +import net.minecraft.core.RegistryAccess; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.util.GsonHelper; +import net.minecraft.world.SimpleContainer; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.crafting.*; +import net.minecraft.world.level.Level; +import org.jetbrains.annotations.Nullable; + +public class CompressionChamberRecipe implements Recipe { + private final ResourceLocation id; + private final ItemStack output; + private final Ingredient input; + private final int seconds; + + public CompressionChamberRecipe(ResourceLocation id, ItemStack output, Ingredient input, int seconds) + { + this.id=id; + this.output=output; + this.input=input; + this.seconds=seconds; + } + + @Override + public boolean matches(SimpleContainer simpleContainer, Level level) { + if(level.isClientSide) return false; + + return input.test(simpleContainer.getItem(0)); + } + + @Override + public ItemStack assemble(SimpleContainer simpleContainer, RegistryAccess registryAccess) { + return output; + } + + @Override + public boolean canCraftInDimensions(int i, int i1) { + return true; + } + + @Override + public ItemStack getResultItem(RegistryAccess registryAccess) { + return output.copy(); + } + + @Override + public ResourceLocation getId() { + return id; + } + + @Override + public RecipeSerializer getSerializer() { + return Serializer.INSTANCE; + } + + @Override + public RecipeType getType() { + return Type.INSTANCE; + } + + public int getTime() { + return seconds*20; + } + + public static class Type implements RecipeType { + private Type(){} + + public static final Type INSTANCE = new Type(); + public static final String ID = "compressing"; + } + + public static class Serializer implements RecipeSerializer + { + public static final Serializer INSTANCE = new Serializer(); + public static final ResourceLocation ID = new ResourceLocation(OTEMod.MOD_ID, Type.ID); + + @Override + public CompressionChamberRecipe fromJson(ResourceLocation resourceLocation, JsonObject jsonObject) { + ItemStack output = ShapedRecipe.itemStackFromJson(GsonHelper.getAsJsonObject(jsonObject, "output")); + + Ingredient input = Ingredient.fromJson(GsonHelper.getAsJsonObject(jsonObject, "input")); + + int seconds = GsonHelper.getAsInt(jsonObject, "time"); + + return new CompressionChamberRecipe(resourceLocation, output, input, seconds); + } + + @Override + public @Nullable CompressionChamberRecipe fromNetwork(ResourceLocation resourceLocation, FriendlyByteBuf friendlyByteBuf) { + ItemStack output = friendlyByteBuf.readItem(); + + Ingredient input = Ingredient.fromNetwork(friendlyByteBuf); + int seconds = friendlyByteBuf.readInt(); + + return new CompressionChamberRecipe(resourceLocation, output, input, seconds); + } + + @Override + public void toNetwork(FriendlyByteBuf friendlyByteBuf, CompressionChamberRecipe compressionChamberRecipe) { + friendlyByteBuf.writeItem(compressionChamberRecipe.output); + compressionChamberRecipe.input.toNetwork(friendlyByteBuf); + friendlyByteBuf.writeInt(compressionChamberRecipe.seconds); + } + } +} diff --git a/src/main/java/dev/zontreck/otemod/recipe/ModRecipes.java b/src/main/java/dev/zontreck/otemod/recipe/ModRecipes.java new file mode 100644 index 0000000..74c2dcd --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/recipe/ModRecipes.java @@ -0,0 +1,21 @@ +package dev.zontreck.otemod.recipe; + +import dev.zontreck.otemod.OTEMod; +import net.minecraft.world.item.crafting.RecipeSerializer; +import net.minecraftforge.eventbus.api.IEventBus; +import net.minecraftforge.registries.DeferredRegister; +import net.minecraftforge.registries.ForgeRegistries; +import net.minecraftforge.registries.RegistryObject; + +public class ModRecipes { + public static final DeferredRegister> SERIALIZERS = DeferredRegister.create(ForgeRegistries.RECIPE_SERIALIZERS, OTEMod.MOD_ID); + + public static final RegistryObject> COMPRESSING_SERIALIZER = SERIALIZERS.register("compressing", ()->CompressionChamberRecipe.Serializer.INSTANCE); + + //public static final RegistryObject> UNCRAFTING_SERIALIZER = SERIALIZERS.register("uncrafting", UncraftingRecipe.Serializer::new); + + public static void register(IEventBus bus) + { + SERIALIZERS.register(bus); + } +} diff --git a/src/main/java/dev/zontreck/otemod/recipe/UncraftingRecipe.java b/src/main/java/dev/zontreck/otemod/recipe/UncraftingRecipe.java new file mode 100644 index 0000000..f0df9f1 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/recipe/UncraftingRecipe.java @@ -0,0 +1,241 @@ +package dev.zontreck.otemod.recipe; + +import com.google.common.collect.Maps; +import com.google.common.collect.Sets; +import com.google.gson.JsonArray; +import com.google.gson.JsonElement; +import com.google.gson.JsonObject; +import com.google.gson.JsonSyntaxException; +import net.minecraft.core.NonNullList; +import net.minecraft.core.RegistryAccess; +import net.minecraft.network.FriendlyByteBuf; +import net.minecraft.resources.ResourceLocation; +import net.minecraft.util.GsonHelper; +import net.minecraft.world.inventory.CraftingContainer; +import net.minecraft.world.item.ItemStack; +import net.minecraft.world.item.Items; +import net.minecraft.world.item.crafting.*; +import net.minecraft.world.level.Level; +import net.minecraftforge.common.crafting.IShapedRecipe; +import org.jetbrains.annotations.Nullable; + +import java.util.Arrays; +import java.util.Map; +import java.util.Set; + +public class UncraftingRecipe { +} +/* +public record UncraftingRecipe(ResourceLocation recipeID, int width, int height, Ingredient input, int count, NonNullList resultItems) implements CraftingRecipe, IShapedRecipe { + + @Override //This method is never used, but it has to be implemented + public boolean matches(CraftingContainer container, Level level) { + return false; + } + + @Override //We have to implement this method, can't really be used since we have multiple outputs + public ItemStack assemble(CraftingContainer container, RegistryAccess access) { + return ItemStack.EMPTY; + } + + @Override //We have to implement this method, returns the count just in case + public ItemStack getResultItem(RegistryAccess access) { + return new ItemStack(Items.AIR, this.count); + } + + @Override //Could probably be set to return true, since the recipe serializer doesn't let a bigger number through. + public boolean canCraftInDimensions(int width, int height) { + return (width >= this.width && height >= this.height); + } + + //Checks if the itemStack is a part of the ingredient when UncraftingMenu's getRecipesFor() method iterates through all recipes. + public boolean isItemStackAnIngredient(ItemStack stack) { + return Arrays.stream(this.input().getItems()).anyMatch(i -> (stack.getItem() == i.getItem() && stack.getCount() >= this.count())); + } + + @Override + public ResourceLocation getId() { + return this.recipeID; + } + + @Override + public RecipeSerializer getSerializer() { + return ModRecipes.UNCRAFTING_SERIALIZER.get(); + } + + @Override + public RecipeType getType() { + return Type.INSTANCE; + } + + @Override + public CraftingBookCategory category() { + return CraftingBookCategory.MISC; + } + + @Override + public int getRecipeWidth() { + return this.width(); + } + + @Override + public int getRecipeHeight() { + return this.height(); + } + + @Override + public NonNullList getIngredients() { + return this.resultItems(); + } + + public static class Serializer implements RecipeSerializer { + /** + * This is mostly vanilla's shaped recipe serializer, with some changes made to make it work with the slightly different recipe type. + * The recipe json has inputs for "cost", which determines how many levels the recipe will cost. + * "input", which is made to be an ingredient instead of an itemStack, so the recipe can have multiple input options, such as any member of an item tag. + * "count" is how many of the same item are required by the recipe, since we're dealing with ingredients and not itemStacks, we get this separately. + * "key" and "pattern", which work just like vanilla except this is output and not input, since we're uncrafting. + * Width and height get assigned automatically. + */ +/* + @Override + public UncraftingRecipe fromJson(ResourceLocation id, JsonObject json) { + JsonObject input = GsonHelper.getAsJsonObject(json, "input"); + + JsonElement jsonelement = (GsonHelper.isArrayNode(input, "ingredient") ? GsonHelper.getAsJsonArray(input, "ingredient") : GsonHelper.getAsJsonObject(input, "ingredient")); + Ingredient ingredient = Ingredient.fromJson(jsonelement); + + int count = GsonHelper.getAsInt(input, "count", 1); + + Map key = keyFromJson(GsonHelper.getAsJsonObject(json, "key")); + String[] pattern = shrink(patternFromJson(GsonHelper.getAsJsonArray(json, "pattern"))); + + int width = pattern[0].length(); + int height = pattern.length; + + NonNullList ingredients = dissolvePattern(pattern, key, width, height); + + return new UncraftingRecipe(id, width, height, ingredient, count, ingredients); + } + + private static Map keyFromJson(JsonObject json) { + Map map = Maps.newHashMap(); + for (Map.Entry entry : json.entrySet()) { + if (entry.getKey().length() != 1) + throw new JsonSyntaxException("Invalid key entry: '" + entry.getKey() + "' is an invalid symbol (must be 1 character only)."); + if (" ".equals(entry.getKey())) + throw new JsonSyntaxException("Invalid key entry: ' ' is a reserved symbol."); + map.put(entry.getKey(), Ingredient.fromJson(entry.getValue())); + } + map.put(" ", Ingredient.EMPTY); + return map; + } + + static String[] shrink(String... prePattern) { + int i = Integer.MAX_VALUE; + int j = 0; + int k = 0; + int l = 0; + + for (int i1 = 0; i1 < prePattern.length; ++i1) { + String s = prePattern[i1]; + i = Math.min(i, firstNonSpace(s)); + int j1 = lastNonSpace(s); + j = Math.max(j, j1); + if (j1 < 0) { + if (k == i1) ++k; + ++l; + } else l = 0; + } + + if (prePattern.length == l) return new String[0]; + else { + String[] shrunk = new String[prePattern.length - l - k]; + for (int k1 = 0; k1 < shrunk.length; ++k1) shrunk[k1] = prePattern[k1 + k].substring(i, j + 1); + return shrunk; + } + } + + private static int firstNonSpace(String first) { + int i; + i = 0; + while (i < first.length() && first.charAt(i) == ' ') ++i; + return i; + } + + private static int lastNonSpace(String last) { + int i; + i = last.length() - 1; + while (i >= 0 && last.charAt(i) == ' ') --i; + return i; + } + + private static String[] patternFromJson(JsonArray pattern) { + String[] stringPattern = new String[pattern.size()]; + if (stringPattern.length > 3) { + throw new JsonSyntaxException("Invalid pattern: too many rows, 3 is maximum"); + } else if (stringPattern.length == 0) { + throw new JsonSyntaxException("Invalid pattern: empty pattern not allowed"); + } else { + for (int i = 0; i < stringPattern.length; ++i) { + String s = GsonHelper.convertToString(pattern.get(i), "pattern[" + i + "]"); + if (s.length() > 3) + throw new JsonSyntaxException("Invalid pattern: too many columns, 3 is maximum"); + if (i > 0 && stringPattern[0].length() != s.length()) + throw new JsonSyntaxException("Invalid pattern: each row must be the same width"); + stringPattern[i] = s; + } + return stringPattern; + } + } + + private static NonNullList dissolvePattern(String[] pattern, Map key, int width, int height) { + NonNullList results = NonNullList.withSize(width * height, Ingredient.EMPTY); + Set set = Sets.newHashSet(key.keySet()); + set.remove(" "); + + for (int i = 0; i < pattern.length; ++i) { + for (int j = 0; j < pattern[i].length(); ++j) { + String s = pattern[i].substring(j, j + 1); + Ingredient ingredient = key.get(s); + if (ingredient == null) + throw new JsonSyntaxException("Pattern references symbol '" + s + "' but it's not defined in the key"); + set.remove(s); + results.set(j + width * i, ingredient); + } + } + + if (!set.isEmpty()) + throw new JsonSyntaxException("Key defines symbols that aren't used in pattern: " + set); + else return results; + } + + @Nullable + @Override + public UncraftingRecipe fromNetwork(ResourceLocation id, FriendlyByteBuf buffer) { + int width = buffer.readVarInt(); + int height = buffer.readVarInt(); + Ingredient result = Ingredient.fromNetwork(buffer); + int count = buffer.readVarInt(); + NonNullList ingredients = NonNullList.withSize(width * height, Ingredient.EMPTY); + ingredients.replaceAll(ignored -> Ingredient.fromNetwork(buffer)); + return new UncraftingRecipe(id, width, height, result, count, ingredients); + } + + @Override + public void toNetwork(FriendlyByteBuf buffer, UncraftingRecipe recipe) { + buffer.writeVarInt(recipe.width()); + buffer.writeVarInt(recipe.height()); + recipe.input().toNetwork(buffer); + buffer.writeVarInt(recipe.count()); + for (Ingredient i : recipe.resultItems()) i.toNetwork(buffer); + } + } + + public static class Type implements RecipeType { + private Type(){} + + public static final UncraftingRecipe.Type INSTANCE = new UncraftingRecipe.Type(); + public static final String ID = "uncrafting"; + } +}*/ \ No newline at end of file diff --git a/src/main/java/dev/zontreck/otemod/registry/ModDimensions.java b/src/main/java/dev/zontreck/otemod/registry/ModDimensions.java new file mode 100644 index 0000000..706377f --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/registry/ModDimensions.java @@ -0,0 +1,18 @@ +package dev.zontreck.otemod.registry; + +import dev.zontreck.otemod.OTEMod; +import net.minecraft.resources.ResourceLocation; + +public class ModDimensions +{ + public static final ResourceLocation BUILDER = new ResourceLocation(OTEMod.MOD_ID, "builder"); + public static final ResourceLocation THRESHOLD = new ResourceLocation(OTEMod.MOD_ID, "threshold"); + public static String BUILDER_DIM() + { + return BUILDER.getNamespace() + ":" + BUILDER.getPath(); + } + public static String THRESHOLD_DIM() + { + return THRESHOLD.getNamespace() + ":" + THRESHOLD.getPath(); + } +} diff --git a/src/main/java/dev/zontreck/otemod/registry/PerPlayerDataRegistry.java b/src/main/java/dev/zontreck/otemod/registry/PerPlayerDataRegistry.java index 7412f2a..5c1cadf 100644 --- a/src/main/java/dev/zontreck/otemod/registry/PerPlayerDataRegistry.java +++ b/src/main/java/dev/zontreck/otemod/registry/PerPlayerDataRegistry.java @@ -1,6 +1,52 @@ package dev.zontreck.otemod.registry; +import dev.zontreck.libzontreck.events.ProfileUnloadedEvent; +import net.minecraft.nbt.CompoundTag; +import net.minecraft.nbt.Tag; +import net.minecraftforge.eventbus.api.SubscribeEvent; + +import java.util.HashMap; +import java.util.List; +import java.util.Map; +import java.util.UUID; + public class PerPlayerDataRegistry { // The idea here is to make a registry unique to a player for mod data // This will allow separating handling of functions, like cooldowns + private static Map cache = new HashMap<>(); + + public static void put(UUID ID, String nick, Tag tag) + { + if(cache.containsKey(ID)) + { + CompoundTag xTag = cache.get(ID); + xTag.put(nick, tag); + }else { + CompoundTag xTag = new CompoundTag(); + xTag.put(nick,tag); + + cache.put(ID, xTag); + } + } + + public static Tag get(UUID ID, String nick) + { + if(cache.containsKey(ID)) + { + CompoundTag tag = cache.get(ID); + if(tag.contains(nick)) return tag.get(nick); + } + + return null; + } + + + @SubscribeEvent + public static void onProfileUnload(ProfileUnloadedEvent ev) + { + if(cache.containsKey(UUID.fromString(ev.user_id))) + { + cache.remove(UUID.fromString(ev.user_id)); + } + } } diff --git a/src/main/java/dev/zontreck/otemod/util/ExperienceUtils.java b/src/main/java/dev/zontreck/otemod/util/ExperienceUtils.java new file mode 100644 index 0000000..ab7af30 --- /dev/null +++ b/src/main/java/dev/zontreck/otemod/util/ExperienceUtils.java @@ -0,0 +1,13 @@ +package dev.zontreck.otemod.util; + +public class ExperienceUtils +{ + + public static int getXpNeededForNextLevel(int xpLvl) { + if (xpLvl >= 30) { + return 112 + (xpLvl - 30) * 9; + } else { + return xpLvl >= 15 ? 37 + (xpLvl - 15) * 5 : 7 + xpLvl * 2; + } + } +} diff --git a/src/main/java/dev/zontreck/otemod/zschem/BlockContainerList.java b/src/main/java/dev/zontreck/otemod/zschem/BlockContainerList.java deleted file mode 100644 index fb3a1ab..0000000 --- a/src/main/java/dev/zontreck/otemod/zschem/BlockContainerList.java +++ /dev/null @@ -1,129 +0,0 @@ -package dev.zontreck.otemod.zschem; - -import java.util.ArrayList; -import java.util.Iterator; -import java.util.List; -import java.util.ListIterator; -import java.util.concurrent.locks.Lock; -import java.util.concurrent.locks.ReentrantLock; - -import dev.zontreck.libzontreck.vectors.WorldPosition; -import dev.zontreck.otemod.configs.OTEServerConfig; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.ListTag; -import net.minecraft.nbt.Tag; -import net.minecraft.world.level.block.state.BlockState; - -public class BlockContainerList { - private static final BlockContainerList INSTANCE =new BlockContainerList(); - private final Lock lock; - private final List containers; - - public BlockContainerList() - { - this.lock = new ReentrantLock(); - this.containers = new ArrayList<>(); - } - - public static BlockContainerList getInstance() - { - return INSTANCE; - } - - public int getNewLongestTick() - { - //Random rng = new Random(); - int newLonger = OTEServerConfig.TIME_BETWEEN_BLOCKS.get(); - int cur = 0; - - for (StoredBlock storedBlock : containers) { - if(cur < storedBlock.getTickValue()){ - cur = storedBlock.getTickValue(); - } - } - if(cur == 0)cur = OTEServerConfig.HEALER_TIMER.get(); - - return cur + newLonger; - } - - public void add(StoredBlock item) - { - lock.lock(); - try{ - for(StoredBlock sb : containers) - { - if(sb.getWorldPosition().same(item.getWorldPosition())) - { - return; - } - } - - containers.add(item); - }finally{ - lock.unlock(); - } - } - - public void tick() - { - lock.lock(); - try{ - Iterator isb = containers.iterator(); - while(isb.hasNext()) - { - StoredBlock storedBlock = isb.next(); - storedBlock.tick(); - if(storedBlock.isExpired()){ - WorldPosition wp = storedBlock.getWorldPosition(); - BlockState bs = wp.getActualDimension().getBlockState(wp.Position.asBlockPos()); - if(bs.is(storedBlock.getState().getBlock()) || storedBlock.getTries() >= OTEServerConfig.MAX_TRIES_HEAL.get()) - { - - //HealRunner.scheduleHeal(storedBlock); - isb.remove(); - - //wp.getActualDimension().playSound(null, wp.Position.asBlockPos(), SoundEvents.ANVIL_USE, SoundSource.NEUTRAL, new Random().nextFloat(0.75f,1.0f), new Random().nextFloat(1)); - - }else { - HealRunner.scheduleHeal(storedBlock); - storedBlock.setTick(getNewLongestTick()); - storedBlock.tickTries(); - } - } - } - }finally{ - lock.unlock(); - } - } - - public CompoundTag save(CompoundTag tag){ - lock.lock(); - try{ - - ListTag lst = new ListTag(); - for (StoredBlock block : containers) { - lst.add(block.serialize()); - } - tag.put("blocks", lst); - return tag; - }finally{ - lock.unlock(); - } - } - - public static BlockContainerList load(CompoundTag tag){ - BlockContainerList lst = new BlockContainerList(); - - ListTag xlst = tag.getList("blocks", CompoundTag.TAG_COMPOUND); - ListIterator it = xlst.listIterator(); - while(it.hasNext()){ - Tag tg = it.next(); - CompoundTag blk = (CompoundTag)tg; - StoredBlock sb = new StoredBlock(blk); - - lst.add(sb); - } - - return lst; - } -} diff --git a/src/main/java/dev/zontreck/otemod/zschem/BlockSaver.java b/src/main/java/dev/zontreck/otemod/zschem/BlockSaver.java deleted file mode 100644 index d4812c8..0000000 --- a/src/main/java/dev/zontreck/otemod/zschem/BlockSaver.java +++ /dev/null @@ -1,87 +0,0 @@ -package dev.zontreck.otemod.zschem; - -import java.io.BufferedWriter; -import java.io.File; -import java.io.FileWriter; -import java.io.IOException; -import java.nio.file.Path; -import java.util.concurrent.ScheduledExecutorService; -import java.util.concurrent.TimeUnit; - -import dev.zontreck.otemod.configs.OTEServerConfig; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.NbtIo; -import net.minecraft.nbt.NbtUtils; -import net.minecraftforge.fml.loading.FMLConfig; -import net.minecraftforge.fml.loading.FMLPaths; - -public class BlockSaver { - private static final int SAVE_INTERVAL = 1; - - private final ScheduledExecutorService executor; - - public BlockSaver(ScheduledExecutorService service) - { - executor=service; - } - - public void start() - { - executor.scheduleAtFixedRate(()->{ - CompoundTag primary = new CompoundTag(); - primary=BlockContainerList.getInstance().save(primary); - - File x = getPath().toFile(); - - if(OTEServerConfig.DEBUG_HEALER.get()) - { - // Save as sNBT - String prettyFormat = NbtUtils.structureToSnbt(primary); - - BufferedWriter bw; - try { - bw = new BufferedWriter(new FileWriter(x)); - bw.write(prettyFormat); - bw.close(); - } catch (IOException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - }else{ - try { - NbtIo.writeCompressed(primary, x); - } catch (IOException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - } - - }, SAVE_INTERVAL, SAVE_INTERVAL, TimeUnit.MINUTES); - } - - - - // Healer Queue's data source is a NBT File in the config folder - public static final String HealerQueueFile = ".nbt"; - public static final String HealerQueueDebugFile = ".dev.nbt"; - - public static Path getPath() - { - - Path configDir = FMLPaths.GAMEDIR.get().resolve(FMLConfig.defaultConfigPath()); - //Path configFile = null; - return configDir.resolve("ote_queue"); - } - - public static String getExtension() - { - - if(OTEServerConfig.DEBUG_HEALER.get()) - { - return BlockSaver.HealerQueueDebugFile; - - }else { - return BlockSaver.HealerQueueFile; - } - } -} diff --git a/src/main/java/dev/zontreck/otemod/zschem/EventHandler.java b/src/main/java/dev/zontreck/otemod/zschem/EventHandler.java deleted file mode 100644 index 9d499e5..0000000 --- a/src/main/java/dev/zontreck/otemod/zschem/EventHandler.java +++ /dev/null @@ -1,89 +0,0 @@ -package dev.zontreck.otemod.zschem; - -import java.util.HashMap; -import java.util.Map; - -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.libzontreck.vectors.WorldPosition; -import dev.zontreck.otemod.configs.OTEServerConfig; -import net.minecraft.server.level.ServerLevel; -import net.minecraftforge.event.TickEvent; -import net.minecraftforge.event.level.ExplosionEvent; -import net.minecraftforge.event.level.LevelEvent; -import net.minecraftforge.event.server.ServerStoppingEvent; -import net.minecraftforge.eventbus.api.SubscribeEvent; - -public class EventHandler { - - @SubscribeEvent - public void onDetonate(ExplosionEvent.Detonate ev) - { - if(ev.getLevel().isClientSide)return; - - //Entity explodes = ev.getExplosion().getSourceMob(); - // Register blocks to be healed - WorldPosition wpos = new WorldPosition(new Vector3(ev.getExplosion().getPosition()), (ServerLevel) ev.getLevel()); - - if(OTEServerConfig.EXCLUDE_DIMS.get().contains(wpos.Dimension)){ - // Dimension is on the exclusion list. Do not process. - return; - } - WorldProp wp = WorldProp.acquire((ServerLevel)ev.getLevel()); - - if(wp!=null){ - wp.onDetonate(ev); - } - } - - - private Map healers = new HashMap(); - - public Map getHealers() - { - return healers; - } - - @SubscribeEvent - public void onLoadLevel(LevelEvent.Load ev) - { - if(!ev.getLevel().isClientSide() && ev.getLevel() instanceof ServerLevel) - { - healers.put((ServerLevel)ev.getLevel(), WorldProp.acquire((ServerLevel)ev.getLevel())); - - } - } - - @SubscribeEvent - public void onUnload(LevelEvent.Unload ev) - { - if(!ev.getLevel().isClientSide()) - { - healers.remove(ev.getLevel()); - } - } - - @SubscribeEvent - public void onShutdown(ServerStoppingEvent ev) - { - WorldProp.SaveAll(); - } - - @SubscribeEvent - public void onSaving(LevelEvent.Save ev) - { - WorldProp.SaveAll(); - } - - @SubscribeEvent - public void onLevelTick(TickEvent.LevelTickEvent ev) - { - if(!ev.level.isClientSide){ - WorldProp wp = WorldProp.acquire((ServerLevel)ev.level); - if(wp!=null){ - wp.onTick(); - } - - MemoryHolder.tick(); - } - } -} diff --git a/src/main/java/dev/zontreck/otemod/zschem/HealRunner.java b/src/main/java/dev/zontreck/otemod/zschem/HealRunner.java deleted file mode 100644 index 30def35..0000000 --- a/src/main/java/dev/zontreck/otemod/zschem/HealRunner.java +++ /dev/null @@ -1,75 +0,0 @@ -package dev.zontreck.otemod.zschem; - -import java.util.Random; - -import dev.zontreck.libzontreck.vectors.Vector3; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.sounds.SoundEvent; -import net.minecraft.sounds.SoundEvents; -import net.minecraft.sounds.SoundSource; -import net.minecraft.world.level.block.Block; -import net.minecraft.world.level.block.entity.BlockEntity; -import net.minecraft.world.level.block.state.BlockState; - -public class HealRunner implements Runnable -{ - public final StoredBlock BlockToSet; - // Play a popping sound at the block position - public final SoundEvent pop = SoundEvents.ITEM_PICKUP; - - - public HealRunner(StoredBlock sb) - { - BlockToSet = sb; - } - public static void scheduleHeal(StoredBlock sb){ - sb.getWorldPosition().getActualDimension().getServer().execute(new HealRunner(sb)); - } - @Override - public void run() - { - - //BlockSnapshot bs = BlockSnapshot.create(level.dimension(), level, sb.getPos()); - - //BlockState current = level.getBlockState(sb.getPos()); - final ServerLevel level = BlockToSet.getWorldPosition().getActualDimension(); - - BlockState nState = Block.updateFromNeighbourShapes(BlockToSet.getState(), level, BlockToSet.getPos()); - level.setBlock(BlockToSet.getPos(), nState, Block.UPDATE_CLIENTS); // no update? - - - //level.setBlocksDirty(sb.getPos(), sb.getState(), level.getBlockState(sb.getPos())); - //level.markAndNotifyBlock(sb.getPos(), level.getChunkAt(sb.getPos()), sb.getState(), level.getBlockState(sb.getPos()), 2, 0); - - //level.getChunkAt(sb.getPos()).setBlockState(sb.getPos(), sb.getState(), false); - - BlockEntity be = level.getBlockEntity(BlockToSet.getPos()); - - if(be!=null){ - //be.deserializeNBT(sb.getBlockEntity()); - if(BlockToSet.getBlockEntity()!=null){ - - be.load(BlockToSet.getBlockEntity()); - be.setChanged(); - } - - } - - // Everything is restored, play sound - SoundSource ss = SoundSource.NEUTRAL; - Vector3 v3 = BlockToSet.getWorldPosition().Position; - Random rng = new Random(); - - level.playSound(null, v3.asBlockPos(), pop, ss, rng.nextFloat(0.75f,1.0f), rng.nextFloat(1)); - - /*for(ServerPlayer player : level.players()) - { - Vector3 playerPos = new Vector3(player.position()); - if(sb.getWorldPosition().Position.distance(playerPos) < 15) - { - // have player's client play sound (Packet?) - } - }*/ - - } -} diff --git a/src/main/java/dev/zontreck/otemod/zschem/MemoryHolder.java b/src/main/java/dev/zontreck/otemod/zschem/MemoryHolder.java deleted file mode 100644 index bcfecd3..0000000 --- a/src/main/java/dev/zontreck/otemod/zschem/MemoryHolder.java +++ /dev/null @@ -1,179 +0,0 @@ -package dev.zontreck.otemod.zschem; - -import java.util.ArrayList; -import java.util.HashMap; -import java.util.Iterator; -import java.util.List; -import java.util.Map; -import java.util.UUID; -import java.util.concurrent.locks.Lock; -import java.util.concurrent.locks.ReentrantLock; - -import dev.zontreck.libzontreck.chat.ChatColor; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.otemod.OTEMod; -import dev.zontreck.otemod.chat.ChatServerOverride; -import net.minecraft.network.chat.Component; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.world.entity.player.Player; - -public class MemoryHolder { - // This class holds the temporary memory related to zschem data - // We also store position information here. - private static final MemoryHolder INSTANCE = new MemoryHolder(); - - public static MemoryHolder get(){ - return INSTANCE; - } - - public class Container{ - // Contains the position and block lists! - public Vector3 Pos1; - public Vector3 Pos2; - public List blocks; - public ServerLevel lvl; - - private int tick = 0; - - public void tick(){ - this.tick--; - } - - public boolean isExpired(){ - if(tick <= 0){ - return true; - }else return false; - } - - public Container(){ - tick = 15000; - Pos1 = OTEMod.ZERO_VECTOR; - Pos2 = OTEMod.ZERO_VECTOR; - } - - public void reset(){ - tick=15000; - } - } - - private Map playerContainers = new HashMap(); - private static final Lock lck = new ReentrantLock(); - - public static boolean hasPlayerCached(Player P) - { - lck.lock(); - try{ - - UUID id = P.getUUID(); - return get().playerContainers.containsKey(id); - }finally{ - lck.unlock(); - } - } - - public static void tick() - { - lck.lock(); - try{ - Iterator> imeuc = get().playerContainers.entrySet().iterator(); - while(imeuc.hasNext()) - { - Map.Entry entry = imeuc.next(); - Container c = entry.getValue(); - c.tick(); - - if(c.isExpired()){ - imeuc.remove(); - - ChatServerOverride.broadcastTo(entry.getKey(), Component.literal(OTEMod.OTEPrefix+ChatColor.doColors(" !Dark_Red!ZSchem Session expired")), c.lvl.getServer()); - } - } - }finally{ - lck.unlock(); - } - } - - private static void makeCachedPlayer(Player p){ - if(!hasPlayerCached(p)){ - - Container c = INSTANCE.new Container(); - get().playerContainers.put(p.getUUID(), c); - } - } - - public static void setPos1(Player p, Vector3 pos) - { - makeCachedPlayer(p); - if(hasPlayerCached(p)) - { - Container c = get().playerContainers.get(p.getUUID()); - c.Pos1 = pos; - c.reset(); - - get().playerContainers.put(p.getUUID(), c); - } - } - - public static void setLevel(Player p, ServerLevel lvl) - { - makeCachedPlayer(p); - if(hasPlayerCached(p)) - { - Container c = get().playerContainers.get(p.getUUID()); - c.lvl = lvl; - c.reset(); - - get().playerContainers.put(p.getUUID(), c); - } - } - - public static void clear(Player p) - { - if(hasPlayerCached(p)) - { - get().playerContainers.remove(p.getUUID()); - } - } - - public static void setPos2(Player p, Vector3 pos) - { - makeCachedPlayer(p); - if(hasPlayerCached(p)) - { - Container c = get().playerContainers.get(p.getUUID()); - c.Pos2 = pos; - c.reset(); - - get().playerContainers.put(p.getUUID(), c); - } - } - - public static void setBlocks(Player p, List blk) - { - makeCachedPlayer(p); - if(hasPlayerCached(p)) - { - Container c = get().playerContainers.get(p.getUUID()); - c.blocks=blk; - c.reset(); - - get().playerContainers.put(p.getUUID(), c); - } - } - - public static List getBlocks(Player p) - { - if(hasPlayerCached(p)) - { - return get().playerContainers.get(p.getUUID()).blocks; - }else return new ArrayList(); - } - - public static Container getContainer(Player p) - { - if(hasPlayerCached(p)){ - return get().playerContainers.get(p.getUUID()); - }else return null; - } - -} diff --git a/src/main/java/dev/zontreck/otemod/zschem/StoredBlock.java b/src/main/java/dev/zontreck/otemod/zschem/StoredBlock.java deleted file mode 100644 index f8a56e2..0000000 --- a/src/main/java/dev/zontreck/otemod/zschem/StoredBlock.java +++ /dev/null @@ -1,158 +0,0 @@ -package dev.zontreck.otemod.zschem; - -import dev.zontreck.libzontreck.exceptions.InvalidDeserialization; -import dev.zontreck.libzontreck.vectors.Vector3; -import dev.zontreck.libzontreck.vectors.WorldPosition; -import net.minecraft.core.BlockPos; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.NbtUtils; -import net.minecraft.nbt.Tag; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.world.level.block.entity.BlockEntity; -import net.minecraft.world.level.block.state.BlockState; - -public class StoredBlock -{ - - - public CompoundTag blockData; - - private WorldPosition position; - private BlockState state; - private CompoundTag blockEntity; - private int tick; - private int tries; - - - public void setPosition(Vector3 pos) - { - position.Position=pos; - } - - public void updateWorld(ServerLevel lv) - { - position = new WorldPosition(position.Position, lv); - } - - - public void tick(){ - this.tick--; - } - - public void setTick(int tick){ - this.tick=tick; - } - - - public boolean isExpired() { - return tick <= 0; - } - - public void replaceBlockState(BlockState state) - { - this.state=state; - } - - - public StoredBlock(final BlockPos pos, final BlockState toSave, final ServerLevel lvl) - { - position = new WorldPosition(new Vector3(pos), lvl); - - this.state=toSave; - } - - public StoredBlock(final CompoundTag tag) - { - this.deserialize(tag); - } - - - - public final BlockPos getPos() - { - return position.Position.asBlockPos(); - } - - public final WorldPosition getWorldPosition() - { - return position; - } - - public final BlockState getState() - { - return state; - } - - public final long getChunkX() - { - Vector3 pos = position.Position; - return pos.rounded().x >> 4; - } - - public final long getChunkZ() - { - Vector3 pos = position.Position; - return pos.rounded().z >> 4; - } - - public void setBlockEntity(BlockEntity entity) - { - CompoundTag tag = entity.saveWithoutMetadata(); - this.blockEntity=tag; - } - - public final CompoundTag getBlockEntity(){ - return blockEntity; - } - - public static boolean hasBlockEntity(final CompoundTag tag){ - return tag.contains("entity", Tag.TAG_COMPOUND); - } - - - public CompoundTag serialize() - { - final CompoundTag tag = new CompoundTag(); - - tag.put("pos", position.serialize()); - tag.put("state", NbtUtils.writeBlockState(state)); - tag.putInt("tick", tick); - tag.putInt("tries", tries); - - if(blockEntity != null) tag.put("entity", blockEntity); - - return tag; - } - public int getTries(){ - return tries; - } - public int getTickValue() - { - return tick; - } - - public void tickTries(){ - tries++; - } - - public void deserialize(final CompoundTag tag) - { - try { - position = new WorldPosition(tag.getCompound("pos"), false); - } catch (InvalidDeserialization e) { - e.printStackTrace(); - } - - - state = NbtUtils.readBlockState(tag.getCompound("state")); - - final CompoundTag tmp = tag.getCompound("entity"); - blockEntity = tmp.isEmpty() ? null : tmp; - - tick = tag.getInt("tick"); - tries=tag.getInt("tries"); - } - - - -} diff --git a/src/main/java/dev/zontreck/otemod/zschem/WorldProp.java b/src/main/java/dev/zontreck/otemod/zschem/WorldProp.java deleted file mode 100644 index c6a8199..0000000 --- a/src/main/java/dev/zontreck/otemod/zschem/WorldProp.java +++ /dev/null @@ -1,146 +0,0 @@ -package dev.zontreck.otemod.zschem; - -import java.io.IOException; -import java.nio.file.Path; -import java.util.HashMap; -import java.util.Map; -import java.util.function.Supplier; - -import dev.zontreck.libzontreck.vectors.WorldPosition; -import net.minecraft.core.BlockPos; -import net.minecraft.nbt.CompoundTag; -import net.minecraft.nbt.NbtIo; -import net.minecraft.server.level.ServerLevel; -import net.minecraft.tags.BlockTags; -import net.minecraft.world.level.Level; -import net.minecraft.world.level.block.Blocks; -import net.minecraft.world.level.block.state.BlockState; -import net.minecraftforge.event.level.ExplosionEvent; - -public class WorldProp implements Supplier -{ - public static Map props = new HashMap(); - private Level world; - private BlockContainerList task; - - public WorldProp(){ - task = new BlockContainerList(); - } - - public void onTick() - { - task.tick(); - } - - public void onDetonate(ExplosionEvent.Detonate ev) - { - Level w = ev.getLevel(); - //int maxTicks = 0; - - for(BlockPos p : ev.getAffectedBlocks()) - { - BlockState bsExplode = w.getBlockState(p); - if(!isValid(bsExplode))continue; - - if(!bsExplode.isAir() ){ - //int ticks = OTEServerConfig.HEALER_TIMER.get() + maxTicks + OTEServerConfig.TIME_BETWEEN_BLOCKS.get(); - //if(ticks<0) ticks = maxTicks + 10; - //maxTicks += 10; - int ticks = task.getNewLongestTick(); - - - addHeal(p, bsExplode, world, ticks); - } - } - } - - public void customEnqueue(StoredBlock sb) - { - int ticks = task.getNewLongestTick(); - sb.setTick(ticks); - task.add(sb); - } - - private void addHeal(BlockPos p, BlockState s, Level w, int tick) - { - StoredBlock sb = new StoredBlock(p, s, (ServerLevel)w); - sb.setTick(tick); - task.add(sb); - world.removeBlockEntity(p); - world.setBlock(p, Blocks.AIR.defaultBlockState(), 7); - } - - private boolean isValid(BlockState bs) - { - if(bs.is(BlockTags.DOORS) || bs.is(BlockTags.BEDS) || bs.is(BlockTags.TALL_FLOWERS) || bs.is(Blocks.TNT)){ - return false; - } else return true; - } - - - public static void SaveAll() - { - Path destBase = BlockSaver.getPath(); - String ext = BlockSaver.getExtension(); - - for (Map.Entry entry : props.entrySet()) { - // Perform saving - String dimsafe = WorldPosition.getDimSafe(entry.getKey()); - String pathTemp = destBase.toString()+"_"+dimsafe+ext; - - Path finalPath = Path.of(pathTemp); - CompoundTag fnl = new CompoundTag(); - - fnl = entry.getValue().task.save(fnl); - try { - NbtIo.writeCompressed(fnl, finalPath.toFile()); - } catch (IOException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - } - } - - public void load(CompoundTag tag) - { - task = BlockContainerList.load(tag); - } - - public static WorldProp acquire(ServerLevel w) - { - if(props.containsKey(w)) - { - return props.get(w); - } - Path destBase = BlockSaver.getPath(); - String ext = BlockSaver.getExtension(); - String dimsafe = WorldPosition.getDimSafe(w); - String pathTemp = destBase.toString()+"_"+dimsafe+ext; - - Path finalPath = Path.of(pathTemp); - WorldProp nProp = new WorldProp(); - nProp.world=w; - - if(finalPath.toFile().exists()) - { - - try { - nProp.load(NbtIo.read(finalPath.toFile())); - } catch (IOException e) { - // TODO Auto-generated catch block - e.printStackTrace(); - } - - } - - props.put(w,nProp); - return nProp; - } - - - @Override - public Object get() - { - return this; - } -} diff --git a/src/main/resources/META-INF/accesstransformer.cfg b/src/main/resources/META-INF/accesstransformer.cfg new file mode 100644 index 0000000..e69de29 diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 60c229d..ddf4554 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -6,50 +6,71 @@ # The name of the mod loader type to load - for regular FML @Mod mods it should be javafml modLoader="javafml" #mandatory # A version range to match for said mod loader - for regular FML @Mod it will be the forge version -loaderVersion="[43,]" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions. +loaderVersion="${loader_version_range}" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions. # The license for you mod. This is mandatory metadata and allows for easier comprehension of your redistributive properties. # Review your options at https://choosealicense.com/. All rights reserved is the default copyright stance, and is thus the default here. -license="GPL 2.0" +license="${mod_license}" # A URL to refer people to when problems occur with this mod #issueTrackerURL="https://change.me.to.your.issue.tracker.example.invalid/" #optional # A list of mods - how many allowed here is determined by the individual mod loader [[mods]] #mandatory # The modid of the mod -modId="otemod" #mandatory -# The version number of the mod - there's a few well known ${} variables useable here or just hardcode it -# ${file.jarVersion} will substitute the value of the Implementation-Version as read from the mod's JAR file metadata -# see the associated build.gradle script for how to populate this completely automatically during a build -version="1.3.5.6" #mandatory - # A display name for the mod -displayName="OTEMod Resources" #mandatory -# A URL to query for updates for this mod. See the JSON update specification https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/ +modId="${mod_id}" #mandatory +# The version number of the mod +version="${mod_version}" #mandatory +# A display name for the mod +displayName="${mod_name}" #mandatory +# A URL to query for updates for this mod. See the JSON update specification https://docs.minecraftforge.net/en/latest/misc/updatechecker/ #updateJSONURL="https://change.me.example.invalid/updates.json" #optional # A URL for the "homepage" for this mod, displayed in the mod UI #displayURL="https://change.me.to.your.mods.homepage.example.invalid/" #optional # A file name (in the root of the mod JAR) containing a logo for display +#logoFile="examplemod.png" #optional # A text field displayed in the mod UI -credits="zontreck" #optional +#credits="" #optional +# A text field displayed in the mod UI +authors="${mod_authors}" #optional +# Display Test controls the display for your mod in the server connection screen +# MATCH_VERSION means that your mod will cause a red X if the versions on client and server differ. This is the default behaviour and should be what you choose if you have server and client elements to your mod. +# IGNORE_SERVER_VERSION means that your mod will not cause a red X if it's present on the server but not on the client. This is what you should use if you're a server only mod. +# IGNORE_ALL_VERSION means that your mod will not cause a red X if it's present on the client or the server. This is a special case and should only be used if your mod has no server component. +# NONE means that no display test is set on your mod. You need to do this yourself, see IExtensionPoint.DisplayTest for more information. You can define any scheme you wish with this value. +# IMPORTANT NOTE: this is NOT an instruction as to which environments (CLIENT or DEDICATED SERVER) your mod loads on. Your mod should load (and maybe do nothing!) whereever it finds itself. +#displayTest="MATCH_VERSION" # MATCH_VERSION is the default if nothing is specified (#optional) + # The description text for the mod (multi line!) (#mandatory) -description=''' -This mod is a work in progress and is planned to add a procedural adventure system along with its own ores, blocks, and dimension -''' +description='''${mod_description}''' # A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional. -[[dependencies.otemod]] #optional - # the modid of the dependency - modId="forge" #mandatory - # Does this dependency have to exist - if not, ordering below must be specified - mandatory=true #mandatory - # The version range of the dependency - versionRange="[43,]" #mandatory - # An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory - ordering="NONE" - # Side this dependency is applied on - BOTH, CLIENT or SERVER - side="BOTH" +[[dependencies.${mod_id}]] #optional +# the modid of the dependency +modId="forge" #mandatory +# Does this dependency have to exist - if not, ordering below must be specified +mandatory=true #mandatory +# The version range of the dependency +versionRange="${neo_version_range}" #mandatory +# An ordering relationship for the dependency - BEFORE or AFTER required if the dependency is not mandatory +# BEFORE - This mod is loaded BEFORE the dependency +# AFTER - This mod is loaded AFTER the dependency +ordering="NONE" +# Side this dependency is applied on - BOTH, CLIENT, or SERVER +side="BOTH" # Here's another dependency -[[dependencies.otemod]] - modId="minecraft" - mandatory=true +[[dependencies.${mod_id}]] +modId="minecraft" +mandatory=true # This version range declares a minimum of the current minecraft version up to but not including the next major version - versionRange="[1.19.2,]" - ordering="NONE" - side="BOTH" +versionRange="${minecraft_version_range}" +ordering="NONE" +side="BOTH" + +[[dependencies.${mod_id}]] +modId="libzontreck" +mandatory=true +versionRange="[1201.13,1201.14)" +ordering="NONE" +side="BOTH" +# Features are specific properties of the game environment, that you may want to declare you require. This example declares +# that your mod requires GL version 3.2 or higher. Other features will be added. They are side aware so declaring this won't +# stop your mod loading on the server for example. +#[features.${mod_id}] +#openGLVersion="[3.2,)" \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/aurora_block.json b/src/main/resources/assets/otemod/blockstates/aurora_block.json deleted file mode 100644 index 2e588b9..0000000 --- a/src/main/resources/assets/otemod/blockstates/aurora_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "variants": { - "": { - "model": "otemod:block/aurora_block" - } - } -} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/aurora_door.json b/src/main/resources/assets/otemod/blockstates/aurora_door.json deleted file mode 100644 index fa95a8a..0000000 --- a/src/main/resources/assets/otemod/blockstates/aurora_door.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "variants": { - "facing=east,half=lower,hinge=left,open=false": { - "model": "otemod:block/aurora_door_bottom_left" - }, - "facing=east,half=lower,hinge=left,open=true": { - "model": "otemod:block/aurora_door_bottom_left_open", - "y": 90 - }, - "facing=east,half=lower,hinge=right,open=false": { - "model": "otemod:block/aurora_door_bottom_right" - }, - "facing=east,half=lower,hinge=right,open=true": { - "model": "otemod:block/aurora_door_bottom_right_open", - "y": 270 - }, - "facing=east,half=upper,hinge=left,open=false": { - "model": "otemod:block/aurora_door_top_left" - }, - "facing=east,half=upper,hinge=left,open=true": { - "model": "otemod:block/aurora_door_top_left_open", - "y": 90 - }, - "facing=east,half=upper,hinge=right,open=false": { - "model": "otemod:block/aurora_door_top_right" - }, - "facing=east,half=upper,hinge=right,open=true": { - "model": "otemod:block/aurora_door_top_right_open", - "y": 270 - }, - "facing=north,half=lower,hinge=left,open=false": { - "model": "otemod:block/aurora_door_bottom_left", - "y": 270 - }, - "facing=north,half=lower,hinge=left,open=true": { - "model": "otemod:block/aurora_door_bottom_left_open" - }, - "facing=north,half=lower,hinge=right,open=false": { - "model": "otemod:block/aurora_door_bottom_right", - "y": 270 - }, - "facing=north,half=lower,hinge=right,open=true": { - "model": "otemod:block/aurora_door_bottom_right_open", - "y": 180 - }, - "facing=north,half=upper,hinge=left,open=false": { - "model": "otemod:block/aurora_door_top_left", - "y": 270 - }, - "facing=north,half=upper,hinge=left,open=true": { - "model": "otemod:block/aurora_door_top_left_open" - }, - "facing=north,half=upper,hinge=right,open=false": { - "model": "otemod:block/aurora_door_top_right", - "y": 270 - }, - "facing=north,half=upper,hinge=right,open=true": { - "model": "otemod:block/aurora_door_top_right_open", - "y": 180 - }, - "facing=south,half=lower,hinge=left,open=false": { - "model": "otemod:block/aurora_door_bottom_left", - "y": 90 - }, - "facing=south,half=lower,hinge=left,open=true": { - "model": "otemod:block/aurora_door_bottom_left_open", - "y": 180 - }, - "facing=south,half=lower,hinge=right,open=false": { - "model": "otemod:block/aurora_door_bottom_right", - "y": 90 - }, - "facing=south,half=lower,hinge=right,open=true": { - "model": "otemod:block/aurora_door_bottom_right_open" - }, - "facing=south,half=upper,hinge=left,open=false": { - "model": "otemod:block/aurora_door_top_left", - "y": 90 - }, - "facing=south,half=upper,hinge=left,open=true": { - "model": "otemod:block/aurora_door_top_left_open", - "y": 180 - }, - "facing=south,half=upper,hinge=right,open=false": { - "model": "otemod:block/aurora_door_top_right", - "y": 90 - }, - "facing=south,half=upper,hinge=right,open=true": { - "model": "otemod:block/aurora_door_top_right_open" - }, - "facing=west,half=lower,hinge=left,open=false": { - "model": "otemod:block/aurora_door_bottom_left", - "y": 180 - }, - "facing=west,half=lower,hinge=left,open=true": { - "model": "otemod:block/aurora_door_bottom_left_open", - "y": 270 - }, - "facing=west,half=lower,hinge=right,open=false": { - "model": "otemod:block/aurora_door_bottom_right", - "y": 180 - }, - "facing=west,half=lower,hinge=right,open=true": { - "model": "otemod:block/aurora_door_bottom_right_open", - "y": 90 - }, - "facing=west,half=upper,hinge=left,open=false": { - "model": "otemod:block/aurora_door_top_left", - "y": 180 - }, - "facing=west,half=upper,hinge=left,open=true": { - "model": "otemod:block/aurora_door_top_left_open", - "y": 270 - }, - "facing=west,half=upper,hinge=right,open=false": { - "model": "otemod:block/aurora_door_top_right", - "y": 180 - }, - "facing=west,half=upper,hinge=right,open=true": { - "model": "otemod:block/aurora_door_top_right_open", - "y": 90 - } - } - } - \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/blood_red.json b/src/main/resources/assets/otemod/blockstates/blood_red.json new file mode 100644 index 0000000..c71b0f9 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/blood_red.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/blood_red" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/clear_glass_block.json b/src/main/resources/assets/otemod/blockstates/clear_glass_block.json index e136983..79e6562 100644 --- a/src/main/resources/assets/otemod/blockstates/clear_glass_block.json +++ b/src/main/resources/assets/otemod/blockstates/clear_glass_block.json @@ -1,7 +1,7 @@ { "variants": { "": { - "model": "otemod:block/clear_glass_block" + "model": "otemod:block/deprecated" } } -} \ No newline at end of file +} diff --git a/src/main/resources/assets/otemod/blockstates/cobalt_block.json b/src/main/resources/assets/otemod/blockstates/cobalt_block.json new file mode 100644 index 0000000..38ff815 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/cobalt_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/cobalt_block" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/cobalt_ore.json b/src/main/resources/assets/otemod/blockstates/cobalt_ore.json new file mode 100644 index 0000000..07756b1 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/cobalt_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/cobalt_ore" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/compression_chamber.json b/src/main/resources/assets/otemod/blockstates/compression_chamber.json new file mode 100644 index 0000000..74b31fa --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/compression_chamber.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "otemod:block/compression_chamber" + }, + "facing=east": { + "model": "otemod:block/compression_chamber", + "y": 90 + }, + "facing=south": { + "model": "otemod:block/compression_chamber", + "y": 180 + }, + "facing=west": { + "model": "otemod:block/compression_chamber", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/cyan.json b/src/main/resources/assets/otemod/blockstates/cyan.json new file mode 100644 index 0000000..10c7ae0 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/cyan.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/cyan" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/cyan_stairs.json b/src/main/resources/assets/otemod/blockstates/cyan_stairs.json new file mode 100644 index 0000000..25d5160 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/cyan_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "otemod:block/cyan_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "otemod:block/cyan_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "otemod:block/cyan_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "otemod:block/cyan_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "otemod:block/cyan_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "otemod:block/cyan_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "otemod:block/cyan_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "otemod:block/cyan_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "otemod:block/cyan_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "otemod:block/cyan_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "otemod:block/cyan_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "otemod:block/cyan_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "otemod:block/cyan_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "otemod:block/cyan_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "otemod:block/cyan_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "otemod:block/cyan_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "otemod:block/cyan_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "otemod:block/cyan_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "otemod:block/cyan_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "otemod:block/cyan_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "otemod:block/cyan_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "otemod:block/cyan_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "otemod:block/cyan_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "otemod:block/cyan_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "otemod:block/cyan_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "otemod:block/cyan_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "otemod:block/cyan_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "otemod:block/cyan_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "otemod:block/cyan_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "otemod:block/cyan_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "otemod:block/cyan_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "otemod:block/cyan_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "otemod:block/cyan_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "otemod:block/cyan_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "otemod:block/cyan_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "otemod:block/cyan_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "otemod:block/cyan_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "otemod:block/cyan_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "otemod:block/cyan_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "otemod:block/cyan_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/cyan_tile.json b/src/main/resources/assets/otemod/blockstates/cyan_tile.json new file mode 100644 index 0000000..be93962 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/cyan_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/cyan_tile" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/cyan_tile_br.json b/src/main/resources/assets/otemod/blockstates/cyan_tile_br.json new file mode 100644 index 0000000..112d34b --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/cyan_tile_br.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "otemod:block/cyan_tile_br", + "y": 90 + }, + "facing=north": { + "model": "otemod:block/cyan_tile_br" + }, + "facing=south": { + "model": "otemod:block/cyan_tile_br", + "y": 180 + }, + "facing=west": { + "model": "otemod:block/cyan_tile_br", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/cyan_tile_to_wall.json b/src/main/resources/assets/otemod/blockstates/cyan_tile_to_wall.json new file mode 100644 index 0000000..58abf42 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/cyan_tile_to_wall.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/cyan_tile_to_wall" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/cyan_wall_variant_1.json b/src/main/resources/assets/otemod/blockstates/cyan_wall_variant_1.json new file mode 100644 index 0000000..20da827 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/cyan_wall_variant_1.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/cyan_wall_variant_1" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/cyan_wall_variant_2.json b/src/main/resources/assets/otemod/blockstates/cyan_wall_variant_2.json new file mode 100644 index 0000000..58b2e65 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/cyan_wall_variant_2.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/cyan_wall_variant_2" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/dark_red_bed.json b/src/main/resources/assets/otemod/blockstates/dark_red_bed.json new file mode 100644 index 0000000..6577c90 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/dark_red_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/dark_red_shulker_box.json b/src/main/resources/assets/otemod/blockstates/dark_red_shulker_box.json new file mode 100644 index 0000000..5c8050a --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/dark_red_shulker_box.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/dark_red_shulker_box" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/deepslate_ilusium_ore_block.json b/src/main/resources/assets/otemod/blockstates/deepslate_ilusium_ore_block.json new file mode 100644 index 0000000..5c7c29c --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/deepslate_ilusium_ore_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/ilusium_block.json b/src/main/resources/assets/otemod/blockstates/ilusium_block.json new file mode 100644 index 0000000..5c7c29c --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/ilusium_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/ilusium_ore_block.json b/src/main/resources/assets/otemod/blockstates/ilusium_ore_block.json new file mode 100644 index 0000000..5c7c29c --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/ilusium_ore_block.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/ilusium_portal.json b/src/main/resources/assets/otemod/blockstates/ilusium_portal.json new file mode 100644 index 0000000..719bdd5 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/ilusium_portal.json @@ -0,0 +1,10 @@ +{ + "variants": { + "axis=x": { + "model": "otemod:block/ilusium_portal_ns" + }, + "axis=z": { + "model": "otemod:block/ilusium_portal_ew" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/item_scrubber.json b/src/main/resources/assets/otemod/blockstates/item_scrubber.json new file mode 100644 index 0000000..97ea8be --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/item_scrubber.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "otemod:block/item_scrubber" + }, + "facing=east": { + "model": "otemod:block/item_scrubber", + "y": 90 + }, + "facing=south": { + "model": "otemod:block/item_scrubber", + "y": 180 + }, + "facing=west": { + "model": "otemod:block/item_scrubber", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/lime.json b/src/main/resources/assets/otemod/blockstates/lime.json new file mode 100644 index 0000000..79e6562 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/lime.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/lime_stairs.json b/src/main/resources/assets/otemod/blockstates/lime_stairs.json new file mode 100644 index 0000000..79e6562 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/lime_stairs.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/lime_tile.json b/src/main/resources/assets/otemod/blockstates/lime_tile.json new file mode 100644 index 0000000..79e6562 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/lime_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/lime_tile_br.json b/src/main/resources/assets/otemod/blockstates/lime_tile_br.json new file mode 100644 index 0000000..79e6562 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/lime_tile_br.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/lime_tile_to_wall.json b/src/main/resources/assets/otemod/blockstates/lime_tile_to_wall.json new file mode 100644 index 0000000..79e6562 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/lime_tile_to_wall.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/lime_wall_variant_1.json b/src/main/resources/assets/otemod/blockstates/lime_wall_variant_1.json new file mode 100644 index 0000000..79e6562 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/lime_wall_variant_1.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/lime_wall_variant_2.json b/src/main/resources/assets/otemod/blockstates/lime_wall_variant_2.json new file mode 100644 index 0000000..79e6562 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/lime_wall_variant_2.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/liminal_tile_slab.json b/src/main/resources/assets/otemod/blockstates/liminal_tile_slab.json new file mode 100644 index 0000000..79e6562 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/liminal_tile_slab.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/liminal_tile_stairs.json b/src/main/resources/assets/otemod/blockstates/liminal_tile_stairs.json new file mode 100644 index 0000000..79e6562 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/liminal_tile_stairs.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/liminal_tiles.json b/src/main/resources/assets/otemod/blockstates/liminal_tiles.json new file mode 100644 index 0000000..79e6562 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/liminal_tiles.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/liminal_window.json b/src/main/resources/assets/otemod/blockstates/liminal_window.json new file mode 100644 index 0000000..79e6562 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/liminal_window.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/liminal_window_abyss.json b/src/main/resources/assets/otemod/blockstates/liminal_window_abyss.json new file mode 100644 index 0000000..79e6562 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/liminal_window_abyss.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/liminal_window_dusk.json b/src/main/resources/assets/otemod/blockstates/liminal_window_dusk.json new file mode 100644 index 0000000..79e6562 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/liminal_window_dusk.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/liminal_window_noon.json b/src/main/resources/assets/otemod/blockstates/liminal_window_noon.json new file mode 100644 index 0000000..79e6562 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/liminal_window_noon.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/deprecated" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/magical_scrubber.json b/src/main/resources/assets/otemod/blockstates/magical_scrubber.json new file mode 100644 index 0000000..47b3ab4 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/magical_scrubber.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "otemod:block/magical_scrubber" + }, + "facing=east": { + "model": "otemod:block/magical_scrubber", + "y": 90 + }, + "facing=south": { + "model": "otemod:block/magical_scrubber", + "y": 180 + }, + "facing=west": { + "model": "otemod:block/magical_scrubber", + "y": 270 + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/raw_cobalt_ore.json b/src/main/resources/assets/otemod/blockstates/raw_cobalt_ore.json new file mode 100644 index 0000000..7415438 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/raw_cobalt_ore.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/raw_cobalt_ore" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/red_stairs.json b/src/main/resources/assets/otemod/blockstates/red_stairs.json new file mode 100644 index 0000000..2c2aea7 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/red_stairs.json @@ -0,0 +1,209 @@ +{ + "variants": { + "facing=east,half=bottom,shape=inner_left": { + "model": "otemod:block/red_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=inner_right": { + "model": "otemod:block/red_stairs_inner" + }, + "facing=east,half=bottom,shape=outer_left": { + "model": "otemod:block/red_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=east,half=bottom,shape=outer_right": { + "model": "otemod:block/red_stairs_outer" + }, + "facing=east,half=bottom,shape=straight": { + "model": "otemod:block/red_stairs" + }, + "facing=east,half=top,shape=inner_left": { + "model": "otemod:block/red_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=inner_right": { + "model": "otemod:block/red_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=outer_left": { + "model": "otemod:block/red_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=east,half=top,shape=outer_right": { + "model": "otemod:block/red_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=east,half=top,shape=straight": { + "model": "otemod:block/red_stairs", + "uvlock": true, + "x": 180 + }, + "facing=north,half=bottom,shape=inner_left": { + "model": "otemod:block/red_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=inner_right": { + "model": "otemod:block/red_stairs_inner", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=outer_left": { + "model": "otemod:block/red_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=north,half=bottom,shape=outer_right": { + "model": "otemod:block/red_stairs_outer", + "uvlock": true, + "y": 270 + }, + "facing=north,half=bottom,shape=straight": { + "model": "otemod:block/red_stairs", + "uvlock": true, + "y": 270 + }, + "facing=north,half=top,shape=inner_left": { + "model": "otemod:block/red_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=inner_right": { + "model": "otemod:block/red_stairs_inner", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=outer_left": { + "model": "otemod:block/red_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=north,half=top,shape=outer_right": { + "model": "otemod:block/red_stairs_outer", + "uvlock": true, + "x": 180 + }, + "facing=north,half=top,shape=straight": { + "model": "otemod:block/red_stairs", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=south,half=bottom,shape=inner_left": { + "model": "otemod:block/red_stairs_inner" + }, + "facing=south,half=bottom,shape=inner_right": { + "model": "otemod:block/red_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=outer_left": { + "model": "otemod:block/red_stairs_outer" + }, + "facing=south,half=bottom,shape=outer_right": { + "model": "otemod:block/red_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=south,half=bottom,shape=straight": { + "model": "otemod:block/red_stairs", + "uvlock": true, + "y": 90 + }, + "facing=south,half=top,shape=inner_left": { + "model": "otemod:block/red_stairs_inner", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=inner_right": { + "model": "otemod:block/red_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=outer_left": { + "model": "otemod:block/red_stairs_outer", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=south,half=top,shape=outer_right": { + "model": "otemod:block/red_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=south,half=top,shape=straight": { + "model": "otemod:block/red_stairs", + "uvlock": true, + "x": 180, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_left": { + "model": "otemod:block/red_stairs_inner", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=inner_right": { + "model": "otemod:block/red_stairs_inner", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=outer_left": { + "model": "otemod:block/red_stairs_outer", + "uvlock": true, + "y": 90 + }, + "facing=west,half=bottom,shape=outer_right": { + "model": "otemod:block/red_stairs_outer", + "uvlock": true, + "y": 180 + }, + "facing=west,half=bottom,shape=straight": { + "model": "otemod:block/red_stairs", + "uvlock": true, + "y": 180 + }, + "facing=west,half=top,shape=inner_left": { + "model": "otemod:block/red_stairs_inner", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=inner_right": { + "model": "otemod:block/red_stairs_inner", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=outer_left": { + "model": "otemod:block/red_stairs_outer", + "uvlock": true, + "x": 180, + "y": 180 + }, + "facing=west,half=top,shape=outer_right": { + "model": "otemod:block/red_stairs_outer", + "uvlock": true, + "x": 180, + "y": 270 + }, + "facing=west,half=top,shape=straight": { + "model": "otemod:block/red_stairs", + "uvlock": true, + "x": 180, + "y": 180 + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/red_tile.json b/src/main/resources/assets/otemod/blockstates/red_tile.json new file mode 100644 index 0000000..8aaf0be --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/red_tile.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/red_tile" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/red_tile_br.json b/src/main/resources/assets/otemod/blockstates/red_tile_br.json new file mode 100644 index 0000000..a6dab97 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/red_tile_br.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=east": { + "model": "otemod:block/red_tile_br", + "y": 90 + }, + "facing=north": { + "model": "otemod:block/red_tile_br" + }, + "facing=south": { + "model": "otemod:block/red_tile_br", + "y": 180 + }, + "facing=west": { + "model": "otemod:block/red_tile_br", + "y": 270 + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/red_tile_to_wall.json b/src/main/resources/assets/otemod/blockstates/red_tile_to_wall.json new file mode 100644 index 0000000..7c34b14 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/red_tile_to_wall.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/red_tile_to_wall" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/red_wall_variant_1.json b/src/main/resources/assets/otemod/blockstates/red_wall_variant_1.json new file mode 100644 index 0000000..2a9a367 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/red_wall_variant_1.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/red_wall_variant_1" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/red_wall_variant_2.json b/src/main/resources/assets/otemod/blockstates/red_wall_variant_2.json new file mode 100644 index 0000000..4abb702 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/red_wall_variant_2.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/red_wall_variant_2" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/stable_singularity.json b/src/main/resources/assets/otemod/blockstates/stable_singularity.json new file mode 100644 index 0000000..c1226b8 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/stable_singularity.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/stable_singularity" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/blockstates/void.json b/src/main/resources/assets/otemod/blockstates/void.json new file mode 100644 index 0000000..0c4dfc4 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/void.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/void" + } + } +} diff --git a/src/main/resources/assets/otemod/blockstates/whiteout.json b/src/main/resources/assets/otemod/blockstates/whiteout.json new file mode 100644 index 0000000..5793d94 --- /dev/null +++ b/src/main/resources/assets/otemod/blockstates/whiteout.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "otemod:block/whiteout" + } + } +} diff --git a/src/main/resources/assets/otemod/icon.png b/src/main/resources/assets/otemod/icon.png deleted file mode 100644 index 812932a..0000000 Binary files a/src/main/resources/assets/otemod/icon.png and /dev/null differ diff --git a/src/main/resources/assets/otemod/lang/en_us.json b/src/main/resources/assets/otemod/lang/en_us.json index d3177e5..097515b 100644 --- a/src/main/resources/assets/otemod/lang/en_us.json +++ b/src/main/resources/assets/otemod/lang/en_us.json @@ -1,7 +1,21 @@ { - "itemGroup.refinedfabric.materials": "RefinedFabric Materials", - "itemGroup.refinedfabric.tools": "RefinedFabric Utilities", - "itemGroup.refinedfabric.blocks": "RefinedFabric Blocks", + "key.otemod.open_vault": "Opens Vault 0", + "key.category.otemod": "Thresholds", + + "itemGroup.tabs.otemod": "Thresholds", + + "item.minecraft.splash_potion.effect.flight": "Splash Potion of Flight", + "item.minecraft.lingering_potion.effect.flight": "Lingering Potion of Flight", + "item.minecraft.potion.effect.flight": "Potion of Flight", + + "item.minecraft.splash_potion.effect.flight_awkward": "Awkward Splash Potion of Flight", + "item.minecraft.lingering_potion.effect.flight_awkward": "Awkward Lingering Potion of Flight", + "item.minecraft.potion.effect.flight_awkward": "Awkward Potion of Flight", + + "item.minecraft.splash_potion.effect.flight_basic": "Thick Splash Potion of Flight", + "item.minecraft.lingering_potion.effect.flight_basic": "Thick Lingering Potion of Flight", + "item.minecraft.potion.effect.flight_basic": "Thick Potion of Flight", + "item.otemod.eternium_ore": "Raw Eternium Ore", "item.otemod.ihan_crystal": "Ihan Crystal", @@ -11,13 +25,134 @@ "item.otemod.ihan_crystal.durability": "Durability: ", "item.otemod.eternium_fragment": "Fragmented Eternium", "item.otemod.eternium_dust": "Eternium Dust", - "item.otemod.aurora_compound": "Aurora Compound", + "item.otemod.melted_ender_pearl": "Melted Ender Pearl", + "item.otemod.eternium_ingot": "Eternium Ingot", + "item.otemod.eternium_rod": "Eternium Rod", + "item.otemod.singularity": "Unstable Singularity", + "item.otemod.scrubber_frame_piece": "Scrubber Frame Component", + "item.otemod.scrubber_frame": "Scrubber Frame", + "item.otemod.possum_spawn_egg": "Possum Spawn Egg", + "item.otemod.vault": "Vault", + "item.otemod.vault_steel_ingot": "Vault Steel Ingot", + "item.otemod.vault_fragment_lower_left": "Vault Fragment", + "item.otemod.vault_fragment_lower_right": "Vault Fragment", + "item.otemod.vault_fragment_upper": "Vault Fragment", + "item.otemod.vault_fragment_upper_left": "Vault Fragment", + "item.otemod.vault_fragment_upper_right": "Vault Fragment", + "item.otemod.vault_fragment_lower": "Vault Fragment", + "item.otemod.vault_fragment_left": "Vault Fragment", + "item.otemod.vault_fragment_right": "Vault Fragment", + "item.otemod.vault_fragment_center": "Vault Fragment", + "item.otemod.raw_vault_steel_ore": "Raw Vault Steel", + "item.otemod.mob_capture_ball": "Mob Capture Ball", + "item.otemod.empty_spawn_egg": "Empty Spawn Egg", + "item.otemod.compressed_obsidian_sheet": "Sheet of Compressed Obsidian", + "item.otemod.layered_compressed_obsidian_sheet": "Layered Sheet of Compressed Obsidian", + "item.otemod.encased_singularity": "Encased Singularity", + "item.otemod.encased_singularity.desc": "A singularity encased in stone, ready to be further compressed into bedrock", + "item.otemod.deprecated": "Deprecated Item", + "item.otemod.white_brick": "White Brick", + "item.otemod.blue_brick": "Blue Brick", + "item.otemod.light_blue_brick": "Light Blue Brick", + "item.otemod.cyan_brick": "Cyan Brick", + "item.otemod.dark_red_dye": "Dark Red Dye", + "item.otemod.red_brick": "Red Brick", + "item.otemod.dark_red_brick": "Dark Red Brick", + "item.otemod.lime_brick": "Lime Brick", + "item.otemod.green_brick": "Green Brick", + + "block.otemod.eternium_ore_block": "Eternium Ore", "block.otemod.deepslate_eternium_ore_block": "Deepslate Eternium Ore", - "block.otemod.aurora_block": "Aurora Block", - "block.otemod.aurora_door": "Aurora Door", "block.otemod.clear_glass_block": "Clear Glass Block", + "block.otemod.item_scrubber": "Item Scrubber", + "block.otemod.magical_scrubber": "Magical Scrubber", + "block.otemod.stable_singularity": "Stable Singularity", + "block.otemod.vault_steel_ore_block": "Vault Steel Ore", + "block.otemod.nether_vault_steel_ore_block": "Nether Vault Steel Ore", + "block.otemod.eternium_block": "Block of Eternium", + "block.otemod.void": "Void", + "block.otemod.ilusium_portal": "Ilusium Portal", + "block.otemod.compression_chamber": "Compression Chamber", + "block.otemod.compressed_obsidian_block": "Block of Compressed Obsidian", + "block.otemod.layered_compressed_obsidian_block": "Layered Block of Compressed Obsidian", + "block.otemod.whiteout": "White", + "block.otemod.blood_red": "Blood Red", + "block.otemod.red_tile": "Red Tile", + "block.otemod.red_tile_br": "Blood Red Tile Transition", + "block.otemod.red_stairs": "Blood Red Stairs", + "block.otemod.red_tile_to_wall": "Red Floor To Wall Transition", + "block.otemod.red_wall_variant_1": "Red Wall", + "block.otemod.red_wall_variant_2": "Red Wall", + "block.otemod.cyan": "Cyan", + "block.otemod.cyan_tile": "Cyan Tile", + "block.otemod.cyan_tile_br": "Cyan Tile Transition", + "block.otemod.cyan_stairs": "Cyan Stairs", + "block.otemod.cyan_tile_to_wall": "Cyan Floor To Wall Transition", + "block.otemod.cyan_wall_variant_1": "Cyan Wall", + "block.otemod.cyan_wall_variant_2": "Cyan Wall", + "block.otemod.pool_light": "Pool Light", + "block.otemod.dirty_pool_light": "Dirty Pool Light", + "block.otemod.filthy_pool_light": "Filthy Pool Light", + "block.otemod.dark_pool_light": "Dark Pool Light", + "block.otemod.blue_pool_light": "Blue Pool Light", + "block.otemod.dirty_red_pool_light": "Dirty Red Pool Light", + "block.otemod.filthy_red_pool_light": "Filthy Red Pool Light", + "block.otemod.filthy_blue_pool_light": "Filthy Blue Pool Light", + "block.otemod.pool_tile": "Pool Tiles", + "block.otemod.pool_tile_stairs": "Pool Tile Stairs", + "block.otemod.pool_tile_slab": "Pool Tile Slab", + "block.otemod.dirty_pool_tile": "Dirty Pool Tiles", + "block.otemod.dirty_pool_tile_stairs": "Dirty Pool Tile Stairs", + "block.otemod.dirty_pool_tile_slab": "Dirty Pool Tile Slab", + "block.otemod.dark_pool_tile": "Dark Pool Tiles", + "block.otemod.dark_pool_tile_stairs": "Dark Pool Tile Stairs", + "block.otemod.dark_pool_tile_slab": "Dark Pool Tile Slab", + "block.otemod.blue_pool_tile": "Blue Pool Tiles", + "block.otemod.blue_pool_tile_stairs": "Blue Pool Tile Stairs", + "block.otemod.blue_pool_tile_slab": "Blue Pool Tile Slab", + "block.otemod.dirty_blue_pool_tile": "Dirty Blue Pool Tiles", + "block.otemod.dirty_blue_pool_tile_stairs": "Dirty Blue Pool Tile Stairs", + "block.otemod.dirty_blue_pool_tile_slab": "Dirty Blue Pool Tile Slab", + "block.otemod.dirty_blue_pool_light": "Dirty Blue Pool Light", + "block.otemod.red_pool_tile": "Red Pool Tiles", + "block.otemod.red_pool_tile_stairs": "Red Pool Tile Stairs", + "block.otemod.red_pool_tile_slab": "Red Pool Tile Slab", + "block.otemod.red_pool_light": "Red Pool Light", + "block.otemod.dirty_red_pool_tile": "Dirty Red Pool Tile", + "block.otemod.dirty_red_pool_tile_stairs": "Dirty Red Pool Tile Stairs", + "block.otemod.dirty_red_pool_tile_slab": "Dirty Red Pool Tile Slab", + "block.otemod.dark_red_wool": "Dark Red Wool", + "block.otemod.dark_red_carpet": "Dark Red Carpet", + "block.otemod.green_pool_tile": "Green Pool Tiles", + "block.otemod.green_pool_tile_stairs": "Green Pool Tile Stairs", + "block.otemod.green_pool_tile_slab": "Green Pool Tile Slab", + "block.otemod.green_pool_light": "Green Pool Light", + "block.otemod.dirty_green_pool_tile": "Dirty Green Pool Tile", + "block.otemod.dirty_green_pool_tile_stairs": "Dirty Green Pool Tile Stairs", + "block.otemod.dirty_green_pool_tile_slab": "Dirty Green Pool Tile Slab", + "block.otemod.dirty_green_pool_light": "Dirty Green Pool Light", + "block.otemod.filthy_green_pool_light": "Filthy Green Pool Light", + "block.otemod.uncrafter": "Uncrafter", + + + + "enchantment.otemod.mob_egging": "Mob Egging", + "enchantment.otemod.player_flight": "Flight", + "enchantment.otemod.mob_egging.desc": "Chance of mob spawn eggs to drop", + "enchantment.otemod.player_flight.desc": "Allows you to fly!", + "enchantment.otemod.borrowed_protection": "Borrowed Protection", + "enchantment.otemod.borrowed_protection.desc": "Borrows protection from any nearby player.", + "enchantment.otemod.night_vision": "Night Vision", + "enchantment.otemod.night_vision.desc": "See in the dark!", + "enchantment.otemod.water_breathing": "Water Breathing", + "enchantment.otemod.water_breathing.desc": "Become one with the fishy", + "enchantment.otemod.consumption_mending": "Consumption Mending", + "enchantment.otemod.consumption_mending.desc": "Consumes items to repair durability. May consume curses.", + + "effect.otemod.flight": "Flight", + "dev.zontreck.otemod.msgs.only_player": "§cOnly players are allowed to execute this command", @@ -27,9 +162,5 @@ "dev.zontreck.otemod.msgs.warps.set.success": "Warp successfully created", "dev.zontreck.otemod.msgs.warps.del.success": "Warp successfully deleted", "dev.zontreck.otemod.msgs.warps.set.fail": "Failed to create warp", - "dev.zontreck.otemod.msgs.warps.del.fail": "Failed to delete warp", - - "minecraft.player.joined": "", - "minecraft.player.joined.renamed": "", - "minecraft.player.quit": "" -} \ No newline at end of file + "dev.zontreck.otemod.msgs.warps.del.fail": "Failed to delete warp" +} diff --git a/src/main/resources/assets/otemod/models/block/aurora_door_bottom_left.json b/src/main/resources/assets/otemod/models/block/aurora_door_bottom_left.json deleted file mode 100644 index 586199b..0000000 --- a/src/main/resources/assets/otemod/models/block/aurora_door_bottom_left.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_left", - "render_type": "minecraft:translucent", - "textures": { - "bottom": "otemod:block/aurora_door_bottom", - "top": "otemod:block/aurora_door_top" - } - } - \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/aurora_door_bottom_left_open.json b/src/main/resources/assets/otemod/models/block/aurora_door_bottom_left_open.json deleted file mode 100644 index 24393b3..0000000 --- a/src/main/resources/assets/otemod/models/block/aurora_door_bottom_left_open.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_left_open", - "render_type": "minecraft:translucent", - "textures": { - "bottom": "otemod:block/aurora_door_bottom", - "top": "otemod:block/aurora_door_top" - } - } - \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/aurora_door_bottom_right.json b/src/main/resources/assets/otemod/models/block/aurora_door_bottom_right.json deleted file mode 100644 index 11f5dc9..0000000 --- a/src/main/resources/assets/otemod/models/block/aurora_door_bottom_right.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_right", - "render_type": "minecraft:translucent", - "textures": { - "bottom": "otemod:block/aurora_door_bottom", - "top": "otemod:block/aurora_door_top" - } - } - \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/aurora_door_bottom_right_open.json b/src/main/resources/assets/otemod/models/block/aurora_door_bottom_right_open.json deleted file mode 100644 index 51aaf6a..0000000 --- a/src/main/resources/assets/otemod/models/block/aurora_door_bottom_right_open.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "minecraft:block/door_bottom_right_open", - "render_type": "minecraft:translucent", - "textures": { - "bottom": "otemod:block/aurora_door_bottom", - "top": "otemod:block/aurora_door_top" - } - } - \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/aurora_door_top_left.json b/src/main/resources/assets/otemod/models/block/aurora_door_top_left.json deleted file mode 100644 index 6e4a34d..0000000 --- a/src/main/resources/assets/otemod/models/block/aurora_door_top_left.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "minecraft:block/door_top_left", - "render_type": "minecraft:translucent", - "textures": { - "bottom": "otemod:block/aurora_door_bottom", - "top": "otemod:block/aurora_door_top" - } - } - \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/aurora_door_top_left_open.json b/src/main/resources/assets/otemod/models/block/aurora_door_top_left_open.json deleted file mode 100644 index bad9bf6..0000000 --- a/src/main/resources/assets/otemod/models/block/aurora_door_top_left_open.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "minecraft:block/door_top_left_open", - "render_type": "minecraft:translucent", - "textures": { - "bottom": "otemod:block/aurora_door_bottom", - "top": "otemod:block/aurora_door_top" - } - } - \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/aurora_door_top_right.json b/src/main/resources/assets/otemod/models/block/aurora_door_top_right.json deleted file mode 100644 index d9c5bb4..0000000 --- a/src/main/resources/assets/otemod/models/block/aurora_door_top_right.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "minecraft:block/door_top_right", - "render_type": "minecraft:translucent", - "textures": { - "bottom": "otemod:block/aurora_door_bottom", - "top": "otemod:block/aurora_door_top" - } - } - \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/aurora_door_top_right_open.json b/src/main/resources/assets/otemod/models/block/aurora_door_top_right_open.json deleted file mode 100644 index d6a5e21..0000000 --- a/src/main/resources/assets/otemod/models/block/aurora_door_top_right_open.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "parent": "minecraft:block/door_top_right_open", - "render_type": "minecraft:translucent", - "textures": { - "bottom": "otemod:block/aurora_door_bottom", - "top": "otemod:block/aurora_door_top" - } - } - \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/blood_red.json b/src/main/resources/assets/otemod/models/block/blood_red.json new file mode 100644 index 0000000..546f3c7 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/blood_red.json @@ -0,0 +1,6 @@ +{ + "parent": "otemod:block/fb/cube", + "textures": { + "all": "otemod:block/thresholds/blood_red" + } +} diff --git a/src/main/resources/assets/otemod/models/block/clear_glass_block.json b/src/main/resources/assets/otemod/models/block/clear_glass_block.json deleted file mode 100644 index ff71568..0000000 --- a/src/main/resources/assets/otemod/models/block/clear_glass_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_all", - "render_type": "minecraft:translucent", - "textures": { - "all": "otemod:block/clear_glass_block" - } -} diff --git a/src/main/resources/assets/otemod/models/block/cobalt_block.json b/src/main/resources/assets/otemod/models/block/cobalt_block.json new file mode 100644 index 0000000..6cb58cd --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/cobalt_block.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "otemod:block/cobalt_block" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/cobalt_ore.json b/src/main/resources/assets/otemod/models/block/cobalt_ore.json new file mode 100644 index 0000000..8590da0 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/cobalt_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "otemod:block/cobalt_ore" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/compression_chamber.bbmodel b/src/main/resources/assets/otemod/models/block/compression_chamber.bbmodel new file mode 100644 index 0000000..137fcc3 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/compression_chamber.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"compression_chamber","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":2,"origin":[0,0,0],"faces":{"north":{"uv":[16,0,32,1],"texture":0},"east":{"uv":[16,1,32,2],"texture":0},"south":{"uv":[16,2,32,3],"texture":0},"west":{"uv":[16,3,32,4],"texture":0},"up":{"uv":[16,16,0,0],"texture":0},"down":{"uv":[16,16,0,32],"texture":0}},"type":"cube","uuid":"4127c454-2fb0-e622-cd35-4a2c275b298f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,1,1],"to":[9,6,3],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,4,10],"texture":1},"east":{"uv":[4,0,8,10],"texture":1},"south":{"uv":[8,0,12,10],"texture":1},"west":{"uv":[0,10,4,20],"texture":1},"up":{"uv":[8,14,4,10],"texture":1},"down":{"uv":[12,10,8,14],"texture":1}},"type":"cube","uuid":"7bc5e172-8d51-da52-0e60-48eac09d9203"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,4,0],"to":[12,12,1],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,8,8],"texture":2},"east":{"uv":[8,0,9,8],"texture":2},"south":{"uv":[0,8,8,16],"texture":2},"west":{"uv":[8,8,9,16],"texture":2},"up":{"uv":[17,1,9,0],"texture":2},"down":{"uv":[17,1,9,2],"texture":2}},"type":"cube","uuid":"87d3380c-cc92-97ea-e2a3-dea8c3ce0025"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[7,9,1],"to":[9,13,3],"autouv":1,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,2,4],"texture":1},"east":{"uv":[0,0,2,4],"texture":1},"south":{"uv":[0,0,2,4],"texture":1},"west":{"uv":[0,0,2,4],"texture":1},"up":{"uv":[0,0,2,2],"texture":1},"down":{"uv":[0,0,2,2],"texture":1}},"type":"cube","uuid":"2e475703-1b35-858d-1de6-0f6b3a6aeb76"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,12,3],"to":[14,13,14],"autouv":0,"color":8,"origin":[0,0,0],"faces":{"north":{"uv":[12,0,24,1],"texture":3},"east":{"uv":[12,2,23,3],"texture":3},"south":{"uv":[12,1,24,2],"texture":3},"west":{"uv":[12,3,23,4],"texture":3},"up":{"uv":[12,11,0,0],"texture":3},"down":{"uv":[12,11,0,22],"texture":3}},"type":"cube","uuid":"b072854b-3c04-b74c-1e47-adfc7053010c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,11,4],"to":[13,12,13],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[10,0,20,1],"texture":4},"east":{"uv":[10,2,19,3],"texture":4},"south":{"uv":[10,1,20,2],"texture":4},"west":{"uv":[10,3,19,4],"texture":4},"up":{"uv":[10,9,0,0],"texture":4},"down":{"uv":[10,9,0,18],"texture":4}},"type":"cube","uuid":"360080b1-c9b3-4c12-b661-fe227ae36bef"}],"outliner":["4127c454-2fb0-e622-cd35-4a2c275b298f","7bc5e172-8d51-da52-0e60-48eac09d9203","87d3380c-cc92-97ea-e2a3-dea8c3ce0025","2e475703-1b35-858d-1de6-0f6b3a6aeb76","b072854b-3c04-b74c-1e47-adfc7053010c","360080b1-c9b3-4c12-b661-fe227ae36bef"],"textures":[{"path":"/run/media/Data/repos/OTEMod/src/main/resources/assets/otemod/textures/block/compression_chamber/bottom_plate.png","name":"bottom_plate.png","folder":"block/compression_chamber","namespace":"otemod","id":"0","width":32,"height":32,"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":true,"uuid":"446d560e-6c53-bb37-b2e0-562f133d895b","relative_path":"../../../textures/block/compression_chamber/bottom_plate.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAAtSURBVFhH7dBBEQAAAAFB+pcWw2cVOLPNeT334wABAgQIECBAgAABAgQIECAwGj8AIejuUf0AAAAASUVORK5CYII="},{"path":"/run/media/Data/repos/OTEMod/src/main/resources/assets/otemod/textures/block/compression_chamber/support0.png","name":"support0.png","folder":"block/compression_chamber","namespace":"otemod","id":"1","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"dd634ad9-68a4-2a75-8e32-98fdb796f845","relative_path":"../../../textures/block/compression_chamber/support0.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAABCSURBVDhPY2RgYPgPxNgAIw5xFGGQolED0MIgOLEEHEhr5/eQF4iUGECUjehRixyNA2cAMQkOpxqynI1s2qgBDAwAqOwQEUe/LPwAAAAASUVORK5CYII="},{"path":"/run/media/Data/repos/OTEMod/src/main/resources/assets/otemod/textures/block/compression_chamber/power.png","name":"power.png","folder":"block/compression_chamber","namespace":"otemod","id":"2","width":32,"height":32,"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":true,"uuid":"f846ff90-44c8-f33b-5a11-250e4f88f4cc","relative_path":"../../../textures/block/compression_chamber/power.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAAtSURBVFhH7dBBEQAAAAFB+pcWw2cVOLPNeT334wABAgQIECBAgAABAgQIECAwGj8AIejuUf0AAAAASUVORK5CYII="},{"path":"/run/media/Data/repos/OTEMod/src/main/resources/assets/otemod/textures/block/compression_chamber/compression_lid.png","name":"compression_lid.png","folder":"block/compression_chamber","namespace":"otemod","id":"3","width":32,"height":32,"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":true,"uuid":"57fc6276-bd58-2b5b-9acc-035539406251","relative_path":"../../../textures/block/compression_chamber/compression_lid.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAAtSURBVFhH7dBBEQAAAAFB+pcWw2cVOLPNeT334wABAgQIECBAgAABAgQIECAwGj8AIejuUf0AAAAASUVORK5CYII="},{"path":"/run/media/Data/repos/OTEMod/src/main/resources/assets/otemod/textures/block/compression_chamber/compressor.png","name":"compressor.png","folder":"block/compression_chamber","namespace":"otemod","id":"4","width":32,"height":32,"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":true,"uuid":"dc15fa22-ccdf-8758-02e1-18f284260a8a","relative_path":"../../../textures/block/compression_chamber/compressor.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAABtSURBVFhHY2RgYPgPxASBDj9BJWAFVz4yMBKnEqIKpHj4OIBU31M9BGjqAGh0kRK9RKklOg2MOmD4hgCwgCGqHCAnhROTChlHHTAaAqMhMBoCxBQWtFRDUvOJFg4ZdcBoCIyGwGgIjIbAaAgAAGxQLCEftT89AAAAAElFTkSuQmCC"}]} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/compression_chamber.json b/src/main/resources/assets/otemod/models/block/compression_chamber.json new file mode 100644 index 0000000..38266b0 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/compression_chamber.json @@ -0,0 +1,86 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "otemod:block/compression_chamber/bottom_plate", + "1": "otemod:block/compression_chamber/support0", + "2": "otemod:block/compression_chamber/power", + "3": "otemod:block/compression_chamber/compression_lid", + "4": "otemod:block/compression_chamber/compressor", + "particle": "otemod:block/compression_chamber/bottom_plate" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 1, 16], + "faces": { + "north": {"uv": [8, 0, 16, 0.5], "texture": "#0"}, + "east": {"uv": [8, 0.5, 16, 1], "texture": "#0"}, + "south": {"uv": [8, 1, 16, 1.5], "texture": "#0"}, + "west": {"uv": [8, 1.5, 16, 2], "texture": "#0"}, + "up": {"uv": [8, 8, 0, 0], "texture": "#0"}, + "down": {"uv": [8, 8, 0, 16], "texture": "#0"} + } + }, + { + "from": [7, 1, 1], + "to": [9, 6, 3], + "faces": { + "north": {"uv": [0, 0, 2, 5], "texture": "#1"}, + "east": {"uv": [2, 0, 4, 5], "texture": "#1"}, + "south": {"uv": [4, 0, 6, 5], "texture": "#1"}, + "west": {"uv": [0, 5, 2, 10], "texture": "#1"}, + "up": {"uv": [4, 7, 2, 5], "texture": "#1"}, + "down": {"uv": [6, 5, 4, 7], "texture": "#1"} + } + }, + { + "from": [4, 4, 0], + "to": [12, 12, 1], + "faces": { + "north": {"uv": [0, 0, 4, 4], "texture": "#2"}, + "east": {"uv": [4, 0, 4.5, 4], "texture": "#2"}, + "south": {"uv": [0, 4, 4, 8], "texture": "#2"}, + "west": {"uv": [4, 4, 4.5, 8], "texture": "#2"}, + "up": {"uv": [8.5, 0.5, 4.5, 0], "texture": "#2"}, + "down": {"uv": [8.5, 0.5, 4.5, 1], "texture": "#2"} + } + }, + { + "from": [7, 9, 1], + "to": [9, 13, 3], + "faces": { + "north": {"uv": [0, 0, 1, 2], "texture": "#1"}, + "east": {"uv": [0, 0, 1, 2], "texture": "#1"}, + "south": {"uv": [0, 0, 1, 2], "texture": "#1"}, + "west": {"uv": [0, 0, 1, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#1"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#1"} + } + }, + { + "from": [2, 12, 3], + "to": [14, 13, 14], + "faces": { + "north": {"uv": [6, 0, 12, 0.5], "texture": "#3"}, + "east": {"uv": [6, 1, 11.5, 1.5], "texture": "#3"}, + "south": {"uv": [6, 0.5, 12, 1], "texture": "#3"}, + "west": {"uv": [6, 1.5, 11.5, 2], "texture": "#3"}, + "up": {"uv": [6, 5.5, 0, 0], "texture": "#3"}, + "down": {"uv": [6, 5.5, 0, 11], "texture": "#3"} + } + }, + { + "from": [3, 11, 4], + "to": [13, 12, 13], + "faces": { + "north": {"uv": [5, 0, 10, 0.5], "texture": "#4"}, + "east": {"uv": [5, 1, 9.5, 1.5], "texture": "#4"}, + "south": {"uv": [5, 0.5, 10, 1], "texture": "#4"}, + "west": {"uv": [5, 1.5, 9.5, 2], "texture": "#4"}, + "up": {"uv": [5, 4.5, 0, 0], "texture": "#4"}, + "down": {"uv": [5, 4.5, 0, 9], "texture": "#4"} + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/custommodel/uncrafter.bbmodel b/src/main/resources/assets/otemod/models/block/custommodel/uncrafter.bbmodel new file mode 100644 index 0000000..050888c --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/custommodel/uncrafter.bbmodel @@ -0,0 +1 @@ +{"meta":{"format_version":"4.9","model_format":"java_block","box_uv":false},"name":"uncrafter","parent":"","ambientocclusion":true,"front_gui_light":false,"visible_box":[1,1,0],"variable_placeholders":"","variable_placeholder_buttons":[],"unhandled_root_fields":{},"resolution":{"width":16,"height":16},"elements":[{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[0,0,0],"to":[16,16,16],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[0,0,16,16],"texture":1},"east":{"uv":[0,0,16,16],"texture":1},"south":{"uv":[0,0,16,16],"texture":1},"west":{"uv":[0,0,16,16],"texture":1},"up":{"uv":[0,0,16,16],"texture":2},"down":{"uv":[0,0,16,16],"texture":0}},"type":"cube","uuid":"ac9de27a-27bc-3953-347e-b633ca2f05d9"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5,11,-0.5],"to":[11,12,16.5],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"rotation":270,"texture":1},"east":{"uv":[6,11,11,12],"texture":1},"south":{"uv":[6,11,11,12],"rotation":90,"texture":1},"west":{"uv":[6,11,11,12],"rotation":180,"texture":1},"up":{"uv":[6,11,11,12],"rotation":90,"texture":1},"down":{"uv":[6,11,11,12],"rotation":90,"texture":1}},"type":"cube","uuid":"1dafc799-0573-2936-1311-5277bbe2652e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,4,5],"to":[16.5,5,11],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"rotation":180,"texture":1},"east":{"uv":[6,11,11,12],"rotation":270,"texture":1},"south":{"uv":[6,11,11,12],"texture":1},"west":{"uv":[6,11,11,12],"rotation":90,"texture":1},"up":{"uv":[6,11,11,12],"rotation":180,"texture":1},"down":{"uv":[6,11,11,12],"texture":1}},"type":"cube","uuid":"2f4b6eed-62e5-6d7b-6707-516136a671e5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,11,5],"to":[16.5,12,11],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"rotation":180,"texture":1},"east":{"uv":[6,11,11,12],"rotation":270,"texture":1},"south":{"uv":[6,11,11,12],"texture":1},"west":{"uv":[6,11,11,12],"rotation":90,"texture":1},"up":{"uv":[6,11,11,12],"rotation":180,"texture":1},"down":{"uv":[6,11,11,12],"texture":1}},"type":"cube","uuid":"b98f4fbb-737c-74a9-c960-584b01b39472"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,4,4],"to":[16.5,12,5],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"texture":1},"east":{"uv":[6,11,11,12],"texture":1},"south":{"uv":[6,11,11,12],"texture":1},"west":{"uv":[6,11,11,12],"texture":1},"up":{"uv":[6,11,11,12],"texture":1},"down":{"uv":[6,11,11,12],"texture":1}},"type":"cube","uuid":"9de6a778-9dd2-a194-cfc0-105d9bae615b"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,4,11],"to":[16.5,12,12],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"texture":1},"east":{"uv":[6,11,11,12],"texture":1},"south":{"uv":[6,11,11,12],"texture":1},"west":{"uv":[6,11,11,12],"texture":1},"up":{"uv":[6,11,11,12],"texture":1},"down":{"uv":[6,11,11,12],"texture":1}},"type":"cube","uuid":"374756cf-fb4a-8aba-5a77-76c655b5952e"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[11,4,-0.5],"to":[12,12,16.5],"autouv":0,"color":2,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"texture":1},"east":{"uv":[6,11,11,12],"texture":1},"south":{"uv":[6,11,11,12],"texture":1},"west":{"uv":[6,11,11,12],"texture":1},"up":{"uv":[6,11,11,12],"rotation":270,"texture":1},"down":{"uv":[6,11,11,12],"rotation":90,"texture":1}},"type":"cube","uuid":"e835d294-407d-2f80-4174-02eee646252f"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5,4,-0.5],"to":[11,5,16.5],"autouv":0,"color":3,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"rotation":270,"texture":1},"east":{"uv":[6,11,11,12],"texture":1},"south":{"uv":[6,11,11,12],"rotation":90,"texture":1},"west":{"uv":[6,11,11,12],"rotation":180,"texture":1},"up":{"uv":[6,11,11,12],"rotation":90,"texture":1},"down":{"uv":[6,11,11,12],"rotation":90,"texture":1}},"type":"cube","uuid":"1d8996ea-5e9b-79a1-e32b-ca8f20eda51c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,4,-0.5],"to":[5,12,16.5],"autouv":0,"color":8,"origin":[0,0,0],"faces":{"north":{"uv":[6,11,11,12],"texture":1},"east":{"uv":[6,11,11,12],"texture":1},"south":{"uv":[6,11,11,12],"texture":1},"west":{"uv":[6,11,11,12],"texture":1},"up":{"uv":[6,11,11,12],"rotation":270,"texture":1},"down":{"uv":[6,11,11,12],"rotation":90,"texture":1}},"type":"cube","uuid":"7d422c33-810a-d373-3d84-a13bb8f5cc87"},{"name":"grid","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[2,16,2],"to":[14,16.75,14],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[3,3,13,4],"texture":2},"east":{"uv":[3,3,13,4],"texture":2},"south":{"uv":[3,3,13,4],"texture":2},"west":{"uv":[3,3,13,4],"texture":2},"up":{"uv":[2,2,14,14],"texture":2},"down":{"uv":[0,0,12,12]}},"type":"cube","uuid":"32a37783-fda2-d727-cf9c-d99e2878a7e8"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[6,12,-0.5],"to":[10,13,16.5],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[6,3,10,4],"texture":1},"east":{"uv":[6,3,7,4],"texture":1},"south":{"uv":[6,3,10,4],"texture":1},"west":{"uv":[6,3,7,4],"texture":1},"up":{"uv":[0,0,8,16]},"down":{"uv":[6,3,10,4],"texture":1}},"type":"cube","uuid":"46ecc3cc-7916-4bcd-28e2-eb941d684855"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[3,15,-0.5],"to":[13,16.5,16.5],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[3,0,13,2],"texture":2},"east":{"uv":[3,0,13,2],"texture":2},"south":{"uv":[3,0,13,2],"texture":2},"west":{"uv":[3,0,13,2],"texture":2},"up":{"uv":[3,0,13,2],"texture":2},"down":{"uv":[3,0,13,2],"texture":2}},"type":"cube","uuid":"172385de-76db-6ec1-a312-45a3690ec58d"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[4,14,-0.5],"to":[12,15,16.5],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[4,1,12,2],"texture":1},"east":{"uv":[4,1,5,2],"texture":1},"south":{"uv":[4,1,12,2],"texture":1},"west":{"uv":[4,1,5,2],"texture":1},"up":{"uv":[0,0,8,16]},"down":{"uv":[4,1,12,2],"texture":1}},"type":"cube","uuid":"a2c5a217-698e-37df-618c-e853252d2d01"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[5,13,-0.5],"to":[11,14,16.5],"autouv":0,"color":1,"origin":[0,0,0],"faces":{"north":{"uv":[5,2,11,3],"texture":1},"east":{"uv":[5,2,6,3],"texture":1},"south":{"uv":[5,2,11,3],"texture":1},"west":{"uv":[5,2,6,3],"texture":1},"up":{"uv":[0,0,8,16]},"down":{"uv":[5,2,11,3],"texture":1}},"type":"cube","uuid":"04c55b72-16de-230f-76a4-a4ae7a5a3ca2"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,12,6],"to":[16.5,13,10],"autouv":0,"color":7,"origin":[0,0,0],"faces":{"north":{"uv":[6,3,7,4],"texture":1},"east":{"uv":[6,3,10,4],"texture":1},"south":{"uv":[6,3,7,4],"texture":1},"west":{"uv":[6,3,10,4],"texture":1},"up":{"uv":[0,0,8,16],"rotation":270},"down":{"uv":[6,3,10,4],"rotation":90,"texture":1}},"type":"cube","uuid":"dc42b1da-d91b-bc2b-115b-f250a445652c"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,15,3],"to":[16.5,16.5,13],"autouv":0,"color":9,"origin":[0,0,0],"faces":{"north":{"uv":[3,0,13,2],"texture":2},"east":{"uv":[3,0,13,2],"texture":2},"south":{"uv":[3,0,13,2],"texture":2},"west":{"uv":[3,0,13,2],"texture":2},"up":{"uv":[3,0,13,2],"rotation":270,"texture":2},"down":{"uv":[3,0,13,2],"rotation":90,"texture":2}},"type":"cube","uuid":"a408a185-b0f6-84f3-ecb1-793a2b11fbb5"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,14,4],"to":[16.5,15,12],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[4,1,5,2],"texture":1},"east":{"uv":[4,1,12,2],"texture":1},"south":{"uv":[4,1,5,2],"texture":1},"west":{"uv":[4,1,12,2],"texture":1},"up":{"uv":[0,0,8,16],"rotation":270},"down":{"uv":[4,1,12,2],"rotation":90,"texture":1}},"type":"cube","uuid":"dbb7dbc7-b9db-0fcc-0582-442ea86f6b55"},{"name":"cube","box_uv":false,"rescale":false,"locked":false,"render_order":"default","allow_mirror_modeling":true,"from":[-0.5,13,5],"to":[16.5,14,11],"autouv":0,"color":6,"origin":[0,0,0],"faces":{"north":{"uv":[5,2,6,3],"texture":1},"east":{"uv":[5,2,11,3],"texture":1},"south":{"uv":[5,2,6,3],"texture":1},"west":{"uv":[5,2,11,3],"texture":1},"up":{"uv":[0,0,8,16],"rotation":270},"down":{"uv":[5,2,11,3],"rotation":90,"texture":1}},"type":"cube","uuid":"564a8245-c5cf-32cc-523c-a493d3c84175"}],"outliner":["ac9de27a-27bc-3953-347e-b633ca2f05d9",{"name":"connection_slots","origin":[0,0,0],"color":0,"uuid":"b714af95-2528-cdd1-2a58-be2ebce94bd9","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["1dafc799-0573-2936-1311-5277bbe2652e","2f4b6eed-62e5-6d7b-6707-516136a671e5","b98f4fbb-737c-74a9-c960-584b01b39472","9de6a778-9dd2-a194-cfc0-105d9bae615b","374756cf-fb4a-8aba-5a77-76c655b5952e","e835d294-407d-2f80-4174-02eee646252f","1d8996ea-5e9b-79a1-e32b-ca8f20eda51c","7d422c33-810a-d373-3d84-a13bb8f5cc87"]},"32a37783-fda2-d727-cf9c-d99e2878a7e8",{"name":"group","origin":[0,0,0],"color":0,"uuid":"2cd47851-5d22-a7c5-c742-179ec7b7ffe8","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["46ecc3cc-7916-4bcd-28e2-eb941d684855","172385de-76db-6ec1-a312-45a3690ec58d","a2c5a217-698e-37df-618c-e853252d2d01","04c55b72-16de-230f-76a4-a4ae7a5a3ca2"]},{"name":"group","origin":[0,0,0],"color":0,"uuid":"66b65636-382c-d904-0f28-0005d296751a","export":true,"mirror_uv":false,"isOpen":true,"locked":false,"visibility":true,"autouv":0,"children":["dc42b1da-d91b-bc2b-115b-f250a445652c","a408a185-b0f6-84f3-ecb1-793a2b11fbb5","dbb7dbc7-b9db-0fcc-0582-442ea86f6b55","564a8245-c5cf-32cc-523c-a493d3c84175"]}],"textures":[{"path":"/run/media/Backups/repos/OTEMod/src/main/resources/assets/otemod/textures/block/uncrafter_bottom.png","name":"uncrafter_bottom.png","folder":"block","namespace":"otemod","id":"0","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"edabc1e0-d543-629f-6193-ef1589f8cd5a","relative_path":"../../../../textures/block/uncrafter_bottom.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAGvSURBVDhPXVO7TgJREJ1FFtzloaJAIBpDpyGxsaGlsvEzNNHC2Jj4bf4BjY2JiY0xqMHwlofgsguYM+RsLk6z93JnzpwzZ7CqF5fLaTQqiC3Pk89kSs+56URi87m4gS+1fFF/O+m25Wk3K19uUiqthtSTabHKN7fL5509qTbeNSk986TpJtbAevFNfUNhYTLWLwJnq3B3v8Ql4/1Kyp/pA2JkxwSFSC73O+EZjVqOG94tSgAdIoMeo5YraqfD8VBBwZbdkR8yQAJATttN8SMRGcTjeqdeAlEGQFBjVa6uVQKSIcPUCyaUwjc2whegOkRoNztQ89F3TxK+Lx3HEScIlDr0749HYi8W8pjNrwDYFQkooq24o/BlOxM6ACal4UBlwnKdAXSdfbypbjBBkAUKzEB3BHIhb20PQO+/HC4MmpzXX8WdBzLZWC3ej21LaKM5LFjFhaGFkGJuLBgg1AXQBuXjfldpPRyUFABBCQTFjDATuqIAtBD7DxkIDNa0DDm4I8wtDV3ggrAjAZCMuQCALtFO5IQMTLosMLcO7+aqA3htBrSK2s0/EaWQHRvg/gfDmTZgal/FbwAAAABJRU5ErkJggg=="},{"path":"/run/media/Backups/repos/OTEMod/src/main/resources/assets/otemod/textures/block/uncrafter_side.png","name":"uncrafter_side.png","folder":"block","namespace":"otemod","id":"1","width":16,"height":16,"uv_width":16,"uv_height":16,"particle":true,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":1,"frame_order_type":"loop","frame_order":"","frame_interpolate":false,"visible":true,"internal":true,"saved":true,"uuid":"e4e3cf2c-1109-a760-fc62-0831300ff7a0","relative_path":"../../../../textures/block/uncrafter_side.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAHvSURBVDhPfVNLLwNRFP5Gqx5VjEcrERuPtvFMEKIVQkJEbLHxIyy6ZcHWwk7sJcLaQiLxWGCjEkKZekSCRpuGKmXVjHtu515TwZdM5s69c77znXO+q2B2XofA3Ixc/ruYnZfHChE4bzWo6TReLBYMrKzg8o9oL9vfnQ7I02hxCRTXdECnBZGURh8R7hnEpKFEEFEgYc3I7D7c5v8RFF9vt45iFbmxCPZGx0GHRRYr0ptbWTrsoyO4LqvgSrWGRriSr+AK+jtb9QtvK5SKKpScBxHe2pGBbcbqxETlnJpCrNbDFXMFHRMT+r3NhmrtFBH/MKKLCyisAXJy2WPLfuIHABHwQJaQv6kHevyJ1+9QKxFcX0e+ywj8QfJ8BLD/URc+w427+VtB0NvCayr9TEFbXoJNNWU2kSROAffQAF6bOkBJuQImSVftDiQK7FyFtroKq/2HfIMkSWNhk6D6s0qgbkqwEf5WP+2932Z6QMFSQfvIkH7c1fftA2MKv5F83Gd6IHxDRLwEGgv1gFhjzIn/wmRj2QNiMpdhdpowjHh7rkLcSAJ8jPRBDaS7QGoI/hCzT14B9uvcUh0lqn+4Q7y8kjedOzHrNhq0ostESki4qmVGodS3vYGDwbEMgScawUvqTV4mIZeIhCLaI5hLpb0vjgfXWl4BbX4AAAAASUVORK5CYII="},{"path":"/run/media/Backups/repos/OTEMod/src/main/resources/assets/otemod/textures/block/uncrafter.png","name":"uncrafter.png","folder":"block","namespace":"otemod","id":"2","width":16,"height":512,"uv_width":16,"uv_height":16,"particle":false,"layers_enabled":false,"sync_to_project":"","render_mode":"default","render_sides":"auto","frame_time":20,"frame_order_type":"loop","frame_order":"","frame_interpolate":true,"visible":true,"internal":true,"saved":true,"uuid":"0b952e7d-256f-d0eb-1170-89403985b747","relative_path":"../../../../textures/block/uncrafter.png","source":"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAIACAYAAACLuuzTAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAANNSURBVHhe7Z0xTsMwFIbNQZi5A2JEYmFj4DQwwGkY2FiQGBF3YOYg0DRtCWlsP7/nENv5KiFVbfhTx/4/Pz/byYm7f/x2+9fD3eFt8M394+Hrk63Ax3v/wdurTODyqj/u/MIdBG6l/7w7xVMnshVwbluE283fl+z87nRz3NPu2COB7svu1YmF3s8nICkFRehrp6Ra2HlB35SzmMlsZ7MAPPhDJDNQsvLg7LqX+3w5xpvITCqBrEWohcrwgPjAHUco5fJgbO1kHogF4IHkCvTH/Ia6xAeMFyaAImlK4lh5aGGxnYdIUwlkLYLv14ivgUogvQjEB8QHxAedb+bN4qiItADS4AE8gAfz8MDHAHGIYxYgPmB+ITanMJx3EA2+Vamw9JY4mmMxe8EssMoiEB+0GB+E8ukiHpgFVmmmBpAGD1rngWquLTTcFQEFHjhnjlDMAum1AA/WxIOSR64NdK4NFAEewIOJfOICPVPATKq5Nl9cJGZieucKDzKZyby80CzQ1vpEs53NAlnNpMpokgKR1MF4xTTxQSakbYCiX/Sde/+C2c5mAUlbDK7FMdvZLJC1CLVkceABPKhqvDCOFbxTpmXxoJYQBx7AA3gwz3ok8yYQs0B6iAMP4EGRPDB7wSyQbqbRsM/8C8wC6UWABy3ywLzw3SyQ3hIbMFMDRYAHrfNANVnn65n+b7LO3DeaBVaJNHiwJh6Ik3GYSUKDuW9vtEAtwIOWeeBr1Ps9T9H9TAj4uVDBRZRA7e+sLzxokgc34Zbw9Rzr2hBwp/VfA3jAfufhfme696q79/14QV2N8AAe+O5/MGwb4lDXB5eowPBsU806KmD2AgISGrBeeXuVuN/6Qnf6Ts5oqvtGeAAPHM9fiD5zoWsl4t45drMlb0JS0haD+xew8++95dVMTK8F8olN5hN3DUFt5wVmujyLeaaGOUlIyy4wHgoVPEkDD8gfxBiQZKaY2PzxgfoXmJE2FPAZq/AQBx7Ag5iB4EHvkuiYKd1MghBHldVlvBCpi6N04P548get5Q9ieItG62qBbDxQT9JMhThJQEkvAvkD8gfFP38hFPpXxoMpOpVUBHgAD+BB14/O+3ymWpAGD+ABPIAH/cgiw6NIl36e6w/NB6pXl3BUBQAAAABJRU5ErkJggg=="}],"display":{"thirdperson_righthand":{"scale":[0.5,0.5,0.5]},"thirdperson_lefthand":{"scale":[0.5,0.5,0.5]},"firstperson_righthand":{"scale":[0.5,0.5,0.5]},"firstperson_lefthand":{"scale":[0.5,0.5,0.5]},"ground":{"scale":[0.25,0.25,0.25]},"gui":{"rotation":[59,-39,-3],"scale":[0.5,0.5,0.5]},"head":{"scale":[0.95,0.95,0.95]},"fixed":{"rotation":[-90,0,0],"scale":[0.5,0.5,0.5]}}} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/custommodel/uncrafter.json b/src/main/resources/assets/otemod/models/block/custommodel/uncrafter.json new file mode 100644 index 0000000..bb2ff1c --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/custommodel/uncrafter.json @@ -0,0 +1,278 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "otemod:block/uncrafter_bottom", + "1": "otemod:block/uncrafter_side", + "2": "otemod:block/uncrafter", + "particle": "otemod:block/uncrafter_side" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "up": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "down": {"uv": [0, 0, 16, 16], "texture": "#0"} + } + }, + { + "from": [5, 11, -0.5], + "to": [11, 12, 16.5], + "faces": { + "north": {"uv": [6, 11, 11, 12], "rotation": 270, "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "rotation": 180, "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [-0.5, 4, 5], + "to": [16.5, 5, 11], + "faces": { + "north": {"uv": [6, 11, 11, 12], "rotation": 180, "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "rotation": 270, "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "rotation": 180, "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "texture": "#1"} + } + }, + { + "from": [-0.5, 11, 5], + "to": [16.5, 12, 11], + "faces": { + "north": {"uv": [6, 11, 11, 12], "rotation": 180, "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "rotation": 270, "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "rotation": 180, "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "texture": "#1"} + } + }, + { + "from": [-0.5, 4, 4], + "to": [16.5, 12, 5], + "faces": { + "north": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "texture": "#1"} + } + }, + { + "from": [-0.5, 4, 11], + "to": [16.5, 12, 12], + "faces": { + "north": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "texture": "#1"} + } + }, + { + "from": [11, 4, -0.5], + "to": [12, 12, 16.5], + "faces": { + "north": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "rotation": 270, "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [5, 4, -0.5], + "to": [11, 5, 16.5], + "faces": { + "north": {"uv": [6, 11, 11, 12], "rotation": 270, "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "rotation": 180, "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [4, 4, -0.5], + "to": [5, 12, 16.5], + "faces": { + "north": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "east": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "south": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "west": {"uv": [6, 11, 11, 12], "texture": "#1"}, + "up": {"uv": [6, 11, 11, 12], "rotation": 270, "texture": "#1"}, + "down": {"uv": [6, 11, 11, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "grid", + "from": [2, 16, 2], + "to": [14, 16.75, 14], + "faces": { + "north": {"uv": [3, 3, 13, 4], "texture": "#2"}, + "east": {"uv": [3, 3, 13, 4], "texture": "#2"}, + "south": {"uv": [3, 3, 13, 4], "texture": "#2"}, + "west": {"uv": [3, 3, 13, 4], "texture": "#2"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#2"}, + "down": {"uv": [0, 0, 12, 12], "texture": "#missing"} + } + }, + { + "from": [6, 12, -0.5], + "to": [10, 13, 16.5], + "faces": { + "north": {"uv": [6, 3, 10, 4], "texture": "#1"}, + "east": {"uv": [6, 3, 7, 4], "texture": "#1"}, + "south": {"uv": [6, 3, 10, 4], "texture": "#1"}, + "west": {"uv": [6, 3, 7, 4], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 16], "texture": "#missing"}, + "down": {"uv": [6, 3, 10, 4], "texture": "#1"} + } + }, + { + "from": [3, 15, -0.5], + "to": [13, 16.5, 16.5], + "faces": { + "north": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "east": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "south": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "west": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "up": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "down": {"uv": [3, 0, 13, 2], "texture": "#2"} + } + }, + { + "from": [4, 14, -0.5], + "to": [12, 15, 16.5], + "faces": { + "north": {"uv": [4, 1, 12, 2], "texture": "#1"}, + "east": {"uv": [4, 1, 5, 2], "texture": "#1"}, + "south": {"uv": [4, 1, 12, 2], "texture": "#1"}, + "west": {"uv": [4, 1, 5, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 16], "texture": "#missing"}, + "down": {"uv": [4, 1, 12, 2], "texture": "#1"} + } + }, + { + "from": [5, 13, -0.5], + "to": [11, 14, 16.5], + "faces": { + "north": {"uv": [5, 2, 11, 3], "texture": "#1"}, + "east": {"uv": [5, 2, 6, 3], "texture": "#1"}, + "south": {"uv": [5, 2, 11, 3], "texture": "#1"}, + "west": {"uv": [5, 2, 6, 3], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 16], "texture": "#missing"}, + "down": {"uv": [5, 2, 11, 3], "texture": "#1"} + } + }, + { + "from": [-0.5, 12, 6], + "to": [16.5, 13, 10], + "faces": { + "north": {"uv": [6, 3, 7, 4], "texture": "#1"}, + "east": {"uv": [6, 3, 10, 4], "texture": "#1"}, + "south": {"uv": [6, 3, 7, 4], "texture": "#1"}, + "west": {"uv": [6, 3, 10, 4], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 16], "rotation": 270, "texture": "#missing"}, + "down": {"uv": [6, 3, 10, 4], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [-0.5, 15, 3], + "to": [16.5, 16.5, 13], + "faces": { + "north": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "east": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "south": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "west": {"uv": [3, 0, 13, 2], "texture": "#2"}, + "up": {"uv": [3, 0, 13, 2], "rotation": 270, "texture": "#2"}, + "down": {"uv": [3, 0, 13, 2], "rotation": 90, "texture": "#2"} + } + }, + { + "from": [-0.5, 14, 4], + "to": [16.5, 15, 12], + "faces": { + "north": {"uv": [4, 1, 5, 2], "texture": "#1"}, + "east": {"uv": [4, 1, 12, 2], "texture": "#1"}, + "south": {"uv": [4, 1, 5, 2], "texture": "#1"}, + "west": {"uv": [4, 1, 12, 2], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 16], "rotation": 270, "texture": "#missing"}, + "down": {"uv": [4, 1, 12, 2], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [-0.5, 13, 5], + "to": [16.5, 14, 11], + "faces": { + "north": {"uv": [5, 2, 6, 3], "texture": "#1"}, + "east": {"uv": [5, 2, 11, 3], "texture": "#1"}, + "south": {"uv": [5, 2, 6, 3], "texture": "#1"}, + "west": {"uv": [5, 2, 11, 3], "texture": "#1"}, + "up": {"uv": [0, 0, 8, 16], "rotation": 270, "texture": "#missing"}, + "down": {"uv": [5, 2, 11, 3], "rotation": 90, "texture": "#1"} + } + } + ], + "display": { + "thirdperson_righthand": { + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_lefthand": { + "scale": [0.5, 0.5, 0.5] + }, + "ground": { + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [59, -39, -3], + "scale": [0.5, 0.5, 0.5] + }, + "head": { + "scale": [0.95, 0.95, 0.95] + }, + "fixed": { + "rotation": [-90, 0, 0], + "scale": [0.5, 0.5, 0.5] + } + }, + "groups": [ + 0, + { + "name": "connection_slots", + "origin": [0, 0, 0], + "color": 0, + "children": [1, 2, 3, 4, 5, 6, 7, 8] + }, + 9, + { + "name": "group", + "origin": [0, 0, 0], + "color": 0, + "children": [10, 11, 12, 13] + }, + { + "name": "group", + "origin": [0, 0, 0], + "color": 0, + "children": [14, 15, 16, 17] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/cyan.json b/src/main/resources/assets/otemod/models/block/cyan.json new file mode 100644 index 0000000..a7d7025 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/cyan.json @@ -0,0 +1,6 @@ +{ + "parent": "otemod:block/fb/cube", + "textures": { + "all": "otemod:block/thresholds/cyan" + } +} diff --git a/src/main/resources/assets/otemod/models/block/cyan_stairs.json b/src/main/resources/assets/otemod/models/block/cyan_stairs.json new file mode 100644 index 0000000..c5d1d8d --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/cyan_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "otemod:block/thresholds/cyan", + "side": "otemod:block/thresholds/cyan", + "top": "otemod:block/thresholds/cyan" + } +} diff --git a/src/main/resources/assets/otemod/models/block/cyan_stairs_inner.json b/src/main/resources/assets/otemod/models/block/cyan_stairs_inner.json new file mode 100644 index 0000000..9872b7b --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/cyan_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "otemod:block/thresholds/cyan", + "side": "otemod:block/thresholds/cyan", + "top": "otemod:block/thresholds/cyan" + } +} diff --git a/src/main/resources/assets/otemod/models/block/cyan_stairs_outer.json b/src/main/resources/assets/otemod/models/block/cyan_stairs_outer.json new file mode 100644 index 0000000..d28ded0 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/cyan_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "otemod:block/thresholds/cyan", + "side": "otemod:block/thresholds/cyan", + "top": "otemod:block/thresholds/cyan" + } +} diff --git a/src/main/resources/assets/otemod/models/block/cyan_tile.json b/src/main/resources/assets/otemod/models/block/cyan_tile.json new file mode 100644 index 0000000..f28a83d --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/cyan_tile.json @@ -0,0 +1,7 @@ +{ + "parent": "otemod:block/fb/top", + "textures": { + "top": "otemod:block/thresholds/hallway/floor/tiles/cyan_tile_w_circle", + "side": "otemod:block/thresholds/cyan" + } +} diff --git a/src/main/resources/assets/otemod/models/block/cyan_tile_br.json b/src/main/resources/assets/otemod/models/block/cyan_tile_br.json new file mode 100644 index 0000000..2d4735a --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/cyan_tile_br.json @@ -0,0 +1,7 @@ +{ + "parent": "otemod:block/fb/sided", + "textures": { + "top": "otemod:block/thresholds/hallway/floor/tiles/cyan_tile_transition", + "side": "otemod:block/thresholds/cyan" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/cyan_tile_to_wall.json b/src/main/resources/assets/otemod/models/block/cyan_tile_to_wall.json new file mode 100644 index 0000000..d70bd38 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/cyan_tile_to_wall.json @@ -0,0 +1,7 @@ +{ + "parent": "otemod:block/fb/sided", + "textures": { + "side": "otemod:block/thresholds/hallway/wall/cyan_floor_to_wall", + "top": "otemod:block/thresholds/cyan" + } +} diff --git a/src/main/resources/assets/otemod/models/block/cyan_wall_variant_1.json b/src/main/resources/assets/otemod/models/block/cyan_wall_variant_1.json new file mode 100644 index 0000000..78e6c84 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/cyan_wall_variant_1.json @@ -0,0 +1,7 @@ +{ + "parent": "otemod:block/fb/sided", + "textures": { + "side": "otemod:block/thresholds/hallway/wall/cyan_wall", + "top": "otemod:block/thresholds/cyan" + } +} diff --git a/src/main/resources/assets/otemod/models/block/cyan_wall_variant_2.json b/src/main/resources/assets/otemod/models/block/cyan_wall_variant_2.json new file mode 100644 index 0000000..4b6f8c5 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/cyan_wall_variant_2.json @@ -0,0 +1,7 @@ +{ + "parent": "otemod:block/fb/sided", + "textures": { + "side": "otemod:block/thresholds/hallway/wall/cyan_wall2", + "top": "otemod:block/thresholds/cyan" + } +} diff --git a/src/main/resources/assets/otemod/models/block/dark_red_bed.json b/src/main/resources/assets/otemod/models/block/dark_red_bed.json new file mode 100644 index 0000000..6577c90 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/dark_red_bed.json @@ -0,0 +1,7 @@ +{ + "variants": { + "": { + "model": "minecraft:block/bed" + } + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/dark_red_shulker_box.json b/src/main/resources/assets/otemod/models/block/dark_red_shulker_box.json new file mode 100644 index 0000000..26995ca --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/dark_red_shulker_box.json @@ -0,0 +1,5 @@ +{ + "textures": { + "particle": "otemod:block/dark_red_shulker_box" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/aurora_block.json b/src/main/resources/assets/otemod/models/block/deprecated.json similarity index 55% rename from src/main/resources/assets/otemod/models/block/aurora_block.json rename to src/main/resources/assets/otemod/models/block/deprecated.json index 6dc0c11..9a71885 100644 --- a/src/main/resources/assets/otemod/models/block/aurora_block.json +++ b/src/main/resources/assets/otemod/models/block/deprecated.json @@ -1,6 +1,6 @@ { "parent": "block/cube_all", "textures": { - "all": "otemod:block/aurora_block" + "all": "otemod:block/deprecated" } -} +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/fb/cube.json b/src/main/resources/assets/otemod/models/block/fb/cube.json new file mode 100644 index 0000000..df60ac4 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/fb/cube.json @@ -0,0 +1,11 @@ +{ + "parent": "otemod:block/fb/fullbright", + "textures": { + "north": "#all", + "south": "#all", + "west": "#all", + "east": "#all", + "up": "#all", + "down": "#all" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/fb/fullbright.json b/src/main/resources/assets/otemod/models/block/fb/fullbright.json new file mode 100644 index 0000000..a86d0c7 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/fb/fullbright.json @@ -0,0 +1,22 @@ +{ + "parent": "block/block", + "ambientocclusion" : false, + "textures": { + "particle": "#up" + }, + "elements": [ + { + "from": [ 0, 0, 0 ], + "to": [ 16, 16, 16 ], + "shade": false, + "faces": { + "down": { "texture": "#down", "cullface": "down" }, + "up": { "texture": "#up", "cullface": "up" }, + "north": { "texture": "#north", "cullface": "north" }, + "south": { "texture": "#south", "cullface": "south" }, + "west": { "texture": "#west", "cullface": "west" }, + "east": { "texture": "#east", "cullface": "east" } + } + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/fb/rotatable.json b/src/main/resources/assets/otemod/models/block/fb/rotatable.json new file mode 100644 index 0000000..805f88e --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/fb/rotatable.json @@ -0,0 +1,12 @@ +{ + "parent": "otemod:block/fb/fullbright", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#side", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/src/main/resources/assets/otemod/models/block/fb/sided.json b/src/main/resources/assets/otemod/models/block/fb/sided.json new file mode 100644 index 0000000..891a049 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/fb/sided.json @@ -0,0 +1,12 @@ +{ + "parent": "otemod:block/fb/cube", + "textures": { + "particle": "#side", + "down": "#top", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/src/main/resources/assets/otemod/models/block/fb/top.json b/src/main/resources/assets/otemod/models/block/fb/top.json new file mode 100644 index 0000000..7812ffc --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/fb/top.json @@ -0,0 +1,11 @@ +{ + "parent": "otemod:block/fb/fullbright", + "textures": { + "north": "#side", + "south": "#side", + "west": "#side", + "east": "#side", + "up": "#top", + "down": "#side" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/item_scrubber.json b/src/main/resources/assets/otemod/models/block/item_scrubber.json new file mode 100644 index 0000000..3fb1b2d --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/item_scrubber.json @@ -0,0 +1,274 @@ +{ + "credit": "Made with Blockbench", + "render_type": "minecraft:translucent", + "texture_size": [64, 64], + "textures": { + "0": "otemod:block/scrubber/scrubber_top", + "1": "otemod:block/scrubber/scrubber_old_internal_cube", + "particle": "otemod:block/scrubber/scrubber_old_internal_cube" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [2, 2, 2], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#0"} + } + }, + { + "from": [0, 0, 14], + "to": [2, 2, 16], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#0"} + } + }, + { + "from": [0, 14, 0], + "to": [2, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#0"} + } + }, + { + "from": [0, 14, 14], + "to": [2, 16, 16], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "texture": "#0"} + } + }, + { + "from": [0, 2, 0], + "to": [1, 14, 1], + "faces": { + "north": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [0, 2, 15], + "to": [1, 14, 16], + "faces": { + "north": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "texture": "#0"} + } + }, + { + "from": [0, 0, 2], + "to": [1, 1, 14], + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 12], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 12], "texture": "#0"} + } + }, + { + "from": [0, 15, 2], + "to": [1, 16, 14], + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 12], "texture": "#0"}, + "down": {"uv": [0, 0, 1, 12], "texture": "#0"} + } + }, + { + "from": [14, 0, 14], + "to": [16, 2, 16], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [14, 0, 0], + "to": [16, 2, 2], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [14, 14, 14], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [14, 14, 0], + "to": [16, 16, 2], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 2], "texture": "#0"}, + "up": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [15, 2, 15], + "to": [16, 14, 16], + "faces": { + "north": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [2, 0, 15], + "to": [14, 1, 16], + "faces": { + "north": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [2, 15, 15], + "to": [14, 16, 16], + "faces": { + "north": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [2, 15, 0], + "to": [14, 16, 1], + "faces": { + "north": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [2, 0, 0], + "to": [14, 1, 1], + "faces": { + "north": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 12, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [15, 2, 0], + "to": [16, 14, 1], + "faces": { + "north": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "east": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "west": {"uv": [0, 0, 1, 8], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 1], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [15, 0, 2], + "to": [16, 1, 14], + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 12], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 12], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [15, 15, 2], + "to": [16, 16, 14], + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "east": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "south": {"uv": [0, 0, 1, 1], "texture": "#0"}, + "west": {"uv": [0, 0, 12, 1], "texture": "#0"}, + "up": {"uv": [0, 0, 1, 12], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 0, 1, 12], "rotation": 180, "texture": "#0"} + } + }, + { + "name": "internal", + "from": [2, 2, 2], + "to": [14, 14, 14], + "faces": { + "north": {"uv": [0, 0, 3, 3], "texture": "#1"}, + "east": {"uv": [0, 3, 3, 6], "texture": "#1"}, + "south": {"uv": [3, 0, 6, 3], "texture": "#1"}, + "west": {"uv": [3, 3, 6, 6], "texture": "#1"}, + "up": {"uv": [3, 9, 0, 6], "texture": "#1"}, + "down": {"uv": [9, 0, 6, 3], "texture": "#1"} + } + } + ], + "groups": [ + { + "name": "scrubber", + "origin": [0, 0, 0], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19] + }, + 20 + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/item_scrubber.json.old b/src/main/resources/assets/otemod/models/block/item_scrubber.json.old new file mode 100644 index 0000000..20d1dbf --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/item_scrubber.json.old @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "down": "otemod:block/scrubber/scrubber_bottom", + "up": "otemod:block/scrubber/scrubber_top", + "south": "otemod:block/scrubber/scrubber_front", + "west": "otemod:block/scrubber/scrubber_left", + "north": "otemod:block/scrubber/scrubber_back", + "east": "otemod:block/scrubber/scrubber_right" + } + } + \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/magical_scrubber.json b/src/main/resources/assets/otemod/models/block/magical_scrubber.json new file mode 100644 index 0000000..5422e79 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/magical_scrubber.json @@ -0,0 +1,1489 @@ +{ + "credit": "Made with Blockbench", + "render_type": "minecraft:translucent", + "texture_size": [32, 32], + "textures": { + "0": "otemod:block/scrubber/center_cube", + "1": "otemod:block/scrubber/frame_bars", + "2": "otemod:block/scrubber/inner_corner_cubes", + "3": "otemod:block/scrubber/corner_cube", + "particle": "otemod:block/scrubber/center_cube" + }, + "elements": [ + { + "from": [0, 0, 0], + "to": [1, 1, 3], + "faces": { + "north": {"uv": [1.5, 0.5, 2, 1], "texture": "#3"}, + "east": {"uv": [0, 0, 1.5, 0.5], "texture": "#3"}, + "south": {"uv": [2, 0.5, 2.5, 1], "texture": "#3"}, + "west": {"uv": [0, 0.5, 1.5, 1], "texture": "#3"}, + "up": {"uv": [0.5, 2.5, 0, 1], "texture": "#3"}, + "down": {"uv": [1, 1, 0.5, 2.5], "texture": "#3"} + } + }, + { + "from": [2, 0, 0], + "to": [3, 1, 3], + "faces": { + "north": {"uv": [3.5, 1, 4, 1.5], "texture": "#3"}, + "east": {"uv": [1, 1, 2.5, 1.5], "texture": "#3"}, + "south": {"uv": [3.5, 1.5, 4, 2], "texture": "#3"}, + "west": {"uv": [1.5, 0, 3, 0.5], "texture": "#3"}, + "up": {"uv": [1.5, 3, 1, 1.5], "texture": "#3"}, + "down": {"uv": [2, 1.5, 1.5, 3], "texture": "#3"} + } + }, + { + "from": [1, 0, 0], + "to": [2, 1, 1], + "faces": { + "north": {"uv": [2, 3.5, 2.5, 4], "texture": "#3"}, + "east": {"uv": [3.5, 2, 4, 2.5], "texture": "#3"}, + "south": {"uv": [2.5, 3.5, 3, 4], "texture": "#3"}, + "west": {"uv": [3.5, 2.5, 4, 3], "texture": "#3"}, + "up": {"uv": [4, 3.5, 3.5, 3], "texture": "#3"}, + "down": {"uv": [4, 3.5, 3.5, 4], "texture": "#3"} + } + }, + { + "from": [1, 0, 2], + "to": [2, 1, 3], + "faces": { + "north": {"uv": [4, 0, 4.5, 0.5], "texture": "#3"}, + "east": {"uv": [4, 0.5, 4.5, 1], "texture": "#3"}, + "south": {"uv": [1, 4, 1.5, 4.5], "texture": "#3"}, + "west": {"uv": [4, 1, 4.5, 1.5], "texture": "#3"}, + "up": {"uv": [2, 4.5, 1.5, 4], "texture": "#3"}, + "down": {"uv": [4.5, 1.5, 4, 2], "texture": "#3"} + } + }, + { + "from": [2, 1, 0], + "to": [3, 3, 1], + "faces": { + "north": {"uv": [2, 1.5, 2.5, 2.5], "texture": "#3"}, + "east": {"uv": [0, 2.5, 0.5, 3.5], "texture": "#3"}, + "south": {"uv": [0.5, 2.5, 1, 3.5], "texture": "#3"}, + "west": {"uv": [2.5, 0.5, 3, 1.5], "texture": "#3"}, + "up": {"uv": [2.5, 4.5, 2, 4], "texture": "#3"}, + "down": {"uv": [4.5, 2, 4, 2.5], "texture": "#3"} + } + }, + { + "from": [1, 2, 0], + "to": [2, 3, 1], + "faces": { + "north": {"uv": [2.5, 4, 3, 4.5], "texture": "#3"}, + "east": {"uv": [4, 2.5, 4.5, 3], "texture": "#3"}, + "south": {"uv": [3, 4, 3.5, 4.5], "texture": "#3"}, + "west": {"uv": [4, 3, 4.5, 3.5], "texture": "#3"}, + "up": {"uv": [4, 4.5, 3.5, 4], "texture": "#3"}, + "down": {"uv": [4.5, 3.5, 4, 4], "texture": "#3"} + } + }, + { + "from": [0, 1, 0], + "to": [1, 3, 1], + "faces": { + "north": {"uv": [2.5, 1.5, 3, 2.5], "texture": "#3"}, + "east": {"uv": [2, 2.5, 2.5, 3.5], "texture": "#3"}, + "south": {"uv": [2.5, 2.5, 3, 3.5], "texture": "#3"}, + "west": {"uv": [3, 0, 3.5, 1], "texture": "#3"}, + "up": {"uv": [4.5, 4.5, 4, 4], "texture": "#3"}, + "down": {"uv": [0.5, 4.5, 0, 5], "texture": "#3"} + } + }, + { + "from": [0, 1, 2], + "to": [1, 3, 3], + "faces": { + "north": {"uv": [1, 3, 1.5, 4], "texture": "#3"}, + "east": {"uv": [3, 1, 3.5, 2], "texture": "#3"}, + "south": {"uv": [1.5, 3, 2, 4], "texture": "#3"}, + "west": {"uv": [3, 2, 3.5, 3], "texture": "#3"}, + "up": {"uv": [5, 0.5, 4.5, 0], "texture": "#3"}, + "down": {"uv": [1, 4.5, 0.5, 5], "texture": "#3"} + } + }, + { + "from": [1, 2, 2], + "to": [2, 3, 3], + "faces": { + "north": {"uv": [4.5, 0.5, 5, 1], "texture": "#3"}, + "east": {"uv": [1, 4.5, 1.5, 5], "texture": "#3"}, + "south": {"uv": [4.5, 1, 5, 1.5], "texture": "#3"}, + "west": {"uv": [1.5, 4.5, 2, 5], "texture": "#3"}, + "up": {"uv": [5, 2, 4.5, 1.5], "texture": "#3"}, + "down": {"uv": [2.5, 4.5, 2, 5], "texture": "#3"} + } + }, + { + "from": [2, 2, 1], + "to": [3, 3, 2], + "faces": { + "north": {"uv": [4.5, 2, 5, 2.5], "texture": "#3"}, + "east": {"uv": [2.5, 4.5, 3, 5], "texture": "#3"}, + "south": {"uv": [4.5, 2.5, 5, 3], "texture": "#3"}, + "west": {"uv": [3, 4.5, 3.5, 5], "texture": "#3"}, + "up": {"uv": [5, 3.5, 4.5, 3], "texture": "#3"}, + "down": {"uv": [4, 4.5, 3.5, 5], "texture": "#3"} + } + }, + { + "from": [0, 2, 1], + "to": [1, 3, 2], + "faces": { + "north": {"uv": [4.5, 3.5, 5, 4], "texture": "#3"}, + "east": {"uv": [4, 4.5, 4.5, 5], "texture": "#3"}, + "south": {"uv": [4.5, 4, 5, 4.5], "texture": "#3"}, + "west": {"uv": [4.5, 4.5, 5, 5], "texture": "#3"}, + "up": {"uv": [0.5, 5.5, 0, 5], "texture": "#3"}, + "down": {"uv": [5.5, 0, 5, 0.5], "texture": "#3"} + } + }, + { + "from": [2, 1, 2], + "to": [3, 3, 3], + "faces": { + "north": {"uv": [3, 3, 3.5, 4], "texture": "#3"}, + "east": {"uv": [0, 3.5, 0.5, 4.5], "texture": "#3"}, + "south": {"uv": [3.5, 0, 4, 1], "texture": "#3"}, + "west": {"uv": [0.5, 3.5, 1, 4.5], "texture": "#3"}, + "up": {"uv": [1, 5.5, 0.5, 5], "texture": "#3"}, + "down": {"uv": [5.5, 0.5, 5, 1], "texture": "#3"} + } + }, + { + "from": [0, 0, 13], + "to": [1, 1, 16], + "faces": { + "north": {"uv": [5.5, 2.5, 6, 3], "texture": "#3"}, + "east": {"uv": [1, 5, 2.5, 5.5], "texture": "#3"}, + "south": {"uv": [6, 2.5, 6.5, 3], "texture": "#3"}, + "west": {"uv": [5, 1, 6.5, 1.5], "texture": "#3"}, + "up": {"uv": [5.5, 3, 5, 1.5], "texture": "#3"}, + "down": {"uv": [3, 5, 2.5, 6.5], "texture": "#3"} + } + }, + { + "from": [2, 0, 13], + "to": [3, 1, 16], + "faces": { + "north": {"uv": [6, 3.5, 6.5, 4], "texture": "#3"}, + "east": {"uv": [3, 5, 4.5, 5.5], "texture": "#3"}, + "south": {"uv": [6, 4, 6.5, 4.5], "texture": "#3"}, + "west": {"uv": [5, 3, 6.5, 3.5], "texture": "#3"}, + "up": {"uv": [5.5, 5, 5, 3.5], "texture": "#3"}, + "down": {"uv": [5, 5, 4.5, 6.5], "texture": "#3"} + } + }, + { + "from": [1, 0, 13], + "to": [2, 1, 14], + "faces": { + "north": {"uv": [6, 4.5, 6.5, 5], "texture": "#3"}, + "east": {"uv": [5, 6, 5.5, 6.5], "texture": "#3"}, + "south": {"uv": [6, 5, 6.5, 5.5], "texture": "#3"}, + "west": {"uv": [6, 5.5, 6.5, 6], "texture": "#3"}, + "up": {"uv": [6.5, 6.5, 6, 6], "texture": "#3"}, + "down": {"uv": [0.5, 6.5, 0, 7], "texture": "#3"} + } + }, + { + "from": [1, 0, 15], + "to": [2, 1, 16], + "faces": { + "north": {"uv": [6.5, 0, 7, 0.5], "texture": "#3"}, + "east": {"uv": [0.5, 6.5, 1, 7], "texture": "#3"}, + "south": {"uv": [6.5, 0.5, 7, 1], "texture": "#3"}, + "west": {"uv": [1, 6.5, 1.5, 7], "texture": "#3"}, + "up": {"uv": [7, 1.5, 6.5, 1], "texture": "#3"}, + "down": {"uv": [2, 6.5, 1.5, 7], "texture": "#3"} + } + }, + { + "from": [2, 1, 13], + "to": [3, 3, 14], + "faces": { + "north": {"uv": [5, 5, 5.5, 6], "texture": "#3"}, + "east": {"uv": [0, 5.5, 0.5, 6.5], "texture": "#3"}, + "south": {"uv": [5.5, 0, 6, 1], "texture": "#3"}, + "west": {"uv": [0.5, 5.5, 1, 6.5], "texture": "#3"}, + "up": {"uv": [7, 2, 6.5, 1.5], "texture": "#3"}, + "down": {"uv": [2.5, 6.5, 2, 7], "texture": "#3"} + } + }, + { + "from": [1, 2, 13], + "to": [2, 3, 14], + "faces": { + "north": {"uv": [6.5, 2, 7, 2.5], "texture": "#3"}, + "east": {"uv": [2.5, 6.5, 3, 7], "texture": "#3"}, + "south": {"uv": [6.5, 2.5, 7, 3], "texture": "#3"}, + "west": {"uv": [3, 6.5, 3.5, 7], "texture": "#3"}, + "up": {"uv": [7, 3.5, 6.5, 3], "texture": "#3"}, + "down": {"uv": [4, 6.5, 3.5, 7], "texture": "#3"} + } + }, + { + "from": [0, 1, 13], + "to": [1, 3, 14], + "faces": { + "north": {"uv": [1, 5.5, 1.5, 6.5], "texture": "#3"}, + "east": {"uv": [1.5, 5.5, 2, 6.5], "texture": "#3"}, + "south": {"uv": [5.5, 1.5, 6, 2.5], "texture": "#3"}, + "west": {"uv": [2, 5.5, 2.5, 6.5], "texture": "#3"}, + "up": {"uv": [7, 4, 6.5, 3.5], "texture": "#3"}, + "down": {"uv": [4.5, 6.5, 4, 7], "texture": "#3"} + } + }, + { + "from": [0, 1, 15], + "to": [1, 3, 16], + "faces": { + "north": {"uv": [3, 5.5, 3.5, 6.5], "texture": "#3"}, + "east": {"uv": [3.5, 5.5, 4, 6.5], "texture": "#3"}, + "south": {"uv": [5.5, 3.5, 6, 4.5], "texture": "#3"}, + "west": {"uv": [4, 5.5, 4.5, 6.5], "texture": "#3"}, + "up": {"uv": [7, 4.5, 6.5, 4], "texture": "#3"}, + "down": {"uv": [5, 6.5, 4.5, 7], "texture": "#3"} + } + }, + { + "from": [1, 2, 15], + "to": [2, 3, 16], + "faces": { + "north": {"uv": [6.5, 4.5, 7, 5], "texture": "#3"}, + "east": {"uv": [5, 6.5, 5.5, 7], "texture": "#3"}, + "south": {"uv": [6.5, 5, 7, 5.5], "texture": "#3"}, + "west": {"uv": [5.5, 6.5, 6, 7], "texture": "#3"}, + "up": {"uv": [7, 6, 6.5, 5.5], "texture": "#3"}, + "down": {"uv": [6.5, 6.5, 6, 7], "texture": "#3"} + } + }, + { + "from": [2, 2, 14], + "to": [3, 3, 15], + "faces": { + "north": {"uv": [6.5, 6, 7, 6.5], "texture": "#3"}, + "east": {"uv": [6.5, 6.5, 7, 7], "texture": "#3"}, + "south": {"uv": [0, 7, 0.5, 7.5], "texture": "#3"}, + "west": {"uv": [7, 0, 7.5, 0.5], "texture": "#3"}, + "up": {"uv": [1, 7.5, 0.5, 7], "texture": "#3"}, + "down": {"uv": [7.5, 0.5, 7, 1], "texture": "#3"} + } + }, + { + "from": [0, 2, 14], + "to": [1, 3, 15], + "faces": { + "north": {"uv": [1, 7, 1.5, 7.5], "texture": "#3"}, + "east": {"uv": [7, 1, 7.5, 1.5], "texture": "#3"}, + "south": {"uv": [1.5, 7, 2, 7.5], "texture": "#3"}, + "west": {"uv": [7, 1.5, 7.5, 2], "texture": "#3"}, + "up": {"uv": [2.5, 7.5, 2, 7], "texture": "#3"}, + "down": {"uv": [7.5, 2, 7, 2.5], "texture": "#3"} + } + }, + { + "from": [2, 1, 15], + "to": [3, 3, 16], + "faces": { + "north": {"uv": [5.5, 4.5, 6, 5.5], "texture": "#3"}, + "east": {"uv": [5.5, 5.5, 6, 6.5], "texture": "#3"}, + "south": {"uv": [6, 0, 6.5, 1], "texture": "#3"}, + "west": {"uv": [6, 1.5, 6.5, 2.5], "texture": "#3"}, + "up": {"uv": [3, 7.5, 2.5, 7], "texture": "#3"}, + "down": {"uv": [7.5, 2.5, 7, 3], "texture": "#3"} + } + }, + { + "from": [13, 0, 13], + "to": [14, 1, 16], + "faces": { + "north": {"uv": [7.5, 4.5, 8, 5], "texture": "#3"}, + "east": {"uv": [3, 7, 4.5, 7.5], "texture": "#3"}, + "south": {"uv": [7.5, 5.5, 8, 6], "texture": "#3"}, + "west": {"uv": [7, 3, 8.5, 3.5], "texture": "#3"}, + "up": {"uv": [7.5, 5, 7, 3.5], "texture": "#3"}, + "down": {"uv": [5, 7, 4.5, 8.5], "texture": "#3"} + } + }, + { + "from": [15, 0, 13], + "to": [16, 1, 16], + "faces": { + "north": {"uv": [6, 7.5, 6.5, 8], "texture": "#3"}, + "east": {"uv": [5, 7, 6.5, 7.5], "texture": "#3"}, + "south": {"uv": [7.5, 6, 8, 6.5], "texture": "#3"}, + "west": {"uv": [7, 5, 8.5, 5.5], "texture": "#3"}, + "up": {"uv": [7.5, 7, 7, 5.5], "texture": "#3"}, + "down": {"uv": [7, 7, 6.5, 8.5], "texture": "#3"} + } + }, + { + "from": [14, 0, 13], + "to": [15, 1, 14], + "faces": { + "north": {"uv": [7.5, 6.5, 8, 7], "texture": "#3"}, + "east": {"uv": [7.5, 7, 8, 7.5], "texture": "#3"}, + "south": {"uv": [7.5, 7.5, 8, 8], "texture": "#3"}, + "west": {"uv": [8, 0, 8.5, 0.5], "texture": "#3"}, + "up": {"uv": [8.5, 1, 8, 0.5], "texture": "#3"}, + "down": {"uv": [8.5, 1, 8, 1.5], "texture": "#3"} + } + }, + { + "from": [14, 0, 15], + "to": [15, 1, 16], + "faces": { + "north": {"uv": [8, 1.5, 8.5, 2], "texture": "#3"}, + "east": {"uv": [8, 2, 8.5, 2.5], "texture": "#3"}, + "south": {"uv": [8, 2.5, 8.5, 3], "texture": "#3"}, + "west": {"uv": [8, 3.5, 8.5, 4], "texture": "#3"}, + "up": {"uv": [8.5, 4.5, 8, 4], "texture": "#3"}, + "down": {"uv": [8.5, 4.5, 8, 5], "texture": "#3"} + } + }, + { + "from": [15, 1, 13], + "to": [16, 3, 14], + "faces": { + "north": {"uv": [7, 7, 7.5, 8], "texture": "#3"}, + "east": {"uv": [0, 7.5, 0.5, 8.5], "texture": "#3"}, + "south": {"uv": [7.5, 0, 8, 1], "texture": "#3"}, + "west": {"uv": [0.5, 7.5, 1, 8.5], "texture": "#3"}, + "up": {"uv": [8.5, 6, 8, 5.5], "texture": "#3"}, + "down": {"uv": [6.5, 8, 6, 8.5], "texture": "#3"} + } + }, + { + "from": [14, 2, 13], + "to": [15, 3, 14], + "faces": { + "north": {"uv": [8, 6, 8.5, 6.5], "texture": "#3"}, + "east": {"uv": [8, 6.5, 8.5, 7], "texture": "#3"}, + "south": {"uv": [7, 8, 7.5, 8.5], "texture": "#3"}, + "west": {"uv": [8, 7, 8.5, 7.5], "texture": "#3"}, + "up": {"uv": [8, 8.5, 7.5, 8], "texture": "#3"}, + "down": {"uv": [8.5, 7.5, 8, 8], "texture": "#3"} + } + }, + { + "from": [13, 1, 13], + "to": [14, 3, 14], + "faces": { + "north": {"uv": [1, 7.5, 1.5, 8.5], "texture": "#3"}, + "east": {"uv": [7.5, 1, 8, 2], "texture": "#3"}, + "south": {"uv": [1.5, 7.5, 2, 8.5], "texture": "#3"}, + "west": {"uv": [2, 7.5, 2.5, 8.5], "texture": "#3"}, + "up": {"uv": [8.5, 8.5, 8, 8], "texture": "#3"}, + "down": {"uv": [0.5, 8.5, 0, 9], "texture": "#3"} + } + }, + { + "from": [13, 1, 15], + "to": [14, 3, 16], + "faces": { + "north": {"uv": [7.5, 2, 8, 3], "texture": "#3"}, + "east": {"uv": [2.5, 7.5, 3, 8.5], "texture": "#3"}, + "south": {"uv": [3, 7.5, 3.5, 8.5], "texture": "#3"}, + "west": {"uv": [3.5, 7.5, 4, 8.5], "texture": "#3"}, + "up": {"uv": [9, 0.5, 8.5, 0], "texture": "#3"}, + "down": {"uv": [1, 8.5, 0.5, 9], "texture": "#3"} + } + }, + { + "from": [14, 2, 15], + "to": [15, 3, 16], + "faces": { + "north": {"uv": [8.5, 0.5, 9, 1], "texture": "#3"}, + "east": {"uv": [1, 8.5, 1.5, 9], "texture": "#3"}, + "south": {"uv": [8.5, 1, 9, 1.5], "texture": "#3"}, + "west": {"uv": [1.5, 8.5, 2, 9], "texture": "#3"}, + "up": {"uv": [9, 2, 8.5, 1.5], "texture": "#3"}, + "down": {"uv": [2.5, 8.5, 2, 9], "texture": "#3"} + } + }, + { + "from": [15, 2, 14], + "to": [16, 3, 15], + "faces": { + "north": {"uv": [8.5, 2, 9, 2.5], "texture": "#3"}, + "east": {"uv": [2.5, 8.5, 3, 9], "texture": "#3"}, + "south": {"uv": [8.5, 2.5, 9, 3], "texture": "#3"}, + "west": {"uv": [3, 8.5, 3.5, 9], "texture": "#3"}, + "up": {"uv": [9, 3.5, 8.5, 3], "texture": "#3"}, + "down": {"uv": [4, 8.5, 3.5, 9], "texture": "#3"} + } + }, + { + "from": [13, 2, 14], + "to": [14, 3, 15], + "faces": { + "north": {"uv": [8.5, 3.5, 9, 4], "texture": "#3"}, + "east": {"uv": [4, 8.5, 4.5, 9], "texture": "#3"}, + "south": {"uv": [8.5, 4, 9, 4.5], "texture": "#3"}, + "west": {"uv": [4.5, 8.5, 5, 9], "texture": "#3"}, + "up": {"uv": [9, 5, 8.5, 4.5], "texture": "#3"}, + "down": {"uv": [5.5, 8.5, 5, 9], "texture": "#3"} + } + }, + { + "from": [15, 1, 15], + "to": [16, 3, 16], + "faces": { + "north": {"uv": [7.5, 3.5, 8, 4.5], "texture": "#3"}, + "east": {"uv": [4, 7.5, 4.5, 8.5], "texture": "#3"}, + "south": {"uv": [5, 7.5, 5.5, 8.5], "texture": "#3"}, + "west": {"uv": [5.5, 7.5, 6, 8.5], "texture": "#3"}, + "up": {"uv": [9, 5.5, 8.5, 5], "texture": "#3"}, + "down": {"uv": [6, 8.5, 5.5, 9], "texture": "#3"} + } + }, + { + "from": [13, 0, 0], + "to": [14, 1, 3], + "faces": { + "north": {"uv": [8.5, 8, 9, 8.5], "texture": "#3"}, + "east": {"uv": [8.5, 5.5, 10, 6], "texture": "#3"}, + "south": {"uv": [9, 6, 9.5, 6.5], "texture": "#3"}, + "west": {"uv": [6, 8.5, 7.5, 9], "texture": "#3"}, + "up": {"uv": [9, 7.5, 8.5, 6], "texture": "#3"}, + "down": {"uv": [8, 8.5, 7.5, 10], "texture": "#3"} + } + }, + { + "from": [15, 0, 0], + "to": [16, 1, 3], + "faces": { + "north": {"uv": [6.5, 9, 7, 9.5], "texture": "#3"}, + "east": {"uv": [8.5, 7.5, 10, 8], "texture": "#3"}, + "south": {"uv": [9, 6.5, 9.5, 7], "texture": "#3"}, + "west": {"uv": [8, 8.5, 9.5, 9], "texture": "#3"}, + "up": {"uv": [0.5, 10.5, 0, 9], "texture": "#3"}, + "down": {"uv": [9.5, 0, 9, 1.5], "texture": "#3"} + } + }, + { + "from": [14, 0, 0], + "to": [15, 1, 1], + "faces": { + "north": {"uv": [7, 9, 7.5, 9.5], "texture": "#3"}, + "east": {"uv": [9, 7, 9.5, 7.5], "texture": "#3"}, + "south": {"uv": [8, 9, 8.5, 9.5], "texture": "#3"}, + "west": {"uv": [9, 8, 9.5, 8.5], "texture": "#3"}, + "up": {"uv": [9, 9.5, 8.5, 9], "texture": "#3"}, + "down": {"uv": [9.5, 9, 9, 9.5], "texture": "#3"} + } + }, + { + "from": [14, 0, 2], + "to": [15, 1, 3], + "faces": { + "north": {"uv": [9.5, 0, 10, 0.5], "texture": "#3"}, + "east": {"uv": [9.5, 0.5, 10, 1], "texture": "#3"}, + "south": {"uv": [9.5, 1, 10, 1.5], "texture": "#3"}, + "west": {"uv": [9.5, 1.5, 10, 2], "texture": "#3"}, + "up": {"uv": [10, 2.5, 9.5, 2], "texture": "#3"}, + "down": {"uv": [10, 2.5, 9.5, 3], "texture": "#3"} + } + }, + { + "from": [15, 1, 0], + "to": [16, 3, 1], + "faces": { + "north": {"uv": [0.5, 9, 1, 10], "texture": "#3"}, + "east": {"uv": [1, 9, 1.5, 10], "texture": "#3"}, + "south": {"uv": [1.5, 9, 2, 10], "texture": "#3"}, + "west": {"uv": [9, 1.5, 9.5, 2.5], "texture": "#3"}, + "up": {"uv": [10, 3.5, 9.5, 3], "texture": "#3"}, + "down": {"uv": [10, 3.5, 9.5, 4], "texture": "#3"} + } + }, + { + "from": [14, 2, 0], + "to": [15, 3, 1], + "faces": { + "north": {"uv": [9.5, 4, 10, 4.5], "texture": "#3"}, + "east": {"uv": [9.5, 4.5, 10, 5], "texture": "#3"}, + "south": {"uv": [9.5, 5, 10, 5.5], "texture": "#3"}, + "west": {"uv": [9.5, 6, 10, 6.5], "texture": "#3"}, + "up": {"uv": [7, 10, 6.5, 9.5], "texture": "#3"}, + "down": {"uv": [10, 6.5, 9.5, 7], "texture": "#3"} + } + }, + { + "from": [13, 1, 0], + "to": [14, 3, 1], + "faces": { + "north": {"uv": [2, 9, 2.5, 10], "texture": "#3"}, + "east": {"uv": [2.5, 9, 3, 10], "texture": "#3"}, + "south": {"uv": [9, 2.5, 9.5, 3.5], "texture": "#3"}, + "west": {"uv": [3, 9, 3.5, 10], "texture": "#3"}, + "up": {"uv": [7.5, 10, 7, 9.5], "texture": "#3"}, + "down": {"uv": [10, 7, 9.5, 7.5], "texture": "#3"} + } + }, + { + "from": [13, 1, 2], + "to": [14, 3, 3], + "faces": { + "north": {"uv": [3.5, 9, 4, 10], "texture": "#3"}, + "east": {"uv": [9, 3.5, 9.5, 4.5], "texture": "#3"}, + "south": {"uv": [4, 9, 4.5, 10], "texture": "#3"}, + "west": {"uv": [4.5, 9, 5, 10], "texture": "#3"}, + "up": {"uv": [8.5, 10, 8, 9.5], "texture": "#3"}, + "down": {"uv": [10, 8, 9.5, 8.5], "texture": "#3"} + } + }, + { + "from": [14, 2, 2], + "to": [15, 3, 3], + "faces": { + "north": {"uv": [8.5, 9.5, 9, 10], "texture": "#3"}, + "east": {"uv": [9.5, 8.5, 10, 9], "texture": "#3"}, + "south": {"uv": [9, 9.5, 9.5, 10], "texture": "#3"}, + "west": {"uv": [9.5, 9, 10, 9.5], "texture": "#3"}, + "up": {"uv": [10, 10, 9.5, 9.5], "texture": "#3"}, + "down": {"uv": [10.5, 0, 10, 0.5], "texture": "#3"} + } + }, + { + "from": [15, 2, 1], + "to": [16, 3, 2], + "faces": { + "north": {"uv": [0.5, 10, 1, 10.5], "texture": "#3"}, + "east": {"uv": [10, 0.5, 10.5, 1], "texture": "#3"}, + "south": {"uv": [1, 10, 1.5, 10.5], "texture": "#3"}, + "west": {"uv": [10, 1, 10.5, 1.5], "texture": "#3"}, + "up": {"uv": [2, 10.5, 1.5, 10], "texture": "#3"}, + "down": {"uv": [10.5, 1.5, 10, 2], "texture": "#3"} + } + }, + { + "from": [13, 2, 1], + "to": [14, 3, 2], + "faces": { + "north": {"uv": [2, 10, 2.5, 10.5], "texture": "#3"}, + "east": {"uv": [10, 2, 10.5, 2.5], "texture": "#3"}, + "south": {"uv": [2.5, 10, 3, 10.5], "texture": "#3"}, + "west": {"uv": [10, 2.5, 10.5, 3], "texture": "#3"}, + "up": {"uv": [3.5, 10.5, 3, 10], "texture": "#3"}, + "down": {"uv": [10.5, 3, 10, 3.5], "texture": "#3"} + } + }, + { + "from": [15, 1, 2], + "to": [16, 3, 3], + "faces": { + "north": {"uv": [9, 4.5, 9.5, 5.5], "texture": "#3"}, + "east": {"uv": [5, 9, 5.5, 10], "texture": "#3"}, + "south": {"uv": [5.5, 9, 6, 10], "texture": "#3"}, + "west": {"uv": [6, 9, 6.5, 10], "texture": "#3"}, + "up": {"uv": [4, 10.5, 3.5, 10], "texture": "#3"}, + "down": {"uv": [10.5, 3.5, 10, 4], "texture": "#3"} + } + }, + { + "from": [13, 13, 0], + "to": [14, 14, 3], + "faces": { + "north": {"uv": [3, 10.5, 3.5, 11], "texture": "#3"}, + "east": {"uv": [4, 10, 5.5, 10.5], "texture": "#3"}, + "south": {"uv": [10.5, 3, 11, 3.5], "texture": "#3"}, + "west": {"uv": [10, 4, 11.5, 4.5], "texture": "#3"}, + "up": {"uv": [10.5, 6, 10, 4.5], "texture": "#3"}, + "down": {"uv": [6, 10, 5.5, 11.5], "texture": "#3"} + } + }, + { + "from": [15, 13, 0], + "to": [16, 14, 3], + "faces": { + "north": {"uv": [3.5, 10.5, 4, 11], "texture": "#3"}, + "east": {"uv": [6, 10, 7.5, 10.5], "texture": "#3"}, + "south": {"uv": [10.5, 3.5, 11, 4], "texture": "#3"}, + "west": {"uv": [10, 6, 11.5, 6.5], "texture": "#3"}, + "up": {"uv": [10.5, 8, 10, 6.5], "texture": "#3"}, + "down": {"uv": [8, 10, 7.5, 11.5], "texture": "#3"} + } + }, + { + "from": [14, 13, 0], + "to": [15, 14, 1], + "faces": { + "north": {"uv": [4, 10.5, 4.5, 11], "texture": "#3"}, + "east": {"uv": [4.5, 10.5, 5, 11], "texture": "#3"}, + "south": {"uv": [10.5, 4.5, 11, 5], "texture": "#3"}, + "west": {"uv": [5, 10.5, 5.5, 11], "texture": "#3"}, + "up": {"uv": [11, 5.5, 10.5, 5], "texture": "#3"}, + "down": {"uv": [11, 5.5, 10.5, 6], "texture": "#3"} + } + }, + { + "from": [14, 13, 2], + "to": [15, 14, 3], + "faces": { + "north": {"uv": [6, 10.5, 6.5, 11], "texture": "#3"}, + "east": {"uv": [6.5, 10.5, 7, 11], "texture": "#3"}, + "south": {"uv": [10.5, 6.5, 11, 7], "texture": "#3"}, + "west": {"uv": [7, 10.5, 7.5, 11], "texture": "#3"}, + "up": {"uv": [11, 7.5, 10.5, 7], "texture": "#3"}, + "down": {"uv": [11, 7.5, 10.5, 8], "texture": "#3"} + } + }, + { + "from": [15, 14, 0], + "to": [16, 16, 1], + "faces": { + "north": {"uv": [8, 10, 8.5, 11], "texture": "#3"}, + "east": {"uv": [10, 8, 10.5, 9], "texture": "#3"}, + "south": {"uv": [8.5, 10, 9, 11], "texture": "#3"}, + "west": {"uv": [9, 10, 9.5, 11], "texture": "#3"}, + "up": {"uv": [11, 8.5, 10.5, 8], "texture": "#3"}, + "down": {"uv": [11, 8.5, 10.5, 9], "texture": "#3"} + } + }, + { + "from": [14, 15, 0], + "to": [15, 16, 1], + "faces": { + "north": {"uv": [10.5, 9, 11, 9.5], "texture": "#3"}, + "east": {"uv": [10.5, 9.5, 11, 10], "texture": "#3"}, + "south": {"uv": [10.5, 10, 11, 10.5], "texture": "#3"}, + "west": {"uv": [10.5, 10.5, 11, 11], "texture": "#3"}, + "up": {"uv": [11.5, 0.5, 11, 0], "texture": "#3"}, + "down": {"uv": [11.5, 0.5, 11, 1], "texture": "#3"} + } + }, + { + "from": [13, 14, 0], + "to": [14, 16, 1], + "faces": { + "north": {"uv": [10, 9, 10.5, 10], "texture": "#3"}, + "east": {"uv": [9.5, 10, 10, 11], "texture": "#3"}, + "south": {"uv": [10, 10, 10.5, 11], "texture": "#3"}, + "west": {"uv": [0, 10.5, 0.5, 11.5], "texture": "#3"}, + "up": {"uv": [11.5, 1.5, 11, 1], "texture": "#3"}, + "down": {"uv": [11.5, 1.5, 11, 2], "texture": "#3"} + } + }, + { + "from": [13, 14, 2], + "to": [14, 16, 3], + "faces": { + "north": {"uv": [10.5, 0, 11, 1], "texture": "#3"}, + "east": {"uv": [0.5, 10.5, 1, 11.5], "texture": "#3"}, + "south": {"uv": [1, 10.5, 1.5, 11.5], "texture": "#3"}, + "west": {"uv": [10.5, 1, 11, 2], "texture": "#3"}, + "up": {"uv": [11.5, 2.5, 11, 2], "texture": "#3"}, + "down": {"uv": [11.5, 2.5, 11, 3], "texture": "#3"} + } + }, + { + "from": [14, 15, 2], + "to": [15, 16, 3], + "faces": { + "north": {"uv": [3, 11, 3.5, 11.5], "texture": "#3"}, + "east": {"uv": [11, 3, 11.5, 3.5], "texture": "#3"}, + "south": {"uv": [3.5, 11, 4, 11.5], "texture": "#3"}, + "west": {"uv": [11, 3.5, 11.5, 4], "texture": "#3"}, + "up": {"uv": [4.5, 11.5, 4, 11], "texture": "#3"}, + "down": {"uv": [5, 11, 4.5, 11.5], "texture": "#3"} + } + }, + { + "from": [15, 15, 1], + "to": [16, 16, 2], + "faces": { + "north": {"uv": [11, 4.5, 11.5, 5], "texture": "#3"}, + "east": {"uv": [5, 11, 5.5, 11.5], "texture": "#3"}, + "south": {"uv": [11, 5, 11.5, 5.5], "texture": "#3"}, + "west": {"uv": [11, 5.5, 11.5, 6], "texture": "#3"}, + "up": {"uv": [6.5, 11.5, 6, 11], "texture": "#3"}, + "down": {"uv": [7, 11, 6.5, 11.5], "texture": "#3"} + } + }, + { + "from": [13, 15, 1], + "to": [14, 16, 2], + "faces": { + "north": {"uv": [11, 6.5, 11.5, 7], "texture": "#3"}, + "east": {"uv": [7, 11, 7.5, 11.5], "texture": "#3"}, + "south": {"uv": [11, 7, 11.5, 7.5], "texture": "#3"}, + "west": {"uv": [11, 7.5, 11.5, 8], "texture": "#3"}, + "up": {"uv": [8.5, 11.5, 8, 11], "texture": "#3"}, + "down": {"uv": [11.5, 8, 11, 8.5], "texture": "#3"} + } + }, + { + "from": [15, 14, 2], + "to": [16, 16, 3], + "faces": { + "north": {"uv": [1.5, 10.5, 2, 11.5], "texture": "#3"}, + "east": {"uv": [2, 10.5, 2.5, 11.5], "texture": "#3"}, + "south": {"uv": [10.5, 2, 11, 3], "texture": "#3"}, + "west": {"uv": [2.5, 10.5, 3, 11.5], "texture": "#3"}, + "up": {"uv": [9, 11.5, 8.5, 11], "texture": "#3"}, + "down": {"uv": [11.5, 8.5, 11, 9], "texture": "#3"} + } + }, + { + "from": [13, 13, 13], + "to": [14, 14, 16], + "faces": { + "north": {"uv": [7, 11.5, 7.5, 12], "texture": "#3"}, + "east": {"uv": [9, 11, 10.5, 11.5], "texture": "#3"}, + "south": {"uv": [7.5, 11.5, 8, 12], "texture": "#3"}, + "west": {"uv": [11, 9, 12.5, 9.5], "texture": "#3"}, + "up": {"uv": [11.5, 11, 11, 9.5], "texture": "#3"}, + "down": {"uv": [11, 11, 10.5, 12.5], "texture": "#3"} + } + }, + { + "from": [15, 13, 13], + "to": [16, 14, 16], + "faces": { + "north": {"uv": [11.5, 7.5, 12, 8], "texture": "#3"}, + "east": {"uv": [11, 11, 12.5, 11.5], "texture": "#3"}, + "south": {"uv": [8, 11.5, 8.5, 12], "texture": "#3"}, + "west": {"uv": [0, 11.5, 1.5, 12], "texture": "#3"}, + "up": {"uv": [12, 1.5, 11.5, 0], "texture": "#3"}, + "down": {"uv": [2, 11.5, 1.5, 13], "texture": "#3"} + } + }, + { + "from": [14, 13, 13], + "to": [15, 14, 14], + "faces": { + "north": {"uv": [11.5, 8, 12, 8.5], "texture": "#3"}, + "east": {"uv": [8.5, 11.5, 9, 12], "texture": "#3"}, + "south": {"uv": [11.5, 8.5, 12, 9], "texture": "#3"}, + "west": {"uv": [9, 11.5, 9.5, 12], "texture": "#3"}, + "up": {"uv": [10, 12, 9.5, 11.5], "texture": "#3"}, + "down": {"uv": [12, 9.5, 11.5, 10], "texture": "#3"} + } + }, + { + "from": [14, 13, 15], + "to": [15, 14, 16], + "faces": { + "north": {"uv": [10, 11.5, 10.5, 12], "texture": "#3"}, + "east": {"uv": [11.5, 10, 12, 10.5], "texture": "#3"}, + "south": {"uv": [11.5, 10.5, 12, 11], "texture": "#3"}, + "west": {"uv": [11, 11.5, 11.5, 12], "texture": "#3"}, + "up": {"uv": [12, 12, 11.5, 11.5], "texture": "#3"}, + "down": {"uv": [0.5, 12, 0, 12.5], "texture": "#3"} + } + }, + { + "from": [15, 14, 13], + "to": [16, 16, 14], + "faces": { + "north": {"uv": [11.5, 1.5, 12, 2.5], "texture": "#3"}, + "east": {"uv": [2, 11.5, 2.5, 12.5], "texture": "#3"}, + "south": {"uv": [2.5, 11.5, 3, 12.5], "texture": "#3"}, + "west": {"uv": [11.5, 2.5, 12, 3.5], "texture": "#3"}, + "up": {"uv": [12.5, 0.5, 12, 0], "texture": "#3"}, + "down": {"uv": [1, 12, 0.5, 12.5], "texture": "#3"} + } + }, + { + "from": [14, 15, 13], + "to": [15, 16, 14], + "faces": { + "north": {"uv": [12, 0.5, 12.5, 1], "texture": "#3"}, + "east": {"uv": [1, 12, 1.5, 12.5], "texture": "#3"}, + "south": {"uv": [12, 1, 12.5, 1.5], "texture": "#3"}, + "west": {"uv": [12, 1.5, 12.5, 2], "texture": "#3"}, + "up": {"uv": [12.5, 2.5, 12, 2], "texture": "#3"}, + "down": {"uv": [12.5, 2.5, 12, 3], "texture": "#3"} + } + }, + { + "from": [13, 14, 13], + "to": [14, 16, 14], + "faces": { + "north": {"uv": [3, 11.5, 3.5, 12.5], "texture": "#3"}, + "east": {"uv": [3.5, 11.5, 4, 12.5], "texture": "#3"}, + "south": {"uv": [11.5, 3.5, 12, 4.5], "texture": "#3"}, + "west": {"uv": [4, 11.5, 4.5, 12.5], "texture": "#3"}, + "up": {"uv": [12.5, 3.5, 12, 3], "texture": "#3"}, + "down": {"uv": [12.5, 3.5, 12, 4], "texture": "#3"} + } + }, + { + "from": [13, 14, 15], + "to": [14, 16, 16], + "faces": { + "north": {"uv": [4.5, 11.5, 5, 12.5], "texture": "#3"}, + "east": {"uv": [11.5, 4.5, 12, 5.5], "texture": "#3"}, + "south": {"uv": [5, 11.5, 5.5, 12.5], "texture": "#3"}, + "west": {"uv": [5.5, 11.5, 6, 12.5], "texture": "#3"}, + "up": {"uv": [12.5, 4.5, 12, 4], "texture": "#3"}, + "down": {"uv": [12.5, 4.5, 12, 5], "texture": "#3"} + } + }, + { + "from": [14, 15, 15], + "to": [15, 16, 16], + "faces": { + "north": {"uv": [12, 5, 12.5, 5.5], "texture": "#3"}, + "east": {"uv": [12, 5.5, 12.5, 6], "texture": "#3"}, + "south": {"uv": [12, 6, 12.5, 6.5], "texture": "#3"}, + "west": {"uv": [12, 6.5, 12.5, 7], "texture": "#3"}, + "up": {"uv": [7.5, 12.5, 7, 12], "texture": "#3"}, + "down": {"uv": [12.5, 7, 12, 7.5], "texture": "#3"} + } + }, + { + "from": [15, 15, 14], + "to": [16, 16, 15], + "faces": { + "north": {"uv": [7.5, 12, 8, 12.5], "texture": "#3"}, + "east": {"uv": [12, 7.5, 12.5, 8], "texture": "#3"}, + "south": {"uv": [8, 12, 8.5, 12.5], "texture": "#3"}, + "west": {"uv": [12, 8, 12.5, 8.5], "texture": "#3"}, + "up": {"uv": [9, 12.5, 8.5, 12], "texture": "#3"}, + "down": {"uv": [12.5, 8.5, 12, 9], "texture": "#3"} + } + }, + { + "from": [13, 15, 14], + "to": [14, 16, 15], + "faces": { + "north": {"uv": [9, 12, 9.5, 12.5], "texture": "#3"}, + "east": {"uv": [9.5, 12, 10, 12.5], "texture": "#3"}, + "south": {"uv": [12, 9.5, 12.5, 10], "texture": "#3"}, + "west": {"uv": [10, 12, 10.5, 12.5], "texture": "#3"}, + "up": {"uv": [12.5, 10.5, 12, 10], "texture": "#3"}, + "down": {"uv": [12.5, 10.5, 12, 11], "texture": "#3"} + } + }, + { + "from": [15, 14, 15], + "to": [16, 16, 16], + "faces": { + "north": {"uv": [11.5, 5.5, 12, 6.5], "texture": "#3"}, + "east": {"uv": [6, 11.5, 6.5, 12.5], "texture": "#3"}, + "south": {"uv": [6.5, 11.5, 7, 12.5], "texture": "#3"}, + "west": {"uv": [11.5, 6.5, 12, 7.5], "texture": "#3"}, + "up": {"uv": [11.5, 12.5, 11, 12], "texture": "#3"}, + "down": {"uv": [12, 12, 11.5, 12.5], "texture": "#3"} + } + }, + { + "from": [0, 13, 13], + "to": [1, 14, 16], + "faces": { + "north": {"uv": [12.5, 8, 13, 8.5], "texture": "#3"}, + "east": {"uv": [12, 11.5, 13.5, 12], "texture": "#3"}, + "south": {"uv": [8.5, 12.5, 9, 13], "texture": "#3"}, + "west": {"uv": [12, 12, 13.5, 12.5], "texture": "#3"}, + "up": {"uv": [0.5, 14, 0, 12.5], "texture": "#3"}, + "down": {"uv": [13, 0, 12.5, 1.5], "texture": "#3"} + } + }, + { + "from": [2, 13, 13], + "to": [3, 14, 16], + "faces": { + "north": {"uv": [12.5, 8.5, 13, 9], "texture": "#3"}, + "east": {"uv": [12.5, 1.5, 14, 2], "texture": "#3"}, + "south": {"uv": [9, 12.5, 9.5, 13], "texture": "#3"}, + "west": {"uv": [2, 12.5, 3.5, 13], "texture": "#3"}, + "up": {"uv": [1, 14, 0.5, 12.5], "texture": "#3"}, + "down": {"uv": [1.5, 12.5, 1, 14], "texture": "#3"} + } + }, + { + "from": [1, 13, 13], + "to": [2, 14, 14], + "faces": { + "north": {"uv": [12.5, 9, 13, 9.5], "texture": "#3"}, + "east": {"uv": [9.5, 12.5, 10, 13], "texture": "#3"}, + "south": {"uv": [12.5, 9.5, 13, 10], "texture": "#3"}, + "west": {"uv": [10, 12.5, 10.5, 13], "texture": "#3"}, + "up": {"uv": [13, 10.5, 12.5, 10], "texture": "#3"}, + "down": {"uv": [11, 12.5, 10.5, 13], "texture": "#3"} + } + }, + { + "from": [1, 13, 15], + "to": [2, 14, 16], + "faces": { + "north": {"uv": [12.5, 10.5, 13, 11], "texture": "#3"}, + "east": {"uv": [11, 12.5, 11.5, 13], "texture": "#3"}, + "south": {"uv": [12.5, 11, 13, 11.5], "texture": "#3"}, + "west": {"uv": [11.5, 12.5, 12, 13], "texture": "#3"}, + "up": {"uv": [12.5, 13, 12, 12.5], "texture": "#3"}, + "down": {"uv": [13, 12.5, 12.5, 13], "texture": "#3"} + } + }, + { + "from": [2, 14, 13], + "to": [3, 16, 14], + "faces": { + "north": {"uv": [12.5, 2, 13, 3], "texture": "#3"}, + "east": {"uv": [12.5, 3, 13, 4], "texture": "#3"}, + "south": {"uv": [3.5, 12.5, 4, 13.5], "texture": "#3"}, + "west": {"uv": [4, 12.5, 4.5, 13.5], "texture": "#3"}, + "up": {"uv": [13.5, 0.5, 13, 0], "texture": "#3"}, + "down": {"uv": [13.5, 0.5, 13, 1], "texture": "#3"} + } + }, + { + "from": [1, 15, 13], + "to": [2, 16, 14], + "faces": { + "north": {"uv": [13, 1, 13.5, 1.5], "texture": "#3"}, + "east": {"uv": [1.5, 13, 2, 13.5], "texture": "#3"}, + "south": {"uv": [2, 13, 2.5, 13.5], "texture": "#3"}, + "west": {"uv": [13, 2, 13.5, 2.5], "texture": "#3"}, + "up": {"uv": [3, 13.5, 2.5, 13], "texture": "#3"}, + "down": {"uv": [13.5, 2.5, 13, 3], "texture": "#3"} + } + }, + { + "from": [0, 14, 13], + "to": [1, 16, 14], + "faces": { + "north": {"uv": [12.5, 4, 13, 5], "texture": "#3"}, + "east": {"uv": [4.5, 12.5, 5, 13.5], "texture": "#3"}, + "south": {"uv": [5, 12.5, 5.5, 13.5], "texture": "#3"}, + "west": {"uv": [12.5, 5, 13, 6], "texture": "#3"}, + "up": {"uv": [3.5, 13.5, 3, 13], "texture": "#3"}, + "down": {"uv": [13.5, 3, 13, 3.5], "texture": "#3"} + } + }, + { + "from": [0, 14, 15], + "to": [1, 16, 16], + "faces": { + "north": {"uv": [5.5, 12.5, 6, 13.5], "texture": "#3"}, + "east": {"uv": [6, 12.5, 6.5, 13.5], "texture": "#3"}, + "south": {"uv": [12.5, 6, 13, 7], "texture": "#3"}, + "west": {"uv": [6.5, 12.5, 7, 13.5], "texture": "#3"}, + "up": {"uv": [13.5, 4, 13, 3.5], "texture": "#3"}, + "down": {"uv": [13.5, 4, 13, 4.5], "texture": "#3"} + } + }, + { + "from": [1, 15, 15], + "to": [2, 16, 16], + "faces": { + "north": {"uv": [13, 4.5, 13.5, 5], "texture": "#3"}, + "east": {"uv": [13, 5, 13.5, 5.5], "texture": "#3"}, + "south": {"uv": [13, 5.5, 13.5, 6], "texture": "#3"}, + "west": {"uv": [13, 6, 13.5, 6.5], "texture": "#3"}, + "up": {"uv": [13.5, 7, 13, 6.5], "texture": "#3"}, + "down": {"uv": [13.5, 7, 13, 7.5], "texture": "#3"} + } + }, + { + "from": [2, 15, 14], + "to": [3, 16, 15], + "faces": { + "north": {"uv": [13, 7.5, 13.5, 8], "texture": "#3"}, + "east": {"uv": [13, 8, 13.5, 8.5], "texture": "#3"}, + "south": {"uv": [8.5, 13, 9, 13.5], "texture": "#3"}, + "west": {"uv": [13, 8.5, 13.5, 9], "texture": "#3"}, + "up": {"uv": [9.5, 13.5, 9, 13], "texture": "#3"}, + "down": {"uv": [13.5, 9, 13, 9.5], "texture": "#3"} + } + }, + { + "from": [0, 15, 14], + "to": [1, 16, 15], + "faces": { + "north": {"uv": [9.5, 13, 10, 13.5], "texture": "#3"}, + "east": {"uv": [13, 9.5, 13.5, 10], "texture": "#3"}, + "south": {"uv": [10, 13, 10.5, 13.5], "texture": "#3"}, + "west": {"uv": [13, 10, 13.5, 10.5], "texture": "#3"}, + "up": {"uv": [11, 13.5, 10.5, 13], "texture": "#3"}, + "down": {"uv": [13.5, 10.5, 13, 11], "texture": "#3"} + } + }, + { + "from": [2, 14, 15], + "to": [3, 16, 16], + "faces": { + "north": {"uv": [7, 12.5, 7.5, 13.5], "texture": "#3"}, + "east": {"uv": [12.5, 7, 13, 8], "texture": "#3"}, + "south": {"uv": [7.5, 12.5, 8, 13.5], "texture": "#3"}, + "west": {"uv": [8, 12.5, 8.5, 13.5], "texture": "#3"}, + "up": {"uv": [11.5, 13.5, 11, 13], "texture": "#3"}, + "down": {"uv": [13.5, 11, 13, 11.5], "texture": "#3"} + } + }, + { + "from": [0, 13, 0], + "to": [1, 14, 3], + "faces": { + "north": {"uv": [9, 13.5, 9.5, 14], "texture": "#3"}, + "east": {"uv": [11.5, 13, 13, 13.5], "texture": "#3"}, + "south": {"uv": [13.5, 9, 14, 9.5], "texture": "#3"}, + "west": {"uv": [13, 12.5, 14.5, 13], "texture": "#3"}, + "up": {"uv": [13.5, 14.5, 13, 13], "texture": "#3"}, + "down": {"uv": [14, 0, 13.5, 1.5], "texture": "#3"} + } + }, + { + "from": [2, 13, 0], + "to": [3, 14, 3], + "faces": { + "north": {"uv": [9.5, 13.5, 10, 14], "texture": "#3"}, + "east": {"uv": [1.5, 13.5, 3, 14], "texture": "#3"}, + "south": {"uv": [13.5, 9.5, 14, 10], "texture": "#3"}, + "west": {"uv": [13.5, 2, 15, 2.5], "texture": "#3"}, + "up": {"uv": [14, 4, 13.5, 2.5], "texture": "#3"}, + "down": {"uv": [3.5, 13.5, 3, 15], "texture": "#3"} + } + }, + { + "from": [1, 13, 0], + "to": [2, 14, 1], + "faces": { + "north": {"uv": [10, 13.5, 10.5, 14], "texture": "#3"}, + "east": {"uv": [13.5, 10, 14, 10.5], "texture": "#3"}, + "south": {"uv": [10.5, 13.5, 11, 14], "texture": "#3"}, + "west": {"uv": [13.5, 10.5, 14, 11], "texture": "#3"}, + "up": {"uv": [11.5, 14, 11, 13.5], "texture": "#3"}, + "down": {"uv": [14, 11, 13.5, 11.5], "texture": "#3"} + } + }, + { + "from": [1, 13, 2], + "to": [2, 14, 3], + "faces": { + "north": {"uv": [11.5, 13.5, 12, 14], "texture": "#3"}, + "east": {"uv": [13.5, 11.5, 14, 12], "texture": "#3"}, + "south": {"uv": [12, 13.5, 12.5, 14], "texture": "#3"}, + "west": {"uv": [13.5, 12, 14, 12.5], "texture": "#3"}, + "up": {"uv": [13, 14, 12.5, 13.5], "texture": "#3"}, + "down": {"uv": [14, 13, 13.5, 13.5], "texture": "#3"} + } + }, + { + "from": [2, 14, 0], + "to": [3, 16, 1], + "faces": { + "north": {"uv": [3.5, 13.5, 4, 14.5], "texture": "#3"}, + "east": {"uv": [4, 13.5, 4.5, 14.5], "texture": "#3"}, + "south": {"uv": [13.5, 4, 14, 5], "texture": "#3"}, + "west": {"uv": [4.5, 13.5, 5, 14.5], "texture": "#3"}, + "up": {"uv": [14, 14, 13.5, 13.5], "texture": "#3"}, + "down": {"uv": [0.5, 14, 0, 14.5], "texture": "#3"} + } + }, + { + "from": [1, 15, 0], + "to": [2, 16, 1], + "faces": { + "north": {"uv": [14, 0, 14.5, 0.5], "texture": "#3"}, + "east": {"uv": [0.5, 14, 1, 14.5], "texture": "#3"}, + "south": {"uv": [14, 0.5, 14.5, 1], "texture": "#3"}, + "west": {"uv": [1, 14, 1.5, 14.5], "texture": "#3"}, + "up": {"uv": [14.5, 1.5, 14, 1], "texture": "#3"}, + "down": {"uv": [2, 14, 1.5, 14.5], "texture": "#3"} + } + }, + { + "from": [0, 14, 0], + "to": [1, 16, 1], + "faces": { + "north": {"uv": [5, 13.5, 5.5, 14.5], "texture": "#3"}, + "east": {"uv": [13.5, 5, 14, 6], "texture": "#3"}, + "south": {"uv": [5.5, 13.5, 6, 14.5], "texture": "#3"}, + "west": {"uv": [6, 13.5, 6.5, 14.5], "texture": "#3"}, + "up": {"uv": [14.5, 2, 14, 1.5], "texture": "#3"}, + "down": {"uv": [2.5, 14, 2, 14.5], "texture": "#3"} + } + }, + { + "from": [0, 14, 2], + "to": [1, 16, 3], + "faces": { + "north": {"uv": [13.5, 6, 14, 7], "texture": "#3"}, + "east": {"uv": [6.5, 13.5, 7, 14.5], "texture": "#3"}, + "south": {"uv": [7, 13.5, 7.5, 14.5], "texture": "#3"}, + "west": {"uv": [13.5, 7, 14, 8], "texture": "#3"}, + "up": {"uv": [3, 14.5, 2.5, 14], "texture": "#3"}, + "down": {"uv": [14.5, 2.5, 14, 3], "texture": "#3"} + } + }, + { + "from": [1, 15, 2], + "to": [2, 16, 3], + "faces": { + "north": {"uv": [14, 3, 14.5, 3.5], "texture": "#3"}, + "east": {"uv": [14, 3.5, 14.5, 4], "texture": "#3"}, + "south": {"uv": [14, 4, 14.5, 4.5], "texture": "#3"}, + "west": {"uv": [14, 4.5, 14.5, 5], "texture": "#3"}, + "up": {"uv": [14.5, 5.5, 14, 5], "texture": "#3"}, + "down": {"uv": [14.5, 5.5, 14, 6], "texture": "#3"} + } + }, + { + "from": [2, 15, 1], + "to": [3, 16, 2], + "faces": { + "north": {"uv": [14, 6, 14.5, 6.5], "texture": "#3"}, + "east": {"uv": [14, 6.5, 14.5, 7], "texture": "#3"}, + "south": {"uv": [14, 7, 14.5, 7.5], "texture": "#3"}, + "west": {"uv": [14, 7.5, 14.5, 8], "texture": "#3"}, + "up": {"uv": [14.5, 8.5, 14, 8], "texture": "#3"}, + "down": {"uv": [14.5, 8.5, 14, 9], "texture": "#3"} + } + }, + { + "from": [0, 15, 1], + "to": [1, 16, 2], + "faces": { + "north": {"uv": [9, 14, 9.5, 14.5], "texture": "#3"}, + "east": {"uv": [14, 9, 14.5, 9.5], "texture": "#3"}, + "south": {"uv": [9.5, 14, 10, 14.5], "texture": "#3"}, + "west": {"uv": [14, 9.5, 14.5, 10], "texture": "#3"}, + "up": {"uv": [10.5, 14.5, 10, 14], "texture": "#3"}, + "down": {"uv": [14.5, 10, 14, 10.5], "texture": "#3"} + } + }, + { + "from": [2, 14, 2], + "to": [3, 16, 3], + "faces": { + "north": {"uv": [7.5, 13.5, 8, 14.5], "texture": "#3"}, + "east": {"uv": [8, 13.5, 8.5, 14.5], "texture": "#3"}, + "south": {"uv": [13.5, 8, 14, 9], "texture": "#3"}, + "west": {"uv": [8.5, 13.5, 9, 14.5], "texture": "#3"}, + "up": {"uv": [11, 14.5, 10.5, 14], "texture": "#3"}, + "down": {"uv": [14.5, 10.5, 14, 11], "texture": "#3"} + } + }, + { + "from": [1, 1, 2], + "to": [2, 2, 14], + "faces": { + "north": {"uv": [7, 1, 7.5, 1.5], "texture": "#1"}, + "east": {"uv": [0, 0, 6, 0.5], "texture": "#1"}, + "south": {"uv": [7, 1.5, 7.5, 2], "texture": "#1"}, + "west": {"uv": [0, 0.5, 6, 1], "texture": "#1"}, + "up": {"uv": [0.5, 7, 0, 1], "texture": "#1"}, + "down": {"uv": [1, 1, 0.5, 7], "texture": "#1"} + } + }, + { + "from": [14, 1, 2], + "to": [15, 2, 14], + "faces": { + "north": {"uv": [7.5, 1, 8, 1.5], "texture": "#1"}, + "east": {"uv": [1, 1, 7, 1.5], "texture": "#1"}, + "south": {"uv": [7.5, 1.5, 8, 2], "texture": "#1"}, + "west": {"uv": [1, 1.5, 7, 2], "texture": "#1"}, + "up": {"uv": [1.5, 8, 1, 2], "texture": "#1"}, + "down": {"uv": [2, 2, 1.5, 8], "texture": "#1"} + } + }, + { + "from": [2, 1, 1], + "to": [14, 2, 2], + "faces": { + "north": {"uv": [2, 2, 8, 2.5], "texture": "#1"}, + "east": {"uv": [9.5, 6, 10, 6.5], "texture": "#1"}, + "south": {"uv": [2, 2.5, 8, 3], "texture": "#1"}, + "west": {"uv": [9.5, 6.5, 10, 7], "texture": "#1"}, + "up": {"uv": [8, 3.5, 2, 3], "texture": "#1"}, + "down": {"uv": [8, 3.5, 2, 4], "texture": "#1"} + } + }, + { + "from": [2, 1, 14], + "to": [14, 2, 15], + "faces": { + "north": {"uv": [2, 4, 8, 4.5], "texture": "#1"}, + "east": {"uv": [9.5, 7, 10, 7.5], "texture": "#1"}, + "south": {"uv": [2, 4.5, 8, 5], "texture": "#1"}, + "west": {"uv": [9.5, 7.5, 10, 8], "texture": "#1"}, + "up": {"uv": [8, 5.5, 2, 5], "texture": "#1"}, + "down": {"uv": [8, 5.5, 2, 6], "texture": "#1"} + } + }, + { + "from": [1, 14, 2], + "to": [2, 15, 14], + "faces": { + "north": {"uv": [9.5, 8, 10, 8.5], "texture": "#1"}, + "east": {"uv": [6, 0, 12, 0.5], "texture": "#1"}, + "south": {"uv": [9.5, 8.5, 10, 9], "texture": "#1"}, + "west": {"uv": [6, 0.5, 12, 1], "texture": "#1"}, + "up": {"uv": [2.5, 12, 2, 6], "texture": "#1"}, + "down": {"uv": [3, 6, 2.5, 12], "texture": "#1"} + } + }, + { + "from": [1, 2, 1], + "to": [2, 14, 2], + "faces": { + "north": {"uv": [3, 6, 3.5, 12], "texture": "#1"}, + "east": {"uv": [3.5, 6, 4, 12], "texture": "#1"}, + "south": {"uv": [4, 6, 4.5, 12], "texture": "#1"}, + "west": {"uv": [4.5, 6, 5, 12], "texture": "#1"}, + "up": {"uv": [10, 9.5, 9.5, 9], "texture": "#1"}, + "down": {"uv": [10, 9.5, 9.5, 10], "texture": "#1"} + } + }, + { + "from": [1, 2, 14], + "to": [2, 14, 15], + "faces": { + "north": {"uv": [5, 6, 5.5, 12], "texture": "#1"}, + "east": {"uv": [5.5, 6, 6, 12], "texture": "#1"}, + "south": {"uv": [6, 6, 6.5, 12], "texture": "#1"}, + "west": {"uv": [6.5, 6, 7, 12], "texture": "#1"}, + "up": {"uv": [10.5, 6.5, 10, 6], "texture": "#1"}, + "down": {"uv": [10.5, 6.5, 10, 7], "texture": "#1"} + } + }, + { + "from": [14, 2, 14], + "to": [15, 14, 15], + "faces": { + "north": {"uv": [0, 7, 0.5, 13], "texture": "#1"}, + "east": {"uv": [0.5, 7, 1, 13], "texture": "#1"}, + "south": {"uv": [7, 6, 7.5, 12], "texture": "#1"}, + "west": {"uv": [7.5, 6, 8, 12], "texture": "#1"}, + "up": {"uv": [10.5, 7.5, 10, 7], "texture": "#1"}, + "down": {"uv": [10.5, 7.5, 10, 8], "texture": "#1"} + } + }, + { + "from": [14, 2, 1], + "to": [15, 14, 2], + "faces": { + "north": {"uv": [1, 8, 1.5, 14], "texture": "#1"}, + "east": {"uv": [8, 1, 8.5, 7], "texture": "#1"}, + "south": {"uv": [1.5, 8, 2, 14], "texture": "#1"}, + "west": {"uv": [8, 7, 8.5, 13], "texture": "#1"}, + "up": {"uv": [10.5, 8.5, 10, 8], "texture": "#1"}, + "down": {"uv": [9, 10, 8.5, 10.5], "texture": "#1"} + } + }, + { + "from": [2, 14, 14], + "to": [14, 15, 15], + "faces": { + "north": {"uv": [8.5, 1, 14.5, 1.5], "texture": "#1"}, + "east": {"uv": [10, 8.5, 10.5, 9], "texture": "#1"}, + "south": {"uv": [8.5, 1.5, 14.5, 2], "texture": "#1"}, + "west": {"uv": [9, 10, 9.5, 10.5], "texture": "#1"}, + "up": {"uv": [14.5, 2.5, 8.5, 2], "texture": "#1"}, + "down": {"uv": [14.5, 2.5, 8.5, 3], "texture": "#1"} + } + }, + { + "from": [14, 14, 2], + "to": [15, 15, 14], + "faces": { + "north": {"uv": [10, 9, 10.5, 9.5], "texture": "#1"}, + "east": {"uv": [8.5, 3, 14.5, 3.5], "texture": "#1"}, + "south": {"uv": [9.5, 10, 10, 10.5], "texture": "#1"}, + "west": {"uv": [8.5, 3.5, 14.5, 4], "texture": "#1"}, + "up": {"uv": [9, 10, 8.5, 4], "texture": "#1"}, + "down": {"uv": [9.5, 4, 9, 10], "texture": "#1"} + } + }, + { + "from": [2, 14, 1], + "to": [14, 15, 2], + "faces": { + "north": {"uv": [9.5, 4, 15.5, 4.5], "texture": "#1"}, + "east": {"uv": [10, 9.5, 10.5, 10], "texture": "#1"}, + "south": {"uv": [9.5, 4.5, 15.5, 5], "texture": "#1"}, + "west": {"uv": [10, 10, 10.5, 10.5], "texture": "#1"}, + "up": {"uv": [15.5, 5.5, 9.5, 5], "texture": "#1"}, + "down": {"uv": [15.5, 5.5, 9.5, 6], "texture": "#1"} + } + }, + { + "from": [6, 6, 6], + "to": [10, 10, 10], + "faces": { + "north": {"uv": [0, 0, 4, 4], "texture": "#0"}, + "east": {"uv": [0, 4, 4, 8], "texture": "#0"}, + "south": {"uv": [4, 0, 8, 4], "texture": "#0"}, + "west": {"uv": [4, 4, 8, 8], "texture": "#0"}, + "up": {"uv": [4, 12, 0, 8], "texture": "#0"}, + "down": {"uv": [12, 0, 8, 4], "texture": "#0"} + } + }, + { + "name": "internal", + "from": [1, 1, 14], + "to": [2, 2, 15], + "faces": { + "north": {"uv": [0, 0, 1, 1], "texture": "#2"}, + "east": {"uv": [0, 1, 1, 2], "texture": "#2"}, + "south": {"uv": [1, 0, 2, 1], "texture": "#2"}, + "west": {"uv": [1, 1, 2, 2], "texture": "#2"}, + "up": {"uv": [1, 3, 0, 2], "texture": "#2"}, + "down": {"uv": [3, 0, 2, 1], "texture": "#2"} + } + }, + { + "name": "internal", + "from": [14, 1, 1], + "to": [15, 2, 2], + "faces": { + "north": {"uv": [1, 2, 2, 3], "texture": "#2"}, + "east": {"uv": [2, 1, 3, 2], "texture": "#2"}, + "south": {"uv": [2, 2, 3, 3], "texture": "#2"}, + "west": {"uv": [0, 3, 1, 4], "texture": "#2"}, + "up": {"uv": [4, 1, 3, 0], "texture": "#2"}, + "down": {"uv": [2, 3, 1, 4], "texture": "#2"} + } + }, + { + "name": "internal", + "from": [14, 14, 1], + "to": [15, 15, 2], + "faces": { + "north": {"uv": [3, 1, 4, 2], "texture": "#2"}, + "east": {"uv": [2, 3, 3, 4], "texture": "#2"}, + "south": {"uv": [3, 2, 4, 3], "texture": "#2"}, + "west": {"uv": [3, 3, 4, 4], "texture": "#2"}, + "up": {"uv": [1, 5, 0, 4], "texture": "#2"}, + "down": {"uv": [5, 0, 4, 1], "texture": "#2"} + } + }, + { + "name": "internal", + "from": [1, 14, 14], + "to": [2, 15, 15], + "faces": { + "north": {"uv": [1, 4, 2, 5], "texture": "#2"}, + "east": {"uv": [4, 1, 5, 2], "texture": "#2"}, + "south": {"uv": [2, 4, 3, 5], "texture": "#2"}, + "west": {"uv": [4, 2, 5, 3], "texture": "#2"}, + "up": {"uv": [4, 5, 3, 4], "texture": "#2"}, + "down": {"uv": [5, 3, 4, 4], "texture": "#2"} + } + }, + { + "name": "internal", + "from": [1, 14, 1], + "to": [2, 15, 2], + "faces": { + "north": {"uv": [4, 4, 5, 5], "texture": "#2"}, + "east": {"uv": [0, 5, 1, 6], "texture": "#2"}, + "south": {"uv": [5, 0, 6, 1], "texture": "#2"}, + "west": {"uv": [1, 5, 2, 6], "texture": "#2"}, + "up": {"uv": [6, 2, 5, 1], "texture": "#2"}, + "down": {"uv": [3, 5, 2, 6], "texture": "#2"} + } + }, + { + "name": "internal", + "from": [14, 14, 14], + "to": [15, 15, 15], + "faces": { + "north": {"uv": [5, 2, 6, 3], "texture": "#2"}, + "east": {"uv": [3, 5, 4, 6], "texture": "#2"}, + "south": {"uv": [5, 3, 6, 4], "texture": "#2"}, + "west": {"uv": [4, 5, 5, 6], "texture": "#2"}, + "up": {"uv": [6, 5, 5, 4], "texture": "#2"}, + "down": {"uv": [6, 5, 5, 6], "texture": "#2"} + } + }, + { + "name": "internal", + "from": [14, 1, 14], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [0, 6, 1, 7], "texture": "#2"}, + "east": {"uv": [6, 0, 7, 1], "texture": "#2"}, + "south": {"uv": [1, 6, 2, 7], "texture": "#2"}, + "west": {"uv": [6, 1, 7, 2], "texture": "#2"}, + "up": {"uv": [3, 7, 2, 6], "texture": "#2"}, + "down": {"uv": [7, 2, 6, 3], "texture": "#2"} + } + }, + { + "name": "internal", + "from": [1, 1, 1], + "to": [2, 2, 2], + "faces": { + "north": {"uv": [3, 6, 4, 7], "texture": "#2"}, + "east": {"uv": [6, 3, 7, 4], "texture": "#2"}, + "south": {"uv": [4, 6, 5, 7], "texture": "#2"}, + "west": {"uv": [6, 4, 7, 5], "texture": "#2"}, + "up": {"uv": [6, 7, 5, 6], "texture": "#2"}, + "down": {"uv": [7, 5, 6, 6], "texture": "#2"} + } + } + ], + "groups": [ + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11] + }, + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] + }, + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35] + }, + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47] + }, + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59] + }, + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71] + }, + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83] + }, + { + "name": "Corner", + "origin": [0, 0, 0], + "color": 0, + "children": [84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95] + }, + { + "name": "Frame Bars", + "origin": [0, 0, 0], + "color": 0, + "children": [96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107] + }, + 108, + { + "name": "Internals", + "origin": [0, 0, 0], + "color": 0, + "children": [109, 110, 111, 112, 113, 114, 115, 116] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/raw_cobalt_ore.json b/src/main/resources/assets/otemod/models/block/raw_cobalt_ore.json new file mode 100644 index 0000000..d51383c --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/raw_cobalt_ore.json @@ -0,0 +1,6 @@ +{ + "parent": "block/cube_all", + "textures": { + "all": "otemod:block/raw_cobalt_ore" + } +} diff --git a/src/main/resources/assets/otemod/models/block/red_stairs.json b/src/main/resources/assets/otemod/models/block/red_stairs.json new file mode 100644 index 0000000..ec931b6 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/red_stairs.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/stairs", + "textures": { + "bottom": "otemod:block/thresholds/blood_red", + "side": "otemod:block/thresholds/blood_red", + "top": "otemod:block/thresholds/blood_red" + } +} diff --git a/src/main/resources/assets/otemod/models/block/red_stairs_inner.json b/src/main/resources/assets/otemod/models/block/red_stairs_inner.json new file mode 100644 index 0000000..4a2cabf --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/red_stairs_inner.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/inner_stairs", + "textures": { + "bottom": "otemod:block/thresholds/blood_red", + "side": "otemod:block/thresholds/blood_red", + "top": "otemod:block/thresholds/blood_red" + } +} diff --git a/src/main/resources/assets/otemod/models/block/red_stairs_outer.json b/src/main/resources/assets/otemod/models/block/red_stairs_outer.json new file mode 100644 index 0000000..89cab1e --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/red_stairs_outer.json @@ -0,0 +1,8 @@ +{ + "parent": "minecraft:block/outer_stairs", + "textures": { + "bottom": "otemod:block/thresholds/blood_red", + "side": "otemod:block/thresholds/blood_red", + "top": "otemod:block/thresholds/blood_red" + } +} diff --git a/src/main/resources/assets/otemod/models/block/red_tile.json b/src/main/resources/assets/otemod/models/block/red_tile.json new file mode 100644 index 0000000..0dd7237 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/red_tile.json @@ -0,0 +1,7 @@ +{ + "parent": "otemod:block/fb/top", + "textures": { + "top": "otemod:block/thresholds/hallway/floor/tiles/red_tile_w_circle", + "side": "otemod:block/thresholds/blood_red" + } +} diff --git a/src/main/resources/assets/otemod/models/block/red_tile_br.json b/src/main/resources/assets/otemod/models/block/red_tile_br.json new file mode 100644 index 0000000..b327cca --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/red_tile_br.json @@ -0,0 +1,7 @@ +{ + "parent": "otemod:block/fb/sided", + "textures": { + "top": "otemod:block/thresholds/hallway/floor/tiles/red_tile_transition_blood_red", + "side": "otemod:block/thresholds/blood_red" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/red_tile_to_wall.json b/src/main/resources/assets/otemod/models/block/red_tile_to_wall.json new file mode 100644 index 0000000..5e48812 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/red_tile_to_wall.json @@ -0,0 +1,7 @@ +{ + "parent": "otemod:block/fb/sided", + "textures": { + "side": "otemod:block/thresholds/hallway/wall/red_floor_to_wall", + "top": "otemod:block/thresholds/blood_red" + } +} diff --git a/src/main/resources/assets/otemod/models/block/red_wall_variant_1.json b/src/main/resources/assets/otemod/models/block/red_wall_variant_1.json new file mode 100644 index 0000000..3bde2b3 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/red_wall_variant_1.json @@ -0,0 +1,7 @@ +{ + "parent": "otemod:block/fb/sided", + "textures": { + "side": "otemod:block/thresholds/hallway/wall/red_wall", + "top": "otemod:block/thresholds/blood_red" + } +} diff --git a/src/main/resources/assets/otemod/models/block/red_wall_variant_2.json b/src/main/resources/assets/otemod/models/block/red_wall_variant_2.json new file mode 100644 index 0000000..4e25a7d --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/red_wall_variant_2.json @@ -0,0 +1,7 @@ +{ + "parent": "otemod:block/fb/sided", + "textures": { + "side": "otemod:block/thresholds/hallway/wall/red_wall2", + "top": "otemod:block/thresholds/blood_red" + } +} diff --git a/src/main/resources/assets/otemod/models/block/rotatable.json b/src/main/resources/assets/otemod/models/block/rotatable.json new file mode 100644 index 0000000..1f9fbc3 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/rotatable.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "particle": "#side", + "down": "#side", + "up": "#side", + "north": "#front", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/src/main/resources/assets/otemod/models/block/sided.json b/src/main/resources/assets/otemod/models/block/sided.json new file mode 100644 index 0000000..bf01ac5 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/sided.json @@ -0,0 +1,12 @@ +{ + "parent": "minecraft:block/cube", + "textures": { + "particle": "#side", + "down": "#top", + "up": "#top", + "north": "#side", + "east": "#side", + "south": "#side", + "west": "#side" + } +} diff --git a/src/main/resources/assets/otemod/models/block/stable_singularity.json b/src/main/resources/assets/otemod/models/block/stable_singularity.json new file mode 100644 index 0000000..7475a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/stable_singularity.json @@ -0,0 +1,321 @@ +{ + "credit": "Made with Blockbench", + "render_type": "minecraft:translucent", + "textures": { + "0": "otemod:block/scrubber/stable_singularity_body", + "1": "otemod:block/scrubber/stable_singularity_inner", + "particle": "otemod:block/scrubber/stable_singularity_body" + }, + "elements": [ + { + "from": [10, 14, 2], + "to": [14, 15, 14], + "faces": { + "north": {"uv": [12.5, 6, 14.25, 6.25], "texture": "#0"}, + "east": {"uv": [11, 3, 15, 3.25], "texture": "#0"}, + "south": {"uv": [12.75, 12.25, 14.5, 12.5], "texture": "#0"}, + "west": {"uv": [11, 3.25, 15, 3.5], "texture": "#0"}, + "up": {"uv": [1.75, 4, 0, 0], "texture": "#0"}, + "down": {"uv": [3.5, 0, 1.75, 4], "texture": "#0"} + } + }, + { + "from": [1, 0, 1], + "to": [6, 1, 15], + "faces": { + "north": {"uv": [12.75, 12.5, 14.5, 12.75], "texture": "#0"}, + "east": {"uv": [11, 3.5, 15, 3.75], "texture": "#0"}, + "south": {"uv": [12.75, 12.75, 14.5, 13], "texture": "#0"}, + "west": {"uv": [11, 3.75, 15, 4], "texture": "#0"}, + "up": {"uv": [5.25, 4, 3.5, 0], "texture": "#0"}, + "down": {"uv": [1.75, 4, 0, 8], "texture": "#0"} + } + }, + { + "from": [6, 0, 1], + "to": [10, 1, 6], + "faces": { + "north": {"uv": [5.75, 8, 6.25, 8.25], "texture": "#0"}, + "east": {"uv": [0.5, 13, 2.25, 13.25], "texture": "#0"}, + "south": {"uv": [6.25, 8, 6.75, 8.25], "texture": "#0"}, + "west": {"uv": [6, 13, 7.75, 13.25], "texture": "#0"}, + "up": {"uv": [5, 13.75, 4.5, 12], "texture": "#0"}, + "down": {"uv": [12.5, 4.5, 12, 6.25], "texture": "#0"} + } + }, + { + "from": [6, 0, 10], + "to": [10, 1, 15], + "faces": { + "north": {"uv": [5.75, 8.25, 6.25, 8.5], "texture": "#0"}, + "east": {"uv": [7.75, 13, 9.5, 13.25], "texture": "#0"}, + "south": {"uv": [6.25, 8.25, 6.75, 8.5], "texture": "#0"}, + "west": {"uv": [9.5, 13, 11.25, 13.25], "texture": "#0"}, + "up": {"uv": [5.5, 13.75, 5, 12], "texture": "#0"}, + "down": {"uv": [6, 12, 5.5, 13.75], "texture": "#0"} + } + }, + { + "from": [10, 0, 1], + "to": [15, 1, 15], + "faces": { + "north": {"uv": [12.75, 13, 14.5, 13.25], "texture": "#0"}, + "east": {"uv": [11, 4, 15, 4.25], "texture": "#0"}, + "south": {"uv": [0.5, 13.25, 2.25, 13.5], "texture": "#0"}, + "west": {"uv": [11, 4.25, 15, 4.5], "texture": "#0"}, + "up": {"uv": [3.5, 8, 1.75, 4], "texture": "#0"}, + "down": {"uv": [5.25, 4, 3.5, 8], "texture": "#0"} + } + }, + { + "from": [1, 1, 2], + "to": [2, 6, 15], + "faces": { + "north": {"uv": [10.25, 13.25, 10.5, 14.75], "texture": "#0"}, + "east": {"uv": [7, 0, 11, 1.5], "texture": "#0"}, + "south": {"uv": [10.5, 13.25, 10.75, 14.75], "texture": "#0"}, + "west": {"uv": [7, 1.5, 11, 3], "texture": "#0"}, + "up": {"uv": [11.25, 8.5, 11, 4.5], "texture": "#0"}, + "down": {"uv": [11.5, 4.5, 11.25, 8.5], "texture": "#0"} + } + }, + { + "from": [1, 6, 11], + "to": [2, 10, 15], + "faces": { + "north": {"uv": [6.75, 8, 7, 8.5], "texture": "#0"}, + "east": {"uv": [4, 8, 5.75, 8.5], "texture": "#0"}, + "south": {"uv": [5.75, 8.5, 6, 9], "texture": "#0"}, + "west": {"uv": [4, 8.5, 5.75, 9], "texture": "#0"}, + "up": {"uv": [2.5, 14.75, 2.25, 13], "texture": "#0"}, + "down": {"uv": [2.75, 13, 2.5, 14.75], "texture": "#0"} + } + }, + { + "from": [1, 10, 2], + "to": [2, 15, 15], + "faces": { + "north": {"uv": [10.75, 13.25, 11, 14.75], "texture": "#0"}, + "east": {"uv": [7, 3, 11, 4.5], "texture": "#0"}, + "south": {"uv": [11, 13.25, 11.25, 14.75], "texture": "#0"}, + "west": {"uv": [7, 4.5, 11, 6], "texture": "#0"}, + "up": {"uv": [11.75, 8.5, 11.5, 4.5], "texture": "#0"}, + "down": {"uv": [12, 4.5, 11.75, 8.5], "texture": "#0"} + } + }, + { + "from": [1, 6, 2], + "to": [2, 10, 6], + "faces": { + "north": {"uv": [6, 8.5, 6.25, 9], "texture": "#0"}, + "east": {"uv": [11.5, 9, 13.25, 9.5], "texture": "#0"}, + "south": {"uv": [6.25, 8.5, 6.5, 9], "texture": "#0"}, + "west": {"uv": [11.5, 9.5, 13.25, 10], "texture": "#0"}, + "up": {"uv": [3, 14.75, 2.75, 13], "texture": "#0"}, + "down": {"uv": [3.25, 13, 3, 14.75], "texture": "#0"} + } + }, + { + "from": [14, 10, 1], + "to": [15, 15, 15], + "faces": { + "north": {"uv": [12.75, 13.25, 13, 14.75], "texture": "#0"}, + "east": {"uv": [7, 6, 11, 7.5], "texture": "#0"}, + "south": {"uv": [13, 13.25, 13.25, 14.75], "texture": "#0"}, + "west": {"uv": [7, 7.5, 11, 9], "texture": "#0"}, + "up": {"uv": [3.75, 16, 3.5, 12], "texture": "#0"}, + "down": {"uv": [4, 12, 3.75, 16], "texture": "#0"} + } + }, + { + "from": [14, 6, 10], + "to": [15, 10, 15], + "faces": { + "north": {"uv": [6.5, 8.5, 6.75, 9], "texture": "#0"}, + "east": {"uv": [11.5, 10, 13.25, 10.5], "texture": "#0"}, + "south": {"uv": [6.75, 8.5, 7, 9], "texture": "#0"}, + "west": {"uv": [6, 12, 7.75, 12.5], "texture": "#0"}, + "up": {"uv": [3.5, 14.75, 3.25, 13], "texture": "#0"}, + "down": {"uv": [6.25, 13.25, 6, 15], "texture": "#0"} + } + }, + { + "from": [14, 6, 1], + "to": [15, 10, 6], + "faces": { + "north": {"uv": [3.5, 9.5, 3.75, 10], "texture": "#0"}, + "east": {"uv": [12, 6.25, 13.75, 6.75], "texture": "#0"}, + "south": {"uv": [3.75, 9.5, 4, 10], "texture": "#0"}, + "west": {"uv": [12, 6.75, 13.75, 7.25], "texture": "#0"}, + "up": {"uv": [6.5, 15, 6.25, 13.25], "texture": "#0"}, + "down": {"uv": [6.75, 13.25, 6.5, 15], "texture": "#0"} + } + }, + { + "from": [14, 1, 1], + "to": [15, 6, 15], + "faces": { + "north": {"uv": [13.25, 13.25, 13.5, 14.75], "texture": "#0"}, + "east": {"uv": [0, 8, 4, 9.5], "texture": "#0"}, + "south": {"uv": [0.5, 13.5, 0.75, 15], "texture": "#0"}, + "west": {"uv": [4, 9, 8, 10.5], "texture": "#0"}, + "up": {"uv": [4.25, 16, 4, 12], "texture": "#0"}, + "down": {"uv": [4.5, 12, 4.25, 16], "texture": "#0"} + } + }, + { + "from": [1, 10, 1], + "to": [14, 15, 2], + "faces": { + "north": {"uv": [8, 9, 11.5, 10.5], "texture": "#0"}, + "east": {"uv": [0.75, 13.5, 1, 15], "texture": "#0"}, + "south": {"uv": [0, 9.5, 3.5, 11], "texture": "#0"}, + "west": {"uv": [1, 13.5, 1.25, 15], "texture": "#0"}, + "up": {"uv": [15.5, 7.5, 12, 7.25], "texture": "#0"}, + "down": {"uv": [15.5, 7.5, 12, 7.75], "texture": "#0"} + } + }, + { + "from": [9, 6, 1], + "to": [14, 10, 2], + "faces": { + "north": {"uv": [0.5, 12.5, 2, 13], "texture": "#0"}, + "east": {"uv": [3.5, 10, 3.75, 10.5], "texture": "#0"}, + "south": {"uv": [2, 12.5, 3.5, 13], "texture": "#0"}, + "west": {"uv": [3.75, 10, 4, 10.5], "texture": "#0"}, + "up": {"uv": [14.75, 10.25, 13.25, 10], "texture": "#0"}, + "down": {"uv": [14.75, 10.25, 13.25, 10.5], "texture": "#0"} + } + }, + { + "from": [1, 6, 1], + "to": [5, 10, 2], + "faces": { + "north": {"uv": [12.5, 4.5, 14, 5], "texture": "#0"}, + "east": {"uv": [10.5, 12.5, 10.75, 13], "texture": "#0"}, + "south": {"uv": [12.5, 5, 14, 5.5], "texture": "#0"}, + "west": {"uv": [10.75, 12.5, 11, 13], "texture": "#0"}, + "up": {"uv": [8.25, 13.75, 6.75, 13.5], "texture": "#0"}, + "down": {"uv": [9.75, 13.5, 8.25, 13.75], "texture": "#0"} + } + }, + { + "from": [1, 1, 1], + "to": [14, 6, 2], + "faces": { + "north": {"uv": [3.5, 10.5, 7, 12], "texture": "#0"}, + "east": {"uv": [1.25, 13.5, 1.5, 15], "texture": "#0"}, + "south": {"uv": [7, 10.5, 10.5, 12], "texture": "#0"}, + "west": {"uv": [1.5, 13.5, 1.75, 15], "texture": "#0"}, + "up": {"uv": [11.25, 12.25, 7.75, 12], "texture": "#0"}, + "down": {"uv": [15.5, 7.75, 12, 8], "texture": "#0"} + } + }, + { + "from": [2, 1, 15], + "to": [14, 6, 15], + "faces": { + "north": {"uv": [10.5, 10.5, 14, 12], "texture": "#0"}, + "east": {"uv": [1.75, 13.5, 2, 15], "texture": "#0"}, + "south": {"uv": [0, 11, 3.5, 12.5], "texture": "#0"}, + "west": {"uv": [2, 13.5, 2.25, 15], "texture": "#0"}, + "up": {"uv": [15.5, 8.25, 12, 8], "texture": "#0"}, + "down": {"uv": [15.5, 8.25, 12, 8.5], "texture": "#0"} + } + }, + { + "from": [2, 6, 14], + "to": [6, 10, 15], + "faces": { + "north": {"uv": [12.5, 5.5, 14, 6], "texture": "#0"}, + "east": {"uv": [11, 12.5, 11.25, 13], "texture": "#0"}, + "south": {"uv": [6, 12.5, 7.5, 13], "texture": "#0"}, + "west": {"uv": [13.75, 6.5, 14, 7], "texture": "#0"}, + "up": {"uv": [15, 13.5, 13.5, 13.25], "texture": "#0"}, + "down": {"uv": [15, 13.5, 13.5, 13.75], "texture": "#0"} + } + }, + { + "from": [10, 6, 14], + "to": [14, 10, 15], + "faces": { + "north": {"uv": [7.5, 12.5, 9, 13], "texture": "#0"}, + "east": {"uv": [6.75, 13.75, 7, 14.25], "texture": "#0"}, + "south": {"uv": [9, 12.5, 10.5, 13], "texture": "#0"}, + "west": {"uv": [7, 13.75, 7.25, 14.25], "texture": "#0"}, + "up": {"uv": [6, 14, 4.5, 13.75], "texture": "#0"}, + "down": {"uv": [15.25, 6.25, 13.75, 6.5], "texture": "#0"} + } + }, + { + "from": [2, 10, 14], + "to": [14, 15, 15], + "faces": { + "north": {"uv": [11, 0, 14.5, 1.5], "texture": "#0"}, + "east": {"uv": [9.75, 13.5, 10, 15], "texture": "#0"}, + "south": {"uv": [11, 1.5, 14.5, 3], "texture": "#0"}, + "west": {"uv": [10, 13.5, 10.25, 15], "texture": "#0"}, + "up": {"uv": [14.75, 12.25, 11.25, 12], "texture": "#0"}, + "down": {"uv": [11.25, 12.25, 7.75, 12.5], "texture": "#0"} + } + }, + { + "from": [6, 14, 10], + "to": [10, 15, 14], + "faces": { + "north": {"uv": [13.75, 7, 14.25, 7.25], "texture": "#0"}, + "east": {"uv": [6.75, 13.25, 8.5, 13.5], "texture": "#0"}, + "south": {"uv": [7.25, 13.75, 7.75, 14], "texture": "#0"}, + "west": {"uv": [8.5, 13.25, 10.25, 13.5], "texture": "#0"}, + "up": {"uv": [11.75, 14, 11.25, 12.25], "texture": "#0"}, + "down": {"uv": [12.25, 12.25, 11.75, 14], "texture": "#0"} + } + }, + { + "from": [6, 14, 2], + "to": [10, 15, 6], + "faces": { + "north": {"uv": [7.75, 13.75, 8.25, 14], "texture": "#0"}, + "east": {"uv": [13.25, 9, 15, 9.25], "texture": "#0"}, + "south": {"uv": [8.25, 13.75, 8.75, 14], "texture": "#0"}, + "west": {"uv": [13.25, 9.25, 15, 9.5], "texture": "#0"}, + "up": {"uv": [12.75, 14, 12.25, 12.25], "texture": "#0"}, + "down": {"uv": [0.5, 12.5, 0, 14.25], "texture": "#0"} + } + }, + { + "from": [2, 14, 2], + "to": [6, 15, 14], + "faces": { + "north": {"uv": [13.25, 9.5, 15, 9.75], "texture": "#0"}, + "east": {"uv": [11, 8.5, 15, 8.75], "texture": "#0"}, + "south": {"uv": [13.25, 9.75, 15, 10], "texture": "#0"}, + "west": {"uv": [11, 8.75, 15, 9], "texture": "#0"}, + "up": {"uv": [7, 4, 5.25, 0], "texture": "#0"}, + "down": {"uv": [7, 4, 5.25, 8], "texture": "#0"} + } + }, + { + "name": "inner", + "from": [2, 1, 2], + "to": [14, 13, 14], + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "east": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "south": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "north"}, + "west": {"uv": [0, 0, 16, 16], "texture": "#1"}, + "up": {"uv": [16, 16, 0, 0], "texture": "#1"}, + "down": {"uv": [16, 0, 0, 16], "texture": "#1"} + } + } + ], + "groups": [ + { + "name": "Outer Panels", + "origin": [0, 0, 0], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] + }, + 24 + ] +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/block/void.json b/src/main/resources/assets/otemod/models/block/void.json new file mode 100644 index 0000000..dc6123c --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/void.json @@ -0,0 +1,6 @@ +{ + "parent": "otemod:block/fb/cube", + "textures": { + "all": "otemod:block/thresholds/void" + } +} diff --git a/src/main/resources/assets/otemod/models/block/whiteout.json b/src/main/resources/assets/otemod/models/block/whiteout.json new file mode 100644 index 0000000..9536f88 --- /dev/null +++ b/src/main/resources/assets/otemod/models/block/whiteout.json @@ -0,0 +1,6 @@ +{ + "parent": "otemod:block/fb/cube", + "textures": { + "all": "otemod:block/thresholds/white" + } +} diff --git a/src/main/resources/assets/otemod/models/item/aurora_block.json b/src/main/resources/assets/otemod/models/item/aurora_block.json deleted file mode 100644 index 5131219..0000000 --- a/src/main/resources/assets/otemod/models/item/aurora_block.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "otemod:block/aurora_block" -} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/aurora_compound.json b/src/main/resources/assets/otemod/models/item/aurora_compound.json deleted file mode 100644 index d274400..0000000 --- a/src/main/resources/assets/otemod/models/item/aurora_compound.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "otemod:item/aurora_compound" - } -} diff --git a/src/main/resources/assets/otemod/models/item/black.json b/src/main/resources/assets/otemod/models/item/black.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/black.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/blood_red.json b/src/main/resources/assets/otemod/models/item/blood_red.json new file mode 100644 index 0000000..5b3b473 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/blood_red.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/blood_red" +} diff --git a/src/main/resources/assets/otemod/models/item/clear_glass_block.json b/src/main/resources/assets/otemod/models/item/clear_glass_block.json index 6582543..3327a6c 100644 --- a/src/main/resources/assets/otemod/models/item/clear_glass_block.json +++ b/src/main/resources/assets/otemod/models/item/clear_glass_block.json @@ -1,3 +1,3 @@ { - "parent": "minecraft:block/glass" + "parent": "otemod:block/deprecated" } \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/clinker_brick_recessed.json b/src/main/resources/assets/otemod/models/item/clinker_brick_recessed.json new file mode 100644 index 0000000..71eb8e0 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/clinker_brick_recessed.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/engineersdecor/brick/clinker_brick_recessed_model" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/clinker_brick_sastor_corner_block.json b/src/main/resources/assets/otemod/models/item/clinker_brick_sastor_corner_block.json new file mode 100644 index 0000000..ae7d9ea --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/clinker_brick_sastor_corner_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/engineersdecor/brick/clinker_brick_sastor_corner_model" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/clinker_brick_vertically_slit.json b/src/main/resources/assets/otemod/models/item/clinker_brick_vertically_slit.json new file mode 100644 index 0000000..a648775 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/clinker_brick_vertically_slit.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/engineersdecor/brick/clinker_brick_vertically_slit_model" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/cobalt_block.json b/src/main/resources/assets/otemod/models/item/cobalt_block.json new file mode 100644 index 0000000..96dcb47 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/cobalt_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/cobalt_block" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/cobalt_ingot.json b/src/main/resources/assets/otemod/models/item/cobalt_ingot.json new file mode 100644 index 0000000..5e38bda --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/cobalt_ingot.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/cobalt_ingot" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/cobalt_ore.json b/src/main/resources/assets/otemod/models/item/cobalt_ore.json new file mode 100644 index 0000000..62affcb --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/cobalt_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/cobalt_ore" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/compression_chamber.json b/src/main/resources/assets/otemod/models/item/compression_chamber.json new file mode 100644 index 0000000..901cb9a --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/compression_chamber.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/compression_chamber" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/cyan.json b/src/main/resources/assets/otemod/models/item/cyan.json new file mode 100644 index 0000000..e710154 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/cyan.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/cyan" +} diff --git a/src/main/resources/assets/otemod/models/item/cyan_stairs.json b/src/main/resources/assets/otemod/models/item/cyan_stairs.json new file mode 100644 index 0000000..0fe2214 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/cyan_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/cyan_stairs" +} diff --git a/src/main/resources/assets/otemod/models/item/cyan_tile.json b/src/main/resources/assets/otemod/models/item/cyan_tile.json new file mode 100644 index 0000000..c8b1488 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/cyan_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/cyan_tile" +} diff --git a/src/main/resources/assets/otemod/models/item/cyan_tile_br.json b/src/main/resources/assets/otemod/models/item/cyan_tile_br.json new file mode 100644 index 0000000..c734dc4 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/cyan_tile_br.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/cyan_tile_br" +} diff --git a/src/main/resources/assets/otemod/models/item/cyan_tile_to_wall.json b/src/main/resources/assets/otemod/models/item/cyan_tile_to_wall.json new file mode 100644 index 0000000..825f2a9 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/cyan_tile_to_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/cyan_tile_to_wall" +} diff --git a/src/main/resources/assets/otemod/models/item/cyan_wall_variant_1.json b/src/main/resources/assets/otemod/models/item/cyan_wall_variant_1.json new file mode 100644 index 0000000..8e7ea73 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/cyan_wall_variant_1.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/cyan_wall_variant_1" +} diff --git a/src/main/resources/assets/otemod/models/item/cyan_wall_variant_2.json b/src/main/resources/assets/otemod/models/item/cyan_wall_variant_2.json new file mode 100644 index 0000000..7183dd1 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/cyan_wall_variant_2.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/cyan_wall_variant_2" +} diff --git a/src/main/resources/assets/otemod/models/item/dark_red_bed.json b/src/main/resources/assets/otemod/models/item/dark_red_bed.json new file mode 100644 index 0000000..d2c3a70 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/dark_red_bed.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_bed", + "textures": { + "particle": "otemod:block/dark_red_wool" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/dark_red_shulker_box.json b/src/main/resources/assets/otemod/models/item/dark_red_shulker_box.json new file mode 100644 index 0000000..58076ac --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/dark_red_shulker_box.json @@ -0,0 +1,6 @@ +{ + "parent": "minecraft:item/template_shulker_box", + "textures": { + "particle": "otemod:block/dark_red_shulker_box" + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/deepslate_ilusium_ore_block.json b/src/main/resources/assets/otemod/models/item/deepslate_ilusium_ore_block.json new file mode 100644 index 0000000..b332583 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/deepslate_ilusium_ore_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/eternium_dust.json b/src/main/resources/assets/otemod/models/item/eternium_dust.json deleted file mode 100644 index df5b09b..0000000 --- a/src/main/resources/assets/otemod/models/item/eternium_dust.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "item/generated", - "textures": { - "layer0": "otemod:item/eternium_dust" - } -} diff --git a/src/main/resources/assets/otemod/models/item/ilusium_block.json b/src/main/resources/assets/otemod/models/item/ilusium_block.json new file mode 100644 index 0000000..b332583 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/ilusium_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/ilusium_ore_block.json b/src/main/resources/assets/otemod/models/item/ilusium_ore_block.json new file mode 100644 index 0000000..b332583 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/ilusium_ore_block.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/item_scrubber.json b/src/main/resources/assets/otemod/models/item/item_scrubber.json new file mode 100644 index 0000000..0ecb72f --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/item_scrubber.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/item_scrubber" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/lime.json b/src/main/resources/assets/otemod/models/item/lime.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/lime.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/lime_stairs.json b/src/main/resources/assets/otemod/models/item/lime_stairs.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/lime_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/lime_tile.json b/src/main/resources/assets/otemod/models/item/lime_tile.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/lime_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/lime_tile_br.json b/src/main/resources/assets/otemod/models/item/lime_tile_br.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/lime_tile_br.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/lime_tile_to_wall.json b/src/main/resources/assets/otemod/models/item/lime_tile_to_wall.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/lime_tile_to_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/lime_wall_variant_1.json b/src/main/resources/assets/otemod/models/item/lime_wall_variant_1.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/lime_wall_variant_1.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/lime_wall_variant_2.json b/src/main/resources/assets/otemod/models/item/lime_wall_variant_2.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/lime_wall_variant_2.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/liminal_tile_slab.json b/src/main/resources/assets/otemod/models/item/liminal_tile_slab.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/liminal_tile_slab.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/liminal_tile_stairs.json b/src/main/resources/assets/otemod/models/item/liminal_tile_stairs.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/liminal_tile_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/liminal_tiles.json b/src/main/resources/assets/otemod/models/item/liminal_tiles.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/liminal_tiles.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/liminal_window.json b/src/main/resources/assets/otemod/models/item/liminal_window.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/liminal_window.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/liminal_window_abyss.json b/src/main/resources/assets/otemod/models/item/liminal_window_abyss.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/liminal_window_abyss.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/liminal_window_dusk.json b/src/main/resources/assets/otemod/models/item/liminal_window_dusk.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/liminal_window_dusk.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/liminal_window_noon.json b/src/main/resources/assets/otemod/models/item/liminal_window_noon.json new file mode 100644 index 0000000..3327a6c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/liminal_window_noon.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/deprecated" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/magical_scrubber.json b/src/main/resources/assets/otemod/models/item/magical_scrubber.json new file mode 100644 index 0000000..717ae57 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/magical_scrubber.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/magical_scrubber" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/possum_spawn_egg.json b/src/main/resources/assets/otemod/models/item/possum_spawn_egg.json new file mode 100644 index 0000000..fcdb62d --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/possum_spawn_egg.json @@ -0,0 +1,3 @@ +{ + "parent": "minecraft:item/template_spawn_egg" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/raw_cobalt.json b/src/main/resources/assets/otemod/models/item/raw_cobalt.json new file mode 100644 index 0000000..76dec7a --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/raw_cobalt.json @@ -0,0 +1,6 @@ +{ + "parent": "item/generated", + "textures": { + "layer0": "otemod:item/raw_cobalt" + } +} diff --git a/src/main/resources/assets/otemod/models/item/raw_cobalt_ore.json b/src/main/resources/assets/otemod/models/item/raw_cobalt_ore.json new file mode 100644 index 0000000..a68bb52 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/raw_cobalt_ore.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/raw_cobalt_ore" +} diff --git a/src/main/resources/assets/otemod/models/item/red_stairs.json b/src/main/resources/assets/otemod/models/item/red_stairs.json new file mode 100644 index 0000000..9893d90 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/red_stairs.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/red_stairs" +} diff --git a/src/main/resources/assets/otemod/models/item/red_tile.json b/src/main/resources/assets/otemod/models/item/red_tile.json new file mode 100644 index 0000000..1149db1 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/red_tile.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/red_tile" +} diff --git a/src/main/resources/assets/otemod/models/item/red_tile_br.json b/src/main/resources/assets/otemod/models/item/red_tile_br.json new file mode 100644 index 0000000..d5205f5 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/red_tile_br.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/red_tile_br" +} diff --git a/src/main/resources/assets/otemod/models/item/red_tile_to_wall.json b/src/main/resources/assets/otemod/models/item/red_tile_to_wall.json new file mode 100644 index 0000000..79cc03c --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/red_tile_to_wall.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/red_tile_to_wall" +} diff --git a/src/main/resources/assets/otemod/models/item/red_wall_variant_1.json b/src/main/resources/assets/otemod/models/item/red_wall_variant_1.json new file mode 100644 index 0000000..ceabcf7 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/red_wall_variant_1.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/red_wall_variant_1" +} diff --git a/src/main/resources/assets/otemod/models/item/red_wall_variant_2.json b/src/main/resources/assets/otemod/models/item/red_wall_variant_2.json new file mode 100644 index 0000000..460d2f9 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/red_wall_variant_2.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/red_wall_variant_2" +} diff --git a/src/main/resources/assets/otemod/models/item/stable_singularity.json b/src/main/resources/assets/otemod/models/item/stable_singularity.json new file mode 100644 index 0000000..074e0a2 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/stable_singularity.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/stable_singularity" +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/models/item/void.json b/src/main/resources/assets/otemod/models/item/void.json new file mode 100644 index 0000000..c26fe14 --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/void.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/void" +} diff --git a/src/main/resources/assets/otemod/models/item/whiteout.json b/src/main/resources/assets/otemod/models/item/whiteout.json new file mode 100644 index 0000000..6ddf00b --- /dev/null +++ b/src/main/resources/assets/otemod/models/item/whiteout.json @@ -0,0 +1,3 @@ +{ + "parent": "otemod:block/whiteout" +} diff --git a/src/main/resources/assets/otemod/textures/block/aurora_block.png b/src/main/resources/assets/otemod/textures/block/aurora_block.png deleted file mode 100644 index 4483b1c..0000000 Binary files a/src/main/resources/assets/otemod/textures/block/aurora_block.png and /dev/null differ diff --git a/src/main/resources/assets/otemod/textures/block/aurora_door_bottom.png b/src/main/resources/assets/otemod/textures/block/aurora_door_bottom.png deleted file mode 100644 index c57b5d1..0000000 Binary files a/src/main/resources/assets/otemod/textures/block/aurora_door_bottom.png and /dev/null differ diff --git a/src/main/resources/assets/otemod/textures/block/aurora_door_top.png b/src/main/resources/assets/otemod/textures/block/aurora_door_top.png deleted file mode 100644 index acb9ce7..0000000 Binary files a/src/main/resources/assets/otemod/textures/block/aurora_door_top.png and /dev/null differ diff --git a/src/main/resources/assets/otemod/textures/block/black.png b/src/main/resources/assets/otemod/textures/block/black.png new file mode 100644 index 0000000..3c4fc4b Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/black.png differ diff --git a/src/main/resources/assets/otemod/textures/block/blue_pool_light.png b/src/main/resources/assets/otemod/textures/block/blue_pool_light.png new file mode 100644 index 0000000..eccc64a Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/blue_pool_light.png differ diff --git a/src/main/resources/assets/otemod/textures/block/blue_pool_tile.png b/src/main/resources/assets/otemod/textures/block/blue_pool_tile.png new file mode 100644 index 0000000..2119b59 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/blue_pool_tile.png differ diff --git a/src/main/resources/assets/otemod/textures/block/clear_glass_block.png b/src/main/resources/assets/otemod/textures/block/clear_glass_block.png deleted file mode 100644 index 5e4988e..0000000 Binary files a/src/main/resources/assets/otemod/textures/block/clear_glass_block.png and /dev/null differ diff --git a/src/main/resources/assets/otemod/textures/block/cobalt_block.png b/src/main/resources/assets/otemod/textures/block/cobalt_block.png new file mode 100644 index 0000000..3598330 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/cobalt_block.png differ diff --git a/src/main/resources/assets/otemod/textures/block/cobalt_ore.png b/src/main/resources/assets/otemod/textures/block/cobalt_ore.png new file mode 100644 index 0000000..16e2ed9 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/cobalt_ore.png differ diff --git a/src/main/resources/assets/otemod/textures/block/compressed_obsidian_block.png b/src/main/resources/assets/otemod/textures/block/compressed_obsidian_block.png new file mode 100644 index 0000000..e2a0430 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/compressed_obsidian_block.png differ diff --git a/src/main/resources/assets/otemod/textures/block/compression_chamber/bottom_plate.png b/src/main/resources/assets/otemod/textures/block/compression_chamber/bottom_plate.png new file mode 100644 index 0000000..265932b Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/compression_chamber/bottom_plate.png differ diff --git a/src/main/resources/assets/otemod/textures/block/compression_chamber/compression_lid.png b/src/main/resources/assets/otemod/textures/block/compression_chamber/compression_lid.png new file mode 100644 index 0000000..2b16ff9 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/compression_chamber/compression_lid.png differ diff --git a/src/main/resources/assets/otemod/textures/block/compression_chamber/compressor.png b/src/main/resources/assets/otemod/textures/block/compression_chamber/compressor.png new file mode 100644 index 0000000..e914b79 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/compression_chamber/compressor.png differ diff --git a/src/main/resources/assets/otemod/textures/block/compression_chamber/power.png b/src/main/resources/assets/otemod/textures/block/compression_chamber/power.png new file mode 100644 index 0000000..8a632c4 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/compression_chamber/power.png differ diff --git a/src/main/resources/assets/otemod/textures/block/compression_chamber/support0.png b/src/main/resources/assets/otemod/textures/block/compression_chamber/support0.png new file mode 100644 index 0000000..e0ebd8d Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/compression_chamber/support0.png differ diff --git a/src/main/resources/assets/otemod/textures/block/dark_pool_light.png b/src/main/resources/assets/otemod/textures/block/dark_pool_light.png new file mode 100644 index 0000000..b132aae Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/dark_pool_light.png differ diff --git a/src/main/resources/assets/otemod/textures/block/dark_pool_tile.png b/src/main/resources/assets/otemod/textures/block/dark_pool_tile.png new file mode 100644 index 0000000..1da9ed2 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/dark_pool_tile.png differ diff --git a/src/main/resources/assets/otemod/textures/block/dark_red_wool.png b/src/main/resources/assets/otemod/textures/block/dark_red_wool.png new file mode 100644 index 0000000..b1125d3 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/dark_red_wool.png differ diff --git a/src/main/resources/assets/otemod/textures/block/deprecated.png b/src/main/resources/assets/otemod/textures/block/deprecated.png new file mode 100644 index 0000000..e05d9ac Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/deprecated.png differ diff --git a/src/main/resources/assets/otemod/textures/block/dirty_blue_pool_light.png b/src/main/resources/assets/otemod/textures/block/dirty_blue_pool_light.png new file mode 100644 index 0000000..876eeba Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/dirty_blue_pool_light.png differ diff --git a/src/main/resources/assets/otemod/textures/block/dirty_blue_pool_tile.png b/src/main/resources/assets/otemod/textures/block/dirty_blue_pool_tile.png new file mode 100644 index 0000000..4b7ef9a Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/dirty_blue_pool_tile.png differ diff --git a/src/main/resources/assets/otemod/textures/block/dirty_green_pool_light.png b/src/main/resources/assets/otemod/textures/block/dirty_green_pool_light.png new file mode 100644 index 0000000..8f4a91e Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/dirty_green_pool_light.png differ diff --git a/src/main/resources/assets/otemod/textures/block/dirty_green_pool_tile.png b/src/main/resources/assets/otemod/textures/block/dirty_green_pool_tile.png new file mode 100644 index 0000000..c41257f Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/dirty_green_pool_tile.png differ diff --git a/src/main/resources/assets/otemod/textures/block/dirty_pool_light.png b/src/main/resources/assets/otemod/textures/block/dirty_pool_light.png new file mode 100644 index 0000000..4354b65 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/dirty_pool_light.png differ diff --git a/src/main/resources/assets/otemod/textures/block/dirty_pool_tile.png b/src/main/resources/assets/otemod/textures/block/dirty_pool_tile.png new file mode 100644 index 0000000..33dbfd8 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/dirty_pool_tile.png differ diff --git a/src/main/resources/assets/otemod/textures/block/dirty_red_pool_light.png b/src/main/resources/assets/otemod/textures/block/dirty_red_pool_light.png new file mode 100644 index 0000000..350c2a3 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/dirty_red_pool_light.png differ diff --git a/src/main/resources/assets/otemod/textures/block/dirty_red_pool_tile.png b/src/main/resources/assets/otemod/textures/block/dirty_red_pool_tile.png new file mode 100644 index 0000000..3e74f1e Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/dirty_red_pool_tile.png differ diff --git a/src/main/resources/assets/otemod/textures/block/eternium_block.png b/src/main/resources/assets/otemod/textures/block/eternium_block.png new file mode 100644 index 0000000..7e75b23 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/eternium_block.png differ diff --git a/src/main/resources/assets/otemod/textures/block/filthy_blue_pool_light.png b/src/main/resources/assets/otemod/textures/block/filthy_blue_pool_light.png new file mode 100644 index 0000000..906f9d6 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/filthy_blue_pool_light.png differ diff --git a/src/main/resources/assets/otemod/textures/block/filthy_green_pool_light.png b/src/main/resources/assets/otemod/textures/block/filthy_green_pool_light.png new file mode 100644 index 0000000..c46ce44 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/filthy_green_pool_light.png differ diff --git a/src/main/resources/assets/otemod/textures/block/filthy_pool_light.png b/src/main/resources/assets/otemod/textures/block/filthy_pool_light.png new file mode 100644 index 0000000..e8b6fb1 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/filthy_pool_light.png differ diff --git a/src/main/resources/assets/otemod/textures/block/filthy_red_pool_light.png b/src/main/resources/assets/otemod/textures/block/filthy_red_pool_light.png new file mode 100644 index 0000000..95281a5 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/filthy_red_pool_light.png differ diff --git a/src/main/resources/assets/otemod/textures/block/green_pool_light.png b/src/main/resources/assets/otemod/textures/block/green_pool_light.png new file mode 100644 index 0000000..4213422 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/green_pool_light.png differ diff --git a/src/main/resources/assets/otemod/textures/block/green_pool_tile.png b/src/main/resources/assets/otemod/textures/block/green_pool_tile.png new file mode 100644 index 0000000..321a472 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/green_pool_tile.png differ diff --git a/src/main/resources/assets/otemod/textures/block/ilusium_portal.aseprite b/src/main/resources/assets/otemod/textures/block/ilusium_portal.aseprite new file mode 100644 index 0000000..0bc5b12 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/ilusium_portal.aseprite differ diff --git a/src/main/resources/assets/otemod/textures/block/ilusium_portal.png b/src/main/resources/assets/otemod/textures/block/ilusium_portal.png new file mode 100644 index 0000000..fce8ed1 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/ilusium_portal.png differ diff --git a/src/main/resources/assets/otemod/textures/block/layered_compressed_obsidian_block.png b/src/main/resources/assets/otemod/textures/block/layered_compressed_obsidian_block.png new file mode 100644 index 0000000..0bbd425 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/layered_compressed_obsidian_block.png differ diff --git a/src/main/resources/assets/otemod/textures/block/nether_vault_steel_ore_block.png b/src/main/resources/assets/otemod/textures/block/nether_vault_steel_ore_block.png new file mode 100644 index 0000000..dd5593c Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/nether_vault_steel_ore_block.png differ diff --git a/src/main/resources/assets/otemod/textures/block/pool_light.png b/src/main/resources/assets/otemod/textures/block/pool_light.png new file mode 100644 index 0000000..44e1c24 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/pool_light.png differ diff --git a/src/main/resources/assets/otemod/textures/block/pool_tile.png b/src/main/resources/assets/otemod/textures/block/pool_tile.png new file mode 100644 index 0000000..2c6e1de Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/pool_tile.png differ diff --git a/src/main/resources/assets/otemod/textures/block/raw_cobalt_ore.png b/src/main/resources/assets/otemod/textures/block/raw_cobalt_ore.png new file mode 100644 index 0000000..3b14cfb Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/raw_cobalt_ore.png differ diff --git a/src/main/resources/assets/otemod/textures/block/red_pool_light.png b/src/main/resources/assets/otemod/textures/block/red_pool_light.png new file mode 100644 index 0000000..b3ff099 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/red_pool_light.png differ diff --git a/src/main/resources/assets/otemod/textures/block/red_pool_tile.png b/src/main/resources/assets/otemod/textures/block/red_pool_tile.png new file mode 100644 index 0000000..b55d0c5 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/red_pool_tile.png differ diff --git a/src/main/resources/assets/otemod/textures/block/scrubber/center_cube.png b/src/main/resources/assets/otemod/textures/block/scrubber/center_cube.png new file mode 100644 index 0000000..492b4e1 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/scrubber/center_cube.png differ diff --git a/src/main/resources/assets/otemod/textures/block/scrubber/corner_cube.png b/src/main/resources/assets/otemod/textures/block/scrubber/corner_cube.png new file mode 100644 index 0000000..200364e Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/scrubber/corner_cube.png differ diff --git a/src/main/resources/assets/otemod/textures/block/scrubber/frame_bars.png b/src/main/resources/assets/otemod/textures/block/scrubber/frame_bars.png new file mode 100644 index 0000000..d7da3f0 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/scrubber/frame_bars.png differ diff --git a/src/main/resources/assets/otemod/textures/block/scrubber/inner_corner_cubes.png b/src/main/resources/assets/otemod/textures/block/scrubber/inner_corner_cubes.png new file mode 100644 index 0000000..5ca1723 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/scrubber/inner_corner_cubes.png differ diff --git a/src/main/resources/assets/otemod/textures/block/scrubber/scrubber_old_internal_cube.png b/src/main/resources/assets/otemod/textures/block/scrubber/scrubber_old_internal_cube.png new file mode 100644 index 0000000..42a6f1c Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/scrubber/scrubber_old_internal_cube.png differ diff --git a/src/main/resources/assets/otemod/textures/block/scrubber/scrubber_right.png b/src/main/resources/assets/otemod/textures/block/scrubber/scrubber_right.png new file mode 100644 index 0000000..2ef7cdf Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/scrubber/scrubber_right.png differ diff --git a/src/main/resources/assets/otemod/textures/block/scrubber/scrubber_top.png b/src/main/resources/assets/otemod/textures/block/scrubber/scrubber_top.png new file mode 100644 index 0000000..9f2ba1d Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/scrubber/scrubber_top.png differ diff --git a/src/main/resources/assets/otemod/textures/block/scrubber/stable_singularity_body.png b/src/main/resources/assets/otemod/textures/block/scrubber/stable_singularity_body.png new file mode 100644 index 0000000..e6be8b1 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/scrubber/stable_singularity_body.png differ diff --git a/src/main/resources/assets/otemod/textures/block/scrubber/stable_singularity_inner.png b/src/main/resources/assets/otemod/textures/block/scrubber/stable_singularity_inner.png new file mode 100644 index 0000000..c8ceaac Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/scrubber/stable_singularity_inner.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/blood_red.png b/src/main/resources/assets/otemod/textures/block/thresholds/blood_red.png new file mode 100644 index 0000000..950ac11 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/blood_red.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/cyan.png b/src/main/resources/assets/otemod/textures/block/thresholds/cyan.png new file mode 100644 index 0000000..61d4ad3 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/cyan.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/cyan_tile_transition.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/cyan_tile_transition.png new file mode 100644 index 0000000..202a74b Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/cyan_tile_transition.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/cyan_tile_w_circle.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/cyan_tile_w_circle.png new file mode 100644 index 0000000..b9cc00f Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/cyan_tile_w_circle.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/lime_tile.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/lime_tile.png new file mode 100644 index 0000000..1307773 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/lime_tile.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/lime_tile_transition.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/lime_tile_transition.png new file mode 100644 index 0000000..37d7ddc Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/lime_tile_transition.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/red_tile.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/red_tile.png new file mode 100644 index 0000000..5e5b9fa Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/red_tile.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/red_tile_stairs_inner.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/red_tile_stairs_inner.png new file mode 100644 index 0000000..c8ee90b Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/red_tile_stairs_inner.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/red_tile_transition_blood_red.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/red_tile_transition_blood_red.png new file mode 100644 index 0000000..ca85fc7 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/red_tile_transition_blood_red.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/red_tile_w_circle.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/red_tile_w_circle.png new file mode 100644 index 0000000..821d386 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/floor/tiles/red_tile_w_circle.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/cyan_floor_to_wall.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/cyan_floor_to_wall.png new file mode 100644 index 0000000..bbb14bb Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/cyan_floor_to_wall.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/cyan_wall.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/cyan_wall.png new file mode 100644 index 0000000..ea096d3 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/cyan_wall.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/cyan_wall2.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/cyan_wall2.png new file mode 100644 index 0000000..05f8b3c Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/cyan_wall2.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/floor_wall_transition.aseprite b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/floor_wall_transition.aseprite new file mode 100644 index 0000000..a14bc75 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/floor_wall_transition.aseprite differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/lime_floor_to_wall.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/lime_floor_to_wall.png new file mode 100644 index 0000000..f53a8a7 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/lime_floor_to_wall.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/lime_wall.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/lime_wall.png new file mode 100644 index 0000000..8477d80 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/lime_wall.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/lime_wall2.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/lime_wall2.png new file mode 100644 index 0000000..88ccbb2 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/lime_wall2.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/red_floor_to_wall.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/red_floor_to_wall.png new file mode 100644 index 0000000..bb0f88b Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/red_floor_to_wall.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/red_wall.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/red_wall.png new file mode 100644 index 0000000..cf18d04 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/red_wall.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/red_wall2.png b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/red_wall2.png new file mode 100644 index 0000000..8f16e27 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/hallway/wall/red_wall2.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/lime.png b/src/main/resources/assets/otemod/textures/block/thresholds/lime.png new file mode 100644 index 0000000..c1af956 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/lime.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/void.png b/src/main/resources/assets/otemod/textures/block/thresholds/void.png new file mode 100644 index 0000000..d59329c Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/void.png differ diff --git a/src/main/resources/assets/otemod/textures/block/thresholds/white.png b/src/main/resources/assets/otemod/textures/block/thresholds/white.png new file mode 100644 index 0000000..a449dec Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/thresholds/white.png differ diff --git a/src/main/resources/assets/otemod/textures/block/uncrafter.png b/src/main/resources/assets/otemod/textures/block/uncrafter.png new file mode 100644 index 0000000..c3e411f Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/uncrafter.png differ diff --git a/src/main/resources/assets/otemod/textures/block/uncrafter.png.mcmeta b/src/main/resources/assets/otemod/textures/block/uncrafter.png.mcmeta new file mode 100644 index 0000000..e96a96a --- /dev/null +++ b/src/main/resources/assets/otemod/textures/block/uncrafter.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 20, + "interpolate": true + } +} \ No newline at end of file diff --git a/src/main/resources/assets/otemod/textures/block/uncrafter_bottom.png b/src/main/resources/assets/otemod/textures/block/uncrafter_bottom.png new file mode 100644 index 0000000..9d57d10 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/uncrafter_bottom.png differ diff --git a/src/main/resources/assets/otemod/textures/block/uncrafter_side.aseprite b/src/main/resources/assets/otemod/textures/block/uncrafter_side.aseprite new file mode 100644 index 0000000..462c249 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/uncrafter_side.aseprite differ diff --git a/src/main/resources/assets/otemod/textures/block/uncrafter_side.png b/src/main/resources/assets/otemod/textures/block/uncrafter_side.png new file mode 100644 index 0000000..af72d66 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/uncrafter_side.png differ diff --git a/src/main/resources/assets/otemod/textures/block/vault_steel_ore_block.png b/src/main/resources/assets/otemod/textures/block/vault_steel_ore_block.png new file mode 100644 index 0000000..0b6e5d7 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/block/vault_steel_ore_block.png differ diff --git a/src/main/resources/assets/otemod/textures/entity/mob_capture_ball.png b/src/main/resources/assets/otemod/textures/entity/mob_capture_ball.png new file mode 100644 index 0000000..1569595 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/entity/mob_capture_ball.png differ diff --git a/src/main/resources/assets/otemod/textures/gui/energized_compression_chamber.aseprite b/src/main/resources/assets/otemod/textures/gui/energized_compression_chamber.aseprite new file mode 100644 index 0000000..cf9371c Binary files /dev/null and b/src/main/resources/assets/otemod/textures/gui/energized_compression_chamber.aseprite differ diff --git a/src/main/resources/assets/otemod/textures/gui/energized_compression_chamber.png b/src/main/resources/assets/otemod/textures/gui/energized_compression_chamber.png new file mode 100644 index 0000000..27d220f Binary files /dev/null and b/src/main/resources/assets/otemod/textures/gui/energized_compression_chamber.png differ diff --git a/src/main/resources/assets/otemod/textures/gui/item_scrubber_gui.png b/src/main/resources/assets/otemod/textures/gui/item_scrubber_gui.png new file mode 100644 index 0000000..538f44c Binary files /dev/null and b/src/main/resources/assets/otemod/textures/gui/item_scrubber_gui.png differ diff --git a/src/main/resources/assets/otemod/textures/gui/uncrafter.aseprite b/src/main/resources/assets/otemod/textures/gui/uncrafter.aseprite new file mode 100644 index 0000000..b331edd Binary files /dev/null and b/src/main/resources/assets/otemod/textures/gui/uncrafter.aseprite differ diff --git a/src/main/resources/assets/otemod/textures/gui/uncrafter.png b/src/main/resources/assets/otemod/textures/gui/uncrafter.png new file mode 100644 index 0000000..d1d73c5 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/gui/uncrafter.png differ diff --git a/src/main/resources/assets/otemod/textures/gui/vault.png b/src/main/resources/assets/otemod/textures/gui/vault.png index ea6861b..7c3c070 100644 Binary files a/src/main/resources/assets/otemod/textures/gui/vault.png and b/src/main/resources/assets/otemod/textures/gui/vault.png differ diff --git a/src/main/resources/assets/otemod/textures/gui/vaultmenu.aseprite b/src/main/resources/assets/otemod/textures/gui/vaultmenu.aseprite index 9da8453..e229887 100644 Binary files a/src/main/resources/assets/otemod/textures/gui/vaultmenu.aseprite and b/src/main/resources/assets/otemod/textures/gui/vaultmenu.aseprite differ diff --git a/src/main/resources/assets/otemod/textures/item/aurora_compound.png b/src/main/resources/assets/otemod/textures/item/aurora_compound.png deleted file mode 100644 index 4ab4528..0000000 Binary files a/src/main/resources/assets/otemod/textures/item/aurora_compound.png and /dev/null differ diff --git a/src/main/resources/assets/otemod/textures/item/aurora_door.png b/src/main/resources/assets/otemod/textures/item/aurora_door.png deleted file mode 100644 index 0bebe00..0000000 Binary files a/src/main/resources/assets/otemod/textures/item/aurora_door.png and /dev/null differ diff --git a/src/main/resources/assets/otemod/textures/item/blue_brick.png b/src/main/resources/assets/otemod/textures/item/blue_brick.png new file mode 100644 index 0000000..608900e Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/blue_brick.png differ diff --git a/src/main/resources/assets/otemod/textures/item/clone_ball.png b/src/main/resources/assets/otemod/textures/item/clone_ball.png new file mode 100644 index 0000000..6c4337a Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/clone_ball.png differ diff --git a/src/main/resources/assets/otemod/textures/item/cobalt_ingot.png b/src/main/resources/assets/otemod/textures/item/cobalt_ingot.png new file mode 100644 index 0000000..d92f5b2 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/cobalt_ingot.png differ diff --git a/src/main/resources/assets/otemod/textures/item/cobalt_nugget.png b/src/main/resources/assets/otemod/textures/item/cobalt_nugget.png new file mode 100644 index 0000000..48d6737 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/cobalt_nugget.png differ diff --git a/src/main/resources/assets/otemod/textures/item/compressed_obsidian_sheet.png b/src/main/resources/assets/otemod/textures/item/compressed_obsidian_sheet.png new file mode 100644 index 0000000..c5aae79 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/compressed_obsidian_sheet.png differ diff --git a/src/main/resources/assets/otemod/textures/item/crucible.png b/src/main/resources/assets/otemod/textures/item/crucible.png new file mode 100644 index 0000000..4c1cb87 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/crucible.png differ diff --git a/src/main/resources/assets/otemod/textures/item/cyan_brick.png b/src/main/resources/assets/otemod/textures/item/cyan_brick.png new file mode 100644 index 0000000..5309a28 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/cyan_brick.png differ diff --git a/src/main/resources/assets/otemod/textures/item/dark_blue_brick.png b/src/main/resources/assets/otemod/textures/item/dark_blue_brick.png new file mode 100644 index 0000000..608900e Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/dark_blue_brick.png differ diff --git a/src/main/resources/assets/otemod/textures/item/dark_red_brick.png b/src/main/resources/assets/otemod/textures/item/dark_red_brick.png new file mode 100644 index 0000000..539aab8 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/dark_red_brick.png differ diff --git a/src/main/resources/assets/otemod/textures/item/dark_red_dye.png b/src/main/resources/assets/otemod/textures/item/dark_red_dye.png new file mode 100644 index 0000000..c42d1cb Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/dark_red_dye.png differ diff --git a/src/main/resources/assets/otemod/textures/item/deprecated.png b/src/main/resources/assets/otemod/textures/item/deprecated.png new file mode 100644 index 0000000..ccce825 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/deprecated.png differ diff --git a/src/main/resources/assets/otemod/textures/item/empty_spawn_egg.png b/src/main/resources/assets/otemod/textures/item/empty_spawn_egg.png new file mode 100644 index 0000000..b650de1 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/empty_spawn_egg.png differ diff --git a/src/main/resources/assets/otemod/textures/item/encased_singularity.png b/src/main/resources/assets/otemod/textures/item/encased_singularity.png new file mode 100644 index 0000000..216367e Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/encased_singularity.png differ diff --git a/src/main/resources/assets/otemod/textures/item/eternium_ingot.png b/src/main/resources/assets/otemod/textures/item/eternium_ingot.png new file mode 100644 index 0000000..55c48ec Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/eternium_ingot.png differ diff --git a/src/main/resources/assets/otemod/textures/item/eternium_rod.png b/src/main/resources/assets/otemod/textures/item/eternium_rod.png new file mode 100644 index 0000000..9b6e200 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/eternium_rod.png differ diff --git a/src/main/resources/assets/otemod/textures/item/green_brick.png b/src/main/resources/assets/otemod/textures/item/green_brick.png new file mode 100644 index 0000000..857e6fd Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/green_brick.png differ diff --git a/src/main/resources/assets/otemod/textures/item/ilusium_dust.png b/src/main/resources/assets/otemod/textures/item/ilusium_dust.png new file mode 100644 index 0000000..62b293b Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/ilusium_dust.png differ diff --git a/src/main/resources/assets/otemod/textures/item/ilusium_ingot.aseprite b/src/main/resources/assets/otemod/textures/item/ilusium_ingot.aseprite new file mode 100644 index 0000000..ce13e8b Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/ilusium_ingot.aseprite differ diff --git a/src/main/resources/assets/otemod/textures/item/ilusium_ingot.png b/src/main/resources/assets/otemod/textures/item/ilusium_ingot.png new file mode 100644 index 0000000..5f94f92 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/ilusium_ingot.png differ diff --git a/src/main/resources/assets/otemod/textures/item/ilusium_ore.png b/src/main/resources/assets/otemod/textures/item/ilusium_ore.png new file mode 100644 index 0000000..e341fea Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/ilusium_ore.png differ diff --git a/src/main/resources/assets/otemod/textures/item/ilusium_rod.png b/src/main/resources/assets/otemod/textures/item/ilusium_rod.png new file mode 100644 index 0000000..abd4b70 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/ilusium_rod.png differ diff --git a/src/main/resources/assets/otemod/textures/item/layered_compressed_obsidian_sheet.png b/src/main/resources/assets/otemod/textures/item/layered_compressed_obsidian_sheet.png new file mode 100644 index 0000000..591bfc2 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/layered_compressed_obsidian_sheet.png differ diff --git a/src/main/resources/assets/otemod/textures/item/light_blue_brick.png b/src/main/resources/assets/otemod/textures/item/light_blue_brick.png new file mode 100644 index 0000000..86a7526 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/light_blue_brick.png differ diff --git a/src/main/resources/assets/otemod/textures/item/lime_brick.png b/src/main/resources/assets/otemod/textures/item/lime_brick.png new file mode 100644 index 0000000..5efb981 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/lime_brick.png differ diff --git a/src/main/resources/assets/otemod/textures/item/melted_ender_pearl.png b/src/main/resources/assets/otemod/textures/item/melted_ender_pearl.png new file mode 100644 index 0000000..f617ca8 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/melted_ender_pearl.png differ diff --git a/src/main/resources/assets/otemod/textures/item/mob_capture_ball.png b/src/main/resources/assets/otemod/textures/item/mob_capture_ball.png new file mode 100644 index 0000000..1569595 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/mob_capture_ball.png differ diff --git a/src/main/resources/assets/otemod/textures/item/partial_item.png b/src/main/resources/assets/otemod/textures/item/partial_item.png new file mode 100644 index 0000000..b08deca Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/partial_item.png differ diff --git a/src/main/resources/assets/otemod/textures/item/raw_cobalt.png b/src/main/resources/assets/otemod/textures/item/raw_cobalt.png new file mode 100644 index 0000000..9b970af Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/raw_cobalt.png differ diff --git a/src/main/resources/assets/otemod/textures/item/raw_vault_steel_ore.png b/src/main/resources/assets/otemod/textures/item/raw_vault_steel_ore.png new file mode 100644 index 0000000..228457d Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/raw_vault_steel_ore.png differ diff --git a/src/main/resources/assets/otemod/textures/item/red_brick.png b/src/main/resources/assets/otemod/textures/item/red_brick.png new file mode 100644 index 0000000..5148c05 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/red_brick.png differ diff --git a/src/main/resources/assets/otemod/textures/item/scrubber_frame.png b/src/main/resources/assets/otemod/textures/item/scrubber_frame.png new file mode 100644 index 0000000..e7ea290 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/scrubber_frame.png differ diff --git a/src/main/resources/assets/otemod/textures/item/scrubber_frame_piece.png b/src/main/resources/assets/otemod/textures/item/scrubber_frame_piece.png new file mode 100644 index 0000000..ff45339 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/scrubber_frame_piece.png differ diff --git a/src/main/resources/assets/otemod/textures/item/singularity.aseprite b/src/main/resources/assets/otemod/textures/item/singularity.aseprite new file mode 100644 index 0000000..49657ab Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/singularity.aseprite differ diff --git a/src/main/resources/assets/otemod/textures/item/singularity.png b/src/main/resources/assets/otemod/textures/item/singularity.png new file mode 100644 index 0000000..b33d742 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/singularity.png differ diff --git a/src/main/resources/assets/otemod/textures/item/super_heated_crucible.png b/src/main/resources/assets/otemod/textures/item/super_heated_crucible.png new file mode 100644 index 0000000..763ba9f Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/super_heated_crucible.png differ diff --git a/src/main/resources/assets/otemod/textures/item/vault.png b/src/main/resources/assets/otemod/textures/item/vault.png new file mode 100644 index 0000000..8c90964 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/vault.png differ diff --git a/src/main/resources/assets/otemod/textures/item/vault_fragment_center.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_center.png new file mode 100644 index 0000000..d37c465 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/vault_fragment_center.png differ diff --git a/src/main/resources/assets/otemod/textures/item/vault_fragment_left.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_left.png new file mode 100644 index 0000000..74d78e6 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/vault_fragment_left.png differ diff --git a/src/main/resources/assets/otemod/textures/item/vault_fragment_lower.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_lower.png new file mode 100644 index 0000000..0630a49 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/vault_fragment_lower.png differ diff --git a/src/main/resources/assets/otemod/textures/item/vault_fragment_lower_left.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_lower_left.png new file mode 100644 index 0000000..d438fb7 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/vault_fragment_lower_left.png differ diff --git a/src/main/resources/assets/otemod/textures/item/vault_fragment_lower_right.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_lower_right.png new file mode 100644 index 0000000..335ef52 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/vault_fragment_lower_right.png differ diff --git a/src/main/resources/assets/otemod/textures/item/vault_fragment_right.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_right.png new file mode 100644 index 0000000..0c6c052 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/vault_fragment_right.png differ diff --git a/src/main/resources/assets/otemod/textures/item/vault_fragment_upper.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_upper.png new file mode 100644 index 0000000..7905f5d Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/vault_fragment_upper.png differ diff --git a/src/main/resources/assets/otemod/textures/item/vault_fragment_upper_left.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_upper_left.png new file mode 100644 index 0000000..4f800ff Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/vault_fragment_upper_left.png differ diff --git a/src/main/resources/assets/otemod/textures/item/vault_fragment_upper_right.png b/src/main/resources/assets/otemod/textures/item/vault_fragment_upper_right.png new file mode 100644 index 0000000..5a4cd68 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/vault_fragment_upper_right.png differ diff --git a/src/main/resources/assets/otemod/textures/item/vault_steel_ingot.png b/src/main/resources/assets/otemod/textures/item/vault_steel_ingot.png new file mode 100644 index 0000000..c4c161c Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/vault_steel_ingot.png differ diff --git a/src/main/resources/assets/otemod/textures/item/white_brick.aseprite b/src/main/resources/assets/otemod/textures/item/white_brick.aseprite new file mode 100644 index 0000000..dd54811 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/white_brick.aseprite differ diff --git a/src/main/resources/assets/otemod/textures/item/white_brick.png b/src/main/resources/assets/otemod/textures/item/white_brick.png new file mode 100644 index 0000000..ca40424 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/item/white_brick.png differ diff --git a/src/main/resources/assets/otemod/textures/mob_effect/flight.png b/src/main/resources/assets/otemod/textures/mob_effect/flight.png new file mode 100644 index 0000000..380d0c1 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/mob_effect/flight.png differ diff --git a/src/main/resources/assets/otemod/textures/mob_effect/seal.aseprite b/src/main/resources/assets/otemod/textures/mob_effect/seal.aseprite new file mode 100644 index 0000000..e8e6015 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/mob_effect/seal.aseprite differ diff --git a/src/main/resources/assets/otemod/textures/mob_effect/seal.png b/src/main/resources/assets/otemod/textures/mob_effect/seal.png new file mode 100644 index 0000000..08d078e Binary files /dev/null and b/src/main/resources/assets/otemod/textures/mob_effect/seal.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/abyss_0.png b/src/main/resources/assets/otemod/textures/sky/abyss_0.png new file mode 100644 index 0000000..08c9911 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/abyss_0.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/abyss_1.png b/src/main/resources/assets/otemod/textures/sky/abyss_1.png new file mode 100644 index 0000000..1d8e297 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/abyss_1.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/abyss_2.png b/src/main/resources/assets/otemod/textures/sky/abyss_2.png new file mode 100644 index 0000000..1d8e297 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/abyss_2.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/abyss_3.png b/src/main/resources/assets/otemod/textures/sky/abyss_3.png new file mode 100644 index 0000000..1d8e297 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/abyss_3.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/abyss_4.png b/src/main/resources/assets/otemod/textures/sky/abyss_4.png new file mode 100644 index 0000000..1d8e297 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/abyss_4.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/abyss_5.png b/src/main/resources/assets/otemod/textures/sky/abyss_5.png new file mode 100644 index 0000000..33adf1c Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/abyss_5.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/dusk_0.png b/src/main/resources/assets/otemod/textures/sky/dusk_0.png new file mode 100644 index 0000000..87a59e0 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/dusk_0.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/dusk_1.png b/src/main/resources/assets/otemod/textures/sky/dusk_1.png new file mode 100644 index 0000000..3fe9460 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/dusk_1.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/dusk_2.png b/src/main/resources/assets/otemod/textures/sky/dusk_2.png new file mode 100644 index 0000000..e232de4 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/dusk_2.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/dusk_3.png b/src/main/resources/assets/otemod/textures/sky/dusk_3.png new file mode 100644 index 0000000..8944002 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/dusk_3.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/dusk_4.png b/src/main/resources/assets/otemod/textures/sky/dusk_4.png new file mode 100644 index 0000000..8837787 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/dusk_4.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/dusk_5.png b/src/main/resources/assets/otemod/textures/sky/dusk_5.png new file mode 100644 index 0000000..a511803 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/dusk_5.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/noon_0.png b/src/main/resources/assets/otemod/textures/sky/noon_0.png new file mode 100644 index 0000000..3be9b50 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/noon_0.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/noon_1.png b/src/main/resources/assets/otemod/textures/sky/noon_1.png new file mode 100644 index 0000000..37ed3c2 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/noon_1.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/noon_2.png b/src/main/resources/assets/otemod/textures/sky/noon_2.png new file mode 100644 index 0000000..83da986 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/noon_2.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/noon_3.png b/src/main/resources/assets/otemod/textures/sky/noon_3.png new file mode 100644 index 0000000..6cb6ed5 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/noon_3.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/noon_4.png b/src/main/resources/assets/otemod/textures/sky/noon_4.png new file mode 100644 index 0000000..d6522e5 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/noon_4.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/noon_5.png b/src/main/resources/assets/otemod/textures/sky/noon_5.png new file mode 100644 index 0000000..3589497 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/noon_5.png differ diff --git a/src/main/resources/assets/otemod/textures/sky/pdn/dusk_0.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_0.pdn new file mode 100644 index 0000000..2fb4e03 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_0.pdn differ diff --git a/src/main/resources/assets/otemod/textures/sky/pdn/dusk_1.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_1.pdn new file mode 100644 index 0000000..03742da Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_1.pdn differ diff --git a/src/main/resources/assets/otemod/textures/sky/pdn/dusk_2.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_2.pdn new file mode 100644 index 0000000..6126915 --- /dev/null +++ b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_2.pdn @@ -0,0 +1,1535 @@ +PDN3& NPaintDotNet.Data, Version=5.11.8685.3093, Culture=neutral, PublicKeyToken=nullPaintDotNet.Document +isDisposedlayerswidthheight savedWithuserMetadataItemsPaintDotNet.LayerListSystem.VersionSystem.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]][]   PaintDotNet.LayerListparentArrayList+_itemsArrayList+_sizeArrayList+_versionPaintDotNet.Document  System.Version_Major_Minor_Build _Revision ! System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]keyvalue $exif.tag4[0] +D $exif.tag5[0] / $exif.tag6[0]7 $exif.tag7[0]7     NPaintDotNet.Core, Version=5.11.8685.3093, Culture=neutral, PublicKeyToken=nullPaintDotNet.BitmapLayer +propertiessurfaceLayer+isDisposed Layer+width Layer+heightLayer+properties-PaintDotNet.BitmapLayer+BitmapLayerPropertiesPaintDotNet.Surface!PaintDotNet.Layer+LayerProperties         ! " # $-PaintDotNet.BitmapLayer+BitmapLayerPropertiesblendOp&PaintDotNet.UserBlendOps+NormalBlendOp %PaintDotNet.Surfacewidthheightstridescan0PaintDotNet.MemoryBlock &!PaintDotNet.Layer+LayerPropertiesnameuserMetadataItemsvisible isBackgroundopacity blendModeSystem.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]][]PaintDotNet.LayerBlendMode' +Background (PaintDotNet.LayerBlendModevalue__ * +,Layer 3 (-PaintDotNet.BitmapLayer+BitmapLayerPropertiesblendOp)PaintDotNet.UserBlendOps+ColorBurnBlendOp /  0!1Layer 2 (" 4# 5$6Layer 4 (%&PaintDotNet.UserBlendOps+NormalBlendOp&PaintDotNet.MemoryBlocklength64 hasParentdeferred @p1(System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]*%+&@p1/)PaintDotNet.UserBlendOps+ColorBurnBlendOp0&@p14%5&@p1 J +Uűf0j$f2N8c0 (ʹڻV0}U?ow[T6x[߻}Y罇F{ަ{Vov-KO}[ Cƿo}}bߎ$vߧ;~M]{oMf͞<}{u_훽~l;(Zw^zns/oqm:¦|[;5}Ovzmg۱^qvvu˻O+I߅WrۥWۗwAxWKw8}ז8B{}N~'ꝺy> V߹;ww;|{ ޥ=X~?޾]w]{HwûN QCx/Dn2OKvw祏5?<^Z--?--}9yMیޖxiis/>$~~݌L^;= /|KGuDžoSwkv~>}?yG'D|';=yg&䝛o&䝏6\x_ǟ8yW&]}G|wsnMɻ]cI_Xxs^ß |gz?^]l`#`m 8X.<+f ngAxf\Ypw# -/fW`Aك'{pƃ{<س: Y҂},Hý/gAS ,X?,(y,9Ƃ3&ł|h@ɂ3zpE >YÂt=ҧу`xM؄ A4>d ^ns +_o; x{ukN ]Z6ԙ5FFJcՌ?HX<8ā}ò`i?MK&/C <-!Ϗ-Hُ3KB~739݉Ax{c ?;4yǑO"ƒ/w%dk7ZeA`gRFHe~aQ`_x? 6 zpd|7UG ~自zzpWݎ(A8D5Qm=уZP5Ο' f{{LA‚/",ʃeZ,H' {Pf,JTD=X &:dA 6 ~ܙSN,B %u0q=RaK7b/YP+}w'>'*_]94!{ w 焐QʂN(xRԄR »0ՀT{s˽ZO +n7-ԂO8=,d3AЂLA},`aGt=#΁{r@҃EQ΂O ~w{lg :9 go:j . rl6hw?<8pŁ7u @ dAW1Y'ރp4wԬ_;}N &M<$8m'rv^qx8 ? +GB?G 8+3=x (9w&iֆ=h -P(r֛K:?^Ɍ`u a@#-8߈ޓ7fsAywLY.H-zwڃ`ׂiaAZp# i=8zyGtA1[ptvA2'=?z, J=ѹ5QM.z-;0A?0CaL0[DC6]^F4g y@.ӣLr$)yp gq6s=0b=8_  =|EDL!dER{ep>M}+ ?_A`jAY\7 tfϑg@*}=Xq +=2 = Z{=Qr&ܷh.QQւ3z' +AƒSK+ƒ>Qq a`ւfg<_l`̊`gfg} `x!|K">ʃᏥAN.Hxpg~8/|MRˁ;Ă|Yowt`>z|H;e(ㇳAvϸY>1F @걠Ńw‚ eǸ3@kR-٠5=M,%b]b6L<܂Ai w[ {zAʃAhǃ=I uD{3滢/XnKܧ=Y?柚==GpW"C_4#p v`IKAp؆) ?;kGOBVzpMu#ϱ;:@ah_#]a(dNG MS]MAz0ݿO`΂RFhy@˞'{p noLhlF>̂;DDC`\]^ vزAs=ѯܕP[аGE[] 148 Jcw_K`?TuEuEs9 *rA>QуgqDl'zI;d > w,`C&vE0C\~2A*fvӞ(OFKjgAMʋ!TM<l݁P] +n GDï k_?w@VѰG\^D&^C[?&%g0 53H=a·ymC. _с* ē #Ar-Nv;[MX'Z  `%T=‚<'5D> +w%;[d.xкKd\кGF{k鈖ypn?ܖy3h-a!Cz0j *sAk6]7ZК vz(( pmB!6l0.AOnʘK{b|: 6"&xvŸ21 =C/ܓܠ؇w=s?6kGׂtD=,Mw% +o VfAKoKyEf J,3Hl`m ҃-=ю{ S,5}_w ,!I.xP4-x܃igt:?gÏFtH~#>Kd].8Lxvget JÃ/~€0Sx03Xpāp[ߜ^ g,pa{SRLz-8?u-~f ,8Nh+傅$lR   +6/'Zǁv ZKZ`sMm7sA6t[Pn; PTd|.l8Pqs>:ā3ZnλdzyAɃ1 RМdwx2Aּ| /d!?0}@IsDrq8 ,:kp%a.L] +&:q_ӽ0pG! RswۅH?0bóyA|_I +r`(_QKt=r]PZ $wDKsS`vh=}znJd;_UcN 3A.D f=X{rfd83h 53HY0wk`iGT#;-`AvLǃ|&8b^ 5/3PKTz2A)9 䃨+:-3~zpN8 CuKa{?;]2ϗ 䍔;(LHA{?;B>vFA0!d9 aтAP JqLsaursVZ,`~r\1l .҂cf +` ,YX<PDKArK] m  =xE RXP1Ƀ73֎h oAуT.HDEPih߃yZw%$<E ?7A<9fax qzx'|9fD=R|_NԃR6 7f<ޢߖ]Ax`# +N#d';x(wKbApn@kZAc >ƒp]l&h2˃ɜ`Zڃܛ/9Pzw|`Ʊ?f]ݞ(;ocly2힉6 B7/@viIWE( gQ'=x[4u <%y&}=Lx4:1䉐=Q+ +3SF?TӒYn8x=X[d<"(v:sUC +V#S݃L؂\po# j|΂M7I :=ѢAт1']ǂ7l33w`wvXPUNQ҂D Z0 n +cZ whA͍ĂD.vf(oAƃ7FrՄI [==] Źh™{/33 @jw)Ԓ\"Afg-g f_?G9p``B7rBl`Byqe瓻W2wkӚRzVzrǒ=1NŃ>) \iy`Y,l snA]?I&`AUw%[ 炜Q&(zpb cęA] ;ws綄nL7;S*oKdwXnΫg' G ћ. ggJ 8E)sD4VJx3wD`[@}ԛY>蔦S%Q΂Am E.2gTwD:|.f=HuD{=Q)c/ajz/}=7\VPe.HYw%?}ނFd) ݶ`<89L|c <\`vŮd1‚p0/~5ƃ}|^΀\gT_/F:\?2nhf@}&`g̘rg̹mZx w1[P[s<겠oh&ʂ1ΠoL2/(yг?Ff a,w Q҂L.x`σ|&8tD/nKH=dvr7%DyAoGAo. r NMDӁ{p~B < ;k &CwnOJ`pǼS 2A7e!=-xp 1%PNvP`sSˁ%$=XM щIvf9 f=D1uffwFgW' j\P\06vAr~-Y'Je;ow.#*wD;/{LsPɁ ! {]pGsvg0-5w/-Sᜑs l;<ܣ?A%OEwq& )ge(=cjw֚X03 +3YOtrAقU:^Z;E\po{]V`#*fm13(:㮛5vLkQޜ-H{m ) 2|z!sQy] ݽ;(z=P6 X*Loݠ`уhjAL(.tp쌂 OטYtGK YyZ=aA'3^oG B8d.o8B?1C䂋!|4M)tD״+d6 sLOtfvX-TDS J7/'j9/f4V'{P`n(!c4ޕ0vD5vȸٙAقi;M*}4eʽ1YVL{;^w%Yp2myG?5A  k/gBӤ=ygS+ ^πjI,ޔxzQrA}`yG?38u +*ޜZA7% z{RGvՃlG>72g[}d=\.h퉶nK(Zw%8~? +>3+ƁC_۞zev`A0%Ĺ `xs>hnD27x$vE*R=V59pD|j,t`׃ ,V#Z Vr.z[uDc13yԀ;-;=Qփ_0tD{J8zm m6ɂ٠ՁA&d=8s3>ўw%D l0cH71s{9Âogvc%L?ertDy\.hJ4C]2 bBf[fc-VdNY 0쑹w15g[0 =`ЧL0 V#Z f;~CK; z]qڃyn6( +<}uwjf= +d`7|Zb J٣GӏaE +ʃl}KfVB,A󂿪iϬQo.yixW٠nj ю=e "1DA cW Jy <'`27h +%JX87xfAm >Ăhn *{:> DGB>Kϥ}>tE! N٘Bwt/;V:;롦_!,Yˁcԃ s XՃ+m^F&ؠ'JtDǚ V+bgzmiA3{sUf+d[ J=њ. A,'znn0:AƂI ެ X/!esXr2R6]c Y#ü`+rAM ΂A_4, Q+ +У'>Sт /Ğ(tEk[P)R>*W|,8}^X#ZJUR8ج,XÀe;Dg |LMsܭKX6+f̹>Q[G3b R`_5tD`k\s`߂ٙA#JD wA‚\rTZ!m\#q*䂮;1G/N80/'Q%-X炐 q>@|0|<=s>xc? =>Q~{B r٠1/!'+gv n 2|o,ܓh`={c{0?3s<T Yj.̠҂g&X#eE <5)_RXpOŃV ` * f\*L\쐹?;\S2ak >zpbS52{cFcs[K:/bL+vDn *Jh,rGuZ>/xʃ +3[ ?F JLrxP @كdGԳC&ֲqn +Dy 4vBn:sgvDU# +rAǼ~zX5f^஄9䂎hlD'-a9߽-qA)Gd\=f+ܖf `}(A +=Qjfp:XvXP`= +{cbAxv3V=) Y,s{cD۝ыnGsj{PC}gdC&Xe^pLZ.y|o]eKT9/X{veK<[ +QyӃu17x!37[PD2٠|?T w=x us^qw] >o=c=QjefPK]̠ c*YN} !yuEKr6(w +/f=dgaFĥ]=hn_KKPك8& 6`uDZX?tܚ|`;ā \P" %lsef fU{dXl0K4 J٠‚KD ]QYނ}-wpgP ^,Z 33 h(mA)yuDTY0{sW⣜sz7%lй; :ÝÆ9} i7>-b%z'c+ލ]M/\pѦ#4 =S͂z5nKhteuzR'zL6'j鉚vȜ4zZP!#yP艪vtY0 'r|O mA<Aq^б?hAM؃TvQ׼`&T{͂aou r:47XÃ>k> 5 +:pQf%`- ֿ)wW"]+ȃ_)U|\ςcW -K/Y Y0튦}\NH5K_4Ot1,6:1lGA`\̂uf;5=`nnPAw%xpՂ*d3 *,hǂXsAu]k>\6T{P'ݜߖDgTY֠ւW C83(y`YGN] MGTRWÙA҃|TGKѭđ ܛw=ys e ޓ +xQ Ձ% V7| 2 T[#?.ΦP>4W\\] ;Fҁs9*Ā/g v /|o2A#q}"] dܼ wnOb2 3E;ĎةVzs'рB" 8Kxp[Yvw%ϕ  Dk 6艊ߛ-=xRAɂnrlAyуA%8Zgl`o 33(YPAm7czɃg,h!sG iAkGt=U]4XY O|LřAÝA.QփݙA31 fnΫzȁ3rxPd=- v;~Wdf`" +X%w[Y'T%EŎh\pу޽1w8;x>Ldu B)\ݤ<ݘWxp 1#S+ʃn͛=XrWi!r":J+~yKrLvJHw9r;2g_- jA٠˃`/${NRA_6XKT`?,%Z{ւ3-hCW4x}dn >A.s\69HIoKXR,56Y ꅺ-w -aVwk~'s؞h\М " j5;\h nTZ-@{x9p`r&vj5<86 .hl'ȁт~y yorcbwπ\a&h ?}usA‚?6`߁@yقkܕf +f9rD:939+!D% v vǜ,;0d,4⮄if0}=e ,ެ73h3+$,X;aOF \nA\ZOŹKтw~* rQivdt6@6lh7 U,X`+X=`'|=/у5,x`=sw%v-2-t,!S1yǃz2;Kt( Zף +]F=RO%#!gfmuD7xM8AUh&wi ZtƠ83殄A] ‚:lQz}L+rݝݕei^a3` ރ':\6(ܖ,8М \PZb.`'[0ZcڃAa%w&,'Z3<`x^cqUA- sw蹹A֠łZ> ;܀=ʁu Zs-X7c uDgƠ΃0 ;d*D;$:oK]Q@U6YkނAق/k-D,Zh&L7rDw%(K7ޞ(}gp>7lP!Cz0; A]zR6Z?-J>Qx /,Xz= +R6 oc<آ&,rLЂc쉪-X VY\7\ :سs̆Ԃ̠т\PO‚g2D7>Qvgf0Kw%LtE炯ezŎhׁ\GT-fAGT@ UtG}!vǸJJpeǁyAfV4/0 +{cv{wǛD҂S]2 'Xr/Ł:pX ZD7B&z>r:dys Zr5O w%TtZ*2cLН ;!,㵠#L0ZВ γA΃ f*=`6sWJge RfB,yejnA΂ְ r`]=^ 2`Ʒ/9+NBZbOIޢ,MwJ;Fs{d\plp%}=gRٝ#`A&ӂypقl iAmGT'okxp] -ă;/Lǂ7%h<`lP{WF6ss~W"ޜw f,+a|f3zx: + zpQzW"q`ɍA2\ %<o~= ^ ( +% [9t oy \ڹ`1 ,Vc`i6XĞr V=x 3/)Z f\м?e N=h18W s|OA΃4wE-% +=-mA΃]oI7-4ޜ'=XD-<سc!]ES +WTW>Qc4&ozc,11MSlwAEw朙s;]kA"._ 5 JN9uE(\Q/jN-zΔ8 o*,zR#S~<ʯ|Ο3ߋ~_U/[նe_3OTL_.ve %n?ԑh~zWƪzNP&jT_Pkoj$\nj۶j۵ \3:luv][aεk]U|.H>vkƯvj_Ǯ븭+ښFNXZ: խV>jv>>uZnmuگ{'n_+VAκU!un~sΗЭ +_Qեꫲ.Cd+گWu^^_wzڮ[ZCYW~ۭu]:]Ճnm֋Vpk];Z֮N\]?] \Z֞ߕ*R8w,_P>.?HVsj?P:XCNFJdAρEMuK浴`z|g +ރyp Agj}?߂zcL܎[0؄l0wFXI*=GAĀ}A+ ߌNdAc-HyaAڃ=x9܃7+-(̂:ܪG(=(`̓DtZ0OTcAȄ1QGȂ7UZx0_Y_[Y"2`bv=8 Р\ _r[h 2`h.8!p [= v # +fb=r}m <8nK {гD\N`zDY vQA.H{svf X~O+yP'x ?'YD! ^,X`AƁ&,"}ؼ`mfPO r ls V<1{3h,{+:nnJ5|`< XPd$`WCF41#;pA}$ܕށu=(m\`,f. zY>ыv,`Hhǂ]1ivg? 3  + rA13)g '-OyO4&LGT;bނփ..Q;3hAk+J9<AI$bH\OSO6HgrwLҙ] z0k68 ʃ=`m ԃ>r%ޕ 2G炩DY#] <1$,]L1cKcoRA.,3AyUL- +[0Zkp={k>ԂZR*,(`Q}.~ 3coKwj-g2Qu.d-xU\6;a"=Z;A؂+3Ai(93xMqWBAȂ`̓wz toݜ)}j5b Ȃ=~&8,#zpxpܚ58>i=.ŀqy.HfT2 r eA̠6d-xPbr fD۞;Txl0Πv( .yAU}J J=KT :D`Yg:o}3;h 6 ٳ*A*d=9|U80ȃMLl8+XP@$Ѫ3-[ nbAƃ|+O4țS<+Q#1D{E {gP':xPpcA`hbn ~!%A& yƂ؝Â.њlvˠ]%٠1F w%1P6X:->j|%c{Ed=1!d@ S[p^Zp{`Nx0ԂG<82 {0$<AɍAǂ) & `cQxnP zlMd?2Z cAփ  +sQ 0`Ƃ.SqWQ>`AؔWuohۀn9pւ܂3nPtnx,/O-ܜ) gϷ*ڂlÃd<@σ!$fv<=Y~cDcA! y6'C`Xp'`]\6HYp D,྘lEd6O4Q'UfE]03ם; NŚ0;lR,(ROe^d,ځX E ΀sA1I V{D,H䁀7&'zDl{P L;E1s33Xpĝ5 b3 jAlnlP# ލX 15 >sAπ1T.4.+rq}m ؂A8p']DWYPK8 +xS⸳K/Qi2A{wrFJ=hM(8B,8x<&_IoA$ܑрi4lAƃC\PK4 jݜG{D#=d_F %*uc46e.3[p a=J xs^'/Q.HZem nV @Ozs_l syП%3C΀9,8`i$?5`x0S( ,H8P?ߕ `W`҂"RTy0o6N`lJ -ʂAς'*IhՃ+QXp `ŃN.(ЙAJ R<3X9?gWtSy6 H r,+, m_G J Z}&}w}yO)`&AɞЙSYٶJ;`#E{Dʵ;<9{E#n *< ,8۪;j <'/VQ?Z5ވZb1?SEvzE9|dzE|paJ{gMX*P;D3z0&lփR b?2YjG-x AO A- ^yXSf'{ w%l @΂5,UP(53X3X 2ƃ;,] 9̠2|xYQ2ٲ{aQA踓 7&n8\D,ƒ<̂3! - u\pWPG4_hہx0Q6(`Ń'L 3z𭜽szP#ȃGݗ,(n̍8N&XfCf.G6[PػlP' D BfhAڂ{4xPb̔ j8CAݷNQׂ&jvȸsn(f~` 9,ZT?eL<$L#lc5=]u +fw%Z[ 6;d02$o ΅Y0cA`ۃ[患\{D }N)ͣ #Z}]c@D= # +Jrxh ʪY+fT.Yp`ہ;岠;3 f .-y;`]#Nh-Ww,ggǁ1ǒƀӎg9=gnsR;p`3ނ^e c$C86qOqຜ M@ 9&+a-VLhAfƒ\ ^ 9_`Q}[3*fTX0vf AĂ_ +,H ~XB:D! *sAu(#Z dAȃR b} &zPK4Ơ\@['8v7 q'Oq8cvy^Q|̗:[ZQ΂'sAq6Ol0M,,('Z==3 ~(9o-X ~e>ѮAb`^A. dD YpYdAh^0OAĂa BL . ,(OԽ7& d= +{DUn,'{E>( g "D=AO} Dl! ^x9ߝAOTA m: ΰO4ƂQ٠gAԹ`k1cNi㸛N]7y=:aDl sڲ N-׀?!|@l΁HzW" 7$#ŵLph +٤D) +AԂfD({_Y2 b%,XV<9XԹ).폩Bq cFrA|w7 vssKvWB'Z=(dn v<#HJwb lhaW;`1Mo QZc\v{& oC2GtAj0?41kM/8ԩNd٠Ё!C 6܂"T.HypF'ߜ; ;d.3XpLfT(Xh*f\B݃m Ǵ9 +<(z,glw{ Yc9kkƎgKcn}֢cADYE8`zZ.Q&S&n;Pe p <07( `݃BdƂ=djsY0,x0Ȃ̠ڃ@; AĂT6x6$D?, a>Q ~8P =lO }G3,xkc1X.c! jC,ykTXWDnA,yJ RcQܜߟڂ+>ӎ뮘LΚqU9gp>ޑxykAG0h,{p䂫Ã#Ãp<'‚}  9W{ZAO4*Q vϩ K9й9O[3He D;e" =ص {D>Qʃ U^PanΓ4Di QԃB "t2AArfб`m :$,H--{p5ܠăX` b٠9fUjgZ P7s. 2f~puO(i@~b_Lc^:`lYpU"F傅ʒZ`\p``݂:|[':+`a}2LCVmOT@Ђw {D>QGT NK,1z _ +HY1MorN?,drAx^'ἠv "\-(]x0‚{D1n03u/ƿo߶vs@wW*jP,0΀w` QX0C&{PhAJi n{D&i3l`Ql!3[˼}^oU\г +ZrAȂ3H.T03hyP`?)<8xֲ ; t-H &_ŀ@8H(k"ЃYAԂÂDN RtGfV cΊ, b p >7f V<YR;d3`.Xy<~"9 ~ =U +HzD5 D\Q܁䂎3b .ZGY ,#f|ǂN4=sfu':X [ Ylʁe8Ԉaw{]Y2̙ J=8pā)-oXܖi='z;d>( O yPc`ۃ{D ~Z ~Fܜ'=YT:S(A҂ލAփ ZpEdAȃ)s?;΂փ-!gA7fƼ77M}d^о٬33=x r`׃@‚b&7́HX`5h.UYp g|[CF>Qvn#!cfkzD;&Xp\ z0zqԃ + T- q['J15}.Ql A'yp #JzwH.y7ݦ9_ drA҃KlD#sA΃3]l_hicE<8fJ3U >0g,g`jp`aǁj=܉yp8GS6iA:Txd=xS AfЂ vDy?OT n҃B}lP'D1>=XX I(b V=4.yp9|؂/VQ} n b9/ڂ} $,x@`A Zt=8fL@܀r6\`c<~Ot 6N6+aCzS>cD~:=y nXCQ6XXPq[Ud627 +fS~ZP b* ,f= "}`ǃVZ%ƒOz0O!blu5sǼ)33xwm- -h=كˉk@1[9؂r`G  Yp,1`׃T6҂`/-z0WT` RQNh=[gʹAڃ `O4}R^x2 ~"D,O6 + ٠ 폑Y,y0Ă;D|q+z{D: #ʹXpDy j 5?4E&i@Ѓzv=8`Ai*D;Ǥ`o,(A iU + s XbBւ%sƂp>x8s D%)-L'๺i {IՃW rdv@!v4` D xO4m6Xn¸ڝ1=cέ +jo BD/l1|\؂|րn%mlF6`p` +<8.!J0|cUXd{c,%Zd VsrwC,xDoZC>ѩ z%= rL`A,n ~DQX7%P%`̓/y>FW_\% +[@ ~ AĂbh-He\ AnLQl52~hYcfq^:vo#sܔ5Y)cC{_½7o#`. ' 56'(_3[0ʃN|Nm@r,3' j,( nlA܃, TZ` 0g:;d™ j-1m҃.QAmh˂n΃T j<[0ڃD6Ypǣlgǂ=WzP'kA,ts&1&2&pK ^6;c>%se r{1``9pdLևdxx|.X8'* al( r`lLx ':2n;;d&%ga'< Ѓ"zP?7[+ׂyk d?&Q}p-z)f3 C-NYc>ƅnj^2?elxy dX(z STyp恼,0ʂض`ŃI{D`7I т"F` +҃[‚Un -ߝ{R@6x"x/06 Aޘ`>Qς>ъ>Q΃yV*,Dvbd=,ez'e-;ܠxq9z9g2³[ƀssϙ >Sɕ J9zEk/X=# H{!Fdn 7@҂p(A@Ѽ̂z6miԂoX0* C& zs[(WVlp+giy6( CF ;dU=4rd<(3(tփ&kAʃlP r r=B OԷ`S Zݠz ^3$n]6cL˂{?Y`#pFc&8 +:p];4؃XwȂLv `=C /; @0T8`G`J =R炲;V8pq?f^/LnN:pwPρc3҂ǔd=1Ӽ`xL,Hy0pfyZ-xSoA(xPh%xw=XA6ޖk@bhQf^PA(D +Kyփ>Ǫl 07g`"=e_t=FX'΂ ,;eh X =#{D&䀥L>6so҃)_2 ֻ Y0ȃ,|}:݉-:`H.''_)-( lRY<aVZ[ `P|unP s2= "zD;\Zpk(O3n.g5ͱn,`ξФ`J@u`׃2Aރ1\l:Ph v= v<8 l nλd=H-傅ޣ,kD(37X,Ѓ=2[ '#D\xp }f$`݃!;d` IރfAFɐ V,`L*trAԄ] +}/pLP6x 6vn)췅i; j<qΫ<u{E>Qoʃ7eWdڛAy|Lx0s +YPSu'y5ᰱ1:dn͟7Do\#z% 5փkŁ9R?_>+VP; +e˨w ?ׁ}ASypw{QFųAR ƔR x27"M+)`{f zpb0$=xJj.HfB`lcڃ@.', <(! jwD2D`ׂ>QWp.| +g{ \=(%7J/tx˷{dN>kWfƃ~uo@_7ւˉ~~r}$!gz\k@S+`n6俊Sf)@ƁPfQUqO \ u lDnUT8wO"7dƁD{E/Yy?Ȃ[Ԃ\P Jf8!O\ЙA$fADQn s[nv&em 3 "Ђ "vLjv-A;ZԘ)8ifeMuols;?crj<ϏiWaZV0nߗo;kZH1TPdѤ{1`80>{CajCD YG' +=\0Ƃ5F*:d ZPAhfpظ'8ey߸O7-ޙ}>g}@ϝ҂`{zНs.5$!i֜ʂ՟ sJ2S80փ,<Ă22DrA΂c4LA؃l  #sTq nZ,1!O4 ,zD?=ypADP(`A*<(S @O/YQ̃1. g A!ZPOtM.X =kILLi{םl} _>ԃr_MZv~^Z} BNC~Bl82H_Ϟ w`ՃG#<(9/8.`Bv<}kw`٠΂5&͛ *-xi<( 57XgN3g#W`̓Wh@Ă>QςNQw^,CqF;]}1/+{o`X2߇ΫP=x~R?2W?C=R +]mnjSMͺ:iꐩgL7u5S7L2ey6ϛӖy2oK_ee +2omw|<}{ϡ\*^igo3u繵6mmK/ڞV_s_Wک籾am[/[ZSo;ʵٯ}mX^#W ^֑aBh[@1~;.֫cRuKWkX5~Poj_;N˵L[o`:;Xzj]M_e°.6X. j :uM5ob0Եк>(W7:zP7֭Nnkuuʯ;3]knSgzϯP:߷_h=Wc+]}uQumX^zֿo ?P7xl=gP΀Xق<CTX`_,\N:jj)q݇;[ʂgH{=ǿ^I:g)sd w`m-dԁq y0Ղ{tLqi|utG)x3}3x?1+,uc[p{0^/r_tRL`w{p)w`'5ZOhm=W݂{tL5`F.|!?4݂+80`rϲlP2`؁Yd-f `kAփ XLĂg<׷#J,8`ĂjX0%<,X-.'(+9` |q]]<HBX\pƈ[JY҂+ zLL-|9V'z^  x^# 䂷IgZ \rAz,w^OĿ+?{r@ +TYffUق`Є)d=8uڂe<_=x܃z0тĄ5,j *ϰ\м`"=٠#UZq`?zDٹAƂmh}Ăyƒ>΃PZr ΃} &yV ,`of\٠ ~X&( `ssA \9f:=xd^tlM Z SDKsɃ!Я|SRXp9?{U׃ D3AفߠG4߂jf:`ڂQ,"ׁpl T D|kx01& xt`,x!9\ւB.s< vL؃q j= ք^.(QZ6`o{0?}`NhlO@h̃h@w/ +^/:r«Ozp~&z$\GKwt`ioXjA|)೓r`AQL` Y$L^[l0Ձ} .zPc1,=~DnWq`σc&-zEdyPGT fisX6b6(mfV6KB,xn9BL9sp;_'@j[p)x0I}$j-P y0hBBx0сQ.L8`f&X@?TmVLq x؂lPsDd(TZ3;jQY0 2l(ze~XAkAuтoْfуكw$Ђb6yp`A!Tz043@΃\ ~f`A߃ *{DlPaAnoB,},HMgAYzCw;^]Y]s7l}x%OtZ#,{0W&VC'4f{#N/IE.Ȝ`H&p zpd`Nh LC&yKJJx0OTsi|#rZ gA.9JAyh Qa   Ăb68eA̠6f6H,;_"#' +Xz ;ā7Hu2OIƁl018a j`f.9k0;&?yO+ +]2uҝ)H[ą-r?  KcOK(~΂'sjI}1WNڃr G3`y&:0` H*g跹`#`σ)y{p`ޘ3-[0`Aу YT a‚UAO4+z5ӃӳAguC4b=8`WT!#z`6x?ۃ~.ZG4%tTy&A!ę ,8>QsqUlA}Z0K[l p;9[vwm.<<8@1u +oys`<0)6Xp>bz$JkFp!gK=B-Ʊ3lp V`֬҂E8S Y\ F= SzDwezpnf`B6j6x5Ae6yFQ6ƃRD{҃U|XC&p43)cA9 \0Ƀw`lfPƃ9(nk51 J}1sH>Hwr&<>#94wUr|ky0OM2!LhN"T{s1@XpQyP=XlAkYmAσl0ӂ/egu-({PoS-=(Zp 6&/ X0 QfI.z-т\h[l\WSTϧ{^I=Ѓ>d·=p d~>?FGf!A:/;g~1/09w^f1,x t`εhA)^'5,X8#QsA/= V1a\?j|eosyAփ92Lցl,-A vǼZ! = Y`j޲lkl6xz=z}2^QɃ" X>m}.=(YP aq}9rjvp}cL E 9wCC;gg^Qϱ$=KeXBv,&ml-yAπтJ=W5 ;p`ҝ1Uփܜ@gy.#g΀3vջDO %vu oP&y0ǂa =xY`(hKiA9<8`΁`gAc;d:у 쐑,~| M.X`փ>Ozv؂lzD7쐹_fMZ >J`GB hA!ŝ+;_3p(qzE<?絳sre v7΂`(Ls3yb1tk< ݦvೋ"Y׃ a @ ==i,q+!*D_,ʂCڪeH  if`%*gD} V<8e,x ggj=YP ['Z+Z5‚0` D9oăxĴ >?LΒ@v ^$7L0t]F_ x-d5.'a>8a Ux0ل58,$bOԾ=xȰ`Y 8O@+3Mh_K=x6Ӄ} `j.*bl0G4'[p+-/OTmAY{A?X#Ƃo2,x+?悡>l=$AGG-' tsGf9wgLs% >Xr#y_} r‚K!LXfL6a fCz=ze,5#XAo4J e}=C Δ'ο7 8``ȃ>QɄ]CN`߃z {Ey,8\A'=.x0 +sl6<Ŝ-`Aރa x! f<(X|WƈKo2AM ff??w2>QzeG28_s/V ִRQ>@g_ҿIY +9 )a TzP ְ`8/u=Zk>nαqṼA z,1ւ?ZP *r.h6ʃ|P wQ?,^,UZp=gAփsDтa<yAA| Fv|љ4 + *,sqdW>}u<;[-8#T2 iK`τg,1^aG4#$ǃzE gY V<6n6:-ނLq*Y\P`d lPAƁX>Ah<|+` O(= Ht 6;o0mnPC?̘<(Y_sL37xWA`,|X/  zϗb(/yB.ϒ2 dtAR`悘 r!u u{rIY y+c'p {`!B&s8ns xp99gOxK/%nexpl_/uKw`)( =٠80ׂό6#+XphBc/jXxz07M`aed{P9+`@}6q c2-r 2, U.ZR.ـfϧ傌Lv YwʂC\8X0C sʳl ^[@G){d\P {d YP<{>dA7&Qdlp!>ΘK#]6x#* a|u!ڐ34;x/c0ՂMm +쪆wփ%=C,utSxWྠ yКGTIXUg`߃Lk ^shAу =xsA;dbݶRJ{d}-(eeZ@΂Xl0xޠ&,}e j-~S^L E'zx5ϝ-c9B.՛ \0Ʌ:Kiv J,XfIzpGE'K=H2$f F89ph)<[R < 8 +, 1iv3DlpȂ.6 9_`l#Ty{6+O),xq AmpЂm4X &Z߂S<(fw3+Z̙\p傸[f]2h?Z`Y ^rEǮe ֿQ b6(YB >mrL߈|ԁЯ$ITlUv3lp\܃/.X68_h΃yc:9΂r,?I`J.P>;{>`Aփ2 JI`q(KO4AbA.ƙC}~ +Ζ AفS<([PUe>ht`?,(* 6u7݃X +w5=,0'Y7\ACf q̴рgx5A)g9.y}ZC,E+h.dҬhђbuhIZ0@ZZP7# o4 *$=H jAE~W= ̂/0/(zDQ.Jm-(* kAL3`lyAكC L l#3z=}D=,E 8_<gAc, ,ey= xPs Aɂ_E,MĂ=>Wd #;gp91!'h@ D+Ă0;x9C՞/ziQDzsr@6 D7Vp`Ϧ8p=*{`A&8z`ʲփ?QgO +'87lP2FE>`̃yp \֟noagC_ϝM{dn js}"5ߏ{߀f^Sj~e&mLp\'alP`yAt`σ=X;_Gt%#jK`<|X jzEЦN&,`O.`cT ^ fƁG}7ۊ<gr}1 +!zE9zElF-X?փםL G&ł?0| t΂>Έx2+&g5&L1Esz/ NCf 9Ogrgpb˃ZL`Lp y07m+\p3-(zP>с3w7;zEwݡǜ:wq2?xyf3X~')1a92Ag<{YP,XσЂ*pPwÚQ-3a uB#zDcbtw`g@ҁl aD/f JFΖ=H`4WɃ|Gjr'! |烷<|lPF<_m>XPP6cA." R$!~m9`,9"667jy0vkB~~(KUӗ-́{P fIZ3 W:0ݬ+aN'XeAĂ/nC<`փ1=`g| {&  8 Yl[)gKtj`3AZ)l<{E] J ?fp|,x[}6,aЂ0}]hWt v3*fC<;&B{&4PA *roy0ǂDcfW9rAt r ^p&D^'80)̨5aZH$I OKs?/yޘԿeֽY5lM,h\Q.;pB =~DZ.\QS :L9 r ϡf/  e3$Rҙ J89uzzwB ^hi-.[PZY `iM<d,Tu3j ~WO@܄-8`a_, L`ȃ`93', οq`Ђv;ُW9$ kpfnPk#o#JoXqfH+䂾e鶪傃|plPz`qh[#vDdANQɃ+qVCZAHWp1+XO;&${P?7x̃L>90G \'Eo=HA`؃: ,X ;d% Ae6c{0!L`4|RAnnw`FgУݟ'ק=7%g̚ \D3-&~QPx0f˜Gjtg%g,:c>pkZ0gfpق2~{k +ի"~U *̓S<90zU݂YjhAL|/.QjA9 ;`7/z\߿a{E\0 `^P6@,فѡ&zw`x.bƃ|.T+zq}o+(gÙ Y*AςD;~l1 ~"v]6u`Ot-.lM,șPc" zPkH.8`ڹAioWObNf +iMy> ^tsP߀\iC&-ɪ ٟ4G~74}=8)Y0@߂vǔ+4{[Oab:ԃ,IhzĂ,Bs'<ط`τy@!ok8!e)t X  Zp xރ{*y0`CsA[F` y҃A; ,! r٠YG ~$kD{gA lpg9?H6xp^QjAGكL<:k~V=="u|W՟ P9ՂZ. zp?6i V3aiسЁєlpr d,6dA߃ϔ{[v6ڃ: ,80! J{db?c, M8SԴOʝAAcv}q(zAw,H}8sDjBJ +,>P>P]glWҹZ _BX yP` -K`A{&Ё7/"fXPL% \.h +r:ւXLsͿnNcBcg4@,x }c7иG c3Ηlv7 r%炍Cg\ O=8yp 2- zTZPXPA!,8),칰r6{0ɂ=CƷ`͵&ݢӞ wz ?1f3>lu}k|R%xn}5pqI%DޓK+fQ+J0+2'\CF.pO(#w 5%x:^g91dWGϭ}$3yփ粲U5ab6{V]I`σ}M]rʂ|0 &$<C {|O##X+:|JP7Ap8rŵ̵s}ޞA7s/,zz <3 sy=es=`0<8b-a{d8 J x-`AϟϜ<>σӂ 13?t}4 _{Po1PXK{9\f6653clpr:>LsΊ,s A8Xb,TheZ0}Y|8$j 8t`ЃFAكe#D_+^Is3w_66l-y?[49\cCη\{crYw+!팠>76op&|lC Bm[C`NcmLΑ&doG{9F߄2 ܗ:0`$Zփ e|>;0hA  Zs`O0 nPY^Ă<l#oh,xw`A΂A1+x^,8'‚` =c~~?т}29|$|PRDXIh%F1i'x&?礿/]S-8135ss%3g X@c8ZxU-8}n<U̓*aA΃J dyރ5, G.{^~v u3&G\8M +:u5΂M!6χJ8Z\õ:\l[pmh]i"gs5?/֭n.zQa`B`3Y Yci-^e=΋R=(nfS\ J ?k={;d + &{8P`<2=Xd=8|߃?O,7+-+C ~N3AJMq9fg]ЎԂh3 Ϲ1t =^z[=_+o1\zp:N[5.,q`I90#j,w@g33hl0&l¯ 'gRl GЂg(ۃj*+*yHۋFׂ>凶%,a&zF|ă4ZpuȂD<$(e= fd ~ X0ك1)`ЃlP+*Wcxqb6DfzzÏ87;w9-xg"PDrY ΝB +Ƞ}J3}r?F:gz{kwLi.lBgws`7aQ) 07L`7 zP4t +E, +넝20ST;9̵ͼ`NsM ; nf s+jYσkpk(d<0?3?dP]sc1L,!+JXAf zpƒ3oA{`؃B5> =W҃%2)*gg9gJA6P`Bx<|{4J/ +4wFqLu+kg0L`| ɂWE Z0Ain0'a-8҂#}lAf^Ѱ[Sm6h ɂO7F<(/TV 4 FLy;AL.q9y͚:劳9//DПg^gTгP~&fhY4g"}vf 9r`#|ުYpcU V=غĂTz}3-(dk,yl>Q8G/A&\C=i+ȯ`ϸkq+ny^;_s 6k2Apl5|^63ej~jȃ6S \ok̵8{Dy9o`4΃ "֞Wf:+ښ0`7c<ȃ] r wȴ& f gkw#d,~={E'gHQ#gAAwz0yiLN.83L+6Ɗ$ r|>k|5n>ԙ`‚ύd5\ MxHolf6Y5aP 9`4ھMgcj!KiLq`ks/g=h9y.)x qu<-ӝU @ {n =ہM.x;;f |\{C5}7moݫ` 0_<~W` oƃ^z,DC\K-xB຀E5{-8࣡= &6o=(2z0 Lh.<{E>M`WTAiv1AA?b= ud[wYPǝ0ϝ-Bθ;2D>Q +:GC祫Ԁ36l0=Xf-XVldy V1?Ɓ:xp*قzDɂCf8PCp-c 1RعAwcwעOݵ/:[1lAmpF&t.c)>!|\7[SXz& +ßs3=M~hB͵4<>6\yIs[C΁vz̘ wkx>7pւ1{EC`hn0 |hAށ,8{pq 2 ۡ>QGNr^>8PeA΁B6(ZP'jKp eXL :m" %S˂?k8(4!m+IΏA\?o#3X4{f gw~Ns4ߌ;7|Kg<ϔڌGwC-럃ߛ}~y%19["t6ErDs؁+:P3łj2}IʶЅܛ}m9 nN`mhA\0>Qĝ+`7? ؚlMhDMу$ õ}B9Ą.u٢u`z|; {p c+0#xS5'՘}5pzZuᣦg`wis=6#اݗj Ƅk͵}e9`c Jgz'=% 2,hWs<`/08,yPcтW4432 ~`tL>Qς0h?Ȭv3JzK1qae~MЁgz3!~:RWR^s8,@΂>є1)=s^k.d.|+Loˆ=;ۂώmdNʳ`J6pATd(ẑ/0|5{d1KtIJ~΃6lg \>HzF7P9p&$ҞSdS]NsٟV{n;+{[1KB|P; +߳c ]v fnsh4Hk59VjΞ`ە`MJ<e6lx<}\O4]ǃZ <=fߤx\bϙXP=;Ygуx۝3#vov'0rFOCC!q_f}hFjGZi?*ӓ_9G΁!`kz0%\⺍  k҃*y0j>QރϥX0X-w`؃=,2a؂/v ?3 L*Œysu,[R˵#nЕ5'.# Iߨs,`G u&3=6km4 }z -hh^ +{N9n3Ԛu_\wCc4AE6RyПL-% xaGN|$q~p?)!K2_k_fgRm3\h5|PsF(L'lr,`bE Hk^2>`f6>}AMgs,‚ >tzs_=w O[<|lk^g]3d.\^T{f)p적j@I軐%_ki[$;7lΝoFE AW#s=˃ sQ&esK=x/nsP$ ,~J6xM`gKzEr-YG,zM5LA +O wbb~<1s,?'ߓZq 1qAx:CZ!>1t/iL| ɂ2ϗ ,xk%[҃&Lt`*`߀iC & Aك}pl0\a! `\ +ݹ'CgÐjHLMH-,`߄>h3Ds;  4^t_F}AĜ )5˂`A{}rx<|b7`= AƂTnv퍕,8vAނ}zP8_" f7l0kng +4~A| vv0anзzE {H1MhF"tlh;CйDt%fA-E\G:b>8+䂧^S΂ =<&q`s k~@ф o s3o ثT~@ƂCXw--yЛLx̂{[P6 Gu+ +3\.þQb ~Zsy +X=maND#obNo;3v(\g=3?>R!%?Gs nHϧp}mֈ\Ew΄WT8Akˆ.Z <8z ,y1a߁qG07(z,X},홐􈶽r}s3,Xֶ+J`04k?)-H=&~Q[сўL<,VDX}NLsA4!3!W.wҳYtP dsk .\pV׃:V`υ (ZP'oA\0Tn^ [߂?ZPOlMx`+ +N3jFLz/Y7?17~NkA8_q?d#<~Q =hAFxo|=\=6=lB^mfg +L,?lg͵!C>SZЂrAe6X% xpn{`ȃ= z,hw +Y0ǃin0σ< gM j<炩E5A,~ĝ31$сyf/AjŽ+fK,xgQE>"ۂ|5ӝу™BրRalgxvf hf~ΊSI*׺ žƞIטA#xZGµysH/%.zE1l=s xaٕY0 F=8]U-`daSd,v  U<(~>`Ѓ^. ~*Yp.`;٠o/2D{|T! % Y[3籇g0 vb_;ܵsG%D&.DA4!YC-| B6z0yɂxp2zg{cU M+4: M8a < ΃G+bƈlsGй9rY۝QSb$TykzОSAbA<#+N gp=/Sff{ew1䃞۹D~xз`kBς\680,3=;P)t )}I{d +A_t'/50g ZǼ3bhCÞQ yV6o&><C5{E5 ^[5Lc}˃ k[j]#:`Zh߃SĄÃW43` =?F 9d}Xi<`߄ƃ #Ù>lǾnlb=4W:o?98ъg&6Gs(p }h/)7$|kΌtP'C v4 -W{Zg95t OUWWUWW_W?ձNur=UO~]Ϡ>)FpZb}wz᣽P/z)_:[g~\d6\bկި77QYV]{_׿yUS}wC?߮?~7Y'r9{{7IElCU듡֨E}?giy^VB.RwH)uȗz@)<(T'S=֟N?'Nya'5>T:z ?&<8::? tuֳ^g z%^z5ץސzS-CnޗJIVS*'XUϮXU?nJV_T<.˃Vn~hkQos%?ԑQ}Tͥ/[]RS +oαuԥwukNuۉowqުPߩPmՓuѯ8w]O]~ϳ{?8ޏwwJQX≷CwPikGxԏOm}}9X^mes`'޲;׀ {?nųwzWۯM쯥۱~x'pN1~~<9W8w>]}q;{>MuvJJ*ՏQ6+}+Pc92ΕudwJj$gX`d3:Ń,+ry΂sx|gyԮxÂgAg9|WyɄ,bLt{\762Qߏޱ"5Ȃ ȃ{sL&p``\wj}7iw`,֘3e.!8vս&a*0h>p{;ʨo|xT1kW$}PZ ?6|uͳH?&qË?=ѸA+Nl7^-kfBg}?`„@\Ŷ'xPtWɂO6X0D]3 Zm‚Νm`;X#L'^^Oo>.&5f)ؕ6a xMmsǂ-&e-y<cA|Qg#ǝ>O&"'RS 'MzTɠQ/<,) 5K]Dh΃sC_ną[< v`v-@r`]`aYE ..]]D \ckTJ9Pۑa{L'H`==)/yȬoJ(5JnxH?,1TXx#J-AhL(-5&L oxx GͰXe +`9ޏfXt m̃龢FLwYiSf R{!3$?=h}7O4xWzEOvw }=m T&\˃ nÃgG|̲Bh  7dyB$`_p%7˃UO󠲠0qp\~2,+&\ǂ6'5•<{-(!֍%E56TŃ`A滸6EW؎LHwxA{3awXί1»Db:!́{'750a)~Be#%EK8E+Oxz t`'p^濚^W̰$U <6A`f%R`j =6(,}o\{0AR}~_^|ޖ ?<ȿZW֫W~9 s;h}{ Q*ZnyߴA700͖vL̆s]L,t<8&,]#w5s,y~{|wy y 6 zExe`oKs3&^fLl ~ ?y~;nƂc&<#*~c[d׌6ʆpo8_f,oݔgd-o/f/hs肗'̙KN(3Y,7L X U,]0݈@C=gx]xAr~Yu{72x.^ BG:fF̜h=74K yΈ KQQ#t}<`0Vat]9^{4ʙg-1V3&X}ʖOd >WtV,,8f^_L ^PKY X7W4`GaSGL6 \ .36$ȜrmP\wJ8Kg3>HF:#07GӼѥ,u~zE[L85cb}Ń 6 n<1݂G\xʁ`mxM==J<7ĈߺgL1*,+j˙ps{n ޺,x xi${„`0_f +>\Cv8tă~*zaXpA McVcMK*/PŠ[ uGAAx<g\ L~&9|-LA3LVPa X0^#cAG%sA9=rG<g<%*,X> .<Xσg71ÂM|}!ꬓMxp„S,8+&m%α NNj{} >Yd_^уy޴^Kyw< w fNg,_'{4c/eMpOJ03#L.{ݰ` 3,X4 .x*di;XW,ŋ~Q2U>\`~3ohUZVZcMXf:ו9=4'ڬSu!OhH{Ht~$+S^jVaQ013LC.dr31X7M|tp̯Hז + ٮ1A1jELf\9x/?6c0G-mp>XTm…KyPtX7W냟~MKxл Î%I@#uȐOHf##R\mKX}V<dCF1=Գo땼/NO[,xVfV+jJ,hAb`+ZicȂ7tXȄ`I y0,6Xkwk<1O~gDyFI8ox8N5IY\# SS<p692kyp:% <γ|}`‹wς'ֻ{E `fAu}>FyY9X޷FUQ4D,< *D'\͂aAGLh`ZڼAώILUx0qM+sbA/UݤLܘ̂ +#<+3+S -Tr^|cHsɬ{1`COGӳh,g ]+^($&,93 6d&)0Cw9wk]:2<SmPyм/dɐNx26POZ=\c(g)\3ج˃gxÁƒ-Xpp ,,v˃7F&l:G@T}|^̮Ll˃krdsCpW`b>*& ,8%L.h H;Q?'d+M+KfA0LfvbAu<(Z`ɴiKYpf.^c1\ #ax + ^˓^uꂬI]З[B[+73ϞSeX}\i.+TвcOau:-֩h`Z^vZN~9 xs=q C~=mp-ɒ٦w dzw 7 ~pॻt $ .~_b:65#80*zCًgM4Xāߡ96Y>׭qaeĴ|>@v/\A+sx40'ܘQx:FlBrƁ=|ƒ%480E/9,h̃w<~^ 92a؏ZeÀvf 2z)>+ǹ<>]wp/x0`a·gA\/7M郁E胓{{r]q +W̚!=}y!ֵVO˒Yf͙都ꃻݯQiKX ?2$nƃ˸p&\ǃ5 m&\ :X uk?D8dd6 48a+*u1iaSIJiu}dAA2τU\Ƅ4`A 43!NhD}D9o 9,`@Z: +_abT8bĶz̔E]4&m&̹ctƒKHiŃE$|,a^}b>kZ?aL#|mȕa&Br۝`zDoyQEtfx"k'e^`$hxN^p[̀}$x ﳘyИ`/Kx} C_&<;6:<~xFLxv~%܆G\cAΛx(wq~cM,0!LH͐Ț/2Kf_t .n%ɜ5~X}ϟF\xp /\xxC.|j} Gk(3c=肕K-0hyʼ68w<\~RAq:j9΃,ϗ2[FsNc x2-mlFp 9Ys+&dx !NO9.W{R<0!}~AK?aV~2&^yJX'Bٔo{ߞy''?J 5?s&<8`9рXFxg7(L480{x,X4<)Կp/1Rm˃mM&dAA>{,k5Ve\#΃{p\6 h͆ lEAW'υ#.cAh nȃS2كsڠ2aB+Yp~ѥY2f^%ɬ]pR&Gf藔;\?B]zHX|Sڻ3G10!,XB +}P<[W~gP{ Wj̦kN+3k +GmX_W<证x>l`ڠ3O6 gBb_2y0 Tf }cQń xXPxpą+x0<;<8b•2n޹ 4{` c|dއ.*Wt팉mYoKă]6|p=#.(qE ooͅQi)<8yX񠲢95&6x% 9pN0aſJxp%.)&|r̄b "ŵAc2[}Ge TD``oC/excaN&,HߍƂvŃѨx]UfOUKgȗqi`א2f\+?x_2ۡT/yIʂM2S: E TSẋ1 ű-/$_`$pX[ȃ+g`#[{<(\;i X C-C} QZ37f 1>RY܉PjY(*Kzmsag6QΧA+DU +e Ľ&Ht_|p 6\ɄٰW năGF<Ȃ(fxPB[}}03`S'tWz }?!<5QFyzWǤo->(3'k+Y0+a6TrDo0{E1yPscبp\wj 'M_{+(`3=U 36F\o#m3 -3Z 9*k&V΄ +%ɜȂҊE,9f j!xzҵ2%Ǚ7Bf~7~yj?##5{ 4  r7{Z(/Ar+{9qL_6V..^?S^)\N.+.\ÂxFɂS~M\%`kĒ<5Zd1q!{G= ǃ=&xЋ_4Cb~mƒUV=9 G"[3ǃtjypMa5V~V~>fs]:obMR}p]͚Dus3٢k5;E6xSbVu9q ^aY=1bať|H\M Q[N`(`̀VIK6h32^5h|{=˳Dm*Z%R# G+9_%=̼u20tB3yH'xd\LB/+( L؆|Sq͛ƁLU2c|Dfze4`~ c Ceuۗonxr̰ɜq8Nu=6~Ye[9muX^ҪwTM:a)0"l|,Yʆ?ugZ"Ċ#q[jDf(dZ Q +/(>̣|6zofCSA>{ԬMڧ0SϢ ~O1u@Xʞ]ăa>I`ȃ]&lyEbă~&G/&t\cFMd޻aC(';J3X xC6Wq~/#W2!kvńƀ!dl"[٢?_f@ׯb,mgW.X 0jw7g߃W?_c)^̼/&zs~_xщ\?̘ye<>2"X3goɒ1oRCTB +-WYu0'qV<8?o_d9 .Ahx}x?^'=dBH輊}D`;>}5zP{0^<8. ,8y<8K2}p 'xpgt?c6~,^E.͒Y?b%<}-mY/l\Ň:p+ؐMx&0`,ā[ggA+ 3XYR5X mi^H37ʜI <VeجeB\ Ɂ' +]<r;Yci[ yK 8P+(`6|υ['}j>*g7uYQpFPCvca.bŅe3i+,(\#|v?j3 + +c8Tkta!UOLh9AS lP1 u~F cFjd=mp <9qtBT?+Z ?uLr?%8+ǴBA<cpك̢D\;˹Ky-}y|}"n*f 6=r?ÄY6" r>2OidG[#%F&5W =)iQϰg /Y˄E‚>/pJ k#d8 riʁ>KLi{ۻc-[Pnzķ}/vLQ b.xLid2̏avg/ |zS z7Ïj&|E +cv2/zJ Zޓ |͜;-s?5Cf -tY3 +wGJS-e< m>Tpj`_7Ќ|`Fg= j) + 0I_?fл~6fhf`{\}oˊ.!{`}z,H'xpa$~>;@#sPFYp N'XO py !Ve.ɔDBU/m.NhCM1 A1gxEZU]U>聥|rD9Ӂy1=PQNiT \rq^;Kx/^VWS]-8ܾ@z f`=ƅ򢗔a;gA,6r]J4G(r_BG,s+;+Ϊ/n~3@Gʄʊ=ybR5Coy$ *;DFD~SOS/il`9]|̓l6߱d +"79kyOKxb*N郛jh7nƒ-&?̛X-n˃sZ5?}`Ł :a^>^#_idh8 ȼc6An+3*7E9T; inaY&[A`}} @ {tOrC͒( YZ{C#ˁ ++"]cZzl| Bz=Z/4CFSF~?ޏX-EjfIgH+UЖK#9Ij>Rx.y4W/ޘg\mvk̩Q&o˷(~¨Yˊ Ym3^ F<}OJ7/LTL=2@N} uɄBN׮.As|<ٮF-A_? \Gf=ӹSx 7eDJMb?mɆ#>\'+ʐ[h58zhz 2s!9J=mVUWo͆- ܚȼ$ }}efbdA/l L$VIe#o<8pa ? TB`jQ_ӿ{1G=1͚O,haL;1k! gxFg,an> юwDŽf='Q^86Xz!^Xʊ? ',sUq5|4J m胅th@kȇGO>21.*]74l`Yu   %#Y ۆ\<'lߩtwhzX Dz{'uBpR`|-65&ˈ†CVL#'sa^kgFfpcG_l+5fH6tUZgif}Qn >̅[kĄ D !>DjaŅ,¢f ,hH&,|C/1abA+B+,%6/nMPzr{GQ `Y|OɄvhdS3,&~rBHqփϺ+Z?'X1rm\ߌ|B<y+Ϣy:\qN`S#~2Änσ…*:c-xpML35‡_4cǃh p-n3{ǂ5n{h| UN y&vj _:w W'J9^8U-#jcJCl2<f_ +sc GMZ|}һX* + *ACJ<=o]ѓ;L Ȳɐj,m4ݬװk}Wsֈ4&ݛ*~R9-__fmpU_(d=T-K5XQ_aỠFwU^r^-< 9On,zE +/k%D; mF[7J}P-2aq>E m̥P ky3Yk2,<< }Af(CP˲΃/xɞC<AkS=ݬ<aa;y[_t4sÂ%LF.{ M2F6CxpL]s3xp̉o<Ȓ9xTt6_<&z2{3q9yUzTYypn`ń8!g)p?C1`WtĄ7&njkx}&]1<rFK2efNd-cadȃ/L\k'E̚yE 8υ|x9oQUbB +fAe8yGpd1Xb6zbˏjcfɲo;kk1۲bYpqƬ wQg iP,!!4Qsff|֊3%hٰ/gvEC_:0Xд ,2=OtE_:Ϗs NͪѢ+*x߆9%9xOYSz=u[rc O uaϷH1g -3=0`zJ'V3G(Xk d/!Xⷘ=Z37?D~3xN})x%"̹eK|܇#1Zͯt?9F)}/~o ^`>gAHn Kొ+-5w[F&֋crb]Ze+7&&Ԛ[Ov3oDSlv$LXP8^uaK`'՛Qq10FbiALeLLP7~^΁vrCzfX4]r^z o4´ı;J~1AFY -,z> ӹ3>zaBOOi~CFMRѾ+x|Jnk>t>(>e&so߯&]ؘ0K93E74 ce…W>i٣>¼>{‚y|EOXվ ot6̵iLb1Ԅn-]ssTLK|FcأmRPt:ȟ)l3 +30.Y5Jt,>\`1o kb?kYnP +ޫ˜y5o`A\Smt?)u|" :z?*٭0_ta'T/1ʔRXc3L8dD_sn# +[NҲ&fa p#afChnX/%zMaç93Sm&a~ڏd@/p"yC5BradvFɃAJ>'qnoz2r~7ϏSN9pcy0 lE%4#✇=! >:!^1a%?U#g3|u\#9^XX|{&T}pgpF}ȔY:pN#ʔY˃goɃ-Gh~ +}#} d_F<1 T>kf &+;Ytbwc.*_uGu7wń޿֜{?μCKB߰s3 HZKju΅&.Le: s=5pttKҽűʄ ٴ~qwxhZ{Y0‚%fȫeԖzkҹZީțq#ٺϽw\9f8F3Pw5x~Iy]p.t<{q^id& G9{е ?jYƹ=u|y„kɄc,,yn#'vd70#,(|c}هA/hysǓ,L s(5?vJ#t-w?+r,<(zjڛX/М}qb̐LXWfL f;e +sVJ)uo5kM=cҜ?+3)$&X O^C|«˹׸NYiQs6\(;- cƌsd$hئsN[\вd!?JEi A +{L\sFZZ!@jS%؀( OXCNh/P)}[+A Ҳ^4B~l Wߟ~~-y73=rEaB^'o>eB|^=bB~^h0\KgoC8ǃs~)\;w"2~gL ,~Z| =E#p[J\/ C?፻\EY;]cvmkFzNGKGrW2!pW:akaвBɛ1&Qk]c6_+xyp<L0ʆi w+WO^'" /y9ަ hܩ܈/bBzo`kzIo@C('/2o -yP?uHr~>'zpU}<0^;Y,?WaۜGBzUk\Cx|:ǝmjK{4&Ńs3Rl/'M1oz,G&rP{wc&J5< &,ygZzz> +G93? |  8Ã<׎ 8AtۘbXe.DO9,yaxP=U佲MP#ϣϟ5aVL3gW( V~nYDS#Thɜ'y ȐoZd`m`)׋GC6p fyc`Bj-c||¬^B捾\'bItCV`)\PxOaA3NpGz_g"9ev}o)b s"-]H55[<ӇȄwPQ#$RS\_I~K d^%?ux4x2L~dz:OL7d}~>x_yn|;#=,]\# N,9gLV s9cɹbR&Dsˊ<&aGZ3,a`!c&fP COa+lUO)=pu/|kx‡pc6oc>mp0K@2oW,p%Û]mrN; \l8װ˄{ >Rafф9Ig=>ƒL8%4SzbMd\Pdʅu Or`}yNE4zfŀνѪlgp] ]3ȅoЋu} "2`A̫,LH؛V`VE;J4s Nd5bAr k`Ú ɃM'D0[jvfX,;?}kQ? 3/_}dBՓ"*fY-7LU>a+9ڛ3|;C|Yx$0ad#-k5Rg׌b!{3??hb^%0΄ѧ  x+Z?u7lذƈ=5J f٣ap "F1pNJi5«5,R{W )C1E{x*5*;(sr&}<deGE5*3~Sxj_z.ҙA~NC9~c=LRg5^ +. + a93ņeF}p=^ `.hG | +V7~a`చ^=?Rʞ/`H*Z#p6؁h6"dt|8z'S~빇TACRP&PxQ||z?aMQF 3f<r/!<^/f/`J/ܫ5CgCVab)*xβD r=;-q慕IЯz:Son9KsfX|zuȆ8 dr{ +5Eɖ !!ː7 qO{ Ts+p T&}߃]~ 3mG}y}K[cƒ9W=xp|}ʂF'˵xńK{O/GH<,W^̉ =ߵ#\-]͈kLX7 qt3uщ½}M_i+7T&,lH~†V# +\ 0)=yE = 9H~< +y͡0BĄ[Pjcl*zp! Ƀ749OِiaPK9)NQ7d12ŠC#oP7l,Ԣ~?jo(=qȯs',0 ~wɰd'%S%+k K<^|HXV?ᒧiN: a_GnyU<+oIMS)9iaB:1j䒛E'T0B22 f5ak^=8G\iLGq&>#v`>"x3 oAskd8縰 GZ&sgp,(笾z|>2m|a}_+ߥr`j]E&\`F|ު!6|‡Q:ҶS/Fh=?5o!0!Iђ;TXB!4BA +^^ă?MQd33 5h|^P0 mZl# r!*>PmeN"~LJ.Oi:^R7$sFo|D soHad-F>>LhfrEnlQr {N_RT|92ԫ{zk><9à #OHosǝa{!8{zLϜO?zSϞ{Z˔g \gT]pxP<85{m}+|^{MsOw/z8_I +.ڑ~ ӝ膁 X^]V}:,h<p)7e) #R#g4‚\/bqH:룙ul^Œ^\1X󈶘%':`3.X0zG0E3`WyNɆyY뀕s41Q |>2FA/L|HFLZ!yI#~B"k2D|Ƅ^Q#nH&jzKU/>RU.2>ﱢj`I!ƶ\u)ir-#eGZ%2M]'l,ps+P8k=Mɏʆ:GjO!5BOPg  >xAቆw(u564SGd?f>wp 'I᳓ygN +r.OuYd䧃o?&X ` ɂ']'{#+O>+=G|֙;۞reZy2gZ+ ~#}ȹ|}D}(,xwPPwX1rU}F,+n Vl>S|&k[1a Xܻeʼn>F)- .!-~FhpT-.B酣h2YLdAދt_UrOU#5f͉^Rz v>8{g4fFj̵0@;[/꺯Of*W+Xk~Tf6L.zG!:odE"̫ٕVYe>+:3 -o{<ǵzD_=xG<{pȳ&$_U.Ey:Ӝ'|W3P?LyR44%2G=5]3#_3[%8o!z;&K蟃<ϘЙ}V|_?Tߋz e|><郪k W6. f^{7)6\]=Kϴ>,€wmUOhKC$Vњ-jQCZn υK/ٰfdĜU,حwC>fiYwY(_S^,q`ETTi'Ϧ+Ts`~򝞨y0ȨO2d$H+ sI|ᘦLXzv/J!x|#4&ND. B$,Bc]ٚSVK]OF*%:#qZ 1_anF_ 94 Sxa"B=<}yP Ƀqj쯋3?'=^W}IG&V/!G]N{N ><Dž_yR8);yKxC~>t^{]3ȁ|Z~ΩxzkEjs =>:_ ~ۅPgT/Lj}R6Ν)0FYrvppćq% ףzJ֫ת .BcSXZ2Dd +o3>O? uA?=~`[*S/򑱕`C[B#ߵjDĹ YawF4&V a;G<Љ%tcuh7k&`ؑ|<9Ä)3=wTŅ Ȅ~k{OQ^Q$L P{ }jFH.z3JOp tz/,s2bŋ h^-Uw>dQ90bqƲ~C< Ɍ׍:Zٯ<[y_FfS Y|}{LR>bC_pɢe]8{dtASk_b=~ʆ 1hw6@zId-BW+M0p-嗶CcD"ns\T?}n%ng*'ܗ5‰*f/ԣ=u(dZ=ȾB{8ń#ͰUeRh>*~,8 +ۚ,8!F^*{70'zm̠V^ uFο ؿ hАkZ`'k4="s9xEӪy%OxI?j/]~ c&e13U (xZAxG4s{I,Ȋ<0W2`D ĺè>U97ǶlTf9~mƒȑQ3,In [Z"?rxL{¾ؓLx^UJPg(q23DoC+4 qV][Q͖!qGgu+Qlu2ÒaC6=` zC xFqY,E~+#EYn gON>I'\_S9XzJ HnG>J{}(T/h_qc)YF~ک_kI }%YizP̈́_+XqĆS\^%4|8M\R;ܴE/lO61 .wa<~DQ+spa+٬ p(}FFÚg`k]po]kʚ[FSZC.Mw2L=QGu9bN!{D+#(O&)'zL'A3 +ٕV¡ː7G>nΖ>423zKI#|5LmiҴC/FOh +AJc|oMTŊ j.е@ S#dsB[nij!=?ɢ9C(?^Wpu{W-qaCgڛW59qH$glүL*Qs-εmL> +Lqʒ/d{^x1^!hܸ'Nͩ2[qam4å=s̷-r]e#+*x v=iYjh\#Ƥٖp [aI_x +2G4 6Xk ~F,ugOΆǰkpVPo~9ml&t7Y +HY 1Lx7K 4>|wigo~OI)$_}(OI(3Y=깩R{w]Lx疟I~$98^qhK \Põ]xxFWjp4.5må\X͝ЊwAa0֯Fs [U=POtąd6{m3N!?p'`gnL<= N{;9uNi=ۢ Lw.2Y"C^jϰ\OS6tz~aQ$*xa0kVG +$L'&FhArAa .aDYwi镜n.0gfćVy[um~ ʆ+ZUaC/t1 COjf)[!C@>d[ oϨ2YC%ͩr>b+gFN:*jIdD>gތW~F]dz9n7WMFo5C}ϟrN{Uc9PshvdN7"4WSzM]=x֣FZa5f@lV%]1p)JeY];/dõa?Nz4^-vX68ͷz|_ȇ9sFS>K*74hoj*=pǐcz,kƄRs\4 Yd\(Kv{DvMbv))|+'̄7ԳFvK3eq7ZddȀʂ`>?> pV`B 3z-Z(gB˗x瘝^Z¼,5pWu[6A}|t8Ιv-a +cQ?C3/ +*:<E6To"ϩ87RK^ҿvW<,Q1יQ_5膜kنJ֦Å1ZgԷJP8Ngn,8.՛ +WFhbǶW}Wo9^`¦fp]d^;8́΂8߯ǂ-ovWrR56Prd5ǃқ&gy#2akn쭹j0huk9pB[\D?/#\BocV=z)Xes(NW +Z"c\W>ϯI!J_gM˜ŨWolBfӉ%gɊX{: h 61荅7;>R˿ k5挵|F^s yG,Ι|v L&pC&̉)s' +9x's1c{˥Qd˘wԙjulK$j^QSL‚i?C8<̧,QKT'm\H}O4DǬ~Ə,1& 5F[ I ɀ-0[H#sfݫfHU-s P\uC ў3Z + K .QzGKVdE.^lgǴ u*'ԙ!0\oVXf_X^~M¢[STVC~)*4`Dl̩{sЗZK^lbDѐ 2YwHd# uszKM<ޚWqBuCY6WPg2"P{ [\WzG ,EP=G=~lA>U[GfT>9䮜!{6x)ߟ0 x2 5NxřoQe?b^IO=P5EIWJ>k~VVcȀ(g̪܊mv-7]W,׼W*rs^3ٰxa M;$ߩO_G~Y{.>U=4Cdx6 ِa?)5D6VhKCR3T ,>; \0zJ%ʎC퐹3,jLu3YPy=U= {'g/縰LJ1%-B}Q?< ;:\|pJOlؘx^aWnh!n̄L8<uE\802iV\W CvL/?g:LSͤ7ؤ0F+QֲB!z^{Vz@OlK5ۖ7lɄ3l]ɾ^V., Ҫ0SsHlHF̸[y5]Pp u!K/Y w 4iKhLhG{W$w4ϣ=CjڰG+6SNt63';1%9TL>`RcC+ujVdH/F/)Ez_K&dM؟ ]+>D4c=R9Qx0!Z&pB?)^siŠ:BuÛI#3$nOϙa2B׵ØqʡѬR-zJ9עՇHhk +2! l2zIO7z) B| +K \_a_<CV {a>~mcg95‚b \=%޳Po˨p'uG^8U쵆 ;\0f9}1u|/F9+ޙxPᒯL +Pz + RjJœy8芾,0-P5 |'Z_\^b^_ +3|j []oIZZzHE/l~,ͪl Jub5H01׹4~3 ywd%S\i`CK˓o.aEan^?vCyh y;a-y(NcRr)ױ]Ƀ_Gm'+HOi?|fFDrܨ"[=~N?*ϧ#jؗ}eξ(RY%{ƽ7;Rf/5C!0B+r?{X_z,̼W͐=TG[TU9 Jbp^xSg`D(12{P" 5qWZu֮}>Ie_=݇UUCX{#Ð:"F.Lۿ/$AȅcЌ Z.K6\^khx*UXPA/l|r!{JP&yˈ 1>=6\\/z"|87-sj :Y?]w'-b+(\Xc`^(c Cnl53_~wsy>g{˵7tCz1gVsz]ts Ʌoh!ѬX-YA\[S\\DnѢa HQGG9VctCүjGoT +oJ^a5#l(kaFg†EWTm|Zb z1q^yNQeoLZWNųozrM7o_*EbeCc:#Hޗi9uB0BsDhG)PkֈHh֘ވzwh|(%?YFAlxzW\JX7k1E[9"PJ"Y\/D!!G7F`Z53?BG^=޷gnY`G~f3IƂia;>YauOcQ̵^.?h~7,>"|B8'26Z`&ѳ9g;ٷW&:[C;wF.[;{1=}!he$4#!CԄepS{'LDď`I]5džeX:0$뉅 Ca,ps"4:/ R{FPPPBr +k(^R +fxx22#iay|dY<rlXx[œƞ]|F̉bZ0"<6BOT^PF|Cp"UpMJrb/6B."9s+~ +ߐXa|lȺ!5;"o-MUĻ;A#9<`Fzx?FzOÊ̖=;沇]NV>P6uf#Ne"1[5~Ows0\3] whtj і Z̀؄#N]HlybHza#[`fNj}%I?:粆ko&}a8Y}-Rt0V4hҽŻ!Pk +8Mrb#{$‰ +s<ʉ!~S 97Ł!=`^җB/^VtoUW^<$(ha +~Tr+VOuG!99gg*/3ߩ^gChg*~(J"늃h|hY skc|bB NWcb]G;Ϣ(q.r-7 b\ +ϩ(\XuF_jzIihl(Lx&)/KƄ2?G>R'>\ }7"tExO-Eh>/r]ˤ%^9!ؐ9/[!_Y9̊şB{f5I}̊\ÆY9dĬ.s0bVf,O">Ì h1j嵼5)>MaB hGLA3A#lX!xh'TZQ؋kbH7xU,:F{k0'w6Z#]CT D98o 1.r}e]5C׌#Y7Q5?}ʉ)~HqlƄ1g +F4NTuD !ꖆoS}R +߳9B/k0zNc Sc#r"3NdރvxAp Mcoػ0Ŝkր ~`Ō 1Fb^Ͽ"ݾ疽o(.XtM ,Z?.gu j6:v4C #v}klAč1t^OgL5Mq뇁<$Fyk=nt/Aak5NV>THئh`FZʔĈ7ٻM\rxMkp.j`GfH0"jk +y+Ğ>c*# +?z`DDS(/FYÿPHxIM/J0q뇿Qi8g"c!9]ϹvD/fB]>~6Lt'e>|E9qf…w 0(L }a5Y1.y8ƕMvcbYjwsL7\9.>Q +Y3yGc~aӗs_Ƃ\?C훩5tfqn1rhNKcGZ6zQ os{*;\Ps=V&A4#hT` &6:۟z;v,q讝eYsd8Ǝ{ޞ^Ų}/N̺*]X^]k278׋ިE'?[= #z)8uS:mGӡ>Yc>֟-Y]>[<X9|엋6,q\7,{[:qkñ-_~8],х/tES᰼.B%~=?-.)؆ec({?ϵEy>{鞟MAU6qbؐLHjÁ u&TU.8иϗC{ +f}>$e\Hf4. r9#ĬcbEcBJćo }LG +>kq݋ӊN03._;'{ƌ~+Y/~8/u6y Έ; Sf,6+gb_V+7=F F|XxϴKx[K +^?Ζ"r=WΣذcD2a +p!q LH.Z ɃΆ…A_&`MƲ茈K8nu Ʌ۝&|6sYa|,PE^w{Ù0-Ƌt?gk8byFFَGQy|0,_ 1.oR&:_njߔ{O&.{}m{}K=,^|?&.!w8W'r[˅Ɔ·ƈ΅uǻ2 )61>k ڄt0ZٰNJ3x!3c=3 [m?2πF ]k0aK +X#8m`C-csȄs. ۦky꽉{ۻ"=~/6bˆ#lax~Vg2ʅ=ˌq= D\ї=OH=8 Crf|әPƒ*!0/)#lyG )'\$=!q_ץdF˙ˊ! '.ȎͶa;ی/T“ii$U88?ޡr!?/>'WH03r5 67:\~ ,xkQ|/c&WH> OLHme>\+6A23΅*eqGO&T)+q&cO |9 w9…d=9?zdI~Tqp؁mʅcSŖu⶯亾Iܪɾ, ^c| +9ppϭIBÖ!nu/љ˺>,TLcxN9o >ʵaY{~i_0"Kwp3]iqTcyeώ/sUO\S_ȧe9-+FoVt1&v_,p(2o~̬>斣ת^]+?k.CU0TT}_U3uP//8e+3W|n)jn]O2|>԰cÒ'' w +)wq5͌|$#$LGS5̪'=<3Xr:O;YSns៽;*Q۷$˺WO^+=L2%3 YzG^{_ؖL]bu\os&1rr4L"#3Æ "#Z5m)Yqbˌ+2*9PqlAT{Kk 2NPOas!a<[w6279ȗO;ryN(f#)(y.fDɂʃ̧KOLw=AWXzinuk9~sa?o:fB̖oj 3O~#sAX1IylgOFδ'^ە Z~dGO)>!u62GƄE Zq;1lzs53#rX=\l7l zoPumOy3|x^*3tsscXTp`B'ҋ\e#}CcBK|BBg˿YRhJ E=!WH%ʄ|=" .T0_$O*?#jm"9۞K#JfP _wo 5S^ޔSrGZ48Brb̀uW?d8?>$}u"\̯g߫~=)_E)ɸ?xf_gF5/6\><Îo8Å5Px93>Cu<%ju^zt{O_xv잜yl70uˊq޸%쪬]?jӃf {"בWWyX;G^a &3aAp/'5_johb-y w>i ]WHÞ i~}MGʊxk͸'M!~s=!$s#:o|8x -E)LHWa0aA c`dJhyQVo&_H0s|;5-L7YoF5!m=1O%vyMΎġ| 9\Ⱦ6I{H:7RaO0s_OTL2ȯUy 1L.}V Lɭ9??^Cw2|2>03b+T 9Ra. /!3v> yU}A:e:kPp.,9Բ8y4Fø{\B+W9k*Nz3gy^*_?O-ɉ|xNjrnwM'7EMrƄ# zMy5\8g[FxjH ٫t~S'1RŹ <լ7<8,<7ŋ+[w88η>+Kσ>1/W!Ml&ͅ`_[^9S2$„@:RnS)?枥ODa;ы~WmI2rHe&Uٰ^]ͻ&R +_}uu/\̍O~jzr5'=Dzo8?;s}Zow|VzS2K//jOOw.̠9LJ9S;H)i}a/7:DNy m׬ rVdn5p5+PWa 5 }c1ېSS{<y3},W<)ʅ-c3mxPr9 +YVGp*9v+^l3'^UP5>4}}D_(MYP9q G\iAq`#Vc*,LG}H ,hiu +lX|M3`6:}ƃF,iO]ooSE&UXOqdF͒2)Х\XRShuȔ +_3d?5n7гXW9E,F D6 cs0s΄܆u7΅o)ȅ\1$=EeHC2b~LOL*ّF;h3zAlؐ8Ƀgƒa=H>ȚD2fTf_hȭ~N6}[AubR8 L~=7O^~t7 sh60{y6 ˆ +-mߙ*U!EL gAKW}6_3u쇆΄ΡGFx 2? +] !2F蕘O.W3* 3/H> #R}D f[eFk%ȷ=\6d)Q9!ˍ~7Ȭ?G)UVd2R|{7a:P>I|*K.~^gg+k}?١7Y#VV}\7C9kOfr>Up=}m~2z.!rE] C9ʉ :U=rQ<#ۭY[%,-ˡ|5gWQxGYAj>CԹKfW@ MerjdԲ)>F!u⍞3c[#=sjYSɓNR^?sK̦FW><ڰpo._)kyɻVEjߛg$;q.Iߛ൜-.9.?7<'ě%7}Dj.njӼbfs s3:F8'b^Ίl8bđ8p1?Ē> }Ds9$@y}F?O1Z4~72=O=̌Aq =q`=&Jʄzbt`⌖9Z̃}ES}b*j>ʶ֞2[2`@2!{v<¡Pk [&͢Ȝ<%+*ۚl0zы3NbE\'+}k@Wsʂ`TXw6 +?jMx"CB~rg md!yQ0Lu !Oj-sChj~/u}I#j3u9%7b9Ms#unwu5$FU~UR}.|FrjWgfXBӇ2kdfUE^avvj"l܏'<>qe&Z!ϋJjQ%$YwԵ[\uQ͋\8i9 6nk"Ȏ:oUV\ɉZG|(,jAnUkG`xz/XQ?m”qLk!IVpH[;80a6L窋Ea<9WSZ$9ُ_Sry41(73'v0{ʆ#PypfŜG8,-sGۍfsi>T90;„^OZ:{&\gL( 02.>f! #,{Bˑޟ+ +#r{U˾G~}iS ]UX_%2̝1 +!#Oc78%fS.a`J9Wn1ʕ. t['{|S>4sZcH\z5a^ORv ,Pf[9 b7փBkzZcx̉%{oqY x}/+*<8;P9fqzĬ!y_kstuܵ{oP + j͠Qffq^I:%jNT/;901G (gО<(z̀ -,讚lBBB=ZٰήB?NT^a6l|Kg-ɍxf*f~22+zs #W}~=3pͱeEB9ΆdB'd!B+|34 <.Lx!l?O(ү<{ +.+,"?(:Z3#|XK* 7sLʕd75sҏT~#B'kf&p{Hb( MxXc0\}_ȄB,\IV&7|dܻGS;24}B窳Cx6J $SE̫OW93_ǿ. Hr4/<Ǒ}Q oeJ3N)l< Vy4qf]':r7rOPWa3o j=c Sߐ~)#˙7HKXɊ2/Ju ͚ȋ.?(e);d.O=εOYƂlh^`;u<=Nl8z=Fn| O9G>v5rij }G1 󢾰јQ#?j=fR OQP<{Fy0y`C ,{ŀ[DsiăJs`VyP|A=F;mr^h`YVko3?>c+J`eC\|äs+zL iQ_2g\GC66CJߎzH3cX֯?yѶ!EF3eĆD79?x[a_a;%jT߭ 8ǃ M>:SQ%4FqzQ_st}WʜfAG T:Q{l?x&ϯG}fOLMp[>L ~_J3 ?GG elo=Ry;-tMW~&u%uC }K5` &ְ^ëk`DdERZU3ٿfF\Ƅ&X*xpĂBʇw u#Q2ukݿYt9* ذy,,f máΆ`ڃΊz6մi2,8bn.Ty|ܯg3"=l{RM=ẆҶѾ~uIF{3'GY3 l5poFo }I. P[c4F'PkȄ;MQPِ,k^3dWOӑ ae@͖RdBF0:G>9[Ϳ&)~/pG.dTKG^`fq"rfU8R<'!8Ѣdu&Nxpc&OsMܸ-yjt2^OJNh2W 31:\+܊~>c7+SOhpagaLgĸh*'021̬?&gCGc nH (h' f*[f>f<)q)u8tj3"s_5#Ł '1ك'_,Ҟ=an}eݡSL}fO{fX|=c+s0ɳ5'jdҥQ2#͋gx}AONp~eώ{{v +s_%J!טMM+~8×Z{h9S3 |;d5]ޠξ`?R`=b2qZ+d"YcI= ZAd}Cwk=(;/kR 5SKP )?Ԛ̆mUUwשss ?s.J0)T1X9+3#NQ'8dž]dž#<($ɂnK }BJyUpE&<|8y0, ,%tne``BW$TO0s\f`B?ϩ(o^WLi b۫jrn,8Βۙ7fP+qycְ֣cOqn6fWgX^~DŽ't =dR}` :y40yĄe-A+,xrɎB-znTg<+:92ݔ(ܻx?O,zd<̦oi.83d&OJ0ylp8CU3+oa@nޤA"G[8T,W0R< vWFgBŸ%j!^!8|x3Ep|CS 9Bƅȃ bIVCȧ +/zAϑnԾy:B;Ec 2d}ܶԇ9OJӾ3CU?<'yD9nrF!R`&{BAcۗ/80kH.TN3bf?50d3<˅Mqʂ8>9sKypRF< (B2ja9`aAAZ JfeRԘoPp`Ɓ8T~AJcf>a'gذ黓~3*|Mt|(yPަ&f vr7|AgԔB]q)"g&A潈{`-aStpF \/ޢfbXgK p3pPBAAj< t#85멦nĉaΣeXəgçWX-?[ַJ</; 8?6zroS\)j'+Y>bN/h^x| KL6$1RG,>!8Je;c/ luɑs7'HOFx0fVtgɋrz' /%<\ +eΌ:E$ j=&_主\`<,h6eEe9WS=\7#7JUk1Ywj$~^!RLuˉ3w8b4Nc>̚ĵj.{|?u0F9jUeå|37:|8Ux0|8{e63.Yo^:;yXYun/g,̰,x^aVW~-j4'j 5gUAcȴgL(G {laj\HS̡Pyг %_|lGӺx96x0a B'fb`OHvK4Uȃ  x0͛? svs&/EseݮȳGz㵶Ri@_幦r~='N$K:5ޝqOpq~\6cA<T ՋH~fGRYFY0{>T,R͗yv +e6|Źs>aFG߼OX|g}*e3u^EofE {\{Ur6aS-s:>pdtb?:ڿ{zĜ?y3ɆdGDž# vf`z휱zv5c*5C /̧ŢY-&/t`7+:\ɿ63 6%78#p θpa¶1rƒ[jocG B, +̞&4\&}7c{_^5

\ˆ݌r>2*Q>$-#<9#Fj ̄ 2'ڰgEs^2`?8]Ʉ^ s=ǚͽ\y 5S:\ ;}:7MZWl J/3 .N^jp̌ rUCq}WQ:Ą΀ [F;GD Ŝg+!slx}5Y9͖6WxyU&>di:3 3=E2<{!nc}]0a/}6<,h}f xze |V`:3=t<ܻS4\/57X87h< ,lH4k + jᕨ,oZ!e\Xt 1nXNҏg6TE6T>zA-GDs٥DŽG~(:/s!Q}T1OӷcԺ:^ @zvtT.̳* {RemH/Uţ=w/ 3H != (sӯEz`Cj &Xʎ^\ 3vޡzk!`g~G„ƒ]%^K0"'mC+ zx_xF{bd*Ϝ{QվRs(~3u6T_QzEuq4ZoyeN):;C%K)3'xoo_bA#MLhQWgt rTIޕqװEL?d@1?3yPKf.pBX>XBˆ5wwsV>#pa,aexv+q'H V4FtLkD~YN?Oz桖z龟lu+x١FYQ;SuԼhC I^P a\Rs'>xcW/'J_c<,+}P4G,LS(t!{nk*iT3/΂G>e „wyE|=ez΃u\ӿ#:&{Y)b>4ڧfW^I=mF L ]m<ǀs,uub;Ml^W9P?zh_9 U ++j$ 6s k`!}Au̖GՏl6,Ȟ2dɈ~58򉣞2=` +͈:R/sצЌFmd@2]ouKʎX + Je(~3z!,$b~!)Zȃ.cr~ OF! >ױ(|H ,*^`,!/Kdd0~~2PХ  +' dFo$hV4sKzs2 Etޣ3։Z'$%1 s仩?zā8zѹy ?{Ŝ ^, +x]r?s4Pylw&5fOs,LZ}6#?+.a晰/#6}u( uzzqLYBSY}92yiO&߷qű6Xfns@vl>+oU8[r.m*g~aeR +5;dH=нB=G!5 > C}dgh` $.J0PM_Er~2ۅuz0p ;h&YC3rfsd%X>0OB?~ u)^;˽ H-?pȳ)uN7 NHf;24 1i~/@kxn; 4&|? +}Ge +:zzbf.e_qa>'ASaco4p!2Mohw`b#OɊNh7"L QxdQh037Tf2L9?ec䬗d_;<F >POƳ-.<-~ ̦x4g&3,a_}h3~TT<&e3a}*k`~قiܻ +i jf5 :'<(0-@Pgunkvs̳VdE}??OjZAKcCwΏu*>0˽gD<ݼĺ|A<.'X q>eg3^WA|v_ĜCp 8coccBu&=AQl…KTX2qe_LzY^zV=03`>&ρyS΂`̤f'闑/s lNyܟoghf`ATYW2/: jOs7ș?G(̧CneZĵ+ONǞ\˵p!bFz<~3Jt&?AǚGcB\C^Y#l#\;>aC0dEm΄X#/|dCZf4j+P}?>nx1xp`fq{a5or.85eU5+r۴og_2) I56r>G.hXl?`[&\}BgF؎s4_Rxty?n_k!76(z^}qS6>߻M-`lAYF͉F̘=(% :I!J53$^ z?r?-Y8u Â7Cʹ=ZQEO{dB ba'/ b jdBȁv:O1dˏr(*\)+^/y^H'w>fnzͳ'9 |ǜ% nd΂82pdEE~? # }#.ߘ4ÆW?`g=s* N3[Q{Nw)S fl')1dsHmqĀRǧyfS>)1T}dW}A2cݶ'8p#珼h3~;u=!H{4x/k"y9'Pψ5mc.y{1 kF"Z?7HK o _O'ς +q[?ʉb3ذ2\x}|j̙5ZX@s|o)zɈHϏLx~,Z?;NX}dlj2`AA(/jS ϰÇ;(=›%tU\2{yMכڦ@5$W=*|~^:TSo>ʃ2eu.yu8y#Comu=pW΃ Ƀ?8 =#.+ J~a?l "͗έ z>X~Lⷅ֔1]P7XJnl}e,Uu70{MVxp4~ }}͌2/*!{wOM<8댺C Gܧ6ńs,pnsNk<̓<t+kwLp *Yۘ$3rFܞ'H<>"[,8d$3:bOq;Z`ɦ1W,s`̆>1C e 4>T~S5raChsp_9avyf64 OpĘK3Ȅ +3><C 1lmeW2ZbVf3 9Y Ǒ9miA?=ɖ~.#Ȗf.yS~r0nLoU:ގfxnxۂ9J%jcbG0ٰu=0 lvPIr_u[bBr ]OkWOe᜸>޸Z }?C_V{y_hVUpos?Qx,2sYe'=#,ǜoѲ<,Yy ̈2'*~` Ie@C/,9Qdf2~Ӂbv<==@2(eLSXeu)S9dB+sa,,Gv#1_!٠/Ȍx_[(p'ϩG/Q=>e<2`"XPoG3S g1w|K ~#G=FљP&ѫ$2klcyMvǁ=32ȾL(3U&j3TV4.LL(la /Ո]ó2 h^#Eb-}Áyy=ޠgXmg:}{-u{5R<@g̔ :7>5M}5'zǼ΄ +5 `b" ^U@Jω^CԞ׻1{׺x|G1p.˸otzz}ydDuso9өו<4;g/|HZAPԚA‚C gy3I 7% uK R˸prS2b#ě0!z8 k%d(30;pɘq?ޙp>8q1r.3HC?s^s7{$ Ϣy^Hfs.v-N0r˻ކ17z`}\^g\`Z(=A\0FB;߹LHwwK8{f^c-}QWe5ce)}*cy&'9# oX0x0yEG]tg+cxv*H]" 02Ե· * mľ_=#pJ Qc/sY1)F Mp[<<װ oUv.}A4{\L7)%;uɤrg(d,.Msb"Ss4a9`Pp%" &|^7x~!C/ƀ BWdAJvg'[|-r un9$X^e [Ls++@oY'0txܧ\8u{1 TTTd6YχaA|OA$~9j aCW[3KKD++cC%_7aPɈZndʅw%t96$ Ӳ{5UGl NUfpmsޮMYPy6NS;Lʆ|I>|aT=W}N0pκ{l9o3Γ~}'{YY?}Yz=Y΋"vM`O1o$E>lmT6O+2:[}f  + [Ft&9ȁ ;<+ؿǖxMlsFp >kc21>gɘ+8nsg:E|n!j (f;#<Ă1_<,( _% eqg7,<ec^9L'Q S?" y Y% `^dii`7J`n]#}Mͅ{Ȟ17u;|/9  AdftObB~IH׿`vrƿ#.) XK/a-NydMWɅK%{1G\r]ge:q>1yЭ{a XJyeYTxCϺ=:ɜcl8e&Jߜrrd L(,mӞո$<2ZiaxL˹y^cAfw&vL)k~dyFtIjγsc\W;<*eD?%+;;r"_5V$op~}L\‡ֿԳvktdIggVᙯzʔ5/zvAAV%G=d | }yya:2y=SgaYI&2ߡ՚f<6Jۃ ۞0,̍#L .Bྡྷ*c+;^Ҟ 1kbiϫɚ`|q j)~"+Z>7.T)y‚g[]E?t^0!`E)2qyQ.{W[%5mcoLfHȳ<>r )0@e-K/s ʸQ(L>rA7r 'eSuy`%9Qe/2~0p6D-_֙w%j8d¼M%<r#Ľ${S;ƺq`[5<r`ʌ{cC' }t*2;x¡?k;#AɁL~aˇdʅ޻C4ˆRrI/<ă K27aˆf&dCaQ̈́&.bBk 8/o!(A`Ίfd.P8Q/'0yk1~kDQ2]e`;l@ZߏuOu@0ba:r ϱ[mЦx|qםz ^ϾIJ OLVmʂgHӣ\GX8,}B( +j-ᢪ «<3zET0X0e?bϙ$ %32RޯlcL|¬޼^QFYQEu!\o~OƀY%~sR;3WpYϘ45xut2J1_l*h2 5ʕO:'g=v:#'Uɕ(wq] Oćߐsёߖ8cF#s,I?à! +fFǹ/1Vh:w|ț瞧2(K.79GgCvㇹNj5zdmMjcd ̃A0#x= Ϟ&5|:w"،jf d _üuo5|OȄ=Q?1,GjuWǾȅhPY[~1D)֘[fNT 'p-CTN$:a$8lIv$k,c.xqxgAA͒ gySQF bž.Ia! +ڜ 'ϰ6zb +*N8?zom67,=ϪolıMdeذɥi&<G9dMsTUi~SçW㿥Żi9Pko|.c]`e)O5pNA~޲lx|IQr= q[ +Oπ Xla%U'M͞ҋk'1XlJqf9v|޽LNxYZ=Y z- A>Gz{`x=cdij?EF9;^@)2yѳaq*fE-/Z|AcAdF o"̤' hZ^DŽ  +z̅Z#ɾP\27>3tR\_~$ǃ b` T:jϘ,' .A0 '$*rF);Þ3: |fI9e?sa +s\FHkr.1xЙ+ 2^~r> ?G{NᴆrN0Ds͠*LH"B+dm {7J'1fH_՘._4D}K3 Ɉ(˖޸v5Wp7aaD;8M |f|Q8{Ƅ 6ג/Z ~Wp/в=e<zɔʂ砗  + :G2 :BU0`A ]Cp\ a(`JWePTty0͔9w +uS=O~z7uy^V_={S,̌\ aC).T&US^)}<)(!~49}u6l+2/?QPeG:}Cp7 A0eF> +Y;OTb#gQ4jVɩΨ5zpLm7OWMlinuʃmT_9QUgG\ˎS.+\T&UBQ9 yRid?R͔r1D, '.WHV}I)zk{5^ ^ <HYWhl"WiS4K,xܟ`H< +4o9>{Wd:F/$eBQY!=Nl9A̦NU{ەQkf淖 Ʌx 6-QR6=TeF Pg@ʌúȘ  e'2.lBB&N=Kr|ĤUS;zo۟1hFEp`)53w ~=YPyP=@{HM˨?#9n )Qs&!ڲ7>^`ƆXB,]0^7a[ۃ k +ep3 +s\$9YƷ,!3#:C/V5O߉wiqw7LF,ReA|<ʂg~E ? ?Ȭh)&&V]K͞E{ y~w {^`o!'u7כ9kʂS9Мi,;5CC90Q'y0{ {lsSG3Rޕy粒:2[ϏR2Cf~joؐCyz$󉢧 |AzizXg4kZZ;>tQM†/cZ5?PSxq#cX'^U&lExxvOռw1k~O'_Cr +kߜzĪ:#t33+dnޮ3L|f<;daH9e$穣Z/v9BY^_ϙS8k8ϓõz{K(NOd˵Or2qGԸ[xl]5 ~"jo*[?1;Êۻ5Lh\XpؗotnuzapI s*|@ᢓ)zzWy+7u?Aש`ApVqCaxM㾔PNc_`έ<_54*:_g5zyͶ۝y;-یmG>2;`A_7he-^.HN?;)K^}?PH?=>|gY|"/.Df\ˏ o/+ ^]>2NJ]⌤<醉<ס~bc{Y6P5ŀh5/ˍ*B'*X2pP*.% +!'^aH8C2r^G.qu9F OQjM YzL(~(y1w +I1c 0`>c; Y!΂'ule\O4(ߓ/5Ϩ,K>`eĐ_Cp +<, vk?F<h?d윹犯B*cNCakW枝)Wߵ-_#||oo‚g2;G9Z_&?xqJہ/΅'PY0E&t1̓S|8ŅW=O,px#_G:+3z1`fAz)O0ʁ9'=~Tt8{Fի/9rNafĜйS!$&Fr@2#{0[#uC r/8'1=Z\Xجxb64|ݞ2K~-cc]юqO1<–ʄ%xaȦ_ +9oLH=X߼ǁyy_nrI>HvVeƮ?W)MpTn_)L#d)X;ʚ3&zk:lH& н철6g=?Wh! FLumeX6dUfrG׍ز_Xgyp'װ2GvaqV=NaAN aU2%k<[{!s'Θ=ƒz:_?XAxL(\ T&`&,VU{sW=0py2wfX>31>U95ʄ=p3Ş87B̄LogNgw'HIuxvt33S5Byȇ_2!_J0l9ZHqZt5 L}ŽȐuxI%;,A +,%ޯW{ nyd}Ͳ*"uعpB=/QYɚ.=H S~Ժ@!03||͸)cɄd-aq^2ϕcv8l5cBV 5>‚ 9vs13&}7.:~ca+L~ !eDe)fp?yҐ3qd}mkpȉLȏՌ:$ O !519"%'j2T!{*`ɥ_!9]\(™ڸv\{(z/5d (++"^^ 'Lɉzp.9ٞxSs9_#fo;v9j$B - 0 K66&J`2/lrLӹjת^fR˘pĂʃw]]ɼ< y/s**HG̑+\ +)|GPLj\#VJg3p iD2`C<迳]G$'ᅡW;`QM(O:O\KVUrNCRXy~`ze (yrduy<YК?8~WO|>O +ly#O +nLñ~Nu<*'>9Q2=[c4 &u&NxǸ RSOQ`^DŽ/K a&2c{vr.>r 1|DB~ IJCV~w}(9p=`?j,hlunŒ+/ a`l?:ӛF3#aF}B=+ʈ.G! +F:Ǎsyӑ GI G'gj GrKef᫥2`>2Fc +n9.ذ =P2 Do d?qQt:C[ρk Ws(;QR7UMe6h?k%U o0[s3bFzK1Vyz(/]|YڱΤ \ȊjNtzژ[I09|`dpr/P}8>]S;G56\zowXqszIjV3i;LSסh`y|xCgƛM~90pNM ):z}-ƀ$1_J_y΋q< 30eQ6'"d·*<|OaחfʼɁ NL=ci%eE`AJaV*= \~`EqMZAX0|>#)7=Ӳ1_: ˀ6 iL:e6k}=G__7٧9cE1˼A zZFƂv *V.@ ^`Ԭ~E΍!rc ++R O) YXLxyPgSzרX1X?\‘q2y + ]2b9O/„1Y:5+d:|a9P3)~Ai^LVcU׭{\;zW2!}aь`n[dRh˭zo΁A[B{ce!>8gM3rg8x\= O5>$`Ap&W4O:N,v*RQ&nk_kKJ%[:G"w7v@]6H}׎{~O?=ʃ P|vw>mYѸH~V8 s,^hlcJd#߾3lUHF1e^N>S8g ңV}A7=X#BgBlz@ Y&Ƅ& ~2?xb ]jLx oNWx>ʉLʁZ7ǧ"O뼈s +XpY2M^jeN F-2uH~TgS̔~"'لsonn2 ۺEϹ]?>f4q%27*^P[5 +'J;4g^bcr 3sr +r |yԨYdM#;_YȀfjȲh< +.~8#HU7-&{''= =žNr`` qVHǂ#Ȃ'%xS)C.0pćsllU3C;p r9l^D%dA<$8 dلsM,=f왚cEq?Wg4ay!ן}/\, F`3>}@߼iIg=?/ +&#%_|=Q`5lۙp{g+"9k62y3^`ckR„M5n]`?3B2?zj%WOW.__'GS1\Cnz`Ag?:Eۃwt[~Y֝Ɉ 5&NɞNL({Ά1Tyʽb3oaċ8cCnm8qS~cI[`ݎ cnܬ !S*I; zV} 0=`CfE Zd…݌ʥ\xt9^QxP\_o?+_ PdOΚ ɅWt=%6-+l|rc@ؾ lgC]џ9Vro5iL޷7vsٸ,y¾~`[<q]m{gM`5&{w|9;w=g˙c$~ y&L>goK2 5dOLޝK@cAsyƖ;踬pVӓ*vR.8_'2,ؘ׃R#g]^`g;Mɧ1͛}g2%>r=5ͨ% +ʽ;T}kɂ8/=;Ȇ{84qa` E&t{xƃ/0Ȁ(K2R/y38A%vahQ%͆7N_ ͘_W˸pn[caeB]˙fYfs97~4ðRjFɁ/3^!H߰!s3f.k?ǿu2?O)* ΰcʃ7M<\iz՟WZ~ݡ൫$ ^ޱ`džV5|E*ل'!G:࢜=rnk`CJY1GߝƄGsU <;"3VV?x`L̬+ϟPE)͚2ߤ?PpLk+L8`9NT. &pā?^9QXp ]dSǚlcp{ l ^ƌ:ȶk͎uv=\>~˗ ĩ y@Xeޮ`$F`'ֱ 6#v^YM=ŻJNY,H n{4><όgsK0,^yn9?=tM̓K/x9r̮Z‡QL9!Lf |ŒɆ!^#2~_]ɧ)#_l|-IS?zN,"s1v/~\ G$}XxgeC!gAXy|cϖ`?g?`)CtV+"Ñ*Ta?9hda³**wbv4 :2s6D&a:Cu)m Z #1Y%%%;;aSǍu ~\xd$I3^aLJƒʊ G^W΄61}A̜c@.ZFQK`(j^Z`p\fVgП'z'|*9Qc`A.^ˎݲ)~;b\r̃9Lr R4ޓݻɂs Ƀ!z]w%Ƭy>X͞쨜G#g=(VqgR#(S;ߩ$=DACɁUl1`&]t6إ,-oUDbdxjpwՌ JءFjޖ}w03͚KdjQStFN>AUeC?W/ر7=U\*T'yeuy:A9ڵheQ`C}g2a^,i1W[uFE'|lP?BS>2!Pr&waWȹ#G΃{<ב4;\'wΈG+_X3y=ςҷn!-c3l =߆ܷ׶Ss m:G = {<tt~Bsս)-ouxP5ZI5q!gYnR ,_N[%}\/,uFtN3|&Xœ x {YX0|Nxs`ݜ&Ի}&w.d7ٮ̢0ϪמjzĂ"[jKMcnzoe9σM 'x,/\}dԗgd0ſT>\_ HuX[Le~v+K🿇OυWDF  L~|dCB/&8PxP8M\xC9tqF uP|ÑWxI#:Sd%yzss)6uyq]T˨V6L?Fy:UH&|>1`BܨΟ 0-Ժ¹>!"/4>;~#L Ƀ|f$VXu}%5{g_ p\Q$&R:K]!4ed@ Ӑu?-R.L 9ўH,-'qM&.eɦJYg8q U<+gq`ݵqU|VF4~a O |Cr3?{m3?J0X7 8zgF$O"z?ubeږn̗2%ǽm k΁U#cS_NzmyOQC:ʾ7HM!2הke\7+>fk2<\8]ʌV~PLš}zgVP}š'ׅ3oNdK%}?j /3+%}hX{Y0ڹԟ+CUܐg*W.-g%aFNVYƁgN煜;] z )]eϥm۸}#1ec'~^sor%:bBMӹ_XyPBo %Oכnʾ<ߴxssL\,9 u_ 0gC1 93rSpbm +L&<ڱI@JYp]*ˆ^>>!V3MF$a=>cm̙vΓCr^{L˔zv4<0P@SrU;w }z5t8_b? 2}Hq`.nG2f[`ǼGzW||֯f)3T‡Ճ;1}!gF? X}EKMu.-ɉ*gƀ!!8IfFɄ`8S5%o~9tlm]{&dW'@K|/^ʹoN%BD`6<,"R ,\'VOyt|z r G5O:7҃fTg|?؏>4O?>,2w,*ůx7%#rm'QC. cU!^B`?s</.8یNstϻN}2r#|r=c&GK~Tc8yʄQsyM0ЂJ &jZ`<*0x~tm.k2-=?W|5S:dľnsm62 q G'H-x &t+ RAa“2;uO6xl%{ipϋ^͑57M%<¶48ř y0;`~ [k'Y1g=ydA|/U>K/iBȟ~YR`. Y5oIX'K&ч5}gc ڼΰqᦲM˪;50$FUj +'O罾FTZ爞-\>,йl띟ȃ~`5*>Tp/dAÓ,yYi8,K}kF 6QR , /փ,cF,hs1o15< /HN[8ȃ#ϱ^ ^ 8uFkPz8/$ùOj)bEJ̮@33yڟ=X~`,^^k*Ϸe4 ɯmAY:~G0{l'oDQY L<&l /9>5dΐ +<)ym̃wuvC34dži S᯦X:߽xg=ǩo/\B' ypĄR͕p]WYvnsBd:GD=QTʅZc8ʑrVEKJϰzO3vLC0lgTط>!\'sӚKe^ +a6'jښ:<-NƁ9Xpw',h׫yx :ێCzr]aD۹\ +knth]AohΌȑbfH*}d[ycʁ(b,X#:*V.jM;eZWJ}cJtĆU5;9]Mpxo$MxDXP=Ahb|=^5׊zCkO 8T<Ҙƹs"|v?lG}`hp|GHk0 Ӈ /62.0!9V& U.|tP/B9þ3pĆʃ%kpb.Ir6>x~zp %PEy&4ޚXz23!x6y6\| N2:4s)Nw1މmr_dAUx`Cʸ"dK(*aIoY<0s…2c6F7#|SzDG mڜJkDo1+֣';ԹeiݟǻHӚLٸ3S{"[EFxQa*T /rqQgUɁry.A),O}dnZWKT-ɍ<HnPlmĒw=kT ?2S9Ry㩆1}l=ɟY+9Mk9Pq1 +61ā- zocYPeB{K: ~,h? +vO2z‚v^C=ѿ~u 97`PAe[LDG$);a?H<4G{-aIX k2bT_X3%L8ʍjveޚB0$sFР`Ú'U},SB252^άɎi V]!vᛱ~Z ]`u1aBzo|&m۱ʑ̔q`#A$FCg,;d3˜8,:gЫ yS[ ]b2ckU6ΣzExR$U$ݻqbm=r6q? JT&4hi& Ϥ݈>nxŅ5=m\d9ǧB켤i lSCT5~&Ye>Ձ9& iv׉c~$|]̜^r{;1D`K9S0"gt]{O~<@:S¾h fxO1m`6J;dkS~= }pdg ot1υ{N9Wn6>wy;{pxgojW3ux>|v Fy4_l(\ٰ18rqD2V;7N 'rXryy)\7S92kjt=XrS;Q`@{?7i߇m4 P?؏Gȃ^df x(i@ +YP͕YC353uF|sםᷬ/̵2".r1ξp2?V]º޿fLLXpkF-ɂZ3s9gΌȀGgeD͓]QK@aQ~\?ReĹzh-+3LXW.|wE~T\|X}J? f0OgZlȟ[Rm fb?>ʉ Td+xp_~?9+R3-0w3oy?kj 'POc3O9\ׯ-[€/u;-p R3S%vt<YЖΊ/_Il|wXIJ_V !pYگ5y377Mx)Ss2J1k#=u$N4sq^d0o.lc[7^t.YyWMr'|&CX^93,;4_ +xqqP)`"o\Yۘ y,s^ `W +煜\^,'5JF|o<Žv)i;PoܫeoŌcBA[6cN`2!|Bp:q`{ƁsĂxƁ}"g<_~9d>,׮3;5c&@#y2aeÚ!] kʄOыt2ٟ=DWƃ*Iƃ;&Зr[:6$nc3^2+$6g]ZCxPg|FrU6t#"u9fHXͷ62!yQ}6M +ڻf+=Q t ryOm73,1&gEw€̂F xidCS}t +k>a;BN̊fmq]9p/{:X祉衉\&?t/X7vk\݃|QZE]z2#c0|E_˘dxzP]w/B //j \@߱*1yl(<?8 ۅ8,6NGu w_mg۔ g9E]ƙ`MYuvyPhz 5v<8y X +ɄL': 6Saul.|gӍ!ͅ)उ |1y'm=; M"? +^lb;:q>`e?Lah, h$8̛fUfQmYWOk1 UzD\Z`‘C.< y0`}߉Pz :+'!p؃eGzXp 5? +̯ +Gu͎fR(͢3Ur&+ +9><jT{p޽rKLP=F++<9v(ZלNm "ڒ\s![m k@=Kd aWޠ ː'#)ESmac- F˚FX0ry 5ɣ=V.b\,dB}7lBf1c:AX݂w".4|b2)oscyI?%Rv~Mt%xILT%yD>,0uÓ/'r֋,)Lpa_Uj^Q91?*PefFogoг>P wdAUm>gAoش O$6&lȕޓ}g2 ˹Y3'k|7;coNDžj8җT+tŦ B-K*LK}~=<yF %g1ؖze3WYɂb9FTAs``SsE rxnL|,8|BnS/~{!rcxљ|s1!/4?1!6<`7mmAȽBAF +KCu?-t0Ht> dIǙ) %x` {@Vx̌*9unCtvC7>FK]UkEYW%|igPsKftĂ]Y0\`FP%X@eAgn1"G##$.GL-gR6Ͱ_g>œe.hNhvKrnEAz:~ 9PBH?.LXPqĎe&qvUdNKͲ ?:2_J9!ƾ]R..hqHmD V_v\(L! ;<I +W?9wC"Hssx5@svڧNw{1ػvF\ۛBs;Mwv57-ܴD1ߛtK{un-77m<:j}ZٵͭօPu[QGFkFnvB=dmtu#Q?ь~h3iGwc:z֩f4VwN';Cv=1l3rWInW=FvԞ{Gѻk]2cެ˭e=j3_ld:r;>׌xV?>m[]hNm2~?8q@O\k3c|3:gÿwM݁vs(GwB1|>uv1=~].S][|{1a;g &jzozfDݎN'i;xfaKq;}@>>6Mp5Osc>}A3 ;sf汏iC:q33g>'Qyfs̹ϛ _53O}\4w,gc\t4{[;#4ܿgh\|oQ6fm_[5W~-ZYx _IZx Jy#ÿ ]m?&mK?mf77e#׵u-8n斟f/6nfK~1;l;5Mnޛvsi@UYtgCsZ;pôߵ7)9R$sj.juӬ(؎,X!gBSb;ߝ=8l+0hvtN2֫/G}ZL X v /g\,9P8ېaI0mq.ly ]8{yT3%'%=];1>*c̋Vm.Pl#Fr$Em-5'i>Az-~._SO|&a΂Ŋ.fuyewŃ`A*wl,,oL'ɏ6_{ 99s<^\6?ŅBԼ \+ +B[lxO TX[0n&6QVl!nsUc]d us÷C>t/9P9_BYw ƘgǸ/1`p]nDwj.LLxs@;,!kNvnd3.j0|À= X|2VZ=8T?8Lbg^ԨmpbŀY7xs1'ӜMr)}:c{&eh`y`;׵&>:σnwyl/qbakW=?ngn-)yxv97Ilc/1}EE ȅ_4arF4N ~^%oy1"k6*lHȀ!EcJ`×Ȇvkx7&ghUq&BbAYp77ȄOpx;;^׷/{?j'$uxYP|Mq$Gkzt|djc esmُwG9&S! +&^!=qCĄƒ=,X3<&|Y0'7AT(k:kLs!<L|xԓ=\x~W}̅Og=̄#| ? ?IZ+_:~0 Ʉ9r>Oqչ/s& 69V4uv%0f0f_XÉC0!lhHDO5U,$[5C:Wfox#<€x:rp, u6Nt-&dE~6+\|М3!Z|wy ڲE$#7I H&$<8pZfC'$oyyLKflqnGxL2ߏ|E#Uj'׀|=DžX1ao_-{RߐxG` =a\bC"+29= =:`=Le6\ P̓wC9n4|7zG3_H04 k0g00q%1ذ/oxsJq|_ Zs3WiT3 $u9qw30#b(Ȅ-OO +. +]]_^]VAg>Sixo/flgfAq'rOp-~ o~\PBy#p@94L>{jx-9Og>90o_GW녂"u9Ãycˆ(U,h畼?hcd^ ؉ƌCrņ>5"wPyxTUQW52>T,(WMX<~vyZF<{t<ى'.:FQdZs#v{#C5#E=Rüls|]Kqa["w3Mum=I_F\*[%+;u&硰 cm zYD%揂^kyPqt;S._G O,H )Ɩ,n4q?V˂7Ӆ'ǂ΁-V,x >YRAč͞9 GhZl(> Ng𵸏XXl8]1ӑrb8\1/ ZxLrXZ6ff̷|?ZF}"(|pW|o +  $JIzRe0džasV{=m[AbV8FJ5_f;ɂQޗ3 `ݣ|ŕx0h]CGP F)g' v&|"yd=Gt=N„ +xun.^NLXǍ>Ä}+ њ [ W/pҵҵ!f_1oS.bØyĘsJ9q5J9|Y}Ii=v#`"řf> 6׾\p 4K~lz,i}+>K`66PyO|`?hg_Zzp7=d@`>s_{c#PzO1Ƅ4Nב3]"q`0ia/[ ń_Kdą΃6|~0/{a5]0 K9)NYw 6Ƅ#=?yx s+xO7[~܊`D 5΁N D։a(0 2"Ý=,E0@֌2u9d>Zػ?gyke1y|Pf̄;hK};y?ȱĕf&3150ao7̫+[X0ugu`T:Y1+z#/1g` yŏ^\L̄}yu=ׇpaWZ{_\R|i\rkF:tX>a]O +#0+_KZQZN @}{WE΃id)afCrV0f\(Fs8Kڍ+u.L0? +d|zO$k(,?pJERd>MA3o,3`_uޞ7.nqo:#قj MPԓq^M~~d̃zQ]]l92v$^y~js:Vϵo fxNr#ָ^< w6'T 5`<Tl菭z܏ǻ / +_08cT^_VaĒ:jonv+D0__WYc)7Æ3 &~`Zr{p}dr]\CCf0r &/*_p5r\UcX Z3̬Ts4H-"B'\Ka>a^aw.\ÕrW3]-tXW˴gs;̗}z ~`俵{62D/juW_h#w M`A*ޝIɂ%00xG)%Ǹ(G{7  =``yY{XP<(Ⱦ0خb?ܷNVM8ouQ'{ń\+7ȁu`> bW\[4S/x2/,&4bRAKs_#f ^?C'q9y +>":/'xxh@ʾGK<97stߩLuEQMV C8R>g ?FJky' H6dP~` ɧÜ9~2z>:}`S5c1<Z f Kޣ/ Zq/"I=#~nA/1wJ|^+я}5+-+{wC|{9/1dĈv8qyvR<KJEc +T^a`?uYQOs, f#38$E:LC (r`(xp W z3+]Lxч r W¾WЗ5a͇-cÕK#!l8W1KWsZy:̛Q/T?uPLV,?z}5V½L\J,{/$*qma#sw5XqWbA=1gm,gLg^bVt<1v9Nz_)b<6,<6O746 3ss 縉pKqJ_0j6O o7annӪS|ja&G懆/&/^/R`*.TWfxb@hG] < Qӧ^ ;翛r yUY)w9)ׇgtymq=Jomh~7sm,jӾ)Ѷ\pVgRXϨ"kD'oB o ^G`" (v:kW˙(jw$g>:rktj~ ;{4'&.حjL'L=$~Pc@ 5Ur QH (ۮyJ%a8B|i0J~S5s4>Ϳ 9P5`mÇ?|'v|Gtix~_/xҗiYЋ)ZB\KYz0z7(`_  .Gܹρ!cFY~-z-2_P5d%:F^t$;v=&g"8G}F`D'W/8nۭjcMc?cgg/vb?]5~pEK2#7#vJ|3Bs;g5 =⯇+3R5^k{ҊQ5z qh|N +Γ2Gu@&&A[wO@m=،m9O,d߯{MImɿ[oK`xu/Za:' xQk~7>g=Shk+~'d dyd/ rKƀs‚%?0N`$EbBɃo't&ɀR',XPX%ĀR%&1Udy[! `gո¿K`ǢW~lY0s7Po: WȂˈ-FXPƁR^GyIXFe0,( k& /W)48+IJ=ă7gBŒڒ +;y\JsxzhGcg†YAyK*>00{9F >+<9Af -/3Q4zRty.s1Eே'= +"0}fVG1ПFZz_jz+! CKkRun QKwi< sLX5U_[|¯;N%^ +1#&9yw9FVq\nо`LԎen) gu6aLP}u.WҜC2RߋZĝy^ 4/l#_##]Ƕ,y]%mo `M>#FhǾK=`TE`xX ^đך 2U^`jƸ7A{][t1- fO'ƇOBgĐwD` 3V vAc12`3}3 6rq`uaހ^Ydw̗X?;?*3<^y|,iܷ𼱝D>aY{c@Y" _rGvPq An6DiQT ŘQ0&x[E(BoaP#- xQ%5<ˆypH^a'f`;Oێ}R:U-I' yP(&Mbgd:ѷ΃Zp0}?7\ .vyqnjzWlX/&6 e^[ ?`K_ ><c'\. >,= +/\Co}o~a8҈% 0%]OŰkp4W?M\ MR&3a߾znbZm5g(WaA !{<˜/\/kF계 +q:ϯsds83gvқ0u6X6jq?ny ݜ9ڌ+n7o<$/Ol&0h51p\:/R`AIq ~ g L5D;v{NM)JD啭).rbk#WC,R <>U=_>'M?)= c&jTSR4bB.g? LOUڱ_o4{RǦ(J<6Gƒ0bmJrḰ΀ُk?筗Z_Mc+d 2gQ5?lf+FYb?B۾ƌgAQ,Lt[Ky0au<>_y0y\ă8L *+y=!2v#V:8bV< +si s^'UT״T^o{74sXzuhǎ|\<Ȋk.:\h oZj +  /\8,ǰ!z,k=oH>9tRapbfa^WjK꘮_s33;o%Τ".JecG{ÄeYCFgK>^רH=]cbnض.>mbL}+b:Lnد M\ Qg\|?q_|Y |4ㅖd,ő:g'{v:d6S{C cBAud_GO<}Źf2/RE<;=Z-x;1v^n:~n\Ĩy@D :< `@C)yZ#;w~Cۺ}E~bQ؅~6V*ti}1OGE%Nٓyʉ~|̡ӌxr zυx/(&G,4o^> -y}A]b>ῚWjq?4'fȾ`8)Xz`8=u;F0<=,.^ cBC?77 EOS/&5E1[&1_^k6~EW׍ CB/*fR|Nּ.iԗW=FE80jEOYZt#P_^7{'nvUw ߳`Efp!SLJz>b/Qc,~1{>u}kCkDlhA#Q:/}}cŽO;~ kwu%nN^uaQ*՘?ZĐVL՗[W8Lń/T^K+p᫫a^>Lly_0F}+~Çk?J\R̓7x4O_pX%)oܳk|4?N +gz؄{7_0Z:y'H\j_C7B?;T+făbΚƜ* ;}(h]&0XՇӻPv c0cYErlT]9&b0Mq'5tvB;<ƈx8Ύo+>'(eAX7jGn=ע6Շ)3Բ}?o 0bG<^{;uPKj<=x_I8[')_s1&qfq[8<3V{8srǝw3Y-nB #|='1΂Ɓ d-1|KB%<_P,e!*,ƃ~l~~x1 c;PuE?wVy ~ }92gIO,fb_\@=E3VbBB֔Dl鿓w |ER. ;1+`pebN,M|̓Tb;*a$999q3ax|b<`m_%y#OŐ>ƒK\=*}} 3&> w =V @OƐЙ0tb`ȏGӶwb>y8ץ1SQץGN`DŇUGGyy:k +{pW|%|1j cĊ czoLke߰/]K/a0Xq5k%ubWb<.-]iņa߮Myy9Ӎm½#tIw~ xZ.^qT}^o ܏Qp_$/O:#E^X>Qͻ?#km]CbN\vfVud*4 ZO2`R92+JɓKΡWÂTԽ8yQc1ۚ9V7El戼:%cۂd6"vK#??{#ۏ qqgIm3W@3:Za{NQkJ΃sb@ ''"% 2bG > \7XP?y~FL(\HC(|ye )Y4"O~Ć.z|j#@ז]K]1 L/G/n&R΃? gBWS--Ƒ+ Km\:Cx0ǏRhw!ވBNdE*^=42FO;qm۟RCw rO_R\(!9_ M7S]5ѪL/ֵf ?E̓kq_'x}L} _E[`J~!GWpbf +k (1!:sZF : oxۛӟ #Xă Wc5!])>6,I}af:E_w{0x 3VK녱>8sER}Mc9q3qxpjRd,ّ2=Є*}P ^cC̏WN]qIt=jÔ+ Q6<6O9_Tp~&(?|<u#M.Gid>NwzDtg]fbòWacEj=.r_Ua1)>-z&=0YsuXZw[o9q]2/&:pGNABd5cm="=[q1鰾ݶmȄ'=T| P]E:M#{|7}G[e1̹eܵqVTcRMǼʉ5= R[ +߲ H~y|bpq̧ĺR1Syd=|9oJӬ+.-{J^n=cbPąR3/0\7:c~ 8Qc J90Rܩy,?0s+ć/<8 3}=i3I$k68ΟHq[sNB\ׄ]3 Ɂjv)dE7 Jp9y8Q4\Hx,^!? BdFƍ?]tV8G=4<.!ǮO~v]q9#<ŐFT!Y1TnX_u["e}8&u_ߜoUҚx%3+Va +91Y{Gq'ڧ6f._J# Cfq_Ň^@LiK a%? +:~}%}¨-9gTņ7̞U8Qs¬̇//|XaBƒZLG0ROJޅ}=+a_|f.a0߰fŠui'b . 0 Z}aĒfVƌ}ZZbQ"!^'s q8v5rޝۄ08cGoy{~viƀz6=̇M̧,>M"Nk\h"אr(=b<+Sf%LӲ %{3#㴱< > "{ӁϸfZWtL2fF_7~񝘰C:7=(l}XG7V{yinL2<Lr  +# .d(@1j9bʵ5&Ss$/Kuf8>&ދ?Ə x΁>x#y"zu ɀQKrdxo`CW82쨸!L8IxtA0N$ɓΏDbό Ƀd@zoŔVe}d@4."2t{)'[ņο_i>( H?q3-EOm!?Ooox4ON.|~͓ 9/ (d )_oň s{\@;F!o`9GP#O}`&r` ++L1d0dm`m?8EMz%rQRE~Ǡ*>SO!SRxRl<"'m#D*fTq|}`a2> +øPˆ[px0KlhJ j.7aÎX{|C%<`i="K}`B7 Jv<^]š 3f ` Oǃb˜+AgBqaI5#y'ﰎ'gZ{}lRiVXUjٮӬTf%L8FB+xM࿐X=8Zދ:<ȃrv5)KCxN>2%MzHvo5:}?5ZZ.Wlq)n2Sg,yr&oZ.sLKY{+zyN>$GJ^K&p,vI*l2`+k/y0+˗+Gv!Vn []h{ci6Ilx7yӻ;s?->w!bC1"#FgAzx@cu3M.>*ch̽ +=CɎGׄW-J̪>+΃UnOj[o MVs)qs'?TgFê\cszSz+5i[18WwUá-Om8?hq8go@=d\08> Scwt?x϶sz,_Ap uJq|yF^1s :&|f+Ы?Y E#br (wȸPq@4߁ n*g#rU`lYyJCQ9>LƊ[K}Ǽ<[Z̥-I^w~jmkm4+n3dgGg|E'UΥ?ǼBwR"~2vI{r a1%fY CK3`VA˃EƆ7z<Ƃ%p y0v|B J:ܣ#`y<(.B 3f&g;ăHOG|bqyVf8f6̌džvjepXR˴Ї=*1_ԏb\,M*{{uun +WT틜>͐z1La{Awt]z4(b8ݏ!L3C`8jE`[K%מd)4vHd>qp)e>bI{\=J{> {F(׶Wjl듶WA_Ǜ4F'x{.n+Y^ ^ xP{WStv{o+>A~,~x +i %;D1,hr% 1%Y~[pyW4h1ƈv yˇk/)o|Ly3bQfMn{1C'\H`CB:uguNϏw14s 52\3A'8 /8Pu_xE{GbB52Ng&.@' ^ԣg'~b`uY`0;k=2_'>c;1Eǿh8g?3._5c89s KݫQd/(/9z%ˆKZ˟k/tPXkf.,L8L&i˃bBqUx1L'9x΀'$ F]^}kA ̆:tU0 6+j\lxR'vŅ ;b p"t? t֠ .ȅ׾WQ|14̌9\kiC9pXLikV"NjHSxooM#J97Eu|f}Rxs`snm$$kN~Yy}WSc.ܗCSww3}ݧ{z*"6s&I`=,8caA==@̟:[*L{s(]3ռ Gol5m34`|mg?}F1n-n7{?),xlvbD2#ّ5>ڼ{Uz3FrM>o ώ yIs8)y^ˮxRk5&\#Ee-u?U~]a%.ØZ3|܈edhx-`Cq! (b'o{0d_)nHc\b?d@;MBMIɂ{#j1Op''J`Bs!dRכIp$P:zzIǶb9=ۥG lvs8N +s1#ϸxy:ͮelG֓:3&ܚpk +jLgޡ8Ċ98's)}$nlÉqM+MyΕ76~~CbmK8RŒV%ǰ Ň=\s +z-RbSS ŅU`aC + F_6ƌFaɃ+1aݿ50`ȃ΂ lcTb!p߀y菿 Gƈ¯}jO枞~P!X/~_}&qݦ{5s98ǜ?E*$e/:}x{1ufiEӁХV\>kȕd<,><}u->=|1qW'qk{g\ -O>+)qrt,9cT_LX-=rs*SA#Z__ʜI݄n#rv-|9vۣ^5zȇF ҨKU<bDuQK) vxyw~z&RLŃIp|voF)p(Q"@$Gosؐ$<@U `C,(L dBgi9vqxj=&=15`CƤ esw: Ni'xx)&,yP}?Bl bCgz1?P֭"t"K[ +N)k(Ґ=pG.d/C YwƁbBpGv%F e=?6&6daV_+:? ZocsWS+j\5 ϖ֓ks<Ϗuœ̕t+<"罇=0{~cZ -ǰ FҚ)<`{Kֵe?c# #^}Y'68Yp`? Vfo?a•xx0bI B5'W^Ѭ?x\P !ƄǡGMJ 񸏱oE~agh}*WJ\|xEc81XGq}1Xk>JbAs_ܻ"% 3]7]<ą~|ˏ7r6S(wAMc1g5xvs3O˄{i;{8>jMxuF7K5ni|{\O~Rx~-s*r9ĉ7l*נ}χ# ,,qkB[3]yxf#E[CS:8TyuɄ|+g> 488v|_jpǁ[jd:[<7r֣xkTpix\ӘS\GɃ[*d!_l=zb z?Oyy +Ɋ蹻k,<\cUcUm-W)j8E7†i7U)Bz0kc|VoVx)WL4s_Y3y`I~()S|Ӟ#/7Isco~c!VT$jcDMӃo7`6j \7N9һ~/98v!7!1/a?N' 48b<)c<'Fֆﱞ(Ll}Ng(E<ٸgvMyP=ͨo y ^~Ӭ ?hndŃx +\8VϔeTTlR=ƃ^h1WKePY#ksO\@1=V?%wP1`>LCKc.!Y5 bCSܨbF~`(82fKԎ! `jʃ >Nύ,yG15oNkA+d)qfyp|k:b{6Ǡx`yn[kXm׶Elw0`x^7'|`A<`<蹃'*HR͂T͂5. &N>!ٰG9vĐ^_OxϋB<#a,(t6Gxh2> &<# N$wT TQ sr:U7L(. e>L̇90{C/t%F\;iq+)bKC$Grsw{}r{ukפw_+k);$uf8zt'uslkwt|&k6mS&lJ1~Û樽ϸ|Mz3Cw-H/0Hh^EXS,8[XmEk!?,&qb..t&amڿ :2Ft,i{(MvG\mi7^6TjȸgkuPCߪV.Og//J\K?|g|F|18Nl7xSz7K~Qm^mIݜk Tq̓O۞Q!T_7)zl1&lcΤIr]t{T,,FߘC( I$: +j3uzM2.TÔ?|z\z3zz͏3^mbAp1!^3f1= ?hɅdE RJŸRd92|a4s Rqo0˃+ԔY pkk<ݗǥw?8~<"Ca<ĆcGH8Rƌ^M]jQ5I }YbDˆ%-"1 /P5ϬĊ`.f +K}(a\Xcz  z oނ'a +6yo Co& m'9N:e͂fp ץV份gl~p/"ppQs֋X s폹se3[a@=.8Ҁ*&ⱗX} +>49~#|>SRQв^^j$}^WMTc5!`jWu f=?ɆB?`:tޣicBRJȂɛ#O{r+ACseL{PBKHF}/{a{׌f fxM,(_k\>hMbrnASo C6=W7hyEH6e&YIŶR3Źb%{jFNqm)l3^!7 Nx~1sGeצp-Ń^0?uaJS,(4bBa{Ar!yfk xn +"RS*iRuc1}G|ŵȇ8~ǎ%yܱ G#N:f1R'9oc'(o$xRǒ+?sI͒#b.!kǼBr2zP|j5lXφXO΃>|ãysg=sqA'7$A370K>Z- "XZ#s=!Cfi(M+OJ9^#&w|?U/y|dA0Lnr<$FL:BSsذ`A 57t)17 סlX9uݙM1L86M3M80/è\]גwXu_̛)n4ɂe&ĵɄdAu7L]>Yl8XA-$1`8jv/֠![my}פ)xw{o[^wTɥ9uX 'ѻyײxցz{C4ue=27KygAKڲy~*Q4ٺ<4Eг~ S?mkes- M0og +/w"3J'{ĿbpɅZ.&CQp ߑUKwuP-uA16rktԃ]yȃ9s3.1w!q1g-GŸE}+cY k}Il),<}^_~?:}'$:_ݥc&-U>^ͧC]A|Y Ϫ9I9|G~dg%Dƴ7r/?_S|(:PuB' 9` |FЌ{A#s&rɃ)pN=dyo6SǸ OVM`~L!\ 1W ~2/Py{xfg14{r"7*>+'uq!k|ʘGק)Yz`8,8N~:-ɀdC #nȞuD7 +/` 7 .sϗ1Ru`e\cn-+c}뱶%W!?^`G`@`P Fx_EՇ1/H\"z Q`_rd'E_f, ȹX|@ 2vXU|Zy\} nf zz\W|:>[}>^p\E$R*Ź$i9Ɏ]iokھs1:ޅ5qқ ;\ +0BOr Ge5 :֞j~{x +:Z 0xA`#{> + B%fԙ/^ÃQōfU^az2jNs$&7L(,+ aJ̟-,}C 3>" +듦ڤU|io0F̪bOp ЙP":E>aϐ_}+0מY6̔΂W~o@\d+=z*/J04M=ӲxHs킯']=ꡤ|9z|#'ǣ?b`߳OF8Eqlt+LXb;3p~OZ!gC1޹.>cڛ΂h}J2?},jku6fY/qASLzD5asT} +f`mQ};`wT כۧ!~7 bA)C?pwux&ܿ'6a^'J("D͗i1v:YۅRq`L>Wf&hƈxd>ė Ȅ*$wn>dp;3Fz$^Gh" J|c "~1>8Yp>cVo~Ƣ^?֧K,~b5%s˸i!ѾKAf43m@n} +^z+_oD\G9cLu}b<]u7s/4Ӈ^n#|7v~I,5Ŋ~$J< )Sha };bBgĀ fZ<8!{q-a\-:/?"x ,H𝝋2Xo%]Rϑ1߷qD/%ۿzy -/l~f36Zˈo=bAwtt2Rnn'# MUWNXِay?y?0O*NƏ38ŕȔޟz`+8TSB[Mu>bxNj jZ̷Ճ@}3w zLmQOzun8S *?Ϥkt^w. B':8PKOqV/3yO)>d?Q# yT_j+sV7z軤,btUrzlУ$y֫[u\Xob +YsXg?eՍg!<邍uTtHpau#{?MgcyJiU^M=l ‚-hբZQ~ Ŋ1{Ƅ*^TbuoŇ0ᛪcLg'qKĂRjx]X׹1=^Ĕ}K0ՔIox|0&8`G'X+qX,80x0wCLGC{}C{)OSJo8Nd~c/7pXœ._H<ו)sgs=!MNnn?L%5 q=b@`CSZ?cuyč'lTF|CXa)Cn=RuW#$M{}{+}vR : ^LD-cSy,\g_^sNM(k˼>닑|>ˍLs]̻3NseczNco ]bTzx0g'tobNSli΃汯)ZQc"Ŵ;)o0cŁ>Ƅ΅3?ҏ?%L,8|TSTƃ-f4Ckxp(0y_Hp)kr)q_xPkOA< hc$^o.g}xQFm ]/ =p 'D;+ +CzUdz#)3LƆ7,kdJ)TUwCC\X֥KJGc|ӯ8ċOrK>d4#^ q`abnċnw s=f&xn^׍ A[Hp得rܤC>*rq';*sUP݄ %& C۴>cV?n̨3?YqN;&4„9FiYcAݓFbĄ㊋3)NTlg>e譞@'FxVɜ󙼦P5j TW<&^Zhf8rjFǔ/a]Z|z\wP9L1'VW*Xfb]Du+Csђm;s;sܴ_.3pPթzq֏ᭈ;-z@-Zk:S\5kTxgSE 6K/MG͵G:k1W'r^}rzM4T{@l-6`Ö1]91ιcG.ƎGxn5vK-gM '\Dy.\h?8QmTMS~C_*G ~g,?QqB/x#_XI^3~aKh~§=>>ߔ?L042 u06Ng?=iז yܦXXwo{4^s&+:KQj0cŇuJlϞX2+TװZQ`pP]Ѩr7=Y -}JL L2op%c2W$^,+dރpBe5o2 L ^6HFNr/6=е9`1z.z5&~ϵ#N8+=Ikti~kWK=o<{sJq_>w*&9{|_<֨uwU?W &&6P%9Jmg~0(?1C]mP,ؕXw7f~A1IS"-r4ʃv+5e׶^s͹+X7łzkoBn4,&T}kdY ޠ+UP?T{jY_hl8ʃY}K䥲X;nxfq.\z]z}`}Em\Q]*bEEzw& { m{-|9QƐÉVW4z[w3.]|o8i}9u^RmԻEKvk$:O;zI65n:Qtu6aOrt~K?'^5j9*%"b+ߗ3;E=qo?_L1ڡu;=n.R,Ć?<8Ϣ5[O7V.ߊ-?[qxzI:3ƍkOYh &Ąx^]7VQuYLr^ M2E` o8 8o\.OFWx 5f8Qyh$*Mp\:㶱IY5'z C^qSmAHQ ՏP +1".~6TqQiQɹOxΏɽCepË`EpQL< 7M'%Ι@"7"4(o#7(T/xA+\kx_w~e8U3~FRn<VS-\ػrQ?f'vZ.0)f*xWE ߮W#To;^ +e 15:,vgrV G4'9+rl_;J 114ʉӘ1q+ڦđ6H[/^)_WC/Â__j K/k|1,x3^1&u_:I86߂ܰ.R0[)ݏzբ+F!|f&jR{ESg& ;[;Lьy. K\~YoyAl(r)K&4.T {T_e=c=sۀ% Yp=E$5)&\ )TޝxϸЕOG~$Ɓw{zW9~5: \ #Iw5^@0?'1| +Fk ^sקM4WſR_M_7bqɫ^/ƨM||T^,-yzyܦoBZ3ߋ禸Ls?O[rdtf[cĜǵ9bQز}LSȺ?{jsfc:(lxb +l(>O&T$M"iYYT`c.]suFјu0q>g/I}ԚhޏY3bEuӢ(MUcSMP0XG<`CmQU?7ck0WUPw[:6jƈߠa>7U~8^3 Mgή?6탰~k 6sV}?ÌۃyVxدy?Ef'^b7B47 oO,bCZܸ/o9 wƃ0 @MQxMOc)^"&cuU(K'\$'j POhv#udJopx0yKoeK, r\t CƁ])| [-1XoH5k3ik<-j sFzm61FI,kqި32ʂƃK9yNֻ)0ɘԟa6Kx0I3a΅Ɔ'{3>4E~bVtr ?ԩ9~խ/K\2/Y;&]\HatvW>~k/480Jƃz|{6y{ɽ[Mb9]z [yrIc;\ Su;8qV׸_s5PkHWJ%c t.Dxm>;lmW AVp11 +uv6L}~$im|6\(u VtŃs7[EoՕwlhFc6ǥjdab.?&?v#R[gb~g;b?M<I\&ˌ\kH#XJ1< xM:ڢ&;amą˪ΕԋbV]| 6)4\awE JS<Չ55VDuصA jn?6Wuhy}Av9DfMc+G.ޞS-$Zxz5{.Sу)G|JIR߼O1v~WuYmOZYԱv{ƃ~%XJXxgŚX0-CHh@jh1 9ShًCjJ7(|n^ &&rpqKTMa Ō='Ă࿌-^4Ք1%< A8"& 46Lߦ oչ>iͣg.88P{c>~kwIXF鞏Z=LMoH~ł&c§?h#| lL<5JLX n&t`O|C jn^!i] KL0`—0N\@e^|8b7|]ŖZ7=/Ώ&4 ?|1+^b@1y+Ńr5L@>W kQ 32f>fj GcP;獪;\4v{yP`!9{qyk%njr% 19/)e{"C`5|2<2]C9{@ZUb,S>Y]lFLj(&x0hl(sx8/b57ѭ;ʹY1^4/ߘbP%Γ,#<(L)0P{iO֐~fTw7yV}ވ$qY㫆MʷwxoߓpL^MK>>XK K=.&=<`.w3zuBŞ+Gx뜴:QbD}82\{Ψ,~@0"p/{$n$V3Wo_a.^iEW0J{Gx~d] nk3y}Z 7]ԁu :\>19t*8s[E^cQM<|szJ\|-V֨~K5Oo덲Ωc\*V u q+aAz%_I/wH[5V1O^|A ڡOl`}8# |NcB/QPLؐĪ.X,-=3kL1`.Lx*mQ-&5/9d~"t5j豚xt+s_őuyW8<5bna(Ow1&OGu+s7~uQ<%6o ?`G'6Y9_NFasQ8$C¡v`ɄsL,[ĊjTOt%gN=56 -90r-n3a's _80X77GXu``A? zLz% 6|(t i s# x]B2&LRSLKj·;L豥|ąþa_‡b8ą2&\P,_A\(oq5z^"ҟ΅b>&œOH+3ٓyY +{xW?Sk&Oהwqgfvt[H7:wL˾OR<\Sܟ*(!ŽX>I~?RG:9ʝXRCͳ1̥j6Fx*_,,30叩jDB0lBc<’זg9}Xqs&ϱQq)n)SI,X`b'qd1T[{yp0/c*^ ΓG5qc||.^4Du΄Qd{V2ŧK-tP465$g?Q1RKqxn-ybCƋ6+(2b?6Oޛx߇Qfޝej/>k0vn݃)479|(ߛUɺ%δ 5A?[IՇJ|/Njy5j͵f\9cTf=g'N( hLhl>v|\tPذ:>1ǧ~c>,`i?_4uP׊ށ B lTߗXfP͕9?9C| Ah TŁXIbV`?pOEł΃4W=S< >4TDa5OK]uzxMk:>E*fPDWn"7k\zL9|fYIc` +Xl,xP(n~5pFEg5^k;WA[9]<&"l1>R)'aqcf鹃3+Pq$wA<8AU~҆Ă5|)i3a {[8{A3cIgU&u:Le +>'2iokoT8Ɉ7/#1v* $=RAljۚ0]S{]=V/ x|ϢB/ Vub4ҵĈ̬6wEG!j9/im~xeOcp{0ŞJ_-sRLjq-z2L}ŏUf7ToG)jbA ŃLW<Y0xpgbH⼶h^W&cygM<Z +c,ŁI˒Fo9|VH4>C0_Rb*x$[ hso5 ؏˵:;̗g +M5.ݽ +྽kL3ݟv_2>թ0fqou3gڤg:VW7d-aEAl22oh%x0Z04yhC(VP5VW''ƄRyt'T=P|ФpyćWYV8Yl('3O0Tgo9㓏'M\&,2obOHpF0c;@f436Z1c:&c4=)ۜcT1`{F1QsTER !~;E(')kKu.4#gPqb78yu 'XWi5l^tW ;ialֹY-`b6dͷS?Ō^'>OLr,'|}6C^/51}<~6?sGbZ^gL1OUհQ0%ռ &F p &jT磬j_pЃ^ pԃ> UKkxĂ‚yL6%p|0&Yh,XI<^Ą]Ʌ&3@ϋC[)I+l~o%* y*n5|b߹a:@O4X ԆB!ܸ'Ή$Nxpoxp$pg{p὜ o\qD%FfQ&1[:ZǴdW 4 GS0ՠy/zhU&IlX*`ƉSS?Da0g|1R]1*Noz-XN97{')$Y$_R/SwFу M^L1NfX>t߹xN!ݓܙP‡M]8+/یR 5%[aTWxbJ'aIa8CL$`^[30V)߮+qrĉƋh_<Ƴ{Vsn4ܾxTE1^޺CxMS.b&UׄxZjb9xQl;R}V E pău46?xPJk0T9V7긝E<8*&T^U準X* Uz0hRn)Rb'sjM}Ƃ)w ~x{Lϗ1k^d}2m^IuR^Lb^eLC4]^,9px:pX|&{}xuiKK;'_|>XO{pz:g=Ok!s +5m-NGD]Os?ră!o:^h񑏋 L㒣ď3!%?-zK\c'^7PR*~`]fkgg7XS=c@B-ʱ*>Lō_޷ Fפ8t#R^x:WVӆkY|&y'xUf?kѸƅjjC +y_ VQ̫WUءUa +ޒ8ox) ̠[K aCl3=qr )UiisT}P͍*>{kmw?ԅK?:6Q  95[?,=:I;Zyh8|ϸxP5دjqj2"Ŕ*0,cMk91`k^6RkOUާY1b15zb6yJ>C^oGr?|5Vz <ϐ3dC=ԎٜC|`~6FIL+PVT<$. v)^2*nj2v-?y?{#FyZ]W)H6;eH a&jG8ă{zN/ ?KwB/0!z{ ~w-4|[Lh\I$5`B/ϗ=>f [%k=iqk*j)P< +3y8p5 䌷զb-ڻ`hOG6n@'?%gE1SӦ_1",PsbZ4K>R1|S]|ƚgGLJ(^L<7U3# G\X!LuaBuG0.?,1Ix%qc`!!ܾ~KJR@{uRű|_Z=0@N%r MfLh~XO3L+|.f`Ù]pI]UkjǺϺ)uv8>P3abKOE6 XAkɓϝMrYbV۲nͧkݖzhb_XK_c=87M+GO8nq'}_BvmOÐ,/y0F>k.@Š*TYͭ-~-Y*<}}}[MI'$ qU->\}nx9oQs &輊O95[ܽ}JuSEyc?/D Nh=Gr@ndQMNksnǴ&|ц+i5ZڔiORk7kՙF1WįILg vS}&|:]WRMв. Akvc=m͹OiL'N} |@֊ UUSjh75LLV1L0N}ՔϧsaE1[܂OǪ\?qD#ZG *~38"0VFcl<-'s@yoj:k&,ւ$ +zxdm8@;- +蜮Εg益||%]wM|[_3Dͨ[L''5`rNNr/vÇ}ŀŽ6Ņr}V~EMõ\Cqm)RuXqʙ{M(o/#n? =*|XxXLw/] u5{̥W0jaĆ|Xpxg}h4<Z.3AcM^i|y^sZƍQ!|IDzzݙDc IGZ4!m;N]MX/Խ{RoE8P=lxFssoӬLYh_<ueDďFMo\3OKF|&bIGrm>TzԌg4.:Ubֲђ%c<W +E(hz3^!\؇ %JK2OQL(Vt2 uԓ6ЄX_h10!l3P?$,ȼ  6koN}9ξdu &]_ޛxpֿ>Ӿ1[e:er@RPGeߘpK~nj^quZny|t|8=ՔO=>MHnIRl΍,p?L\(>^z,DLy;)RoҷWߖ}t U4 ŀ\/ mtU6'7Ņ<g> +'+0~ѯAz>(GrmaFy`9)^k"L|$A 5~c8/j1{~Pkp7TE7 ;H~^΁fɅXPǬ{֭`H1z= +<(MrΆK]vI&gPkJsz[w/utaA|-qi.9qo̧u$ o5x>yo͔~Z3xK-o3>q crbpxfza8@uU})4=tW~ca)?,6uGe'/]x蝇P_.c.p\Š1S[RNë*NòS'bAKn|Ɲ4U.'N{_ |yV?;Ás?\Ϫ|>˄Uy!?{6$°Ϲ9>k@B`lݑ/)iᳺăߘ*S\-.ޯB^i]ugņ'4;u2jA GbA)|\%c$3\[\/Gՠި`ه~A&ŊfŅ&oPAF,h?ƜxA xVWn~p 7g{jR?ZG͝M0aB7Fo9 + SZI +>׃b1 +bؘ3ZcZayB1iOOlml2>Q%v8EQ,O]͍K=3%6\O8DC*t1[l '.4NT-SϭţF4<4D,t.ŖFcJG2&Le\xxE0㿓#,bɆ/;I׀:> +uPΆzI`WL=^OW=ĈQM;VJԽ n5q[d.0`/<؇MT0a&셺p`;>] r 6;&u =Z0K[[ቭ1^SP/UZv+m?ml&$/VC!;[›S KZgst^sCLmW?;i(}P<.8;G"!m?iL8[>u\QWV=x$;W1k׻%~IێRMOr4w\3`^n1_ބXPUNg<[2] mT!⸼--~QLF|*d!ŀ֬Ozk_^ l`*|j;$ߘ<5˧{bqR!嗙$ϚR!CZ74\c ~4/,g1G}S'1^N,:שC.ƶ ĄFoc\.}>JM!1oq=g~ljTcG:&㾽-?N7Z>=u6yd ֭i{}r ۊ)xQK|\<–z2F`{IOk"w{d\h9ýŇ?:ă,wXPk-Ts#Mx\~[?; ۿ=;M<{`ƅޅM)&- 3S΃Ƅ%-``=iY&1$D2{CI0rnZ.K4w+Ą6ckj'r⵵pG1cX^L(Wt̎k+oP'ޟ&c> ză7b̗ƃW CKT)kqׅCa`N{M#MG=Ò I 4qaɉCt8$RI.jOX2}bOiyu_50ua}Ά>} ~Hsq3)#3 `7E@_dC|!46Um/-)ri=w1"(>g/qkpR}Pc/:]Wom|B^80s3`\&ڊ'Rx"l5wV4K_w-.uǦx׃v:;91wsJ]qθ}\nYžj+kuN5՟jڞ#$L6.d {utL`0SpWw. Kx3$/zFu)Wy+ yGqUWO=sjl7-/N*纆Ө>ʇk%kp]+*v?b3y|ⱹ["$xb9 ʻ0J>LX/TwRɼ>,}a'oPx2]x7ڙγs~ۄï^q_}7% *cB?ŀĄҵlŇNkXK帤u~Ti83u}?Nqlޞҹ|b?J?FFgo59Fh眘rGUkjW5WPƆ;sa ~΃&6t Έņ&y/0x JKό g~ CK~zΗaB+ +.L 9^sń c|x;;oOw%=1{O 9Lg +\kϗÅH,h 8вC+t-[%cƀ&CI Vkψ[?=UOZÓb'i=qOtml1ło:෤pܩ'ṓܩtEqnDg4jm0#>p>x +Y6uMJKQ|!aWǮCĄ1mE\ŁMU~ϱڋ>*JyS'Ryg&k]2j.{TS_\ Huğ-ب{~q`0bWG%uOڴs[5gs>2 ޲Cq{m8#eɋ=ԛ=˚ksk͵ o4건W:,z?={O~O z${}#u#9H̙Ke%6:K*Nuy=Y/>y{\A{ kzzѳAx+z3vbXzK^w?oVzX=z1۽n2ʴ9*6TvPeƶΗqlqBu@5o:Ug?–i^ňF~^p'3(h7Uipx &c fk`@TW(Wcq^cuF|#ޫb@1#ܧc`spZ\ZZ6pKcK<ĉv^z\buȄ7(Ŕ΋9uz9'>~_PӨQ=y~}o +3I~m%]q+Țj TMF'g5PT_G:9xP`;jۇ*-x-,/נ8P'O0Q,hv g8Pk#UUu}TE~^^ָs'c%`G54<@%5/0ƃS!4^Fjsmo*nԤ;A5{aKSk&hwbLjŠ:vh༛X_F?&Tტży~Ѹi|m#jr^5?ⱟwA//Z끦 LBa> pŏ %pgp-p l/ǯ.ܰnh>>3$yP8Гm,h1r|)̧.z 980 d'&O}iToy̷<-7N‚p,&[rg=c-5~k5|H+Z5%_Ão'L`u:&r#oɿS /hŇz͜ Ns{o79 &34|Y2ǖ 7ܹ֧g4gZ͚CڃąMb9y1i  ,C5-vH)|Et g-0͗:εÞycOyI'8.,==kGz%/b}mS q~}q}5<:^_*_(&Lah,3`ł?W3gsi>]`kl٠cv1]SsuxM^oĤze2O[\6s~n++^\ƣgH}2w*S|.F}Eqn={1}]҉qҹ is𓢭kvu].&z>y~?=}s3H˗S}b>ҵ:cumS~3q+)8PM*>3YLg^ ڗ&vjD?mלw |R꯰iջ&v`bیĂurq~=$'Zy5ߏo]/^$SXZ}7Ms@Ą y5G=uת<(7:51?n<7tDpG_Ѓ#*4YF# 2/yPh^zxoy}&kؿ(GTm)tbAŃߝ|S-^~wOzwİrޔi~3ԹLX^Lx0ji(}`w|G%ut~iwH%X ,^4Ac?yăRYT_Ք2)sՙ-Eω&zԋK$N5GŁwXoڷz-q 7l[0yx]A+P#爾"rbCXqg2Cb)xp pqM]WD^k΅zZY1/&+Q7J{WvLxrf|U)a Z :Gmi_99^nl')'ɋ?tP]8>u0}=Lh -$91n3c=Ciogõow(GfH}&XRxkX}Q^w}x˽3Ql`張EMTEb=Tyj|:bb;5Eoj`L}C^ u(M:Ζ'5bh^kzA:8V{ kTE=)C-z&ֳtCnj}z⾦łpMɘO|{'<8st^Xp`Ƀ΄)Әe~A.ύUcs łSŶ걣 yI2|5%gY|CXqah(pbE?IX +\ c,R@1#!9]p scBBg1!,禟EѕxO+ńJ0!*y0d aЊ8n~}>wCr ?p>J[T +xay]|~H"imWg\|5!)&\<<?"yE<}-p=gƤzo xv ~T,^ă%.t녶yFiƅMVt łHwf<8+|>4Mg̃ Z˲Pk_ MΛO4J%.z.;l1yO&MUb,3Xf>ι"b.w JʹkLuj +!γ]Oz,1!캔;ktu\Cr +]5']vJxܕ13axƋKCcrI]pa `..bE v v\ofy8Flu&k ><] o;W8W>[:[LuEQ܇7l#w.1w0(֖k~Zf8Y~So,[K+̽R5v]Mc;1hh[ޢkn9ijWl:'>ݎk؛G+V ]Fܨ/Waڡ׫hq U5}hYnU-'i`ߍjͪۢ{j5|:m9_6 4߰la #Բꡛ|^7Qd #uo-Y˄C`6}ήooH52.Z*Nf5LM ߴ35ۺvz?{dz|e^Zg^ nfA98Ʉނބ޲^9O&Si,2Zx.Xsu,+i )L/IΏ|_l|b.k_O& 26\'^PV䙉3B1m֯7? ^a|-&v^YqSn 2.5kxe^\#&Cg_K:NWc9x[cw=|_.T=!M*KmCFb2V_za7iRZKRU-Mb;o`ą~lȘKɄ7Rpaa~lx{< E… <엪yRֳ7:)eRb8@,k ;T\ xƜʓYC2!z#>߭Fxml/$1qn1$bImUxz#ph[FGm2K_o%yȣ8#_II /Քb{9>}Sp$ 8gļ %c/ +GJ\)R4yb h>]EcbǜSI*\'mD_&or7^$,|G}ywy{ssWyo/گ֊\gUO ++LS֫&p%YۮTۍXRt$x4J'gsĞss8{6eΞ3"$|v0'Ïzf w%r뫁0;wCwb/|Ȝ̏MرF`jkʿ;y-0-8.'ʍpBi X 4s[RJ=pch)f3b`7N۵]ɵ$2ӵK,ގVƼ|m[s{?Y4M_sS"3Zԗ{yDpDl;|CuIrSƊ6Uu[ Z¤zy^5NZL-:6I&tM`:gxFe_?lcYS90 SCOSζr]E_gl5^GO51,Q#<]36+~bc:y-f WHGl*~E0{$F,l0Mz=zYQr`Yy0|<`bR޼2_}6ozƈz朑Я2<#Z[2aA^MyGC֝\Tm`oa /ۙoswwx}e03a?SP}(Â}aLm[0al~y0vNT#1B,L43'œC>s6 Fl`Aڡa[BMLo E#z!R,'59 +>@ypSj<ʂٳl^h`Az]f6^u֖+YײWw0ZPtcWfN?1 + ~S<0U +†m&I<(nj&'zD|֮̃umPcf3?<~aH e+ujLWs]_Wm#sΐ˗؎WZ0[ڎumVcyWSTP?a<+7 )•=(v۪WF}.CY6m}p]QǾ8.`<-iߝ\/7G6X! >^m׵ ž>98Oo p1<` iAMԧwC/'9L8/T $h Çj5p^ %&KxT~ 6L2nheCe@vƒxvY#Opъ7}P!#c?U43,C5 ,{Ao |TA<@4N{h"kx REzsa'"F]Gm 3Z;b#qd@z0զ|jY Cp+>_\k ;cZb{>aԹ`mh="k])iF-sOo#*Ž[zς sbn;u-b8 sR-6K0a[C,"9S:oPgϮxv5l%Lyn]WlpD~hϴP<`k qąZ Eݸ=ۭ?g}oxXQw4}Q4R5W8 "npdY +fW8s`gK&]vF6d;L>b#6>:>jPĨ֙l ql񛜳e^}<jFj& Kדsm[o1tߕOVx%Vf~7Ǩ| 6qOk{lkՊs:Ue?i^}෕Eۅq͙l{Ai#~1+f=Ŀ:f;֒]~x=r>?>~#G܏4wjCe^kBp񟮃-.Fxy;]KEO(c۾粌E.lXx[TOnoeܶ߶gel|ս5Z<~u^I`aƒu^<)Gr?v0`}9b_ c=S A݆9d? . `l?ZcMO.x +e6lv0-GyZ򠾠\ǚ\ºEͬ C1|+2?d4JhWo쩯&XUeqiL&?7&6)q`g,gSbhd௕%0{#M-CO3(~}(_L9m09Vs]e^Øo:Ͳ&{x\𘯧wz5_ {O2d=&.{<<ّG ILgx11a*v|!}Mf. \ظxI|hrͼ6o l xnÄȭׇO; =  ʁՠ+=qhELea9wyshc/`99p@$s T0 7,q_ +mGo8X0ib +8_7=`?xUC0J?1Wkzp &e򠭂 <ދ Jpfǘ<|1oͿ9k ?E^[CϹ_wSb:vD'sjjjݹ|8sv͞y&͞}P-Ggq 9G'x^d5F~W}_,\h09|~5t^5^gkǜk>ib-.~ZX< 1M&\ 7׍r^ ֻarw>%y{+yV*6 +E=xxI<_#u"?G\b.SG^@( ږ@ǃ+;}t%xăr``\3 ;|!8s*yK)3X<Ą=]2Y-`<Uˬ;q^g9MVa +a6y0OrJFwzyf-I/Q=cYws"uֱ>2d,>Υ+]J,Z?ȹ Y?)>g[KKi.5՟)GwSkZؔ|ynk8hoxO <5XPÏϳMJ< ?:Uƿj:?mw1‚5ԫF+ʀ!~x{][ W#F^63wцXsss囼}=W`kl_|nzp`̂7AbX%q0a C|&j5>2`f~!P Ê` L~تꇫ<4L 0 +ȅ#Ɠ~bIG``>/8Ǎ!; FdC`,xpk ˜Y0FxK;?|_^ü.P9OC2sŸl<<׉F >N<8$;Ŀ ɢeѺ3r,ƉZ+ԟc<>BY:I0uΩRE/П`g9|?>PrEƗ>Z66#.t>_L\/6#<ؗ7bOg|ܤ5.J-Ds͔|3ܤ֬!0KbB흜Cq:v{n¼Ġ)Y0Ex‚<Ktr`3+oc r~Oqz,=}.c#×?=.U#/{؆ m7![T w;a >7s(iM16kʖM80f=[uBd9sQzEu`_,ӎ̱e^&`3ɱEךiSgCdVq*#~ ޫ&c؋brŹI¾U>;FeiY(yO\ Ʉkb:۲{XMXp^q93<_.JX/P;€.vkp94-uW!7V.1pce/W0<߬ƌ‚bL^Cw9W8>"ܷ|båst6Asg2AƒjF|O~U 㽕^\wk|xߚpGjj#GaK?N ##>n)ާ|w &Ԅ+5"l6txMu&´?1ͽAYP&LK +%G^akʍ nKu 5xP/OdsbQW1Z>ӵ L:?/sќgT0 \γ/Œ-0wA鷌W-uAn\5-$3ձM_ Qjc;#Gʂ݌f:bc>0iG?>16E,)-h )Y=N1Iy:ʶ> ϺYٷSs\!s5uaޏ.d`#C<仉 Roo€oYWp=,HvJn_( n<g\78|üO'`_U-^-__|%&M2cZwrؕjjeX2\\MNIPM]fyƬc7K ~lx;qIsѦF^ "x>y>58NO.߆g>n$s#~e?`%Z@5?g驵S&VڽH8͒j9P/ߩg2To|@Fbl@5de\^tLSzȁZyWؾ6\5;]#xzsۍm -k=o-p O(߆ކ 6~ -<( %fmVd[SN Uw \;J߹rB=?'z+S +en+cG#R 䓙XrzaSJ 4eHܗ":'/fxq'Tq8W9f?y?>;-r9JTy/d,mQEZT߻FsDn^s| S,)g:W|1ڱ^pLJ̹;VK s`j0yR sYQ}C#_u"̱SZnGNmo' ,`:Z e0C9cnRy` +{gK9GC!quUr?sQ,u%3makzfC0XpăFu > _XɆ_}M>XN@}o xK 3Yno݃ ~I9>jsL0(Yq r`QxfF)<8 L4Sƙz~7y ?P5Kx5QĀxޓ `=cBWbrk:Ÿ3ⱆ̅h64̸ăh$,Szs&Ptٿ+1 msCu.5׉M*<މ)IIi{E:8k UH^Āzjw GȶcQ O^gJ&|g~Æ0C-%HCH.paT)fC=_$#C2> _$;\ة9f*V*l)1gba;n&]F^1ZjzQ>:q +?:֍Ѕ}sGIopNU;՛[ s7=oq\"E:̱k tj[juWc~͡תb+"PǮVl33o:kJ8ǯUN\-y}7sjaIۉqݙCaU9rl/L E0~b\{v=9Wyƽʳ.u:U An%x >pS^wViw^d,K_/7%߯a!Thk9ufyT{k0a_n:Pr*95`)IxGop#p{<&a#C_}9sXcah}uj:=yნ'? p0ù8~/Ž ᅍ O͝X-Y0ތ՜f{jn"{P׍p18ܥ55巔 ʑjtMxyqnY?n\7}Q5ǹyc8G5*s7?]xR-r/=6\AWKg=}56c2G 6ۻ.T㯛f0|G´߉ȱۈ83O878gV3gTVsUFǟm]9 +xR~V %yggqgBq`7[WG&qC=ɨPQ9FR-"}'J cZW!e0s3PjO걲 㔵+kF^ +/E6.Sg;-KIMl|rh_׺%eĹ<^*?XW9{9g|uڸ9-X yTk~Wd_m-x>I/{[b?qs5!Z0O8b´3Ũ)WW{+#fi ]qeRSC$&SbE dI2cҚ”[Enbz]zyaO<~cGYsDσ GXȾ`0ͅ:`gS͆Iݥ\@׀mq g,yS/~j"˞zMY5yY=|Y <?UN <.55)|I8d_sfP̈́\c({;4NTO1GsBC;4͉\1߸<},9|_?Qf}O8cpä $#9h &,3G}>6qb(oUŴ.#Ŷ}-mǜ>F(x")E7.OxCח?Lsn̨̽ic+[ 'f족~p`{橹Ϡָb;dkR:ϲ3;\ha?r- v[G$xZ0k(a#74nT3<-o*MDFEs(Z c2Ϟլϩj94ù$ Yrhݩjd:~_9 ;Ms-pO'n0&׹c,cs{VS̝ ^?v+4HL`!xO.3ld-#xDjqӟ:T@xM/ 33yա]ru?"S3 툹I%}e>۲}ՐcpÀ`CU +b|{5BiG\^G.Up\b{<-&Gk1DZā1fwr\w7W7=īd9T81:==ǥ7Ck9o8#3y!zZQtap07 7-:Ƽ)2|2]7Sߍ0'ǶWϳW6B7|{ n4N\^>`ӏ|1ߵǼG^Ny8p"gljէOB1/ܫ|'pպKSS)/ryYj/10+>xo9 6D3FSG[<+x㙵snm<5pܛCaZb"Y: WlY0|Đ]8g ]W;h~zL8^WLw;|G<8P)zE=C8UcS^kaA}C4ip +` syL & /]#ȭfԸyFٯ`ģ_H/xpTc̓ ta?c_oNcGg۾Ivi{&dԵPo|󛲽H_&HyocLO\65iȸ̂XR]]5&4‡ߠ_Ws>fqal 24żq|uʫ*M$AVuL<80,FM_RU|;h3,9L_>|e໤_Rg maGĺD( +}>YM?DJO/ijj4*0am_y0w3uK`},PEsbJv\5`^E}O`OE%FPB0!CXrxp=|(I ^߄6B·i46%q ''9??e%6w&;{t1~C4qNcϸ3 lȶӕUN>{;f48d<_7%k0my]|1w3MϹϪSdz ^0A4̳ij֝xu߀"~S3nstg&k# +^KGZwj59M : S=A${Uc \qi}Jd,WF|9oUXP.5gf +̞[486T|t3z-n.9R}AO{3zLML9 +W:ިȧNr'5)~dbI;P2Ӽ /PO?.%ɂ +5krT1;tM9[=緋O۾_qy, _#acČ&reVFS>yfh^eшr<Z9ֳ_1`QM8^=L"*cN{9Z;oJ_OP|sz۲}^w f9[x'lNj^:ںedF qk2\yv'H[K k'-tăЋvpaV:5>kpUXU[-] =g0'qwů9p,#D'r,ИSbm`/‚Qϳ7h,5 #kf_0J}>982h(bܧoKGSnR5\O[&,<\81(&4ի~}ܫ񥱯H/Ǝ9 (cYbAx/{!E}Y/+ϒKn4&WsLɵqUλgsk|̙k"&gNÆs⹐IhJF:utI vgiYf!w'a\b[xZ#M7Cɉ(3ɵU +#t#?m:ڈ6IĽ-o3C lo|Nܝj=s\7 OYθnFOd&wQ?sdl+]h䉇x" .\Ok((1`HOKkR% +r<y#͡%-"sYÝgS+\s9/y γz"<7ㅹFmZD`H^432Y\l} pZ=XoGc…M;}z7wnZo%s1k/zo⥫n>UI -<;?2z {urg՛W\:T6'oWFAaC +^o'aEcUZďMZkz\HC9@1b>>}kǗL2SP}7ߧ hgջ7xBqy-ŋx8ϠF=i'ւ_90(13w'_6^#]^xzs%a̤R`ÈKu߬0x0ϓlzQM_sjgcOQQQ  3y8~Y{ͣb'SXclj_ֶؓyW`$=BcC߂JeY]'Ś"(ݟ 58xM'2`sLk ^[kb=^=ɿk]7g<=K LX8^b=]maQr[0M}<)1+,X ǽeEAj&V,W4`ttėqF]EΠ\̓M S +k{]0LOo"nTϐ1Y.ӏ1<ú<(},XVSx[>R}I_1>\v?7Azp_ZCGXVDeU&Ǩ㥸Ј ]%Xf-Ӽ|T7L#r0jfN^58,|xM^Y*,\Y{eD\{kݱO}:hƼyD|k͉zen<|Oh̢yO+?f} zAQO. +/Ź7Ɇ`SFe i](#ʝW +q0(ZŃh &VER4mC3 g`Y[cBp54ѵ~|gR4J,i ;y0<ܪ{wҸP|֘шE3?}5ECG( ʂ)ntV0GZbJռgG|Tpg FyVK\GqUŨfo[J􃎚uuԨ( +0)~`u;__>AE,xNoy1?mQĈU(#2\yfz更~A Fveϭgk5Lte.E{Qg:xD+<*y:I'Ʉ>3!!kc|ey0fa#=nG̢y'B}!sq4w&TԘ_ڎ8~4 Sׇn&,ϡMn6wyxcآ 7]]mxqc/_‹o' s})}-XF降*gV& ]&ʆGGL4C+ؙĂS_f \gG|3+X))RaFnBҒTOSgtFM8M0-_H._zXm0w/6nw1ύM,ȉ(.s$ҟ9$-.-SyKv}Q:g/pfg9r!5q ÂKxd|:[T|ojMx3?N^%fT.Tz?^L/ Tol] +!y3oU ?rl:ο xW?6l-D&qU>`l{pz^np<96L1/WrOi̚]Y5}LOK_TS<.tb/?~XGK2wd}ۦ?7`0đX,kăx撁Jf3yAkҺ>0 &+\xrd@Yxa  )543,<(7z{ X̓{_Ga¼]5y/Zi{aZ /r|S51k o.[n|KuC>xJ-Xm cN+ZVj{᳞e{ +],sab^8̅ux KT_2;s׹Ncx[FΖax2m|K*`D6|xįzVW4֐8Q qq8ŵ$h.L9e+ fTn'Wc%}AO ʔ֩T`W#e. %ms9FEPΓn!"sLS&e٬gk? g3/ʊ.;"q5FmqocMM>I-L?g;~o0p9nTgheQ" >%M9Kv?'ܪQgú1e,,‚j`-旁BҾk- +OGVaaCyv.W$r-RrmG}<˃~0WZz+~,kJ~0\ˣ.ܔfA]+5Y2vÌ"' 0B)GZ#&qvĒɇlɁshZc&<$siML8oy&Mf#kmcU'a)s-fUp^6m:9,6Œg6]6_]mtzj+MYCx=[z SIkù8LjD_鲆ཡ5nU>I\Fq15a~Ǔ9i91b,]7'C}ziT bgCbge0p._c .WT[&mr'k|y1qđq9 1EY>>Թ_җr:3օ|L=H:>nϞ3y74)^ Z8M~\ '?$sO_۪;qw؅}՟&vUOП _%>Čv7ĕ7oMWwziUt6ե?^: x_j|?q"l6]S|~uNqϟ̣n)zQ_~{),?:)v9gk ߢnѮ{y91pǶZ?7oUzƱL. :.)[YMpI4\{80MADj֑p1kCxjpD|cq#Ͽ9^91zsgAƛx M{gtxFEp=W9|.\sAaO~8&FIңNzYHfOqYSEQk1xɈB}Ƀ,س+q<´PXzi c SbD7X'ܻjoɣʵm֋9R`#5s`ɹ2_7(_U7:A+qYi 8OYi<.5Eǎ>)YeĐ+<,y +F ˆ͵ ۾\М2E.g0x/aa`Tâkq uwX]wm+(|3rN9nԜ֨)64E\Ѽ?`a `B"D`% x0lXX&Z7 &냡d{yclFrY ocI{a5ٰ7LIk #n_ +_Y N`w{  u}SÄC0gXe;M,ʇ%l`{\<4ȣ4r'\##Slˀ/V%Y'!Ü~ek ^}l?N\/ǧ3- +vg.t/Gz~7BccaI: PVqLq; \a +&cm=993Bho7XP6'&A>G/#vt7t'&pp&qc}!~`AAReׂCbEjkpcOoF.(ɤ8b[`:ύ5&rz2l9-#\ϙֲvmq㊾g8a{N9iN݅917Ix5ru{ F}a;inXl VWm@kY%/ʍćnxzݫ߯|P}|ڝwQl?e;W6rƚp)sVOB1Qpx#pƷJr;X1~yp߄F &WSeSx{S7-b;OG2.x~Lć>c~SQsoߤLwO7 +MJA~3>^}jfU].W<{96 M,8sl>&ম~%~k@qYN7?-TcyQx:{9v$1|kpq9m~xoQrǍ?o>f :l`n# <AEϮ-x'F<|Vm^$7x?\'Dv;ʈޡ\U1\]u]z9Y'YʄKцc-rv+<@QTu8gPwaIϡO,w-|˔3L~SØsx=-fmc10& +9bxQ1v7}e{/z|ЕcvnpI`\{} X͌94bE-;-ljl0ό9eV`Ԧu -S+rФ2aP0 6^u - `=ypEYWZbEIe} +d>QƘ_4ZW&!LaxbR?knǙ&4hR0m}/^Mغ-gmL|0(ekɂ0Upa +^,~"s~Ņ#2f3|:tsx='~r d4rxmyq^:D9LKsDl *,ʈ3 ~l`AkVd.k^iaS^1wq> > &IwTvS6=g ]?!*s.D=oS.ҧ߅bM"Ǫ9>jZZ!o _dT;dFs>95FC"HXIꯌX?[&!dBsDݴᬑΜX|)I#s*?ryc-kV ƚBR| qs!Ellq)&nC<9Jl[qp&mA6r0p91|[9N{yS?:~ry-ϫi404xY5oAm>VVKSQOV;\&vHsYGo;7,^&s#Q|W>Em5oy`%r5v5Xb]]7r~Uo=-3ϓ<\Ī\ +.Y-?o:ϽOV9V~(3GpzZb,|.2$v+<݁~YnT,kD_Sı^gۮs: G>ӱg]ݮϒ"ؽ9./mgxF0߮ғa1;28=?mԨ.%N Vu͛ʂr!}C03qP+ua71)L70Ȃ)`xwͱ)r94LZ+c_Zj0`off"9M^ +zlaFG6eo}k*_i^V#7hr朤掩W畔cʈ9M>cY,O*Wx0\c";3 W4ǐĔ& шd1xƢeh-1e1>tmԥ@ї gnϪ=ZxԢ ɂzuR/_Lxƃ6.}[~ƽ/z,E+|rMa44Ciu`xu,k|-~ʼ Z]Pױ+:cV"_q)|ؠb9aWPg + CST?F+'ii־P Gu0x=Z!Ƴ\D` ,G 8鿶 ǍN Zq~΄y0;lgݾQxo7!bPŘگ"#_\wt^\{>`B q!:^VQSm .x#b B/xfɶO\?W\#73hL6tQC2]go^q{4&MguSmbD,k)V)aFy ̇;nx `/\&6&׵9=ālt'wy4N ņF?U"O丶sm17ȇ2ĺ[ȽiMJ9 oC0[)u-#/@D wg)W.$hӡu>6 ԝ/];ZiUP~ǯk5WIi3 wg[r?T͸OVLqv?d?TL_gSG/^Ot=кtWݯ-gܿO`/.5.5u?i?Trs?ƒ3iXpMuww?Ԟڟs{`mܡk-W8yi"1??7n~:5? h; ,?lo5q޸GS{h~6LJms%w4{Օp^8: +`a1Z"6v"|A:ȭe +i'γ m2&j: I^v̖ÁWc0g&V~qr6+;8IpwA?/y"x{ðRBĚ=1xSaɨb+{.:ߘb-?"_BLk/ypgB5~|61yń3JgcQ4ߋ?󾘈/Acj:*V_NWR,-,g6~nk/gr2mt^P&m8 lٲs-,&JĒ)jAΘ ' /rXE|hH^BlY\*y>L#hKxmA_x":دq3m#փX'(~4[omG$,:Nۍô&+~S4mvw~X-'6[g<觳-H>逩āyjS0.5Y5o&lyO.z+"z ?:1 ^p€g!Wl&4+׮kՇU9߫Svsgv~[YNFc&oU G+qҖr Mt>4JnœZZa-:wݟZ*O֌<φ5exacԵh;~iBA3rd.v?d?ÁOQw$iR3൫noewL ԣLss7z}ٛcȾI Q6w `Aq!>Yэ&l-Ϊ.:ƞ+}SO]l.J`y𚫂%ⰱxӀY7~v!͹b^}oi4jꓕYԟ ^wUFwц8ǽ,SnQd!X +_,^^9;¯S/ZtONZF}5-%MQ^SK9Rab-YeXI`!iS?h,h<.=yIwK`ʼnBB< i!JTm:KS={>|XbiyϰߠӞ5& O̗'LWi3+?vw}Om-1.ƪ>A٠?͆AQ~!BoL}8RL,u҆VOqt<+"/Bжy3foW' Fǚ/վĄ:.ZZ iϚEGe +ܢRhgt߃{*g]*Lu^#bWU5Q":Eυm)J}0+%L+"DGcz~ zÖqlS,<3> !0KŌ1"4,GD~ OF3zhLbB8lOo48*f0F[]+Wyg!\BeM]٥-2~g})0mAQ1̇iR׈ތR)]{0Dݱb#RwXz3uRPO}kM*~[#igևj%ZXhcΩKq>e~"˾}q۟}9MиaBl}vW=De|wRc7x󏮙1$cI<T{{5^EL[O4^9Mm ?Jog:Ń;}_g4fxr]cO;Zh ՟h{'?.& < s0}oOxF{< z:5uBy(GL7*=~m؊h4F]tGg@4v5J廇wNZhSHœ|&(3eeNuWq<ӗm{6E^ryVKZ wʧr@b9l^9@h㿷Un;6oAhhlu>C7' 7vh[h[u0K~7/wc]y߆MnBz}nX `.Q d};e;CX{g:L#Uq3w߱nvg{u{zN]Lwu6Jµkrr]5k4ET6_ozeǮKRͺ UW԰k-nc_mc7[s\9VW9_{|ES}dž՟wCN!.aO}; V+zrphxNjv ӹ,h}IۓS kmM' 0, z3X4\ngBmss_qKHK黬<6lb?π{"J>)[L񜇴 gBߏI!?Wi#艥DJ=wovxP,]?pa|s Ed6UٯtҘ.S}t-χci`2`xx_Ā*yǩKq^ SFa85.NZJY{wj<D%-iS-ƻU P  Q?)Ky-]ZHw >K[q︢<{R\xL&G| {aC.c/,e ~l/։YazaspLb&<- ~~Σx Dc#ypA99 >|Agd'<-~a.|a>8e,i4}f?w9;mş0san ?6m˱3FO5Fbr˼΄V ck ~??8;q cO/*iOKwQ>Gi:ˢK(1]xە)_âp.fZM]d## ĈO~NibһėpWEK;hDaD~cH+O>e^Az(Y~m`2bgc4j`凵>f\ԙY//[# , f!v"اꇩ>m>8Q'/P|H_Ray'/ S.L[}к{,eпM=*vƂƒ]?ށn?qyGY6$F4n|BSī8xmC}r)k^#V# o :isq4n@' ggC}S{jev /nV +o ,KrpZ1Nu~|yse>! c^jm7rW,`WlGdؾ}wί+c1{0iXt6Ϛ *W/å;Ƃ^s\M~'n~>\K*]m->+oi+߿}p_:/u_Gmsmn:qݴYp8oa[΅e~{OޣuGk_{o"y4>{eƴ?4]]bFoO-m$Oa~|v|4v}q5,լvi[j7`Q8Fpt. e|CIzނC/,ui</˩SyT}t,Ok;2g*B,F# /lt^*+[O e(儍=u xk_nDŋZΗ=LMKnv\:x wc܁(y-vp;:UR2hDL2NP'Ma(WhGSLH'#ˡeFaw1E +>\#RwCʧTREX|L,_'1˼`[ +CkI4omM˓(&|4 ҴGi޷OCd>ςO]3?@ۓ6U冕G>LLOY:^ 4 |ԧ۶kyAЄx=N4=c6Np~uO3%4MX&6\^+n`H)&Ԙq&4XT x}I,=] +7].L*W?FlX& +Ňp c>&ރ +ѯS7r5b/6\_WXmag:v~MlH3>9[Ahz/Zć$뒻8 h +Ia4l6x+*w8C,6 i3'3Nb//&׆ad77F>!(Co>GqHpC18E>~i`AxNL:|󞮥NTw祫vXLwuM'e7PMsj\H5_*r|޷hh|._hޗ +ck\-Z&l7Q6M\FEϊMZ\AX-hƟȏSxPc9g'X^b`ƃYp]DmGӢ#x+PiwiW1K)'%-GQBS-+S c=q<3"4@]]H,%E#zYf! G 5$rOF/^1Re`Ñ;OݨmFݑVil}uυo~" k&<%S7]xf +;uq n$8~7߻! {†Lݰ_烷lֵѹbC1a?~΍xV]ޱgld hK x|`ﴊG:-8 K~S6~mgôis޵#j ;Jj\|D,o!oqڊ([hn|WP_Uqy;CL~CE/D'Pyzt #OgSA9C]732~w硦SnrV˱|P6~cٰbn=;_s@ +fix +Â茧,yN蔇6E?;RFڵ6݉#wv- -]{-T>GǢN%ʥeSˠ5d(S&X1Ư2DjLyQ?EDE9X0(:t# v4"yf&hL^`t81ZSy|s[NX/R">36cα/fU?qad ;oZϩϟ+s X9NNy00Ƚ/Ow>g`wx1!zfTDkE_ipab_3%Yȟy9b}^ϔxRX>Ĕ;Lg Q=1JKH[Nݟ\IM#<^,%āݢ|pRQt?E鄟=+~2U&T~Q>log| &s)]7GB(6L;>AL+rN|}e{ZmřŽ16?5o7 p#K^q1u<7Gbu `<#5O1 y p`>`R$,qW$ }PWd*Vj@ }{:]JXdZAi`)(`^G󄳫_b)x9 ѯ(;Nw?g%2/?|bQb,>r6l'yL|&MpJ M1?_1r>3'a-_zFq~Niбs;+-& ZO!C0rhSEɅF5Wa@ZJKTb!xkXq9;)תR:cihs0c:W;röȇjrՈaHq!-pa8s<v19ƠƏ8',vow5|^]eeva>τʝRiUړ?5YOCaKCM`q߫0ͺۮ6~d]i?hP=1b'^ƶ+wgPf~hRM!h^M0c# ~m{Z&>NFc>5[M<$ba_[7DѩqwRfsO +f։[Rz/`'2um܁`<s~eYSi73vT40,5MpOfO7-|ӝz=|foGp qqxc{>ڷKʜ45Wy i}vg@1}ʝ9anc<}妉 &{6oޖ}(nb³nvFW#w_7 4൬'^J\(Fg4?E<8< 8M]#Vz^UZ!Q9ǔP9OS/gYz-w|nr(:O;ЎFDk)v.C]x+x+k=Z]gľnڃ`pƄ'(>펶~8*<5*T5Ѡg?xn@G^6&~בssه>Ĕ|3pM+o:yMq&쥱_21& +#?j=`5`-ΓYb }=h;4~_E|ѻ4T5:f986) H_G{U Y=uZx/˨&v&ŖM,s殺ws;ƽ<{"̺jY k+BSw_[4p;/CpAy6z.q\!lW<3W2Cyz"uϗi?Ml6|aۜKnxH|_I֟kU'W^~'5O{ASL߶>QNϮOݵwt;2qo +KoUw\5G[ӫoGU c {a7_9 +{`+׃t@Ź‹ÜqraF vɛ*)?7+;7ug|zgvGσ6|OWޗÇ274r-> &Fء5Q Wi\!?vEioވNfV~K_S=x!~fʜ+UyYu5W\ ';4?ѹ; I@;<ض{:aCzxMV>/rRnϏ?nK+hnw&?b_RG*y]>Zn>h.0^*N>oЛ6/^b@&֏Ec< ObG=3Λymw;b۝y(O=柾t3&q83 +7QYM` SO6#fag,Jc__v/ml?ht|~F kwr/46ɱacrow"ȡC 15v5F9 ;3?}3:@ts} ;N&l>` ef| :sjAc\g6q|kxn] Wvx8c]ey7-klo1{n:~|*( +qSZ9J6(@[3,o٢E @琤~[{%o]mk雖k$ae +qrEdR5}yMó71EkT~4:V\͵kZ<{|Ǽ'yOo?Ӣڸ}w4nkZn3.RvNjԊq Z!^Pt6"s]xS ka^#lSCeh}_{OW櫽_YV%2Z.V϶MKVXޙY:c@j/C4>3x . j+~NskljꨫVK6>-GJk NQ`u"&hK7F~H>XB9;u (BsxnsW8ܝ$O+%AT1,iYHzi/}3a:k<i>I6y@C+?ʇt_V#a5ԴreG)-q̕Rc+'>FWNQ O/ +D\ic)5.Hxr4> 3l?hf>·<b#ԼD<;y>W:s3S /E *hª i%l!k򏦤N(G5mշ;YQ>KyD(`RKm`e '7(-h:et 6(C"!PӲ;bo{L*Ɔ ƼMK thk` ˨6BcX?1~S%jƂQǢxQ0"b!T<&C g<^Hh:AƁ|D+X3W5crO>Y|qG1< +φ|6 G~pBĉl/n:-ރ+ćR˦`)Jq,!T Jg=ā(P_H)Jj3u v<˵=G +գe QuE]^pGθ)BFq'.wե{eX:ԇ[+V Uޞkڟ9/TpmNj{G,5AGߦ77vs=`xS9oXFGY\w2?NB_3z)fW,9)l/ؾd yhh )jkCHvXg\q+ϝv\weDwѕ͸cnoEs E1~)s{FS`Ź5W +fo4e13ww'\ oG^GϴzssޡniR0"Wh~FaĘYyѠ0Q,CK?uX:OҮ/w~įBhFM[7`֦`~]#05,z?c^ѺQ>3~GbD%26A96io\-x^W,˖7-ps˝yǞ͉Ӌlp6O,lu߸S/߸%WsMBmÅ[o,Ǚ\z|N]3/ߺ9Y|pW$.%sb)p[coy`oy&5GJ:)|&|0-릂rgj.C\arP|o69MOߥxFiQ8A.6&ff\㬜kcPO;@-wPvIJrJ|R; _UQŶAV#t|B9,}p1~s8u^+h7p+WuY;npey_ʳ] 37r&Žx [NCeAщcm{ئ]¯'.4Ƀ1]r'2Ƒ8Ÿzx Rgr⭩Pw%۰צ_6vi{`=~+<(aJhg/6~]D{ץe쳝mZ7t-Y7in|py7P4pJ^ƣ;w_1GnwzOz9 +-mj,ypZ?ΆwuuE `Z"6|ŝz\r'`@b+j*8N5 /c9|_ 5Ma]֋A[I:c,R/; +KZ2K8u u +h"iy픏](=z8i}4^Y/,[Ge wDsIXȓJXR҅5<yQ<O{'QXTM{(qcfB>LkdY}$`$:U +kʗsmRu.e,Wdi>SM}R:iorOWb W.$,䞗ɟ $Ggڙ8rbxWi~hkFױd@YgnC|[!>p^ +/q^Tbl?ևTc_57PQ%-EqRVXfIRdTC5VF N$Ōh|% .'3,S0PFn,zgaXeY/SDx7DxF|FK!Ű`H} +h~TO$efM[9$<mū ιliWacu66_્Wؠ>Q!Nمf/hNrƨ]bvT_@c?|}FbQjUCB]C{~ +֙HĜbddYV}˵}5~޵mQ|K|皉& o m۷O'}y`^6WpZz嫛wk,P)s!801mSzZV\q)XDӨ+t*YwNí3HǢ;6$6Ono}͓/\)Ar 8{wat".-ڷF] s&!TQ@_E],?1jy:zXg%MQY-ƒ8-fbbJڐ8 ;n^sL'PHg~FL/g3mP1G|_/mOm`~`qr{?LIj-nrv?)hp2\%&<ҝ; `8 xo,R.3%ߺ%XP?ͺ%q3>MxfX>+g>~hyǘ~{5|D ?x (my-KO>y&q.kgY~{SOrTI U7ͻ$WE8\ybGK/ Īk[F41+s")۔oiSY2qNJOKdzqա5_ƻR7^t>6MkZ{t>›.4N}7h#piNiux0ʶCdwɞ dWS,;qG`A<)%X:-dza+.5\)l|V3]h Mjn?C(K7,T-x^SQ1?>EO>p:t臽=&xW V'Z5W'4L1<^* Vi y4<6Q_?ƵoŻ]2.͗lٱuh4eB BO]*1jrk(p߲ˌ_sA!bdۃNp]3x5fmCW,7(''*ο\+iC3h߆Ņ1yem7X/֥N}1  <~1Lϣ^Ds<KyI2?R/MS?M A~7\cԩS|N4[Eo2FK3i +"zAc$b@hiDoV8kRiPNr%XJczpWg+,h(+ +:}lX˲:NE4 z+qYڶD-gu\Yu&쏣c#ULg`2?U8~RM$`$w5Ny7؂:%?\"Ybaa}A~qW>lcyt_tOȊrK5?Pn4B1*g̮4bU;a@- Ɲqrg\z~3E/ilzI(=8<3Ŝ_ aHmrMʝ$?)mQw3Xp'S^\iz* EmY42r(LZyf/=DUg$"hSJiL9nn~C?(WUFWx#b> B Ҷ!䭌ފS%4/8=8ԴX0tIAѫ @bދ%ߚdzQL{hxʦ KiwMhBƬ-6;Fe9m5>jxZMa{A|$i޻w>=B|''lfIYG)EwROzQN ٗ eiiE;ie5NLU]ZĐ7e!9`|?=- ƙ߀笗w׈nƾ&5vE;e9u|#Wc9w[nGn?FnwAy +>(}tՅu8˫YV]r +|ʻkxvMMWڷ]SNq>뎎9Q'N_p  nѶ$Ђvi,ןj_{lRh1J/yT=u_˿9CZo>.ذp^m|J-_v~<}bl^ J r8tVؘͣe# |ow@E;^s% ~q'j]q㐋OX+#ƅuLSa;4MiMrf)xK9+n!trXG1Ly딸%LHVNbd!. 5^y/\mτls +łsg('\yH٧;\8.w0(&tE/^\9\׏=<8P:`|)6<(>H9-d_oRA<16S}Mr~|6siqUWm|QϠ%f-8ah7T'2qtd=pSW)miᵰy< `!&:-rZ1'g(izh}4rʏ&S.umOϪ{ޥ~yіؘ tλ?Zκ':*RǯqY_WUKaZ5~qmmv4ÍPwܡQwj0]M4z\ q@v{_˾͸-v64t|{vsasD*Ww.c: Z/𑆧xԣˤe]D+WI*|Ƚtn$u Q,3D +ΗNX[&e0RFߗ2nyp3+|O נ{\N.e2>okwRuFNuMbuisp] +8?uQ۽c(!Nz80ř63pi4!R0E QaN|Є;ЀCLۼMy ص$cElV)&ZaΧp+! X +K:@3ߧB )b_Ohf+c>#6'|^` s(c{1aw89/R\e'dbr\U¼¼3}ilґH|Z[lEjݳVm-EwkOiw:<цĆ!jYNhW 6(#|3kg^c>Oh?DZxW[wo ${ky< #Š ^S{͵>Zsgpa;; Q,gc+(k׸}q46A93mTLʹu6y׭AAժOLG ncq7AR+TCi=pd?~~}MÄ-| G(~#C;mx=~ϽܯswN>vgCr/iΝȢYGEFNب-ґ%]ԬƊ724Lbٸ(?BxIDu.|@UW`;_}:nۢ<-/,h)%!M?A|%gOlj]כQ&֛41 MqΓa,\ ?vq+<`̏ +=XFo;;;^h&;i A_@g&k[R_?g@q 10H+~oz߬4A.z qE$=~G'$`!nvk.ӕǧ?쪍qJaB/Ca|(za?kd|݅i/0}˧6X"mW4M{#xr=_PCݠ:DDs$B3Sou᝴ۇs_J45KwǦe3uKDi#OuǺcbvisr\5~w]i]:݄._YV9,8~Lyhp8-c |Â#H 0!oŐ;vx<!GQȹ?hx5=ؼkCC#/x>P?:K_,;|xM aE3<[ÂO3XuBx_n$l q='-G4]& dܤѡGTR?~0~,״Xqw؈pqyiidOPTrUvs`4+/TNt$~JZ96UH/wjT,5Vs=Or'i+>qdh aq !In5T~1/+m==/bB[%{)'WxEJK'`[1{!VQʵ)2lqD:4^J\AoG qV_o^?jyEBN]P ({^Lf}bgi;KM˖(-|$˴֡QYM<+ϠOǨ (r…w3̹i<_)Gjc +^Y??ζumڸ'4e7\`< ~,{1\.&~Biy?i']>3|V7(,1ē5<{ +[g.E;]m;xQk$jTR։yOe]8틫b٤< +ݦbC:X1߉*f];咦5?Rm+Oxg_`tM0aRlxkZ`6Ӷ|' +fxAxL{ƃ0Y?e~\woX|ʃ19v+:w0kJ})Ɩw+|8ޮYbtu䙇QQգS4QOhOX_?*GZ`C'׬wm ߯[/,|nl.MGV~sMvğx}3vWD̹ciwsҝ&z\!q͉(ι՞j4渍u*4.5YXZu&}j)7ʔȥ_ؤfyIf~OCjqrU՚HjVkcWp$e֙He <'ÌÅٴQx֨NXc\㝧$Nq01/M̽4 ی&1~c=6y#8.⩏0~е',6e{vm6s1~ݘ L7N1}>Sˮ {[}p`w[ >@5k|K߾w"C&z-s[8ULq&M4`ӟiʅk;zr۠ sBZ_ouY?9F1Ϛ G,,,K>_@η(G1gӂiPˁcby4yA߷kMǞeIDm zI]w y9ny3˛0&!mEKs +\Wۖ1s|A$,93`8cqlz,kRT*U{}k*NZaǴwϛ(蚳9+虷E+X6ЊyFWlx<#+Y301e{`;Vo?m/&mo/~:OX8n]=?m~߬I1m_3Wդ]k5ȨOl̉+Cvb2*-+5h[갫^Ϯ8䧈!+"j{pjЊ*Ǭ 5DnT [m^ՍYaݤU1sՍ[q˄,vjҟɮgyE4[V]eT^݌eTOYfʹe6Xv˼uXж r-cZ]?|kolȦ߽[:9%lO5:iק{KL/.~pB;G̾;cg6 gZwYc~ Ѵ8v^֟{鉕,==sxnז:cpOcz_Wm噍`Soɹ͝ےE)y>d|)>3}љ?J?{ZfZ^s9bY|=3oy1}M-ۏ,|qоl1Xx-7ܦ_$>''؆)iOe؎V-9wچك6Ԇ>YָsjG>7^;>7d<2Z{ ϭx)A;cJ5 +&YکV0vpNwn[|uo[>7Ȳ#X5+[3E[XNh`og-p&^vmeN>,˟yn9~j.+]iݴ-v]%.l%o+j۲Zoۿ_MMW^n۰޻rMݲf;,.}3X>wVs㍥^[|&-0‚/m2VjՌ]NMZfefTٵaL [V]M[v(}vbi)IXvòb܊^ˊwYF݉nd>+Q+ΣJ X&}xS3jyMOuUѸl9~D᜻m=;kwer>Qzj%Q>bCWl+k ;]Y7,7yv(zysf!h~zc -Zr7O-vfgZ=u-Ĺ%6?Yϖ"ʙڹ%o}$*Mki; 82ҡߚ浕 ?w߷M\`qs܃sܞ;-zEom+g;1y,23 p.{'{Nos,B֒,o(_x͹wdDj,μr7¾ Ͽ}WV2F3I9-_+,{nLnl߿r5zD?%"|ΈĹ~t:%Ṇeٟk,{J˾uκne>=$VY1}(f?-a[l/6=nG#{B|lAC8 +m 3f~p3!A{oZLqwO-yy { @{N|OwX7 =n?_<ӆ3ۂ;,G|[r;-Ͻ3+ߡ_zGߖ~Ylz[/U^ǚ15K@?\ڢ{0c2Qi]ǿ4.{GoV >Xs.3~\YsӼ˜Jܰ%%{m-i²)\ Yer+o{d ȲyV;|N\'n(w!h&6Nv;eݷ?'F3SH4:MsM†a[C+]"Y%,ǰssV T?Ͽl |l9<8)&qp  3xϜן|}p”BZߌQrǞ[Ѵ ?vjܮא4X>)˭8,f +. N>p0l7`5VX;l. Gf^W?fpLX;nbĆoJ1szOC{߮7[+;ՓO5/[-as6sK.q>+xul%| <Nm +flvLMsL~Ήp76 +N}/Oa4:d7\c9`nJ[QՀ?WfȼmZ-K [|t#[ްǷb܄c-ySsgXnsΐg_ n[.,۶X1 [N[N,}=8kY[=puǬ:2ε?-&B\":k':p A~Kkb6/\SxqE9\=G8ca(&+#O7?9Ws":°\v圀_4AU3sp#pfX0|b)& n{}_dq^aBeZm.RpTmډÁE8}l.LF}s6D?|acL&|aeԡ`D?L[`UE̺ɉy!ja:D+ nDp|^F-JĈmsM7O_gi qm9!~sy#lw\e7xT{ }׏ R/5ؑ9z >"Z^ [`Im9,xJ^xf;~Ã02~ +0x{ +X0H€!q#^ÁCOG|'y7saBֻ1 ?jQN!.pݟ}6|s0t eĂX}rh3h]0Gim ׏2>[79:(:81 Svd}DV:B0v9=#gC 52vz«Ե/\}-5Իk+ԟNT8\ ^}~,"֬5FrZz7}o\i.)蚉oE|)˒[e(ja2\z=1H31&Wkj7n9+k`OY;zI1Ewp&8Uuxax [ML<G6qpb0āxAgg,4 +s?=.4懇V}zaq!ű"ouҪplB4>F:k$ZÒ\D+lzVcm*b7 ¸Ch½lYz;yxupAvFIK'sy~"a pZ`l=syowͱMF-2g8L|Ou9'K}:.zSpZ9ɉIqRIekl3z]l$eLNدXV?^sE~6o`^t}]҇Z`r& Ɓ .!+!+%G,"-!K|@v B~Lmd|z%HJ_F블2LW Grr_ӑu/^C3\jl,!Tmw,o哏]X%+SKu3fYki^j^QΡCqH3-S/KEb]I㕠c9c +c1Z|\T1&v\F/,F\b~m_5W5F:: hgӺPg)ܜeߥۜeަa^A?ii'}CWp!NJzc];`i}ns Ra{q!2AsyepY.#nd#\#'4Or澚\w>4 Gł_/? NgY8%3,+Ji!8&:C[k 5P׼O,(([~B ֋Cn[cA?BpP;*V>JZO_XnY}{Ut\䱊BMDO7Vtk'X{XU>`uWϨ)kFߍ/p9x7w>' k*x)O76,4\;3g4 ĘtsΖpr 8^Z65L=/ܵ/uߤyӮ f.ص:c4ZVDbqdQ3ΦƜGQ"5[\V875/AXB>Jصny7J[w5[5d +f.\Y:EZV9gzٖb}a9ZW-6V0ps<1yEc԰ǨeyF NҟOR} G{G#VJFM΅QKeYxSFoY6*b+%ŦI-f}Ӱ#[#V-T>=g֠|kւϭ<ܵ׵̯? +' +joZ8PZ#|9~iC89k|D'ij?9pn#Ƈ5,yq=q⹊)W&&X+E=c&7AV;cWkuÇ`F8m4Q/0_5A^F, +╣N\!87I?o]9nj\=af/k[3Т3W,>ss Mmyq-@3~ׇ:uV6Id '<\~ +tfe;}F,ygc˷xT=xqbS0),$D?'Tzǻs 閧u<gEt?|ꧏ{FΧ!їrҷ0L69J[˹lz-s lj;y8;cKxFh9k?

)Oy_\+ﵮ4jw5YnNWxrpGG_t1>NMeo/NpXΉ)QmㄸR!t>}~ '^2=D/.@O?aVS% (ZӚ}׽\Kxs8˾t]RolSOn lǩ[ jq +rY%Q\K60vϩ糵xoA>SM BGUN%]#"!j0,qxp_(: < n`}$͈o/_Mi󣵠%֓֠Y9ϱFF_@ +YKۊ 441s(BWͭvدE4nv5fדv9kv'BmN^C:z#RA3ֺlEHYϦa| ߶li匙 LYF50b($pm +cgR{VSHUp((rjAΟ0zc)zhzluܦ%׼hlVD.G6`+'V^p{_s,'gZm~ÓEaqCOZ?* +x`"tђxp3El1ܩp^cEz|;-Ps) ')?>Bq%\of:oxKZ%4Cƒ+o ~ܷ*/b /$'+""G'<(QwDA+THYE(l!D rڧGf=/xN=xO.7Ls*à  gz ?(ܩV(`m0#=çA,ðThZGIî0~"mk +a<|y\xa"ƨbƬidNd\ˆ%7Db@X!k%E˜%p` +GՅ.(` -r›p"㑘6J ʓx50G'JX\T| RLWTGs|ZȟZqu^Wx =zbX ԠWp]/2^eSg1]W1JS?eMyC^JŽ]b `/X,!:#;aWe J.7? s77_jmm@3mnϬ}>%ݐDT2^UѧÈNCȒ|bp\c~vAƘuGЏчK,B(FGE;q<&|p>]ԲY~Z'JsQZ䗁u^6ȹV"8p9<kb&"X1ucMV~xbwcұ&a+sgk]5PSԓ,E9㸷;RōVT?xs*{-/鱬dV YNS/+ vXm#x>U@TCZj2WJC*l+s )Ar)jFeR~ a-}y_0fEb9xOv 'mӽKOX.~[e^J*^L~Hjx>\2|} +kx_g}V!yV& r$G3nʩLTn4b-72AGÏ^rX{uD AtE%tfQm&W,xꦾYNXng-]ڇG +n-S{>r$8[+&缌r΅.ih=J'Ĉj_R#&94֭:%b.x=(=sz<1˺ؖ9|G0mQ:+m"תuKgtxOOSk@zu;aDI-h$œiϾ V^G|VP1"NC} OhTPGǀZ " OB?Yyj-ȿ~}NsaM~~Ө<]="74@$a1Úa7 Q FF˃IYNѲv('Z5nÂ1EħpB<"hdIpE><.ESB<# +}72\X3W{څK3f'+aZK9EheV_F?L0.86*!d,dkLD]A.=^4}h!h+]_Von ׸mtRU;:o"N oh>cXe5KѴźebb-5"Kٯ.XVJ篰 lW~PE1q&ѰʦXn=~L)#GUA2` o_zn꿺:vnWܫȩh_Dߩ'a1^Txq5^?;sW?n+5[x]g= r֦ ٗQΕ9 S.ģգVݧƺM~:]>PmZPt<Cfџfc]K;Wv) ]hN D̜mYZؐwcXD=p>c$[j#he^qsQ?r+r &cSM'`‰ox1?(T|~>z\f:ŹTüzIǤE\ق@M<U8zYZNu+~l'SqĤcp+'7Cp.fSNدvCc ,d-}oyenqL‘&x>&I}oyqѮP_%r_e~YܙgiwU7-a3Bzcl4H?1Zτ9`d&` Naݣ(m~ig<8:GxJ&tv4EqÁS5Ƽghi}:E}yZw>qӁRqti{ aip߰(FM`beqWYOu;k6 +3 Flf^:})zlnJ6NNFZ34>Rc%,$w'G+ ?Wޠܠ>|8e<ΈF^%ߘnΰD^>"h$~Sh) 7zuܱvj;hxsc\atۡ{*ܞߜs푅EnZ b,hqX ?i4^)jƚ"qrISfKC>';c;WޠeV cL֡Ȁ ɫh˻ h\]{XusJ>G[{.Ju0  ŗp!Wo^K;>xz~{¸+;zmo;,\֕_m90uJth +5ؿWlcf l["GN&'1GȭBԓ#k{óǏ9~ԜԓxpC+O:M4y-"+9=%hݿ]Q\q.?KB݌Oe=>j^tklmt涤y=-ͰY.ziXBBSmIX*zF{YUtpa"Ƶ'Ԇ$΢ZuxD6 s<\g!>3,O/,gPZU3z*Lz {}|W@ϖY{E_tӺ5g;|6"0v U &f=E>tr^=GFy?(}v ^h K=MG9H1'yM?~E$p9[ -/F.]6E~z M;,(o(o#75͂;aG'a4GiO/}r'+r8y~VoH)Y^-n[8ZdmPXFXG *z/%J%e=>c=^|!<1 rs-1r#~3|{R$-G$8La^ZiCc麇Cԓw uه}}j^nMҫg-0.(Q1-Խ~^] )q=eK57r: +Y@?VW&j[^Á}iDY=+O y+"Z5u閗'v Y~~Cc[9Po>5M~cx=/ko}.] `_nc?ءS]זØؐ u`3gN9 |&ge,?ve}qY{5w=`[U{aÜa96 C\ @^{AS:t rr[NQOkma-{pSxu;pÇ ?Y#L^A۱.̮@=\EhvD.92صg:k/1tS'5_.}c|gDs" }aAB}nԳ~ +;PR㉡VVr\Co?1!K:ĚQlG +Wۜ6L:zZNe+U }bK^Zc!Lv\6cv9ൊ4^Ѷ=Whd̥XÕ0m.VewoK5Öm箋3K&ksQE2?9VU 'f/ke=FB#3a\+_%<]ҶhaS~s583gB\1gz`".XV# :a==Sg2ȋ@ CnO]`  9\ΉꟅ-c|Y\sg ]Z0UQ;A٠OZN|0ĵ?ب{1%aYxAPE:.ڪQzo oz/`0YGk[5gž>AU^iyZ?cz8Qmx/]rCu^/ ~?+8:y@$뛟~ 8G]0$c67Ef=bMs0ac)iL;A %sf`Er|[@2]z- ob:Ov|V y]fJpn!9a~9ᥟ R7|)C __YݺOkYq ,VHQcoOk FUlSCD+L]Uu$?OT^7 +_n]7Es-(г߰ljJ!wcZtv~xhǰ2,3USœ߮ee Z`-rp85 }zsߤ%4{cz>%*-(8 rs6۫$"#wzNH]s1jϖ]Af_;+zw .?z +~ t) / _܁?K'hbx_9p#RXpT3̟ĊBiGM3!9N|sG n֪sEpazzVGi&H p0!(0 u^ھ ~ )XGw`-,+TO1&pco3֪k^Qy j|=V%,խ?X_nha\_Y'ݏ~lYԳMoQ~cfGskblRMm`~ZM~G}{4qLMlC-ch%IZJ9VNG>$Tuv-'_g9|n4~x[1\ɧ[e<챧se!ז17MN9K}Ih%!rQ/p1zlEz!B݀-K^4L,޶J7I?$o7!J?)ۖ۾ip_FѸjWf-vѲa#r."W 59A [oP£ +w-f-+馿mĖEŔpb1d:Y8Q3ʇDeg99]X^LUxW.N(;mƷ޿#vY`Biz"65]1ʆ ] 7ەP]5ámN]#8O e)b-2_Z$`_ۋ9`a9=#xq\>YeENHSs |V\µL[W=R3]?eKq8Nn=sSGP^ mczn8ECxPÝhawͦ4kur:EumZ~'| =8<",ÜQȢt@U gגF^\<z+35?mܧg'Z=35꜏;qb 4 Ӌ;9![t ^?QW(BD ' +g|J(oVҾmk __^t-H+A'9P|xxуfuzF(y>.|sj񋻂 +=Fyѣ"p4BI;](l"O!2K/'lK@$ |wohS~)/G a-)t߻" o ->8/yK4r^hU=τOuQ9V6}t"̓/Pz:er$wfQ+]҆Sx +r"X^BT7C8{>=89t\AnG3K6h4!:QX>s,Vq#A<;Rt-HS1MFv".Gz&Vg-.ڐoU\F?,ZW;Y)$ߖ<( XӕS#O>i 0zM:F!nyUI>a>5xbJC?!z~ 7+/_ a-YVo&?}i翈6vn6Jh%gLG{)sК[,^xG%o sEc菾[jW‰x=`GZtzm5:.Z uqz 4)?KXJ}z>DAi? 8>t?՚+o\P3<2 +jTbJjj HUŜg$7CZ;u~axP~;xg +.'t\1#/l`_Z4r6sYzVsosznw_ZC5NeWB7Ӗa r?% $WY=IڪFA3f\9w-wmziC*mǃ+O.z鬣]JԚj-4ӟQkB=<'Ec9gx-$z_>5yz.8E?sVi2v a كgOs-,㔫g3FտeW:l﮾}zLOKD{~Ij?^ܸ&Do;opc:f/ߪ9p-A;J K<_c)`~4W=qXP{ZѳaNa^wdn>gs :N&_']#:}=z;+ѷuO@vjOle+XPy +Jq3Rb7ῡOڌ2$r(Zdz 3.wϘupX+eZs4=N\uExV>_\1֑dI]Y*U~!ŶWVITPK$iR(FMWK_^?:iyfÙEāec35fz|j/.(&("t1,n]_ ]^?qP!u2j>y@K?г~{C =UoױaѸg0^%QgHϛl0or̉-΁M,Mm&Qs150]>浢|TkU/yH`xH@_opÊEh=wT>D1uNlc.Yl{ ei\?%~J[lW53a?Wh)[ѳk`ڞc콉Vx}p< NH,h=k&aw8jzMNu.MSN(C.usP?Eutmi8Y"] cJ>4"$I+ ߌ0uÆnSϔѴ9~aC|:~k.Q~BJ? ŃAüF'DRa;oyG/c~ܶd1}_GmAɥ/TQ`PPwi]0 ACϭzix)e+3}n곜\bF'MR>:0?qZ>=VPӞPă Cd>; NAa=SLô U>|ʯg|zot"z }>=8˩~ƈY;p|/Q<aC1r1L޲7 |M#u{SU ~{Zw LHat00cu=b_za@}"~,E/䇭N};Z& +\%g`=urS$x/ +$W;K֊Gx/ВpJ,Agwq}nG{`$ß։Wچ3 1' +jL+bDg&Q ׸xJA"zgS'KqבWGgjL?_=g}}G0]ܛSډô6#_^zӻYKazA֭{bQbu1_zpNүGEŸ=Zg! }@3~CA{619 Vn6QO=—Wϼ$Im3Xx69=PDzM!& MSx@|,^j 0C:8+(gSR{ }WЏi WTs,g3v2ReT}>߅)\%|*^k.x\~(jj*z$7qf7Aw;Wqp2SLAΙAz.ȾNhw{L\=🢋Bm/F #Jq|xM!$DZjɍ$nߤо*-)^Q8)A5mǯ׹X1.=\BWzywQ%}ֻ2BȵԾ{﫺کA^Yad>Y׊Y>+رDX1[$ڿӂw)珏rKs.L]<8c{ܐ2pG ZǑX#~ +IC1Z +V\Bɟ +KLj9vzј:ފOgL6s1>Ew IOոbq>ziE92>*իq0<|9ƼǪCLrZu6KWZ"=sk"rW?W=M%)3ڒBG,oϝFC& MC|u)Cܮ~`OƉg8Ǧ'zϷzuǷ-eŹ~GjЊk|2G{WG.{e>v]ѱr[#(Oڤ!j#fT-7RZ5I#o>B=V-XIz2zc.3T Q[ߋk.YWl+\ͧcŴQ3Hq/ay.uSK6Jw9'UdT;7FΠcw<%R jg|!+%7.FL>?rO 1Sۆw72)iWAbiKwC[q+ءeckQS^ン\,rOU`|Vp?hE+Ie)#b_22勖+ZHϕ}}鳚ש9qH+wF5_es )?QJ/qK{k\2c>~x&x r~z{yoZs˂Ba7|D[RzJ7r8՛s[I?+ q؇q^Q_+l8|%:~pئoM}{6A^$jS96pq㟉 ^_W>ui&ׇ޵F׸j^WntڠHlpl+N[QMѼ"rry ;MNyz㳫(~M$7Bsǟ#<=rv~{V}Y.P͍EͻK#S-aM[n*}{*_k'sM$Ss:6|!]ܶ"zAg#&e%%v u#m$ k,ל?"q{i E9-E,n˘,+x::QʾYyh|+Ҩ|p|Y \WEPX1x5'kV T.bZ\+J<ŏzPg+]'{{UC˯ #IE\pp>yzqfn9mn׳FKl<icO]e<(|=9շ?[&7Ze*yɁ;*CʒPRd7Uxϫ'B ՋDBl_\'%0ɹvYr88ݨ̒;QGFtpw Q+9E鞽';q5nmwنjHSߌIR.~wq[XGYb.u=J%|;wY zFqdqDZzN9xH>8z|%\|@,!=ɧ8QsD5ta}|]"60J qMz]{S1jQҌχ|Be2vpT_ Lyz81yAOBo⇪'ᖪC}O/M97|m޶ WyMr@lhX\^N~7-^yKޓ܌]םF;UK)8!ǘ0I.,ML +srN~E3@՚ia +GD\hJYM\US_yCȲ-%_ _TS>fX,^/jKX3-rTt6w+W?g!*yCMn^0h0\km=>vMt)em[bۖӖT.ǛǛbӼOwgh^aNEG3SpN͙f]ys_~;VQ]; OTU8Ogհm=;ߍnG宊jخ"z`8%'w">seO3,qTpyM!9C<<^ߜH77ާ9BMTm,j qݵ8TO5h4hUK19ЂӶekY}e34֕!=Ƙ޾wn_/kn57?o:@}qٽ{Q ~QmeųT+p#Уp{?U }i:@ݙ;Wp䃾K..nx)Cua{ٖ>>?9utzpxgAL|e>7$KǍK;ğW޿ HKc=| I|+_{_|I#T\1˽D+Ss{y,KlAF# %ߢv:9!^k<̣ 9j]\JjQ'uƃ:ǫŘ3932oW?,vo~~Yu8Wtz +񟈛:U$t/\̜' rgE|$9ۍ톤`Kw'3ׂZ2XOx`c3~GL3ȥy pIɁr-Ƀ#nx7М6z+w]Y#:X>T޾hm:yib+OKp**OK!]x(mō׍щ 76y̥H*ɠ{EQ J}Hk݅;|ךVn1Ws6o"4|39{ҥNtc86%ٵ[E}WY(mei`lWyXyIS.򄣛 +8eǶu_Dp s,3Y&ccg+R? 2&ű4JFh!8Q!NN)S{~d%5k.ENrHeZ!TbSe88B +9q z{s%Ij]58%|ƈKpA4Ao_x|+胗?aRJ#|KT +^yjzv)grm2J3]#UN)<0C.i +)7(>p2W,ϛ8cJ9?gc^ډ2ܰ9!AՌ} Rr:?G7wޛki~xub~ *ޓ=;unwέ@U>)H*<i1Ư\Я3/ZJܿ8 #'O4]rcT+uɧǘǷZW櫠4D}SW\⊪)"8y,'yrChޠe7x~u}8e!GU3Tg}?9MlK4:zAr`خ26~GmjZT.Z/xO yyP xh~:I.s*Itc3YsbJ*+*˵VX\=]{csR>&cjm&خiaNcׄO"r}k&;D2}2<-iتL~s?y/bo}r|I!rǩ[ *O#/EΉjkタ5<!~P|ctIlZ4) D9 h@}O\>n5c&+WMt4W>>kp?Q]Ջ q!|ʽwbO|]`='-E.ngu-Cu:V+I?ףZsc[+W{hoϹκ.[;Xi493w.Bך@_'.\v_~u[r9]Zq7nepCb'ؚjp-}/\Q/'Cosy} +> WTlY~ pjYp=Ǫ[L9p{ڠӺ<պz||Nr@|{e1呪fze(4{Ǔ7(Tq$ai2m9Qki|O3,OLP|^g~G>JV58*RP18Df\ј.^{Tq)먏}sL2lOZ 6Ec]e0#hᳯ]adDZT?b''96iΕj.&Jq+o /Y@dÌ Gig9DG3Ĺ,`-pbAZȍ+w*wO}noncqx +k;ߧ<,#~8B"W&"k7s~]|UjR I>[Q Om!{j!pN8E/(GF^\Oͥl:ay+w?Rˇ/%;ƺG\ue&4>}eλ#T;|y ._Um|Ή3ntF4\: oU]hWܾiMI·P^UKC:1799qJy>+űr8W#pU0/K_jmF ׮sBKDUrV $׉T@5edϡjj> zeԫ\zL8MM5)1Ib1>Q7Ap81飜{!/<1噪 >Eq!C +w~ j Sm^>_O`~^Fg_s^p>y+X׼CFY秫'TQD>$ *SZtZA} Mo5gLy*.(/hIy3q |0R`.RsqDqB&zFTo@7뵋;8aNGz~`X}^y3byBY[MNcy>HNX~PSzLX|k5~X嵺Ϩ r7Ps}L>dK>%;uzD?C*o`z Kū[C*'RV4g_ T=SGת=㊭1ӖgĖ3:^1.sOM>(6*h$j8\`pe w8;Y6 ߚ3pIxݴꉪ.xosăT\ZxW%UKYw}j-|o=%ޓWاE^/a5b &Ee]x&VJX2OfY~/we'1ӾRHUx3h^ O<1M\Pʼ̾{#Gz&<ZPv|>4pO*ӐaMƔq >OweZI7sۏ["7"8"{TդGlƷ7.}MWishyz2ph9IgbIَ8i?y4c繦XJ[E> ^*$k\%v .sߙb9 fNϦsLaM>_&7^ulb}eV#)tĚj G#'o#ܢ/}[qhV.ɟ qU|{nQp8F>"!VӂئA[T-V&~$%?2Y1oDsZsciwXR#>;|8m^ +?W.Q 0^O#ƻp=<vOT ^ 1JURo>$MZg)]od@Ϫ+pn>_kvakm鳾.\=~N:u5~37:q\лuMfNwc#Pe*ϺCYw8sO}4 ?ȶ[]| C/r//4rI=yMb[N_b<xg^ќ9 T77erJǪ=R#GEdkh~今F GuWp|Q`87ǰ8ە$~khp>SPm^45b;XDOs*rݖ>Uu*TyU.rUxU?ӟ^kQ8#J+wjNaLs / ,cZ8e1OJV{`L5[=nGkZ,| {x)AWֳ oT $csJj -s;X__*z#A3<8 W&@-Zr'YY|7߫2~=80WL(<1I=5P } +͡JLM=oKsy2,Et-ͯI'X=c#ݧ?CcK]J XP/qx3zYe?~$ 1j:Hj<-WMٽ;YMZ%ǟjNAϨx<#׮ULnbݜcQ48~N^ՈFX'~HͿ!t{xv:lb7=ܢA^_.~/~k~{_󚻓g%8Y_^L j_i|DsvUr*Nߠ9yr̶t ;5|q>_/Q#ߋ<x5: Ɇª[T;(%F<.xs5th_7üg,w;}q?aY&$"2ׅlV}n&qi΃Yt^[Vs UTץ;=}i8G\Qݗ)xi5؆gԳDzk*p̉XW +tgI̬8jp}wPP໻\OI9g=,O4<~RYZđ%g/וƽ˽VZPM7ߣۇv/T[ro^REñno #+Wcض.ݼϸM`.#Շf?2O}G k|v b7~,=49?댉6yl#Q>_6~|0"M0~ѝ{ꑌ^y +.x¾./(MXb1ba'RY%--mLsRą 41ÈפOBLk\P=352 wq< +`^s1{}ڌcV3PRx7bK3Ҽk\J^؜|4¸6_GD9f-DS+A, ˢ ƷO:aqRs}7h~7?n7G6u\vUBU”S. qo~~p'7N̥q;θk'1q yeY$Wukh.0.?0^uzOܮq^i*uumcݳnz#L_v<;=O}-qCgY%1ԣ{-O|g$.7=7}oD8FUSST'4q +xs/!tAaMas 4AO=qށWw4E1+nnr5 W߸ja5A g]u]pzN{Spi'7b~ͪ뇛+/Ew+WtCpDIt䑛-0/a9^[wU?AÏf;5/}֚:z\=# pv9,ڢnڐ\3ќU)A#D uxë+1klAjy.]ȿ_bHWiBx~ꏪ?E= ^-xaѬj^\Xk:}t>:>I%h74X B\D~E3ةk)ƷJ'ئ44ؖgV$ckr0`wzӼ.iNj+f|Ϡ֧S@xO7Ec.`,t1Vdo8 };ʅW.z6jGTkL1\ W9 +';9o  JL@#zz=>#̨ *)e~5bi2xV`xp2%pWa~5Zw>76_j?X~Q`?El[W}A9tMcKсg?AYSq^kZ]zOԜYGY&ĩfjˤhޗ4>j3V: ߨ>#j#1WuT U]#|NH'v|/)x?;!N?Lf~9ӷ9<7*)& 8:3rt?ʣTVsc>/A[Goq0'RZ1&PNN:vV񟃜z|5qA@xFlwV=M:GDNug}>,S T≯eBo٩IB'= _oS>|wQ}yWs7}}YCCUI$__FU1& >1X8A ΋ \jkc)] W.깘zߢJ+|?_㯸gs+~Ⱦt%q1*Ja^\[yުcn=u6A41zW+vx228lA{zҒ6Z%>WsƷo ׿VuAq¦x&cf_ty\I#Dx=|P=6 #q|Ci8z5τs)&' 0sϧ.[[~xY\j^Yy1L+GDmb[K&f^~sR4㣯{\Ur1~碧W`?8&u% {k#rϡ-4rC}m48b/.p)<|쾯9|~;ز{MGW؆>tC> <CK(T4>zRd!)' kwZ݁Y8~t>>66坆Q[ZvhS>Ζ8|%s=7lwi 5՛ oOC?p2{r3yNJh4Ok̠~9, KZL$1m|O]5O^rqS{Q목W 6 ƵNݏglrFѤѬ}Q,>ب/5-9ן\ŠrB+ ?xy_^q_u|?x>>a(>y'x{7'9x/n_Yi 5gTO~Vagʁu5_K> |I-yN,:;ՄW.y3=5'˪킯z˪w}`?Xzw妉O\m'-:y x` N8'TmAeRf[ZA'̱MyWĴA5U/bt{3pE~n}1xmހWԥ+*F^7f9^2ů몫F^bQ1&2J ?J^^\E3/h>_a| 1D-zU/3¹UWS?6%,9OU.tA5x4TFKVsMs4GH֕uBU)ygȊq79i^#WLchq͗U-}ȔIs_(`sZߒ-JW>؝=EL'K1ns6?quo ݀vWq$1)ӼK=4;sߙB^@<¸oOv?y@FV>vuGz/~&ݽ:qѽ3MΗ'|v5K"Z{Ԇxa0BQAΡƎ3AYi䋎>1_o<^P6՞*,St3O_%jC%3m4$믠)O60@So~#ٽ6G.^ry`H^j*r\gTRJh=q%1zDN&R6@~>lSo0|?AL%md n3L^h{ +N&ssr?}M>%Rݬp2- +J +\v!HPW3%0ObCvn> GU8` ;p}p½-ʾ1787LT?֦7w\} q}܅~at 7 ?Wvܮ۝[r{ +Ꮗ_trXfκ}7=g'M~A~Qղ9"c.1s7]yhM;# +˗ ^'#UfLnx^xTGSs78(α/λ,DzxR">]|Tϱ +qʴ(zA- 7űNp#:W]XH.cW[p?4Ιux8#ǩNqǸG#x910zcQuN#<("ƹS? ,\3pE4c, 1f} ADP}}YWzy3$5쿗1W1*Zu4o{%{A-?'QzyAϽ< >`r{qx\1*D=/Qh7c~G}:daErǸ_D}xb;Rj |P}$x1x,|=q` Ҿ4žy+z>(^(-} &.>V}ؾnb7@U6m8!V||犷ȕ; +Ď9>wȝ{;'G77\x??қ,'Gu{7>&[߃/_##~vXzF +5x>[߉;P)8(yGѫ?`܀!\\g?Ƹ"HG|Z| )mU9UW 8"*+;Wkue 1=Z|LNHbeWTF})F胪S瓪NӃ,IB,UDo"9qU9օA]zͳ oTXz>i;ei[CS qG=l:WϘBJlT%7O}[[ңp#pU`|?8^/IGtT7GӃO,-"h^&==,(_΃_կ\W7kЊt٦qb yYt>ބ۶qq}b%@9؍P㽇ְܪ]w15m [kX_>XF\痻ktoO]sow.]r/ϹwjEwn4J[f3)y_i{p d_gd86|1~ w˶AH>1t` YR:ޮtOPN-:4l8E.Il["ʦ];ۣM$O1^%ί>'B u*Ǽ>qWe[e7bg7 q_ysᳪ8;oK >?VZ(\o7n|sCjJg̙$N{zj༛RMbbnuGZ>񏜐1`W9Z#m~i;c~QpMxLu4scu!;{C~F6Gێ>cy&aWzsw?isQEʓS߈(|K}6w{yv JKNز䎨KnQ~o*~45V^ć_W/󛮤ϣ$2)|oKNh'm zؐLA/B;JIk~ʲғmWo{>8t\hxrN&uICLV_c'õM}L +\}h`x.t #rF{/wˮ@g g)K#p?-33zs9[p1θ,1ֆ BE&22Y9v|yՏќȱK_\ ۙcStjlqL7&YA?Js:'ZƖih}н#9}5׏:8 ]H#%pުl *,|K5'FA`O}2V:O?D7n2& o}8@mO\"{p^{n)6>c?#05q-M3Ww +F`p~)W3ܔI7 kIE e1&'2O~ɘct0Nybn86r_<$ΞC&+y9+IĈOv>僒7*N<<8,qI#~-(N.cW%zxsߊX8sK8s \elK^"w4/1v?G· bXz] g6Лh¬kZ ߰z;6- W#]G/g^.;~MP;wŮ4Met0i]8^QjdFuUe?eUԳz5ʃUSQzY.~"ϫ$nkߓ;z+wC`Nۆ{4/n"qgGisѳGr9_`0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 `0 [?}! +1 Om"! +1 Om" ! +1 Om" +! +1 Om" ! +1 Om" ~ +1 Om /xu@p! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om" +rH}.vg={"{Q)SI(mKXt彅ν{c79α7|K̕Vxo7?н?lw>nOo6્n[u~ú*8|ҭ/V2KK{n-{y_Һ6?Z?l-&8,ѧX1|aז\{n O,yeV^8V\{cW[;+o՗V|a_Yws?j[,Z˶mtͶ\_WC+s ?}ogX碵g{َ }6n/+KGu~OؿJ'Ӷo|h'>܂K-9:Ăn޾Ӷ{~ؿc8c;Xkς1%k^{vq;/YS ~hmؾ ޿j8 +'3G~~)-ٯcvv 5?j{ێӶz~8j;:l{evr emGay^^]'yEZ+}w_⿝xnUG +?X:;ZڶmRiXe/ۯ_ߧ7l|%-} RF|?l;-nR_?cő_l3X Xo~Ok䚖,y}ez.זα$8/̢_a^}=sԉv%οp,Eľf듣:mW|[NhϽ/ {eYr=[O zeeKsk;Z[c޲[2iM붧vsma2uBoZ;CqRooW{w+la`y?fc,2{Ւn;afp檅箱ܴk9tkbԡMKoX ZlvÒ[hsBSl5.[ck;ɽ}%f,:}rE&.ZljՂS뎵^“|6jm_Cyk`ͣ+6q}Zdŧ,>j1e,S3k%%O\,~“k=E[d;YC5.r\gYogUN)w1bM MpcuZk1kÚm7xΰ-{nB+YGOX||3-;w23+f>k9 N8ǦcJp>1Ȳ qSYy QK p{lGN[|4-ҽ`MT;d}+ 2;}k|Rcs[<ukxsԙԅ\+lk-Cc+\kzvmOǜc3нhM?X|\4׊?mm-.ݳ±{=r +Kwt^n[meu]/[Eݰ>tǢ 6qⲵR}̆8u! +̬[h27kZNgy߬pp\>r^z~go}ҧX .޵Б{}{[m ,5{h mc$}l[l-|;vߢǵ.cGI~sNݶ[E=>k,]|hYra- +kZ>v>˰^Ʊ mY!d?_;v]9p%Oe-K!;om&Glnn}mO>(>6lG/6MeznaݟR7r,s/cE~[Ŷ M^wn?ob0u;_#NV>9&f}2IoVjG䓿ӿl_6/= //N)> uٟV5,XIv'_[l=?/{d_o/|gFm^9|o,ogSN +{Tn;zkwqMCךSdzni_v.ܰ_aB,͹-S]]Xsr\Eb\l?X15b [Ӊ-k9Z|EA1#& +췊݋=FݞxMP&`apcrh˨/[ r9V=vU[x{zHY7WznWP}x5>`N>tuz_}i4mYf0i4 +{NІoI}ߒ疃C;raCrWxz9~lHKq;OXf( 7>[*qmR9}E5;v:'7mO?˟z1c6=RGX:@_?bd?O?p1g6qm: +qU.>K/k+=K\k:D}ֶgjO|UX3a[ih+Fwկ: З—_0pΡK}`~Y}o=_hG?%ڏ41 mI=q;/؋vgrS6G@6YmvQ ΍|;_Y7zVnngW0!@!JdvdtxdbEE'˒`0w:0S[k'CN>r,p1ȚT޵vڇGd~;xOsS_ro`-3-|Ϝe'c羃5[d12^4~-A E/mbKX%ɹIQĚ~Ka5/gZ>PmO;l;-~b2sǚnYu[hƒ3'C;᫝՞ 0 +lx &f߁na?10rD7(N5Ro[۸}[p 8. ~;q -#ekm39ןwl\EfÌ7aۖ?M/pg ֌>b~}^޴{:x2GXln=Fb|e8HK^U­5}`>1\M`8|$|SdVnj;Fl)k{ێAxt.ΣSʚiĿg8?lmfl1YY=mWu\:Ųwt;X=W=*NZÚqf +-='`Co1=5f;2S37ex-=jĐHڮĀwdc{R/;d kb qkLY[׼pw:m]ǽg3iaФke>#ևm`|eT<8ǵ9ύԓuԩ6"zXr`e8ab Ի$1"I6QO2Y8VH z"Zk-38ǵ>8e1<?kC1gAwz:xډSDԹP 9!nd15 ߷m,y>63MۘdhC2%qc ~ .=h_(J͉xfV?FiϽu8v9|B#FW?*q _>kEx,A{P{X$mwSb0~| hCіj?bJyP#RW0>t݂Gö\޷>"`hݎdB,,pMÏzﰠxaB EąX=p q6<s|,z' YN>: 7.\_?jS/ףO4pZt~~ˆ`'sŅ41iN6Mb3;XavhMx |E¿K҇d)^)~ c3}|_ YWνn89>`_$!.߇7?Ѱalӊyq/AO+s??T=[ Ӳ:g0eجo,, +۪rr:>TKeIb,q,z6 tϮ۟t^yF0m6 s? +/D[K0 :E!QRQ|~]X~6;#5->}h2{hF_oЦZi}jWϺ˶h(=N>T ?[-RW86X&ÏZ:ْwm릴>~?1v),)~Λ6ևe8YPl3#7moU _eWkٶD ؉w2Eygy3pz#qqxaF鄙 +bq:` N@HH_D'O7NSh3UX'nyʡ|0e>nYk\oaZ'}S11C~HUs +VFЭ`0#aQG^9}uFaQrc&x??j o' +G4}c׬u:uV>=l;Lۄ~GǪÉtsu_W9A|RyYEX[obw,|%^1%3wP;Us w^}wNu/q~1Fb0Z^ +E/Y\ dhg3b:Oqp^}%~>@BKm# Ŀ˵a0_qhEwq/DZ#1|EE؈48uM*LR{k\S% Ť|, +yb?,FޠͽF| +|V.:&!C&XŐl7ɹMK DL!K{|-V\=߆kq(1E=FLt-"|?DΓEh‡Fpꆵo}lkw &> M\Vb՚j_툵bM9k*O[Cq~#'3`rC{lgn6fU<`a1b zYsu-~-Yr,\aۗ,燭0fs3=h;R.aQwmwyܶScͮZvaEa{~ G?Ғ&vH,\E , +w%&R݉L*i0t8 n n-޷4@CݢN_Fo)ё~E ̏3?fd~s:4Zxl V{aI%%Oi| qb`A'k HbkVfa,g+/ЗӎUh+k%boyb\3Lŏa:c#Gqt:jiIY 9Y _(~-m<.ƈ&*>5.:^?%J_܎}zs~32rxsqO.} O[Yx:"x0qKO )u㊏#>5J "A €c71-1`8/і`q`|?2!(Vt8P<(䵣'O'0XP8s A`A`fkr9ܥ'0z+ĤaAq`:+_A |rnUo&Kk7W'MqG@ZGD߹t?`WH+/-BksԍN4_ V1?3B|{ kR!2#M`׉k+Z Ga8Yv +frS~"蹇۵pvOMf96lcܠFX2e( ?Z''lI+˱[|/ue~u3aQ>׼ n1't M>dk3mkmn3V l;/S#re>9'/=r8FA+O?.A )Mz؃0 %a~,ѨBvOF'k~45i$-X횬Ya ^\ )~qy( W/د>|m_]DZ'^AKC[8e{,>D'Ye&cܳ2qxv + ԅ tMќot-JhybeSm]酰SZ' ˽(uSץ9xf˪GbkXğOuf8'5c6smfShyr?*?ŸԗAkPaYﺸos #ԍ0cꏋtp}eQ|ib +M;/?]'oeP|-˟?G{3m>}+Qȯd}4w>CC眕-ʭ7u]wcS/#J.K MPL8C0ν9S?W&,Xtu ͱ8u7n'łUXO9(1%ehh'pW9E/3Hyuzd4CwF,kYbCÃ\:R|\(}2ťU70i+i)7CNt nL[^ >Ly0#8E/{NXI ;X _ېV%.ΊqUzhQ5I+^ŷZƧ:͵9c .CY>v~~riG`wrUCX60F{ o+滆\_bᮈA| |-fJ 8iMpT ՄւpY F`Tۘ#ǔMmbWQE\wb,:ām[?d*,?K^~'m^+ʣm$Waxɉmil!WV䘷Ku;ZjrGfrxpWjvÃi ;&S_[~tUrMGNqYkhAFaAwnjkms<9R$j8VA:4c~ r_DqoZ 9m+-c϶9.rSg;C[!'\[ql_yҩŸ'#O< keafȝu,} +t8N_0*N⟝U +mY6H4O+? ]0IS'._[ +.22+<7*]ǜb?o cV>qL%id x0_W]& n65|c{?,GK $ئrIrP +pca HK_iwAqt1i.:K,Jà ą.*eAf6\6 A\‚gJ)KC=]@ϕl9W10V2<#nFI n ;?_MM^^:Ky{O,HQ G|6gcno҉ƺnό_);3eU>vyh.(5GrPߞ:KrB18tⷽQ]-ӷf7Ak>%x_V ?U>oX< +a>U)˜hZgU^%6oWo/qy-W#*)01nOq<[ V R}WC"0,WL+'maKN >EL)HD e)ޓűcQ|:S69}?:K|A8uDx m\7yl{l'.]3ۋO|}{i#ށ߲_GA3B~}8v?T}#uk?qlz0V(ͮtWk򳔃Lˑ_A[g@'ϐ?%@` +w Tl#@NPNPoy#%| 4+~F'>b;~o+w7"oů'SHp?W.Q2yhDM0 G1`C[+hh=hb3, 8=ClgT--J&VTUˊIzL~e#I~cL5mg@qŃ!a#e:+b1ڗxUǧ'/ν^Kq_6'S7Q("θ7Iڡ4Dר,\c%q^㜉7dhh]FnAӫ~~gxg/mz1ĽҾ=Z}hg @g8ŰlKڠJ޵Y+d`ǵ]p6oJlSn*J<-3茅fi$)&8x +Jw'.EKJX$ ++ȜY2%KdAnb{185-u\qr7,ͪ{ qt U&j*oMs]1L^ m}V#=CaG6:Ϗ$?vV^+1tAy ƒY pjX$渢cj2rb?iy>ZgKNqn~,qv0J$6>O >Kk aKZ42sZŃN&1p08y ;8KN1ʛw81"~$^VVńk~[8bLc5rhSVKL4UZŴ8x <I尰^'5"I27'c''5܈ ÄpuAw` :LX::,2ÅwBÃXgE` x0q9Аa +U/jNaarB aF;Pj/B uyO4NLߺN. \CR7)&rC9s.RF}L?C?'N['R,QuTeE>+UN|nFXi?X,u_H_w.ԡc% +h 7>Sҏ&cA40~N#QI϶;>uyoH4wlM#ՐJŃuT:cU餯/նܜҚ3r|y9O<X=w\U7(: a2W;v iN×Y}F+662"Y-1\$OF ena48o!0BNVɽK[~цOA 97F1$v48nps$'UF%xctaiղ^^GףS ^M\ani/טX}i=Y91ezՅ9][Wd9W)t-嫦Si穻N<W1TNQ)TZx;y)W *U89+S/ F|쿑r'e%"__Ot_W ot=v7;E?h;q~*zz>4=I;^ޮrԈ p︺c\NEsuB=s +4fz;1.~Qǟ~YYthϿpW6NĦi&hai@)Y*^L{{4Fs6m5j3Ǵ_8~tU.#s?,NOK ,R:R9 =~ uVpip%2Z`'qɿ X6GfΟ46dѾEK)OiErH)?~&,P;`#Қvʳ+ޥ îe8yyGm <05ha5 J29謻mC\IASRø?YT$륨?)bq#FX\0  +OhQ(:-< ՝GF ;L$#Ui|v QoGaIő 遴! 'ƥ|O@|rrҴ5>)f/N2'J hNv6 υ ;SL1D 5P:!c:AG}Ā XA-a>g#74&-##WCXggÂQ4b1|^bq|8tjzsJJRX&$)r_'@  SWF^Wl8>)3ZaY]/6y?nH{,}9/ WecXnEэďu h|Ɯ>ͭn Z,1͹96*+72Tq\[x0S\upEҙRq/^/K'+ i>ˇo-* i_j j~zRs\q|srH5Ir9{N`"Fs GhX&ߔtm!޲~Ƀ]&89^ĈĚPL(kN#Ҙ5xrD\{}4XRMcS1b&>֫GwJh&Qtivq|lN%㳪tL֩HGww:8_4x;VRPgIϾ8yKg$>uv8Ed_#|us*3'{%8a#>>x1vυn;vbȻN>&b~8Ѧik?yS"`T9'g͡iؿ mG 6nӼp28l0yE'KI7ZVv?6߮ ۇS1KWhJ7QtFcpI^'9b+/)=D\e\ІJ焏:!#z\'i3}!Bq +@ҖV4(m6bmK>O!{zM 3>&}NІLbw:;MsM4U=Vyj+˴2n*0rr}.zaeއӚ cqtX>Ms~*&y1bb4q4mr֙M.0#Ҏ' od)v1C =GT}qh}.=SY1cW)o\g_\$u.GʋR*u4>Úǘ#Vii^l?Hwۆjv`LKÌu^v-X xMZ[kK>aXWF9h2|z/-]h|6cAM/[ua +s,9q3>r +VilZέZ>Jh>XK/{%|[DcE,򙘰@_d +UM+j##7tdc}>󚇋{_fYY{b¤z L'm#n(b$u(@k!ˆi O 5 ,[ ++W=>ҸAqI14A` q/EdzEN|^MbMM.HNw;?4̼˃۩s6x΁ʳ%XDgo͇P.rS{%`O̕˃(%^gAdbYXΉۆ5o,~4os\[⹟ hIs™'84hUWT{->64'L?$!q'S,.rIdQ9lHۤul҇;,=XKHvmZc*?;SaA3E40q ƒ,A^[.LۖHh| 'tx< (NyZfc=x-L;&`$I/CN{WC@se:d) 6D\Wːe\8L(*?Sɔ[,o-g5O*@NeĭS ( &$7#Ca ģ# +Ѿ9ZcΡp_toq_ݠ1}S653 GYNHD'~؇|g.ܠ'gs8l9&F5*y w]herA{/\0X)k^WU>a=l[sխM}'bYs\|KlDヸOֹg9Y ߾HEq9M9ch{5n7zX\0wrEqb= +뎠=lS,'m})_l-, }IAULp'~Q B9ڛ4D~иkɋ $j:bA,\@k mR/99蓰 y}(o4M=A4nO6`/~L>xP󒖉Vgi߳h9}55g,rsۈ#ڻ{ɹn:;Є{m)?V[l'^e55ORǸ#衣vixv޴ϝ2-KGs^g̓O&GcԉqԓqI), xPɞZfȜbS.cJ/TΨ0 ä1ZbHw^fYBsĈ4)z_-<4t wN18n91 +%X,q=Mrħr9)ͷFNg~WjqX9ybU%ty+ԟa';1,Ar7 ϑ9|Nt.vB`L |Xvy- GV53YU9o^.qezHRh^, yyL.:Y%@13|g4;8er|+z*&l}e5'gܟ,Gi Ywq!: ͈I5 +Aα]ދ r 13(-T{:l/uE3NFNO"ݙTM=qĮb>l8/.5R5 J$VFLLc"u:hbZ"p[Xyg6g}@z?y6s.cӣqcb0PgLs9)GTshRe#cPT]s+Tl^Qr +Zۨ1|6Ǥc0Le N4?51Q,9J@1u09H53cbFŒ6(K|sO'U~C'7AG|䲠:(F(`m"Bk iqx" +ǧɆM^}߰q#3Ɩ} +̈ ~˩7I_EkMQVv*,B|42+H%ƚ*X/urW1vY)}pHi:sUe8Ƈ_x4:G})؟,y셷\&aIS 23+|5|-}cw#u`]zO?]7_+}'};Rc1+>DbUWa{e< C`|։دӉW_L9WᱱzF/{CYo=I E)k0F6XQ3aػ6M~g?l_6vwY‡C? TEV9N{\z}n()B?ѩh4b #^D%֔ɸ8#gs\) +v܋I=à3$ˠI4(Og,'`iwWV@\a`;b b4qDX|MccfF&%a|9&6lVL3NF~D7`{H'9!WDFs _+؁<;ϊɔJіhJ:r =8c3*qìtN;iw +C줞Flq]x@'}cesiqϬh/Jeڛf$f܌ըJ %ڄ +y+>bWXgZsENts LڹGKǾb|;|Vgp-y?uz̑穱~L ),H ae5/EKŃbA>}9 胰*l)&՘l>qj]'8Jpr%'-!ͭ/ŽYq$S;O۝^ߒ0a1tBsă)r60p鏳\S89`?ꓘ U~:0czM/Ą阕AhmB,9b4)) ZƯ"A?继nƗhl=QcMb4T)*qNGwwzPH\߻gYa+y _S'7&I_~1跴=>zI3:8z&IY\ӪVkZ~sJ; 9fr=Jy=D|Hl=GXXC\^3B^kqSGx?5_z'#/&ޒEϫ!/,Imfj>`@хjcNW:U +^g0qk< `kβ= y43\4y<5_K}^r +CkJhM=p]9g sZGO].sIX +V/\syKN,gYrz9;=ïm-cz^ =c!itދ7dm}Ek#kZj-гhA .Zlea V?k ],`BE?>5Ֆ5uZ)XsiԚ;&cٗ}99aSl˖"OT #*/904y=aLi<%-uWGIΘ ^xcASg.\UkE W oӼfȿ@lD31jz65kM^#uݚG/3Xhqz惖A1_Gkڧ5+kxGQc\0h?4;&szu`y1gi:xP"yǜ<1!AԸI^G~"_GR-#CBC,b9tGdb5t~w \cYrqƶDy/]H:`u-W1Fpi=mS鰧Pyzp ϓpWLm'A~q*>VPϹpqQ掁tL֋ 5<QD575|"~""s)жChBKQ-5ސ°86(91Bczޠ| rC@j0&G8N+a^RX0 1LD"FעdrX+gT1j f1f4|ub ׎o`WaqlH&ܦgPi9$XΝW*OG5tcb2$g PE+Lʜq k.M9q?z~kٺ mK9/>/!3=_1CS"~cV_w6[ 9#ܼ1lXkjz.S6"~Sp>GM5ɯF{>q}BĻ'#>G Ek.;K/%6G1rML38qQ4L5/;l{Fl8$ƂŶ7M[aMߏ~co87N3>'^AiZ&6}В$&Fuw>*,ԍ/g=r/+c=pzN|^mXτ)vCZ<G\9h2_{.w^yώ_qz61.ӍZs/>EMvoTVo: +Z 㳷r:X{:3C{? -8s!oH?E7ac7bM:>롱M]]w;{j#+R[ĒWྋbG#~>x|c^0es-|[|FEzkw\#s_&bβ%Þףּ{AQjA<5ZBZ®uQ{n#s%ۋOLg5$omfZ׭ kw]ʖ]s~O?~ksp7[t70[|N}i-?Ⱦ)xĻv;{[ApA1yb „gdb)r8PSj-4|Q-0,> ׏h,!+wtFiS[҇<\XMq-s7i 'Cs(GHT虛y/hߕǡDײKѿ|`xG"@&~ -6`,myjg ihLj;ㆉgi,knK4K/blײ清}5wTEZ3TrRx473wƭ&ƪس|z}|ʡ}ۈo7a@%i>a~'TV^XkjF؍ֶ^{L.e ȇ^~8>]Z[мr*_NN)}/~SVqxS~V(yiAW+亮V.tq7ݼ:焸fgw9[Ϥhk0z8xZ.Z+9gWFaaS[[45׃=g-c;9s59MkildW~lvq;EO:Xqkxzg-Z=Gl0x!'Y69z6߾siHl -fl:tщ!qtzcURI*XsLEe~,DU ?̋bVԏkL!Í1z-D5SSx0dr T [sϮ:"+z +'^܉ F9ˀm`yC.G@Qp_CǓTF$8Uk.5~j5dlf1\uj9UYyqszɢٹ^6/.]T=[4?ƼQ^'V 3F =Z'zW/-GpPy/VX rLqY!VwYН8ȋh)mR +. m`EնѵE 29?zgF_ab㱍ڹ?.wT*܎|d9 b^׼A!|jbZD +TlaH~=mx9!ƨk SC߭zEU/!Ęk'U|Ъ0|&6׶7sW?T9 UOoМQy?򟎞(~^+}FIٹGV&iz9n2?i#LϢ8-k/x?? IOt@\䙖?$NQ5l*iݫZꡧ=|. Qsn|?iQ4OҎ)יqmi}Zc34~}ޟVfa94?67ȣщߺ^r #C޴\iCSg;6MzvQVG7 +<߸xyxncf'l|j֏C dz_{zfjȫ׬Ec|˜sH3ǫp*]9㾊qg\ז388YI߯g/ƫ/`K:F?G|,~f˿?~gŬl6Mw=,6 |509o8ztqϹrys^8ƛ*Ĵk ߊ ^:(^UFc?Sl{mq|1^7yUړL…_bpV]0+4[?mcnU^s4G_KJVg%MSqZh~҇łݜ;{7;oQkr3>~ #۱r /yϹ{V?t1bZze*ߘ7t)S=7l)_V6^ 72N"K&l˷.xce\ 5Uw4ySx7ӌuSܒo3T+_=}C롲sQESڹmz6s>`6Rk_Xpz/[p*\fhDGsRzy0`h gسb<׫v.9S8mʚa=/+o4\3Y}a^3j1b55`~ 8HR^W{ _?GMY( S;V4)N^)X/Äݦ,6xJK0R]O]ՏVp}ajW5Wya)u4Ke5B>{15;pk-Y7(a,LiR\ݻe<c5 PCtOL t$iND#DG7#\-:WoY W_k̺|x?BGy-M/{eϓ&?l7Ή m]ᆳQ5Nԗr\GF?4 D\\V5dG  TM8X|vl\}/W 02}iaml=6c]a翘P"pa]0pNt; 4$;R +>͓:!&(,,F00HAGj^)wbO~Nz=9o9jNog-[$CĄj^ +o'_5/Mk4PTCG4%#OI0FMȻ́xNwv^@&Sudž{66]94Żͩ|5yWpۍ#7R߯ϰ~D.* gw3꼤AJT}C=ՐU'h-q񡨅 9pnhg,hCj"^yA߯yW9ϮYgP}/:oe#3R^>f!z[0.Lw͜u{ӜEN4A~I,$jAR2xɜ#^Աft/s{Ŝ!8OybN-S OuZ5?o+4ϟ\Ի /nswlװ9yiF𥢗ɯ#8G;Wn1ڱ~v`F@H,HV+p +̔ ?d>Cڳ}``OOhhH]#6o] Rsi>k/o>)'f暑zYIn7aXGn\X66?ײ;r8xĺnÃkQgZQ^v, +K$kb^f3ZYN ɡLon;R=@uI6wѯ5S/޲󣚼򙶩16'ڹ@]T7V^ u{zɲzHȽ/#ҵkcPjtwss|;IEs]l: 9|]zRb;60-tЭW|'CofO?v~ v:Umk{U}@˛IlKAmnNm +Kǔڪ&m9wz:jsU}ea3S.Gcdߦٯx*3 욊Ǧr 9'35.>PcrIz5cJ|vD%޻{oq1w>.۳^={ fw +~4?^Մ֌j-?"L0 ^S(\xL%!땉uݹi s + ]Cӓ>V +׏a5bX ܥ(ĉ֤׏) nHxe.Kj`YA]--ahŹD< #=Ll #VY*YOLX~YO]3[&5+ }xI 21m,할7͚s-p= ^PxscﰈlxEo#!.,wWQ듅 ՛"772($8pq zЏ]JYV`N?\^N(:`kf|| cF 0n&ZV% &(d4 =%?DZzY;e 1@sS3e5 O,$US$x;NOq=.>To+-# ,)^;5T„q[/[ѣ`Cu+~paD=+h &FLuUGyv\x!bI/ ;g +<('1~A<92ixĸ3_.L+m=Ǜqu+!/zȿ3m~~".|(.u4ڞzNBEϬW]Hi}ީ1#5hj_틠%|8MD3ajvc-S-,yx륹f/V )8=XK01Hzx?<U*!/=4;V\[k8k7yw-:^TPt>hVO (m };/W۹a{?VK]>C{^qQ aՎc Cod3Fv~zN<ۦs}ړ6wg<4WT0.gnZFCZ]c|6ִxT.`y-B' aUM%X!x u}":NFnJ,SA>rGL֫N?g(c-8R: +QSKnryCc_=,9[р]Tq J㽏צ/|6|c'KY[lclmyG?8಼x>?AU=EaNo^VԾ]^vi3Ν&1`c5ѫѮas<#Fo1kfĜM)͹i^Svл +t2 ]Pz16MSnFXU4<8l +=yFW z5u_%_hs FԍXN}K`Jn_ϕKya:F _0ox>slD +hz%$7Mk[VfSt51c{Pq-O^lbxN\ͣfWkݜ:U?%uz/=;O4Ƿh J >oy-FE vO\÷yd%%W_IpYXI~,:Z}) 45m\E##7࿒#T!E_aG(LAx2 ښ/+O|?ńz7UJ c^"W= +cנƪo` +>{`[)F=9cknwTN +BZI_xIo 1b~I>$ u!oyOyA#tySOE4o_uj4B; Z{_}BH_c\o;'0 짺nm耭ּ}Eu?w+X+u=|@#ۿ@Rt1նXj+E+\Wu[G^k*8W037GK\b\Ж_~\St \ A/_ oG ޵k1k }pML'B|a@ŧK}-I>?񭹫:40^2q6p\NafY7>4|Ì}2т:8`rsojg}B4 k?݄Y74v4Zr4|,5V〟u ꮩc ZW:ׯ=^NJ)j[2Z9skbi)Bk7j\04/_sJxgVMiP9%m[Ž9Xrm yќֺ\w )=Π gaUFmҷSߵj/?oX/MCZsUSIxf \} %B rtv0ИcU hI 6hP##,Ug0o}o#JCTaY/0Xa>xϩXě +֝׼IIKUM{T^LrQh_YDsOb97rȪ$գI$՗N~+ g<)A[m\o ~1!dz?ϹfYPP\#oďXzA0 l=$ϸoi`DVmBuXڤ:R +DDkGh{~^UG)s?~"OIS\8/*Ƹ=#{RV< )-u.HK3:ݑzJʏ͓״~]tD`|6oB`2׸HcPUd,N^?\xg'.E; [_N4\%Fu;nVѴ¡MLF_Jp60mĘl+V-\[[5`,u=V\3N83o{U7㩄Z@v#0ИsVÕJkgg2x6̩4Sgr,)s +KS9mT;Mcyקz-5p#oK* #0ue"=x&Xq[=:KZ1gsx5Ѹ4NZ[5t/ZY$~Y^nBgt˔< 3Vt˜,̬(T + Z_.ۮA6KzOf8ZQFiU5c׌/h`솉vSKؾ!&1JGjЏnzۦ||xCC0`aFOQ>_C}b䁒;u_;ܽjI##圀wԗg܍&?g~25f"&"%'Z:q@/ǝj8ItaLkB1=?XunaPՍ +WNN'&23ZWjkz?ˁ eUS ^KJײ^Pj9gs3ںqHĈhtDN?1Z>|zw;o}4yCͩ Z!X/1̸l1cbL1̸k#ޅr=tj8V"&Korvq}TfBNJzzD8> >4=/jyD7k\Ts^q+=Q1{<]S5ո6xU79gyT 7Ø5P@̱=\.Mqp^.sn4Aǒe_01;I{v-9"!V^ߍW$ 91mT|nkOi t#^]vo_Sz]P}3Rc&¹I[F~T 4<4% >fgi+qlu 7L5۫`ߕ ,XkM`7>u^zAz_,X.\7t]^Roy2kMVXDs7C5qAj'މ窛m?p?jz21q]I<+ Iʓp6u.#X $[&G\i+,4oN7̙"-̩ss1RcJi67." v)kgٞbƜm!7:e5Nl?7c~Y_)~mM WT y"rEͼ +t>+$c'r5٫&1FI/erlM4̻U14a#/>Wۛc3-M1̿:0f> {ÑY W`C'V94)=#L}Z 4<Z݅gOyq3Hqn'W(>#LJwCtB>vC acFlptu>&lYJ;5:ayװ6x&܆/jՂ't]E;]'6/<mcyyXPmyXPەV*&sN9b<\'rt?~s*Kb;s+6 +<96fZ/ZMVR?vICeƪ솯xՕ 5AkqGlFn\go6ݴ0hfF^+F\3s?긞f]v:.><:r>WՖ78H=#d~t >cĔwgJC 'lp*-n6j=-+zYhmnlChk}h{<~Tw>-z +X/H?4g)z1vOSKGlHΙa ݅UpK%mW \j z ^w&=܏s^yjܯa0n*X ߃}HI{KWĄxG/ɘ%+|VcF qצÌgrmo#\`ę!>_fyJΑ匵p*By\U9F-,_k~)瑒',xNq:S9Lߦ9ye sxȻ','VNssk|yS=킩d\\K/sNs3wVh#h#h[/a4Mhׂǩ=Oehobđ1S9|8R? Ii8e46zSNu~ ?&򑋦(X_lt۔q]ܟ}ۥkVrt2KaclPl& Qz{7tE!wt vl)a<8A/$ţbǭC+6\N:tBM\B{>d5>|EbE }&ַJ,u~s49Nz1ssc{YK,;q-Ĥ W g}/'Whd$\lεbǜW/Ƒ5 X/5wf/5_cP9B3}&50z=?܂iȍ'asV„9slcQ匋ˈ +'QQ=mr3^Mi.49bc574Տ摨>E|i5'mU7RGT&vzfzY/. 3j4U41%>EXZ]'.}3Fc#e_-^:H m$30k=9/ffLڀ/4:Ⱄzd/LJ/g5hLU̲skoT|zW)>ΝqGq5z]gMgZ6MMk[Z=#ygօg[Ж2_R3ds1ޫS/@q<6Ck#5[f꯮ii+S=E[?ʓE[&s!ͽczE"g9w}{h,TDy.FD^kVz^/m߅S3o*Q~(5w̮gS6ưꩀJzM0~(PJbs8`嵭Yb뵠q)ڠ h)qXxuSUϚXe"W#5˾T,\CB8ƲSFs4gSW0!x6#0bÉz\tTދ꼨B;OLe1jFȏB,]KGSv{1tFGSYU˄TW=f8͹6 ;V^R믱.Ec;e}"cޟϩrvvNJhqN羸P~QM>,ˀ~Gy~8cr]T +nsOX:|.&&x;O*#bA'۩v8,h=):D-/?_w{>vPϥ-o*XZ 'MHb 3 !XM>Sh'zs3VP!C^/OO#gӧ mtaQ$AsBlA`0J>a'@-€ +PSojՓ&ͿNxfZ3m?o lsqÎ.[hx7=h +}!ƟC=eƎ!t~a1Po݃1xĺxC'4S_NNnB_Tw̩jќw~i<\v6&7w@+&Ja4z|F0`5jp<<-ӌ=2k\pKs;L5=ux|gƟS6_wrgג-F<9i>JraU~'ƫ]|XLzi+c6a4iY7ߚtUDLsq]ub"ng-f>}3ߚ[nYzvvE٥1QU5uxhM>Wa=rXc(V>u65,g=ls$#VC.}K=؎-~ +HضV +mGFno2̶Ćb9+oJ;ckwgZu^Ef_9uzz?j~NruNqrYI<) ׬8׵k;r__q=kOƈnOT~U+VO]xݣ +X9G%N1syeSbq?x׉aga 1e;C~U^T/2Bo0cY ﹭Drf$7cfͺ>39aMyyE?y&P\B/s+WzQXT'ƫ?1W}S4sm +t8b]NSZO^c/S3!qaƜʌ"4_swn1J _#<9|B~ܔeG~S4æ\:CWzLPs@79j5hl˗`N7~ل0<[ S:1Aԏs^85L.u zr7ٞl)jXຂ7D>ZG^y|"v_X6&P1z9!2;Xv9}ש; !-oV-t'A30 +(IW]ƌ0_a&m6)"'G"xbDB>r5 )8* E9O{tVS_} +^:`9 Ճ6^A㿯5h$3=VqvI}(DMcOSOyQvW#ɒW“!S΀ Kw7aFPAOu!uޭꉛU\wS'#2h~)|xƣo7pVKOS'6lyi}iL+cYiZ<ŃC"uR-Zj~dEaPp=zivoiy4?ζ,zJUzq\~K'ߦ~o:j;?Ę}1Ơ]ik_{?,tq ^+ϵ7I:l(.r,1VXsNOD5e^O~#զQ +մU=\q59-aw}g`x%B>t,Je+>b^rr~ΚcEwUڹyV;6f;0Kj oGcFǁP=Kgk;eY,sh5WhkJ,ם!&`u5\c[QՄ u_& |?3gM8EWL}/6X3<)CV܎,+WarkK-/ v\M/_+hg|~‡Էz=Y4lWG2vN)GE5Әm7=1K?x͒X|7zϱ81okgjy>|iC^= 66_6?y_?_%n7ޘ:|cOb5ec8OsUlFSd5EGƿbLfn GƼ>95T h5Bu. +y?j!AUj' «T߳eiyk{I<1]CUy}7}wf%d>} oY8Hڀ֏xy^+Cxp mt&퍂6߭mԴx튥ł>TǺKbKxNmcKnYaNyvtK+ 9Kաa~po>R\(\qYJ{nY6xnϰʾZ~VgFiu/kkӜ%[ҭo=15؃qp =?^֐e ns[Kg*BB^J.ذO<n{z]%@%:ݣm>->հ *VQ-Dɽlcz/yx)nGn'4Hl3eœoЏNX^"2$A3^U8\}U#B]]¿N R}\*Tr!@-X,.YXtq旮k.n^1usu Dw~_ΛoS]Me88X,8SzGpCm\3#"UѾ'BMKR|:_pdY^D>*^ `Sm;0;dvYݤz)_G^_xcYr'WԐ7MEe{!t(4ic-yy[}۳\}ʽ|\wŜk['wjϚӵ3wRܬ)-ƣ/O@6`,?=3а>zpx?E-.±Y k4]Xf`t\nJ UzʯZ- +=((=zP|zog^> I׻ +T"?<~8$t?>I[Z(2*])0 %]D\>O1!zT_H'ĀsZ*n)T?J tI˓C?Ӣ- >LT$6Kk G/<>5AQmmRt:U:t:Y)0ɶėF +aD0t4e`^'|N?9{32 +Za7 >`;yqS7=kbh~;N8U?-o~n㵳۽"@D[7Bo0v5]D?^ƾ}4-C%﨟~ԗI&ַ쇝ٶ9\6 Z_fb{صhׄ~Fϩ!JS޻@eaXҜ͟p rqc#wsNr3@֜B@𥉉Χ^|>1ܰ|Lg_wVܿ xQPDAEykxQ /L5>S䨋0^pG>݅׵|iy0  g{TgR=sۂq%: nMd~FNj:nt{[A>IgXj Z[ IWvLh2AzV\nR0_Crdcr@yW?߻[ +c@W,4㟾YΛ9Y}i`Eb.>'-r,ÄhBtVr,ł?lxXe[k1/5a7%'isV 6sRmL)O +U921$4Dm4^G!ogMMMΌ{<Җ;#<í]3~k<&3o;}[qp{X;gqHc"kCRuh'. kIP%;GqZb]1CցPs拶L)&75.tz`*% K_|ܙype%cmFa4Zx&9Pdԗk/Gr.!iٜ%Y1v#,`;F xEh*]>Ci=:Ʋ,UsqZ,tN7v VQ`E|x:Y i=ڜ}±aG½[7b"G՗K7 O +>a?A:~%txq jiKc_w_YY_x +x^}| Ṕj<(mv_je'}ouf'g^S<13#/jXӨ4u +Up1yFsx2=)^h-0 +}N4I-Wyxz']סړ;%!} [XP (!>p1uӄ2ZH ycͿ-?HNͅ6q5_՘i@4B.m1AΞiWO3>wF73v6k˳_tW1z>45~yǽw9;_D1l+4eaCkՇxL*>UZrto4 VFe 06e2~p~\E?mÃ5sϬ1эv97sMڄS.^$%zahg2^)5f؏wcs]42{=ޣgyd&MFa޻oL,6p`헬g&턽1!x +&=j[yZCFr+[}5wf -0e5Rj_h泖 0^LhΡ? ߩe?9>rmIZ%{t`C6Km<1]8I~wa;&µ!W8 IO=̥eᎴ+z>΄ +ɑP,{~uh/ 9Ƞd InaLo0vSx%'>dYE_6rBː0#`Kۓ FwV޻Mϱlff^ۍleϲ;fDJ+wr XlMz"C;-;r}[uqr* 1. ճOzoqO]~)u೦LSW>R;/">St/˅hQcalj3w<:z'8>'Z}m= 0nq=.pޱ[?]~m۹NzDh + y&q&593@cmSԼzB,z.a0'}7X˩Y)mβ^AKp[zYf3~嬓#A_̈1aϨjQ;E}ShQ4ǘjQyRy$ +1ca;LHo&Cw¶"Ƹj"><gb=h,pDcn%_S,؄P<؄~ԙ'^knTHA zߪv.1\ۋN\)]]L `-&jFl 7))~1i^|Cp?=g?Ƙ^6G~؞q,) +1QEgl]^kE'/qnZK8 ++};M3vs-1Q>|Crw a9ǟwwDoCuso_%v(z*?1esirXd~G<K_V7.;aA}1'jFMnO>x"qqOWel*!k2 0~Pφ<(A7R/K2^U8p>Çp2 a E/csUTzw'&?; ៰#XM|~o?73廍Ib. +xoy? qFB۴`~i7֑&W[BSBCsN:e=s&MftdgU;܅R=sP)vynl9(h~E[NÂU"}F}-Sd960Zt-G1Pq>nP_j-0mMt}?Uc39[jN5 ۥ3|4]`ϖ+ |ygƝ;6-MݏOv54ū{n =q#o'NlGv^8 ,IRn1Z;$~" c޷"Fj +[AjaE&ͧ_ ;ꁄ:dDlEZ[¯b u<j1o}~[w\5Cn6etɣo߮*'/8νrQjś :fS 腭'x^iekM>gNҷo˵4Gߠ"ٵӇkք|_?CوS<|'p#'lB+0sYgG— +S{=f۵>N߃!ȭY3/׺ kIRԸsyA7NL[/F5Уx^ۊ u{mp\+~Edږ0qy3G$b &mc3p9}JjPy3}FU/yMwumNȁ&جI&qѪ33E^Zh ajX"H#jTFFΣQc~Z9n+VXPr^Їg}[D͹rݰ@8VY9. ymզõr=0S7}{"`"vQs:ב*eYxf/֐~* +&tu-|AC&4\lyo~NQd諴6I0a .j~=.sk҇FFyO̭u5e/4˳LǼ6loD9f}puK~Cƚ~QeQPh d[ +Fmo&X!Z#gܠ``֣ɂ SY*ղc0i1V4J`B_uW# 6`>(\A{{XQ{ռ0*o77`{kms+_^P֝Or &9C'YVw>3Ժ/St已=|wK?XνO1qI${!v463<~u'D?牞8kc,`cf#s 74.i˄ogtF_4Ehm1}zeUks>0"<8]IX1=0}tx-G_mxwZC?}wϦ_#ڍKx +a+^-x@kWNI-Zu!u]O]nZ<[VO|T nYyN|r +7 /^:u{>!UBO\5znW2].dxm/ૂlǽėiqnv5܎up +1V +WiWmUە~s=p˱Ӑ%9NٷYz2.n>C&XKn NV&O}u:W_'_p 9Ax2癑zJ={{\6tB?֓+81e@։Eƃ{<T5>yxQ>z6xX acL},߇n˼TK3,Y-3:k;˜x>+8VN?:a>}<Y$L8r{iI0Uױ}mhd- Zއn֢ϦO ;MYGI6g2~7޺Kl-ۣԂvw~=,cs϶ӜßҶG?ᳵvpp7?G.wv8)os^9z4dmD!=hpb/:l'}NN`:w\,dYhLnŸ׈~}Nm],>9BC{S Lݳvj gq>ۍt'@Wʵ +}kΧyAa^ O_xK|y2S< #'37?,ذl5ssQc6زb+Q#zP8}cN#uj׳qoIkfkG5׆+,kdFQ>%丬9N,?$13be>2bRFK)_dcT[sWZ 9DŽm^lC2Za6Υռf5/dBho6;Fh?0-ϱp}1r^ .}+mb%aQ>P}Ґ [dl[^ٱ|*\hC7:ZFHߞ]VQ,o߇3r$*?;5h^E=>j#uי*e}yUO8#h^ЖyG֣F pACXš[i7/5Y͡׭Ǵ!9Zοlf0u׾ko4}.['ځ擁8c"hQ/0 3 ' 2W 3=1j9ZȆU-0^WDGTXMw 6 xUVF}3{6O(dDk-Fʉd\ +}u[Ș>"Z3up^9<9bcU Qz̑Ы ıx[&.=_͚b+,s6vذ.'gU;.<5}y=zYeJP`9ntpEpXf~~\.Vg\VCD+ڡ_.˔oa%t%nwvp[+3 knqnW4ypYγA g~k\z8} wӉi#x֬_q<'oýu8 \4ȣ4tA;{uF=? 37|{Lo ħk~5[AC̯G] nGyzO1H?o}~x?\1@>F+k_Ryڟ2gE,bʇe.s^\ 6Nh(#1%\gmv+;֘yNwoqbZnybG5G|n=hOY>)I/EAԽp +< pwڌO؄w3 4Я4d}=`?2y蓮ˏk?u;|4;y3/y~&wZca6Z~}Gi4ye#:>}'>O_H|giK/؞~lpEZ],-n& 7} 7S,1g\6n9-sb/qeZb~vnEyb=5eƲ8}4b˴컝shRKW:zfh/᜗GuA=w;e2g:^Ur|Gޣ)3LGg'3US(^汆/}~٣؍gTmVh=>5WAEԏNk\vÁ;fne4_*ekF, 0WdJX0{r5XC2iaEX]/7Lh|.r 56Dû`}T0c p"xئZڲ^ڄ^9ܖwփ_ 0fǮ;F ]C;>Ãzg8zt"}e@n3Q wTM\ +vO`eGEXvsc8SxyΟI|i|.42%m 'K +7d6cѿv1}'/y% ~[Y=HϱgqN Z- -^m|qo):JGr n=)F-К$/#7)QI6r$Z\1_N܃ i_XaVs6p! :_vhMM~pTwr97_"؀D4߮W+<3=AQv>S 42_a]%rz~NH|g4ؿ1xiIs0]yarz F ޗm]QWԎ?l۽_ce7 a'ӗSKteEH/+f.5y;_|vZLMtGWe\Kd^S:r>s-VN0:~kc7fg9+LoCc-ɾE6:.oOWxWbٱ\WN}Þ[i 28d?X'^ڇb95|8>zF|Fxγґga`~Cp^y43<<[~"bgVd[r7lh^?t*g9?rڮ\8 +X10)}wG`6-,~E7ԁSM7b>00Wm{.š{wŠ{Xv 6ٶ =-805atF})>вu/_gSz>{2bnug=n1ޤ9N<&7 alxixR[m~ngr#o +mNN>ض> QLˆ9WC;` a>g>Ӓ9P s}\j1l}V1X^K>71}6`]cVv,9`w\9LK~WN~޹o]lcWsV2<~C>4ʃX[_OF䷗=0 +Zivm\uvbڨ5G g +3ٮh-ɂ`?*ڵSˍ?YE|-QsʂQ2h,9]`=gҕ̀ևS ͜W[䀉<0%S/:_unῶu|kr YN-8oxΩX+mtJ7y^Q$Js[1&g||V?/\*|0nؠ<\& 6 ;jBZUM&+Ms/ rcD8z"9aCr~»𱾡onm~5k35o.=ˆҐZ`чp57؅?#<@,o7.M_~n7Um_`vnXd/>ƃhZcxmkf/_3G-3*#>rZS|cO~O.txчYO35fj?>=tL*h;*VCOPz388dO1ea!B7YPq>K/)ɁUzt\/Chv'xzxk-{|Q?;2ped/[ko]~5춣9~:wP``zwOzgOGapԨ{[k4I~vxFp?cD[xo >`;g+t}6}}%4>P mWzxe-mX]K\Oakd}HÇ1fx>;yf. eD+ߪOԶ7W_) ĺt֫ޜ:C S2OYO<}奣O*GpX'u2kaAyQ=P,3]>=/lfD^5`ǩr y1NI |i| +ȹTR0& +CsW=^0o@ok8Ze-Z#4GQ9ZL[OÈm`m-s_>N)̂cm ;<@V`:1ou[ 5OYޓJ~|5\.ʇs㹭-ʡ rgyw8V2xm +;"L3ֲcYl6Xʃ`}xA=Z|x:]ǹs(Řj[leAsXxJU3G4$FŒl"xO),aŗx=Uc7:֞`0B}y``BB p; Ʊkpm%A9q|7[Uc\)N^sX-b |3g +Ӹ54_Cڷx=lxx)m{ +x6%4@kA;s=~xeCߦ5iZ/rzp%6Ci΅r)xys,=ve9q|c|_c3Ɖ 5s;}e럜כeichc?~3˚vb`UkW*ԩocWdҷl>p=w^JuΥ:8m߅5ƏGDmvU,ʩuv~:mݧ҇zΠŰif~{ضNwg0=uD01D s^FX?0w9|7lvC^T5/; 3ˊF_n|#-1?VҘ'C;̕=@Od,XKZ4n< \"?f 랠=`Ӯ{OҞOۏ͇ct's<kK2 ,W.ߥayfgo}4߃)iu +wα^꿝}sc]c.Õˢ?yn"~[Ķ+Qg\s15g;x u=jnOHTFw~5^WbyP-} <[cwi|:.<gO~(4tr 9Fy68ڙ\M؞ZI۱-I۾²~|~? OSa+xxw?p+}̃ǂ?҆#xqö{m'ѥw>J}';LǬ/c^h^9||mjdA +?nNu}SRE}rjGI N`%<2 V6R }(A +pfz}T3m = Ggzhe?'eYokBLӾ˭gUTyP6|r_T_`Z9Dh]Dk*n\Ê~Q>Q];tcV +? e7@OƋ0as?u,"}SgN2usx<Wzdn 5Ԥ?ŠN +'pE;4_]B[b(yThĝx%GaI[`;kLrʜ0 dq.XiutG17y6 ;vqha՟3主 +otfsqyOa +a؅ș j x {'?Nc~ĨkpSQ!j3Xzhu!ю+pW09:}uz6~#wE#嘣h| &#2.K\gExΐ! n|DnB$v=07Ǻѧ /'6Mw 9C4DH9p~ȕuxh>z'Ow9/vz;W;vh&-':V>D+l ۘn%`Asʉ]0ct7m7Nt-uL#fyo?ENi/^λX3'xW2xiϱaC"C}e!?pQuډrah0>c$jZmOExp[ 8oÁ7#lw$s:RjVsȁq_h>#MdwDTOl*LM8\s ڬEo8L8s?ߣdp<:O~֑#'='/Mkq֘b)S&Dks mGS{\"aU5M˖>gwuܪK8Z>`Wk=ug\6wvt4:6jLc4n@GGS9&ǚO u_ `h0;} /$>}63kٞ;|/q9QXu9 +^Gy}XX\w 2{ү ۡ}>s1m>1;ܺZ|*oV3s:oZ#z=MxGlqyo'l h-|VӟZn߂dz~jXvX7icWmڽNo+;~.<چ7&VY9r$}o齾齁}},?U7ݰfBB\XQ\ Z]dI'1-V"W$}s Oͅ9.E<qV.9\~QȘWQh䈁SeiH1u<#~l2ߓ +ؿ`5"{@' O0`AzFc_=EvȲJ +ܶ[wcL~l>_9 e<].xP?l̾QXUMP/"\,3U~["8Lg6ciԮ೶-:|賃ʎEkknȑy ^1n1||'伬9!MQ>`bWS_:~к%)z=`gVXAl,1`B*6c˫B3Tg0 (#f0瑉\2--<10kMM8֯?S?Jz\=(\q=߉~W^mXmZBOk-Pkpe ^4=˗eq8?^FSE7'p9~[2k5cNm$w.3bjΚ{H>iݮԼߥB7fhޚ)$l]'?q>DUױFl0 }K}ʱ9{ ++z\2xC6 8,ʄh1opN#c|8l.9 <0,g70t? yX ҷ:Ŵ<瘺gq$i\ߕN~=s=Gw;(ڈhzy[OOZh[-[u7k<=>n\hȇ@{۹oZntf'ൎ,dNu .GD,$dOBlm]8>:.%$a[Lzl3@m!RC"9!asF֣̏|LFd~u囹] +ƣ2o#tC4c'!#{SfSzl{_]Z^ۘv9LC xÇAcQb>ƄK!nG;WrmYbi? 3NlZƃ~aTϣljuʥ16Qo\c㳨h"8Oos3Czrc>'etǡD=ii59q; +/l]Fa +U_39,ێ'XSּ`i%|hw(3bNK\<L9!3L?-bMB]<0LhZOpy4xlPփec Dϻe= +w2xE2p$i#WAjU[6܊sZ';nZb/\4u_젯n~n*_E w֡n;t08xA!)Zs6{D7NZ-l|ub/z~ pii 9,i[nB;/:xQ=Кx_t3&y|h׽o-E-V $>SC~11+A7oL$sT+ryeEhA^}WOiskSbwk[Tӫ9[`$s^#:Wy"#Z3\Vo{ʃ%8m m] #`?ڶ3 ϻkݚBW:Zb厯 CѾKzkG$C ra-چ|dC4BAQop_4hNѺcVQK?Q9P6}m+Zt[<-%\&qf>Tu[ՠiYe-Cǟs1"j d1 + i2 -t98-23<~ؿKW iMq|C0h\$SMc?b翦|2d2՜编`$c75B9gjA8ќsby1&3)xouӬZLk\O7s3|>#u%hڢݸ&Cp x^Lȹ_<( QZP0x$|ƓPsݿf{xt˟~ ɄoʅJ$}o5v~^}=++N~'~%^cmx*hEeVlfFk +s50wuDf&98,H4mfq=VpCQZTuGc}yaD7}ާmycZG@ִ?Mx̓2ćm·hb٠H KS3 ,.0&.ƒ0"X0oE+>d>vB\< 2/]g#Yehk;{T1#>g/%z>i BխԋVC &ňI>s;E>s\yjgyCS^y~r߻91q >" 9yG9D^/,O,:!@,qmiNrú 1g /o*Aw nX<>v$}0Q %Gz[H by<7nw1z1a?*m }e/zW۾i7ˑ[_ '#Lg>o2OT7C;t&>8ڗ{0PzPnt=o;ߺvi۞?{OoÈm ?v#3nm+K+d9kT=מ›_8LzGkN\Ds~1-Q+Z_h|uyz9"$z a.kGxp͙<]r QKrz:Zf?*t6>59\0=5|j9Ųk~&5ʫ }9Ne>Qf#3ifΜ&|E>ZtׂמR:JY2rxC!VzM@s񨹖Oeqb<٫1x W09Ce 㻟Dxg'r=/ɃLXkXDux*#:P=Oi(<_HtlNQ[-,s6kER. '}ЖRԌv|D &,0_9p}g ywYv2̳Itakelkt:/ž!\^iy>[k/R|VOmw3i=, =~eVtl9/#Osձ|9,\)s¦꒲HHz  )Z$kG-V5TYRt[r98"a;aoiյ̃+k/Ҷ5=5x~{/mAlۥٴaA|96tt8uTgWSi`v~}DcM9xsCR/7x0|_M]h=O܉2=3>~7u~ήųN+O?_Gyf+ XaMtkiINߗ?~ڝ+x*ֿ;_[hh?B ۲yMgb_C+o黳;x'G_qNҍc W--x[~t'GmG45Y~~'}ӆ飹h. cg{CׁcC'bYܲf9~viZڌ^Zm浭WФܺ sA>uTzW^5 ~̾gCҷo.j5⽌:~pُق&hfͺyjBA*zrrzQaS^|Qhn"TY +SDNL0ϋ"w09=CMLݿ"giK%9otL?/!#,YLܗ-&(Gxy?y b~vywڱ\}Pokx47ۄ4k }:c|;^, `ENV`E[c՘̇xX͂<aM8߫`BS|}+'G#(5hnG9Fԩ绪:XSڂLװ׶Κg9s<̵6n7„m ڶ2Z]^56_'#F/Yjtҗ`Ex8ckv ]F<tuw=!!uc}ǁ7 +r]k=~NO2k 2pMkTAbM28'{ߧ{`O^FgA xF6]|~lct9vXς n'ӝ{5:uX>n}9`]IGf0h/y9NUn̺1U9-g1 ׈X_0г|͇_,6|N|FkV:4L(y-U U.Uc5S};{aaΣ7vn=[K'I)yE84̥sWpirM: xNm!0-x60=&.?é} fӫ{:6ˆn?ז]ٔ/Th|@̼Qļ@GNkL,fe u)ϠFa/>fs*ghuN^J hv>߀z/~ooSk5/΍R?K9яxWL.}>yYU~6w -Bڠ7M c>r5̧C_g'}|V}6<ֳ|ǝֈ+?YY j :b>|O\&gl5dzϜج&cPo|[Ԇn]g-9-rA|& (~".pKLTx~T0a-~oa9Yr66ɪrZ5GU'}s&|O,([c{FM|Oc\9?Q +z?<(eoxKe¨w]BnCW,y3^cd6GYhX= Vwu~5LFGkŹe& Ӛ/^טjle~+('ר>]r-W52 foo-˂ E8,m1/TAE-v,Xʃwr|, +L W~T#dgyYS0Ivi4`&%4SpT<&3\}QvTK:N8ϐCd&pP3V-t<8gۡ.%ovpL};M۵r%kqsx=uݰ}ŕgq4 |:D@2/ !Ȑ]x:;:8<5FZ'cv:~-׵ƵYq•?:?SC{rbq'0Ó9zbmD =!AXpF1bpK1t1pej’jtu}|Fo0ݖ;+7z|Wz &0c_(OìʂP?1#NO)"C2teXj>K_z^w/j _^nuK~/u8̊|r& vlنfю:krܜÇji{ׂ=͵Lߵk Նײ8vA8L9Y›I-Qn_YՄby#ԅ5VRǫ!Աb٨[j_k%/e:W \ (9Z|0`)L& rb]p`ATeUGuWs.bӺག sШXxDy>UZڱ]׋\}yrೂ 9Xٷ.DoY+XP/8`"J Q&tٷy0O~Y0x@j4|f\!sg4Vl~QA`@&Fhc?¦_^LY&Je^IYVA=e`}^]<.ob}0)zY irLلtkot3s`9Nh8~#4 hD4j;vpaOS:R#|=jY°F|$MO >Wx_mx:[t翗RTTtd ->T}Zy9.kz1:G&4Gcxfdtqf>bϥp2` xO,xypc@o_h\SgO܍N u=0tq{Be}4Vha?ƒe~63 ybCr˟g > ~XCxQ3^-4`*yd1QQxp:,4_̯yPjy^Sj+mboDh`Gvsьb}>hp JMmD;t?Ǵ:=D7}n^t>3wa;m;]^4gL#; 'ʁ$N^`s<+M_}oN9}0sGǿ: XSV6',Q}JS3[s4cAxls"χX4oO\00`6 wr0'Wg ]Mf7G +^1jveEȐp 5ƘK YNC 39z`AϚ5¼TuC9י2"%p'huxbǘ(fG}oyLh|{k`-.#ׅ'ٷr#R7E#Z4`G /ݽ7}}4z4}h]`i,~ +, 6O?`];[ml;Vrp_8_:X$ՠQmС.Vξ靁CөSiY]837QױzG#((ƼZ5Nj "Mx9[ڋڍW*S3_ͦKfҧ_ 36È-G?G=|]PNw}@+akߤ_~ZٱY~ykYp^]gd~뤯| +ﵰ (۶]8neX`MsM1/}vamR+[9kˁ ~7ώc k[g]͔2E&_B^|jا5Zurѫ›a~u4Z{@=F#Gg{o",.FV``fzy6)> VkL/sh ȡG5jye6oʜsUgem{\3c iX2Q2dQ/<rΙ?*9Lz7;l]?sϜnjJ{ ByAHؓkE=;))VUS1ϨhL2i9*x0ODXkX&8`=[d[xqg {x{D `/]kz2/l8n5M֚>b73+ g?Owϳ[y|)k66v\;.nr]; F_+7[/{p*溨%8rt K06|^z/ιV YpYEuaHf݂}k츓V 7|p7|WǨ^*|9? Ub_5u1jtk/#gY~'*~Clp>[pά'6N<&4~Y4gNmAahv0sX6鳅צO~b23w#fmh+gmhJyn;;onGiܫydK&-ߨǿE#/[ϋ;p#7?K\f˜.9mﲞ46g.nv a벝>w "~dy4w˸ς7g/uŠ׹Esqxsk{N|h ^S#'? +&lic{BrmJΓ5$`>텒:'_J`b M4V?U3LE>pNӒ6)s_Q{{nZh2Wt̡֪[U5^1 CCou Ј (|zzyxJ??d +?Uᴐ|(ٻO'2s.˾o=Z ф>a?Nuʲr,[,3sph68OgL!eA[܍vfv]Hqdݭ0VSꥌq]\W 7C/7'N`y/|Z }xfr!c]jיIz̿Ś̍1oyJ_06b'JFS#uNphkp,FfL%M6M`/&xyBuW>e?:6_sGN{hK׉w=(W\CHs+؎ܱ0¿z_{C;D|J_^83E-_[j[b}&9s-kopj] suo|-'' ?"Vϻ/^khȵyA_=vz+H,ƫ 30$Wyffc@f!P[|syȼ%w΁߻8\s#[k4G|1-yA'_+Epb3saߕ/vx/o⯄S۽ ̺r`  +fY<\1l$sc,(Td.2tq+g{\UEִ'm_5k՜;߷C +#jP +K+ iͪ\'Ɂjc|'0gxp:3O˖Eޖr(_2(nf +s6#o5/Ѽp7یsyӅx eɟE[қ5{uV hN|wME 4܋"ņ[ yg+ f7h >.~&yk5oL/,Ř'3~ח:+c3_%l䦅m'2n!=Vל29fYZIsn/'c=(_o0ǔ.9v5)aHY.Ñn^ܫ|4{eZEWc7_Sͳ6^9㜭or&\9W/a|c +wd0 ~дhՇp֠V lg=#E3筏} ΋Zq䞺yۏ7cp(FgI2-ڑ^a>k_?-:&r`KzmdkVƓPXXLu:/Y1ؑvˈ->[bFEղ.ҵ5N'gq~x+0Ѻnum)q4\^xV^}qw\IW(yKr-'K5F,cQ>D'}bGv '&@W%sq捁2q q Ce-`*}Ȇs^+UNo{>4> >|F1Wɂgs8:mxj<2<xs^񙋮[!Tj op#1NNߪ65"lϢL0oXNTq0*L`-ą:/ZWxKʃdrIF=&,oPONњeZXPp*L0Ǝ~5NtMu,je6.CXx0ȁ1v~;/-$ +\Dknߏx| %8q7?5s}_xP/zr!LگO栢EGCk: +KplXoXѱK}|rN@l{O&R33C&}&^%ฉCiƹ`؍‚Wޡˡ.?&7̽c׃ Lj5;BQ?{6÷Ï]B}%>E[Ghq^_˱w4 例a+ж*Xo7q{Y{ܗ (%GJ~Xdl>j=Z:s̳ ~[}u'3>Xƫ?M<+@sSC!V4jXބ5,c5WzsFٸu~3s9{יs b;az4q)=}ENZ^Ћ:|:kݏqs[t8vsW?Cm-7SPOQ_PɃrcx%‚2}0ZO91ahx~^ ^dSCkkj\de\Y4Ld$yN_e)kW_0xKAULzܨg=Yls0Y/ˌ%lH\e!)mT`0!Sƶsu<"vĈF.Qp';k_<$Ƙ3t meB0$]o`/~Jq0 KIi/n!dC AcEs qƒ?: =ŃE\m(\yyރ_yc^f,?%tn O*yYj# ^8>~_{ÃhHCW/5#{nF^lZ{.6m6ۭo5}o7]ԡv;ڴ\[LɢrzynXݗ?iۡ}>O.a fNjVi^z{uf7,]%S2Ra9|v܏\l|~|Z&G'=7c7 .5d5} 16Q uدO>Un V@=q6m1z/3=*=wV dB஡vaJdܗIq%L)? t\rv05l٧cA?kF~R/yJǚk(j̇<_1® 6*赙3>j0-r=dɦ'/3FØhU朑A4HOɆp]XwJo %cM=%.3~75_\HgĊpHTN$9F}`ԪL0CոCBKxHY~omxx~:~uaR^_B Le2aVr`pybEk c|[{~#̣E E' `¾,Å_a`{mѤy>>>e߇?db4\6==L}$ൾunO1>Ā~}Sy.s߯\Ԃ|f [gO~n>~'I3}/!x[xb3 +KZbL%5-EZe4KfP~W`?ک7H&Z=%iBgLE,5BES''8n{z~Sd lϜ>̡GB?4Mc8)iS{΅yl+O,WndeЬY5Ț*'L1ݿƚ.Lg'ì,iJMFp``MTɅk\;G>E3qA)c'Rm]_=\/yӺϱڎs'=gQg1AaW5{Vbʐíw/cͥSuQ3Q4KO\hhΏSed͚ˆ>SUf rO``F2_G̘^J3 `֪ e2\2`-꺿q %3[Z֔6+k\x~ZKE{ހ&a=5Xg'> د + 8 X8@4 m~aEXCSVoĥ8hSO91\{46ɑ|"9qz3sFYCVee6ۢe8c Y W?,>PY{8.[h_3GY_K} +4;zQWQ6+"H>Lz@Xxcj>h<) +[.`B`Y׷ߩe;_Tbsl{跐u"o +=e-x[˶[yy8aM#}?7Y/3ąz0z@G{>|{7!? C,MMs7YXwRӅ;{.7`³Mqy;|;qƥ*j+^w_<x.[|b3}J3wz -%m8[-b0o5[_o63g#Vh$ŻEp 7͞Dn4s46*4$I^󭞽ZK'oŽ9~Ks9lvǍBԱ؆ ZS0 wȄ ?t'z}!CIk8X%9[Yg *jS 9<*9kZO:')y[2axٕs,',صܖ; VLFz4YRXX#==pʸV+$ G땜~7ҟC uw5yPxo [\#Ljw3CV8p 6{ +*\$sɼI/lΨ[ %WZA^≚Ydy^F#7X2Byיsz|3| 0 +Y0OV5`d9ߏL_3սȟ#ߵ_-$gvm`sFی\73'`A\\wxܫ#.>k ۴m[노'^N0U6Lq-VE^9-됬@Ƀў4dnxag0 'jޘ!Ϩ2,1a ^M4/0צ̧ӿ&e;\7Aq6 +ҷ㤊.L&\ JޔkKZXiɷa5#w9K2wIJ%'HI|fGq^[Ok,#j9֛{-|+Uk1{|ɂozvw-5"qSf/J]'h0`?T̀'a?`̑ N\!XOlt'c~nw9WehoPIߑ o1v e{O'q}bA{[vƅd +qn։/qlO3Ghx<@#O|_f7%BS47 ͙E웓{f뾹O<<9<~++>99FY/]Q_O`E*`@bB`=98b s\<2`@.~n /+.Q3&&d@9}+J0uɢCy08pM35ªF]Tk/ԅWwRYz`d4=@x9d az`#^ Kaȫ̫Wƫ|YtdL^^яYjBEQ1ٰrr>br#JnTɁ/9v!kX4-ױ$9`.]]Q=ӏxU|'e"է/2v5cRozEVeNxz&>f_Fkl˰ƥf쏘;ʚ z d5gbcƫX<&ɵe f<~~đZƔ "Y=e|ώG=IO߁S9<16\ϧGko ~l. suY6ߵx/<|"_Oq۹5ĽEgGB]ZU=Ab-9żyȇojy8^`lAUb۝iU k-{J} D퇌 `35"7ޢLh.Ɍ Mj-v4Ec_f^GULfHoiGrY OoO+x}kOd)9 Nߦc;OtɃSE^mCQpaBԬ,8Ͷm^G&/~\uh:kb}[r5&ouuui\C|xO\_*k+X7rɒ5~65;xd9 YlˊkOאu ]%) z!y/,h^R+"bF,Up` 4n ɂl>bzz}a_f ' G7jَ>}ƪG0`1=[ k,x3s„G1 UĉʁO`M6 ї Sbnicۜ1 +1B|gXvf_a& /xNTރ_fe }Vb2 l7C,<1wl|.Cr V+pל"r2ӛ`9/ϹxOK0K V e@|YaYXp&:Ɩ_&|  )%iY#ij5G<Ѩ'Xr`34r 3_^`\j¬/<$0>z^2jN&= q@hk=oXJAJwewҔ jcv|gʔmmֶ}Ln5W۲O怩qCO`i?(?~UOp`? 2Enb>!0G Ւz%c7^aE=`gǾSU9i;BygO^Qeg3fz/˅}ڈEa&Eh!+Pɇ#p 8?Ԍ3:|Ӄ;'zq*xpd0ft#Cgo4\6'‰q&6U^Vu^“< +]m:>QszGsxXu"1po̹إ6ux|w rH뾔Uʎa̘_ ˏ!Nj% S>kI:O&}^TV,s|󫾜TlkeɊeqs_ʈu,/cVWct'[Q;oa==e|+;k766N Xu ~-cz 驘XRo,c'|C;mg_I9s'3?TeͩS|‹?2NO_\ͲQ?eEs>?;w8Hp5;aGcDٱ +^-q?XrGks~kXc\o7Qh )Fkry搾༟ui|ҎVs\pI|x05~##s_ ߝl(2G h L>-q+%^sčˆ:pmvQOt>c"Dk1~"G> c_ܣwZaҲ:uI>Ņ#Ѣ`E\O@F\[9Xs 暿\whtߜ/H+k-kMK!05a'(^"aҗԕdiff#*qk"/iE0Ɍ~lc˛f26BOu_4U~=βƿ_Y5Q"Y=|Uxz&ӵ4Ql<سK#cm돶v+ ,3G͈_ ᾉ%>T_?}}[+>td^6^Ol{*<,|Xԍ$ ށkgf>fs^p 7 3MNSHft{ +~SfYY~Gsї-tj֛vF+cL6 3#G|Y*AeE.|VؐɊ_ +& ^ϥ`ɹb@gd-go]+ +'_fx]!>kzs&rz +"֒7{X_x6%rniP.$s'6~kkW-|^m^oV3qB3Eы a69DžX78P녈ar< V%U +澋|n`U|Nه*c*qޖEǹ8eY4|$(†Y8SS,~F DȾ_4^<؇Cx)@ P?8ᇅ ?Tra' +?‚SxUSp2NƁlaYb;gѦ`Iiv M|/ +a9=!;{|ěl2e߀[H~`bޠ`ւ:ƃUWE-2^6pohU%Wr ׌E}:.|+~uJmk:\q2'|*3 ko=@ʁ uGjmksD=/g +رGSas{Rjˀ|Ԅgij夯jl~,OzvlxSYXq낔<ېfɁzzK\>H /?W` ޚ:p셕xi|MXPD.4]<3 +3^lv_ 3:uJ3,ć.߹d(@|=~KSy!kn߮/a2jmG9yxyPpVyPD++:LPP;eg-S^|U~m}FY;Tk5#eChjragYõS1.ƺzFL]'m5r8ժ&(ꖘ;vI GȎ5*<:če=eftuc 1ٱq5ۧy֢+G3Zv?vmۨߧMlݝ.AܹǷbs0"'7eCn#͜!Ny^|isjT.2Mf0GS7xݯb[CSS̟y=a_>; ?넵zu2'u^˳{5{1Z:Ac3 …!`we Q00rk Xk z}cCo*omWOF1YpN`xQ;PmwazK3NO\8LXd? 9C @yGۗ>*\ѓpULXYp:|? >״ 7}elgjo +?pRSpԌLs| +FYkZog;;@ohohPaC=yun+vT`/ql +elY/(80# pŢ!ˆjZL(./+PcX=?HZ g 7Yʊh[#3k P.ԋ ~(V&T&;4')T|i0~P&,\ p V,4̗OfQɬ}}Z0y ̇dAuߚZ`0a 2꺿ao̰W4|8`243x0*L*c7k=$xZu-W*?* t_g, oѴfցkQ3J3 Fxjͺ o)6[5~`28|6Mh\n:KMLCs յG:[+0y/r Re5L=J+uQX㼅([+<<éJ~l_*]O?y~Wg>8ֈg%n#5U#sz^ב+KFjz{u#<3`SQqᗦgiZ=6:9)=Z(ܢn.nG,.qŖX}{ ao 5ue]9 oʔkfʘWګ8k7}cvig>T_u]TԍxokfϟᵖƁ:/ɈuuWO7}>e~u}0Trrꓵ"1l6vfT[G6ۼxd?tyj^hw=uFz4<ϼ>\{ql(Myٌռx0_]\>;\~|9 +?E +~ŒOAhqu,x6_ aFk]ȄO8¼Əhaá|#sTc?VAg"~uDzkys +:x-xn$\[ ;ŵZigM>/Gʅcq\GlhL9Η-c~xYBO/Gkޒ 뚽!:Ev t>VMpG7j7zoإm;8D1k^[ ׏c=̈.蓹V VxK9j¸ʌF3y[{pd3Zkן+>]鴎a .D%Qf k2&9? Ϯͫsی K@^21Kϡm=z:]ks]k /`5aG/Q ƒ] = +ϰ}MB׾mnЇ-U \ ۰aшy }^a~E]  9U e„7aK+ʃL'}7E1|spZF+E?nx~>WنWW^bƗʊ+|)9q-tkߋr;urls?* ~y0j̈́}s;;*n^`rVd?b=|Fr7L|bЁ7Yfq2'%'1AКX< Wy` hnp&0s1X ~o'6y9^ē_?ߚS#yN]t9'N=~z:ؙ'{d^kE݂A,_'-~>HUY]e\_L/{ͺvn-.cxcGCZA<o7#.4&\Wn7}Q<ı=&֩Wݧ6,)? ˚axz0};m|e_Vmxc2iByEAbd9&|lgGT#rc2g CƒIL([؟} (H9׎qbc[u<8;TvUatUݠ6}};no'8g1q-1kUzɍ?4g>Y2Ȭ0,7nCZ,lWw'ʘX&j^)krKƻy/[tv*e𸡹";Q/2peqsqʎV@0냍ӂT9t鷊-d;y]8n2/S/X`9^{QnB~Srjfo5v+c^2ss{6.3$?y +bL؟z}˖hF9w_͑;0m8ZhS:1t|.hkMɋcn75TZ#H-YP&D#G_E %&T02Ga EەF̹y<\ek +>Ѩ 8^b"uQӾ /څe ?xFz0_./8 dA4 +N(ʃxU<(6l+N<=?b{`AAYp0O +J3Xsv}?`?`ÕO+*>zx6\/g(3fL*ϘsbXTkǛ3T/Tk n׉֜w`lG~ Ƌ3R,Xd=wx0`ѳ70w|5ўSr` +_Cm 8}gy~ɀܜbr,A Ea*x]-yBS?{ʐ>ó1 CZ#DLƳiOF. |uČۉW3urD<.ueA=ÁT&C+% k |6P`ڰ[Ux~ַh/Z¾j8fE]`9؏`B SVu1zdsbl8^dRt ?#ߧ`,>4cPਞ1?Xo+Y?| C|ތL~m16ycO菲Yʕw3|N1&C;ʔ< _ x1>3I|Qc0!l{lwZ6eWZGx<cތ:mƯBDz)/ O+يMkݡ:<7"?v Rc/:/pJJJ:";9Ϩ Xd`;8foz|F92]9nY grvˋy2˾ɢ+V>Ay ˂{vaⰿiH16 kVB=DMKΚ`WG cF+ ʑƝV1ysrhL=˄qmxP `wzw=b>VsGXۅ3fcrj'ʤαϘj&j˗5oѺkt m0k<:Kz~sT>\iUe npi+AL8 x05o: 1ml{?` Glؾ@/`!|Wԇ_xM6eAo&A9pB?(cixNCgb'1s0i/w7-,m2`zshFbm}8ڥ5jSJ<L\hɃf>)|VBz{=$Yr#&€2#ZK 7o + EFve;緥VZkS~s(xQn w#/>3eZd0j/_R.LF>d0~q*\xC<'Qyfckǭv3;e^GWF#6{1cٿ?Hy=؋{{vzh`JOq{.%]9/NEcqN= +qyeZ<.1}CyN֋€~H/l؋|gl1zbL~ V+,W/bCaﯨ`@_#^^+~Cunj7C|5&Q0n &C SB'˼kjg|7d^a }䶌qZΚ,ƺŵz3ݗ1bD;{èTuc[?o}K"nj1>9AC! +EP8w)ѱl2<)DskhJE^Lb(̋a2c oFQ6G6zsxÿ<|^*7 ;rdM4&4oLVcr`r3ZbA#L֬ܗlwdI9:7|(Z礮=޼<%,-j+g,|G8:">J\'Q>s6hE;ƍ# +Gu|-Čvneuf 'fTє3a,< o8$xp(xZ EI/T߇VC2& {YsO/FÍb0~" +7y?G+e}\#\3uNb-}^[Ԗo~t^35'ܗa_e~*|W|AXC{W.`45`CYL }(ɨ +yڮ݃tWJ_]1\8U>nXu|K+ʂL9>,,؁d1fY eD2 j~-X,vZ=l9CM5..{P k3q̮y68y9![γQĺ1wu}Y%үl'^cʺ"jEIc1q\̱d^:k|mAlL8Tʖ]~”c1R1•>bz-|mygyF3ZLmU;X08:yv>ыsRnn ?sxfW+d.7s_|Q~z%̷p}.c^koL_xEC +m3t;d1/Y}hA<6d|Z߽2fޣ^?o; wW +1&3wL䑉{KlA=@<xa0;k1˶5kһ͋y nsǸRa&|zsi >bԽf5.jӇyFyY$Ͼ H tA !ܲDd~u?OdguSȈSÅÍ{s?#lh.,}2WXQnce5eRF/zGR&jĸmV7Z0Q&/sX)6#FsPڇh5KYג{o*=g(.ˊ%zH}`^ixr,+Nx̅98y1n19֫ _ݞqz'z*yK>XrLeج<1Bk 4v`!u_a{uO}x?EM\gyb5do~s? &4q +,,#| –]cޗce?ݿ<8 +oNםɃ̺e"~L{ 5c̷d"c_Cŏ@g"Zj"om6 xxШ;z~h9rNeS_93SEOE΢ί֪v~%࿪†Zڭ8[  ZLwߓa~#ʀw 6*Xeʂ?ʂ'ƾ%S<LO400 :1Z1P ǹF<|Q0"]*r~/ ֋<1D襒 2,r"/-s"#Nl؏ô;هu;#Ww+bϖ{nM-T[O\*s#C3?nC|0޲|dU[ +eyxfEzzGV }=.W-s\!Ƈ8t.Hj8X*|{-3*׌{~(ZkB秣%s,GCIy4|rx̚|7rM W/<ܜ ה*y/6t!{F| }OsL3z^=7xV/Y&ykfygFk~uYC2bqld` + +덊 +YE +߯_$[D'Ň|F^Ŭ=HQz4w>e¬^D$ /,/iQ\_ј5}O{oa{m0asM(816U߯#02 nL|!S9zO-\8'FD}u2/rzH{|1|;]gU?(yѓ_fc9Rײ ~[:3#kNJYcusO݋,ڏ"#Zmݞo%/>vٿOkobOR.lF0X/P$tb>D^EL?-ij{F}(6k#7>_8>gƵGge? >1G?WɂuϠ7W=ޛ{l+UC_"^֍<(~]X=E~S€E;;٨ ,6ڥX(Vʆ{J0l=\ V`=aprC w˂UxJZ~be15t e{ޕX/ZO+:W^q50dxonYCf#f H(^!a̗}8AGc|Qq8p]=zx2_#筵ʀ56 h_+ϴ| U۠[rFћڋEx-9\+Eͱ+xW`++ζ.z2l8 ?$p'k~F|X0N g|W/&' rk}{2qί&>[8a=9.z08z/`x/y|ynzr%beT߿)-C=1֜k5tߓ1O-d9oz7L5.{ bYG2!sಱlg˃Uq?91'8=&W5 cT<~+Z:ͱjWs䵺W?[ 6 Pf/aeuNcmV3&4`˛i)8=< Ǟu˼֨Jneoc9y]TRvQD^wT=y|?1ˇw>7Dpaa}h   W%{!d'a`#$eB+XA͜†?^; +V[St lT%-Ⱥ eu_y{wi y? +G֒'/|ޡ2l|Zg3X5~&B#ʈ}9Qϰ䈪cwYzaI +}29EM-=AY-%ghh2a0``-y!}ƒ E=€ } ,Xx}= :Nm0x2`0as8 vי<#T=aRNw~+~WP.D(*\XF-%Q_@$Jp&\#D+ˆɅU⚂Wp nZl|}*Z +lw?Qv說װd Cf>k0?US p:{ +58NM&h_[2_Q{ KQʂMʁ!>f6o3`ѥEWZ\ШbȚ,]5uڵ*CL +߁~|>Wr"9f#k~ƞ&k&+N~7cą۱ię/8S kz|( u;NOU_J 9L}3Ger;Ȁ/NZO-Ys"#I/u,9)!9 Yw´ ~p`g?Zh~ijLwiwԴzro{V^v<<9t~igK.W֌ꯔ2׫cԩHf{z:p?(S1Oxxtqrk1 Q˜r>B\)C>úXrc)0n;K|7~34}ǭ|:WX wG(uCWeͻ}2jϵ{6an=~t[e'aGMcxގݮ9ߝ1cMeլ:g]գ [c\s;곆YuʛQ'0s׳}yy=dkԏ}9-ч;}r\*\p?M`oצCw0XN;0</ڻR\s`ȗy#w@yr=5.Qy/pU9>ngw\^߃`>. /=yuub=!9pky!E};cWsACЄ>s@֐uewI/azX<J&KrZjdKcZv‚C"r=s|UQOzA5HG[4L~@ٙj~lyݛ)z4={99;|ؑGcsL{&0dVZ7Q1s97T}KsayaW^:a\ӕ>6@+=,JҨ5.Gp>{Akȉ{n=6I|l}eI0ĺW9rk%nRٿY:־ ǢyGoGsoMG~p +Fp^c]دʃF]~y3{>L6&7vw&ʉTC[9tw_515},Lǻ<8B=>|fuAS_F/ X3^/9hS9p]*ȂQ[5_zه> NWOofrCDsz)1֨} o0/,~lx0F#+Z0P_,X҇ ɃT;,g-})ʑɒ9N. (|X^eŒ[ZeqMKޫG|.xok-X€=wORgJL1{%|p/c5kop%cшc#otH6taaE0LYҟg2O[KWF?FD{ލPGdz_cxM $-7o-֍ekbz9x}/C91~rgߞ>z]]Mf VpsÄ\Y\|,Ƭ|oh.|Ԕ%u`B{SWhy k}_ H\{bo9P=D}gLgrO? ?p.g  xpO7xG;aUU'Ws; ?9~.yprÆ,s?d 1=7?n> ܱ?ō="YɁ=vy^1.,8,b:qr ,ߙb_엘1ج7risX#SΟ-9vyluQuYн#9QQkSN*{(.\*cYz;Fp6G-<ƒy/ǵ{ ǰauo\:/G8yko"zN[L7M?C  ޠLXʃ<ц k~?‚ʃ*y0ax2,r-=li#, ذ`ՏNw(p?OWբp6lTp1\FK\( |Xo>Gip!r5q_|?qkWxK' W?%O"X3DZܷQuW:u="1jl{ehn`zUYmZ+/xm=lA[֛m8 뎕!A=/*^9 vv:w"+?p Lc8'ߕo8Qoб b*֋c{dN*\~gUʂ*7M_䠖J\^p[Ó3&]'<9ѿr+ɯ1T;ˏxO9!k?x#se9 |:k|ܟ9_@SǹV.܏x8PڭH;2FSk)GȔc"TccWd?P]o.8qAz.m9v̑Ͻ$:ה5w{{=:&7F\$6mEGPewۂx/ފK~BZ{&;>y->>͗cuO$FNԯ){^j3!,OyɽBdsα?;N}3ۄߧC̑LHa9p=yx+91Z#F[ɂx}+Mxi0<=]]wy +oQǚ7Ƀ}`%}rO'/s f!aK<)^^70 g윆Oz= {Z2Y8P9f`߷Ɂ?Ôp[./c,~<Z[yǪ^d?e<ȸ׃Sי]Ód5Uo2rVYE^-=7y٣`*~/5#P3.72 <8R- YL)L^a oH&qa& .\†u?w6̽Xǃ an  +gE׭'(K3s9gg09Cz8Tg.{nZivXógiMKҟ0V"_oeӴ=Uk>Isa- +qӪBL+?JC?5տa[/~ZW|OZkqFnW`|q|62M6F7kҖCO4nIJn#n?|vT /S>vSG푞OӾKҳtzTpǦ#Ct:dNNROSNg:Y:W.@}ŵ7qz.??IWpMLܾ}Wk֩kkB؆BW^K6^HMEc6_L] +sM߇qiB]rr؊q[ۯfz.εv\OkR&ǙJ}iZf8bk|!Mmc~>]ϥMg!)7dgLLMg56N3,ְ/)7u\m<[ǯ=ZoKUSc!:/5_3-;_Ǹ/]:%os[|_< )\k{~hq$uWIXtQ0Bn1RlU5>& ؏}Poup{op4Mp$ݕx Yq@#zk؏56sOa9v1¾æRqiX{"M;&wtbiӚS&}on:)l6Y +>7n>G|^|FLNsM9ms8ڼ +ߗI|o&v1츔{6_^a$);wn1]!s; hfNoq9Mq1S;y-M@cLsoٽohz-3MB}jioI'v;MRw;;~3v8x.{c܆0b>iz`ۦ=oɽ+O}R!>Hinڸ)5u 5J7R5vNwR}4Jx5mĸjj`^j캛;MS;̱vj~G=}si'igi/OR{x8v8{?^~:|cI#Ru w|Nf.f~a\x4wǾ_A0&AGK>vZռw]\;&z7q#\I8WćwC4 Mcl]\OBM؞K37~I͟__Ǽ~Owoi/9u7R u.~7}ۇk^|륾f.ioi!c5{gi\teG<'IZ^Li.odSIM8_㹤/iտEgGz~}{;Eo-o|iiu/M ݽf>H3=}Mr _i۟,~|'/]_~4-Т@BQ`]<8(@^YW8#Y0zlizGJ9]$ˮ +0ʊVi |HJ`Bj ĄKAhmƆZ/ȁk)n Ņ&|}׹8_[m$'+p3ُ#O # >=.$oS17eἷsJwo +xP~>W{OCRɀi:#Ypĉ9 >M)ܥ'$>ylzg +1伿3P|3]=n=q]p&(f$/^2m޴|ۚ +L=jԥMM`>_`C&؏2)[3MsX0' nr蜉)mncɊbDgPxFhZPj--?~;Q4a"# ^ .W)${5s 6mZ6X,hv u8nk8B`q5֤xƒ-#!7"oԪ:^u uq& mcixmTGk^n!mkǃɎbO88#quz„;sꓐaZ86Y8odi库$>SO i}>E&g 0#~A;O ,x[.q4x\9`}Ki.k7YhnpX1Wpn4z8q,8K{2;ࣷSgLEjcNv`ηu`;<a1bbv}Pgv'u,Fkp=w|wx +|;+0ї`/!;8#p* =QASGUǿLSCbƻ{:ɾ6k`6^ 6ظq&oW68lGяStuSp֗:vK?Ÿǟ.z'iϜ6M ߦL}1!ޗc~hdxMbv vq)n;:?MSxM?O3_:+ʤgg2Oi +\2 +͐Ȃ` +1i1CMdlϼ}$ӻ4I#>fRGb$M☉D9s-oJ9hsq?띹]mlJ_Sb6l 0xƃ:Ü>΃1!އД<. ͘0wS ȄaL.t8eL8M.΀%1!: Ɯx,3a΄K$UyWe?o ]s_Ǐ +]-x@WAa8/:83]c|jl7_L#CZ7 M΍;Pyv :`FIۦ.% +;)z-G\%/ޅ yC3[ޖ6}-P.r o:6 3 ߰{m)c|P-q`&x5q} L /uV3$ +Ȅ/ K1&Fpc=D{3s$=6v/ j@1pP\~qc[@ɊD2'^;9Q~$C^g~gpZ[ +{_ q㾲 6+ye'FhَZ=5169-^\v9v[=8kRՃxoMmq+WMMH` xln7 #vI0`4t2͂g9n:#vɅ08 gھL-g}:栅΁aS&dGs}=܎ppvqa{q(cM.!2" i~I^ )NoDUhFhÛB9לX_wQkS Zb871Fb\w)''w# ގߒ!}^#Ix61+2!EVk՚Z`.}8TƷPr#ն؀آȂۈh};[<.lHϓ\.k&} ?rO56[G/ 0/!Xv&<{c1b jL + Ko^% .mZjkn}AɁ Mx ٙoSש H.Ã7X+ALk98`&1/71ծ5xPLXj Pz`pֹSb.67sFpZhb:Łmq?Blƌ 7U0<RjP3Yg\9_ā"azʀYhzG^~Љ+w*׿cBxKנ.ίh.($=7_a `:1b|u0bU2$CsꬁDɃ*Xck3q΁YB3 YYZx l#KJc#!pe\ن ,WwŰQOc=܃΂fy&ܳBs΁K$}55m߂iO$KS'N8|$ۃx.bkDlk]8iO)w6k}wkJ2g[4}DnûƾCu|VNc+OQN+Nˏ|GF1[q28c`573Ddz76{|5o6q|4sm +aFf]_}+G0zভwwЭ4 + qU56^۾@:54x ~AλRm'B㠚KcX7a$~}y^TO~smPBng;D?bbKq ؃8xT<}ww!n.lP7pHBli IN~`ß'3]5-{rB,b!ɚQe,j۽ɓ%8u 1g׆ف'Iip&Y3I7%+0=b"? om>,xb!h!<`>nd=46F<6 >xoɃw18ͽW{a>g~1΂QJ=,},Ip[2's +I80TP'Q!kYJ&$S9_(t #fJ ǘQrd\qB z:F1ĊV8ʂEs08ńjEUus '=5a +sj-X+k0_B٘kG1#ku'1&u7 ɉ7\[\bB㖊2nn85R<γs'F+m0!sޑa|}~~_EB iW~>/4=s]vZJt:tuuݏȇס`nou_G3y|w/ ]ĆȏWxL={Hqg'QjesƑ#h>{[{%oy8`I8#!uoFuBB=pbqX{qx_:s 7qKntd.^cT G +k}jx1!ޣCxPo bp۠8oC8 >j0CAyJAln-xOE2*ٮCƓ|m̓쬤O 6O~1XF<\''g|J2#+G|.4X# .m_ %&$sw`}{V$7Zhc_9X<1؎ȁВ'LX/mxqgq(G%wQ%sx4l[{oU+=Q+/>+ɒ $cZ=VLi_2W_y8oGíc8>_g,,V#?U$ʳVºkq]JV|O._9GjwD&wkY}Z'¼\߽6b66|,Hsթ =:Pc3oF/U4:9|(8olx768z(Tc:ش1]k0<u0]<5tM[s߇q H WO>}?!ƴ  ϰ qԀ_X}xXzG!t|?BdE^)^ϯUqL[ƈ}@Qz)cHϑ>dɓf|38|~`Zԭ|Vܨ3`.a9O1A~F1\ƃ/| 91~oZJ0ud :p&,XOW΃ &TU/q|6ȃ΄Uh,, 9v!n #PxZOݷF&x? >x8f3-]`mXۆn9%ov@;) ׸3.&j/>:m*?zud@,t4kQE= +is֏=$Exy| +U`ۙs`&YE`B1RqoĈm?yPak!g Yєty1gTv [|8FK27ʜE1ojXszz`{BVn2o^~Z'eG#M9ٶ3Z676΂ƃLJL8ZqMƃ{PCw ^ZicCd@g0\{p_ȹm={RgF~@!*+elh6;4^4ОQH_X~1jD>G!Oh9uzi\̈m`54l_QxcخoMՇX^>}gu>\b#s{"y:kH&+FgsCv>_ߛb4CQ^#x̺4w5{Є_D|BWj¹2_>5Ώhs +^#ۦj9[5ȁP +^7ѧp9FqI΃BFk&pFcM7dm1am۞CH&d #d(oG\XX\8w4,t-r~C|h0X cuGy$;k7оN-_7Kq>r?bLۘw}ǁK_b6yv GHsCg <Cvq3[ e8p>8n +Ʉ`C%xD` ƛ +q_A 귊'=׋IlOV bOɀxE<:y_O*+ToE\'9jdxb8nsϤL4I.Gڇcx$o(s!jtѣf9fg2v9+N~E4闑:ĉbE0}Ĉ?ȼGu$#ǨTr3q3G2=޳"NΗ'~0TJA 0Fzx}5KAcA9ă3f<ȸхQ,1aʃV_D?3 Lp>ă``]UTP;*x״9D75mr.Xۛ5%WvN|z?j (~Ry,h bGx-<~@`·?xP"BoL^Ix(cHذYĺ`ܯ^]#tV&;Zc>9v~W]Dָ X 'zȭ+Jgلy~g\Sl&ay"Bc6ܷɁ8}8G 'U7Rc&N+yPLHOZS21p]_eu1!˂J.b/{=zU/20q ^j;Rmz%)MekJAv5Ɯ⹩Ǩ0XhEq F"K wׅȈ58~8|qąG#̬O f7Ӷ:wbVs"^EOg7 ,o!-ܚF<~d1qx0P^$xpit1Pڅ_Hɏa3 ލ.3F8z|*DaoWj3g?s~F?$/_cȐxh}H{ Ǿ~`Jq zz*C<=z^jy{m0QBJ~"7qM5|::cgk Q'*~>` ~k2&D` 8"q> Aċ>I!<>2Tgl(XQ;MMAo'2Sjquֿa(qĞx k !y < +ރbAmO,-x?w1Vs>" ><xl$o >=,vq<}9!ob ii ,8 M]G:)W9&|qpX37~Gl'iN_AK?{ӈ nt1>̨9_ #=l-jƃd0ZCx]YkFL  j Zmz"gE#LR20qAra5/C\ 7c^聱˕3_~!<rU?c@ڗip ::ȓ|~|k ob?-Cߥ!GuVƄo`KB8v.0! ``9 ڮ[ }~X[ Ry-#?U1#p#dApx'uCI: LᲮ /mD^c,&4e]%mmJ 0`{y`94ΪExϚ8g %$?Cy~y#86s.64GH)9 +_ p"/p^ӎ?ئ^`)ޯcL[@~(-1Ǎ-; &aK!#+?\;㯓y$Tyz^mkŀR=|f2޳xMb#[Ugwh =8cs8rm13^=u5y`-1_

AE SeP3e<(1;Y.zƄ[XV#G8V8ot|0 Wkj&qBvUp]˷Az,x-&z SxPcBs /j=CBdDY: +&Go&j +v _ JL ݏ/̳B)=”,\ 9 J2F5mPq!AKBb=J\;>)G)cAC5$[2= ͥf. q2FqH#ÃJn 3ZಣیQ!2ȄL+\v6^Rwx 22<w`7y0+P=a +cce/sYyЕ-ڀ,}uν?2#]{ăF;\cBAMVx)S0==Zb yE%PA05zFA򍾖JjƄ9`G#^Q΃^`a6٢A ZRY!+HgH p j<:V{M/} m'=vc:AybhmLk8.F<D +dѻob@̓?J A<9rP;2eE+Zpo r/ pa75ߗMg3(脁 q`C<6`5y9&xFn;<ƒභvoyD=/L8Vx1p6yp(z=N6^ߧĂ,y)}7T:ebvOp(vzyPʛbD {Y =B? z5B'afzy27t&z]ͱe~L _Y% `/8<Υzfdǘ;ăsk L=uj\swyĪwPX2 +̕2Fw R> $P1<,'y A#D& g>+WtF(X`ƨ4ău'*uKp+p`˃M` >ht:xp_`p<E#Ypw&d{/a +UE6Z^یJFT $ $dP@I[fUja1g3N>zEꪫ+Ͽ-%W]ˮg_Wu:KWgSN:XU_:ꈫCPQ: 3>u U?Es?joUV]WTz;g~??Y^s͟-~CPmmCl 7n?w5WWyU=^u?MX7]o_\_ͪު~3}ok߫Z2SאLU^ޠ'?kUZsPmuݥ^zUYzۮn)?雍ϟ=q}_]z+KPU9vO_gK[}gDK7u\'m/ޓu=Tǂ\ _}hޡ:NKAuY۹zKOlSjh[XzSzCmm [5u^^ݻ[z{6Ԟ6ݨ?ljWz7acXYP;ZSZ}NUKP:\5W<8 ߘs 0DŽ96Bi>_s-p4y-Ń7#1ac&<&D}#L(HuA80Vl΃ zk\ `-4&i”>&ܣx0f>3i<]„Ɍ޺[ id zV.2%M,=x 6a..l +b9dB ʌPZFe"~Ɵkye6xA)r>&<,e較„#;mlPf@C`,#y3 ZFK|d%(Aт=< _|.?|mVz|g*?Ń t -^]z럖^}:׍wb;Z /&ؒvyp|烝3ăM8sN3:ك.<8 aNV(mTn(sB6!fh;dϨ_ǘЅ߂lKX'Lxq ))٠ {MY!~s {] ȥ\~ {لX;E/h*43rN(EvрWCg@S)!& rE.EME2B%3 {<9!}P\Xb6'ja т\8 ( ~rA4'#ԲA4!><`l MA4 xMՃ&A6!fXr6пW<ߣl=%|0ǃ NΩ +s \& e2'ߥgQĜ<ƃd[uhCՃAiB7\ui}A2!rFh2݋Bzx'@{s'# 9'|2Af[=xJ[=xl<ЃoO7sM<<#`9.JK݂#pVeº SL@Sa4 yP` d( wƴh 3fB _1#qx0/*sBK&fXwG</CA3w&;|Kqn0ʹA_bн6"2lA u_4##xO`̄GUz-%L{e(#$ʄ/w&;A\e; >P ̏sAMxaAs'g 6FnL'J)e⌠{orzfкŃ= ``@aBR;e>Xm+V9!p‚փ83tgsn~n/ YV 26޻r7,wV&w6v g.6L!a =֘,p` bYxpL]C{p2˃L80cfB Y\A/*oNh j{Gc9&avBpohlw({PPy06CY!{ ܜzA?w(lP3acg>+4ٜdLYۄa'(Ai66у Ŏ!#=H٠%,wQ?A13lsa&4gi=HA(P!Dg>R =qƃn;t;H+ +;ŞQmpu<t!؃#+̓M8bN9O|zHkZ̓AmAzCdV4!fAc&{e -#;e0#yC #1❉ Pz ) T2 +<B31Z{%Z烁 #܂"ot`shLh=hǹz#>SRA١#'O3`݉O6CQێQYܻ)j.,[/AMÒ~ј *Ûh@X ʞQB3fB ҂`[Ϩ6CAb>u}tR҇فD/``^g%xP{Ey!1%\ɳ {Fنr>0v_z?_ cY#R[7mFHɃt7fD.6!hV箏hg(>3Mxgg`S͉?l`vobOʂSF2Aw'3VPd^8[peܺ8aKʹym/9vcVmm> ~Qs2̩o"jr ޝj.  =k|T[rF|A + Hv3҆>;!c/Q v^Ж|ߧ_i-(kœ]s4C}#3®6„Sdžq̓ =|.<1 sHLx BmߨTK; f|^Y;Tj߿E~m4Lp07 VJE/Aa_=hL(g3B=zCF:=]ڏ^cFp=&ײw3&Q;z -BZ{1t?z)wx"䌼kn){~ܟp0oC! ;eD7'ܛ_Ճ]~??g=AAy_+=snQ{oQ=3?qO7'gJ s +<(zF'`Cx0q>9CXO&;le2qwb,<DŽ}FÃSpDFM833ţ1eh uqP0&|Pa>2fB-&Q {XzECۅqg(~ނm(2Bk7ל 1 (bMEmBA&AV-4Fod@2ُH!zК04 ϭ93Fzi2C?2N)N:,EdJ^Q\*=lp[<8`rx,91݉2`Q>m<.|hpڂ DFXb 4M(Fe_hNiZ(?_j\P<.DKjdpI Ł=.(M9.e>L ݸ(ݠAN*= AiA|zDs_{I N-*YBsԸ}&chÃ|IkpFQd҈҄^Ѧ ~l2̐ +^R*wl1Q +EY{E\w*5?{Jvwͽ;Fs3ˆ7' L{ndrM8A݃v`7z 7N1CmhCL*' py4a2oT3alw6sB^Q~mc}Zȟi}2Ls9d=:H,a,#3R=*A J  مSF!o~Q'rf͘ uֽ_.w(]ւu&6e6l쬉g{FMheBsrlȷ(ȆA4_*>rQ6q#e՟ftûh.=̽;Qڃe&`뽉3qh3:Vh9aEzԄǙ#фă6dB݆ © g?1 [e|PzP'LʙXi.D{l=zKі 1҃ ̌P?=& nƋ +ȋsB`p}mn7~Z<>7QĄA[{Fy L=* !zŸczE2l h?.&l`y7ڸa{{2_&3GsTS3bW4M<߆kuW~5{FmhP ݫ2pҟL8GBj<(oFNtE5)soBl<{p|o_.ܹ2Aw炜7:g47J7'9vz*';yڄ|0Є<[H{0b&Oϓa_t7'DFد_ЃS!lrS {&*+|=/jN8vaqeg¶0=QV}lȎR}MB;93)a{FUnz}ȿC nϻa( :Mh?a<̆؇w/~a&3΄Vat }`n 3 +dy:t|ޙ=;I>!׹~Q%eb6yvP+jfYXpo.= | 918'HeG6pL7ݢ_TdTB1=GU*s7޴&l8١}-sHB jLkRߨ уCJ&s3Eg؃/؏wðL d ]*ߞC~݃҃͝2I|Xp{9`Nd<5?iqAޝ׃{j &=;Ӄ#p9G{e2vNiՃiCc˜;>Od+ _=5|( υx=x^EJvlA1zń/#C'n Z3B.7o y3EyقwyiB rBS2BwOe\޳w}vU;Pgdi{g P-d:w AazF)#9†/|Ps?[S{Pݴx2!ݧ/v)=9&yz}=~n,!݉=>ݶr<8 JpK˅rcTh Zng4 ƲB,_x=&d|{E8]9C|3 fc{en/ʷa A4t;= 0Dc0=C̓ބ>Q紪4f'4'GxxhN[#z0u0_to3zF'Act +ǃ,,8,x9`…/4!jdNGvj|PEQa,|0/B {v ԲA̓<;y`DoO =ZS&!#g![|}G[_9My!g\L*͆=Æ х kuFh_n򮘰oK؝|!4w )#Q5?`S&ӂ̽G=8Th„q=ѧvݥ/7a2f>Zcڃ>.|q&̃˴t>Ҹ ¶ۄ҆Z4?|Ǥn޳q i4dTg5r6Ȼe~lb~MBm~=D>Rncc'xvy' dlBw |d@W^ t3B\IeiĈoCk=jYpWrבn%Mc6YDUyCB4/mB* .ϸϙBz?390+U[~I +/;mnA{wx -{kZ} wc~ѓ+q_t0僚΃„Od{MRff=1a3l&rv kG{ep<(lr C/iOdc06aTnPhy!:6dj6Lb33*3BM/663=? zEy{Gs3B5wyG(0(=p m f{FP.3hǰGԕ3 ^D ɉ3Ja<t7L -wЅm`[7/ؠGY_8OL5[L=N`DَѤ ?=&-a0_tBW.&,+3eL8P+܃ '7a.EWL6[1aNS&{F5\傱]4ڭ +vG SF=ys3dR,oĥЃZNH!|_MX8CE4E} 2ˑ}=c@oʕ` +`)r`<f?WfeٜU}%Y`PBwԛy~'/;3x^[z|Q ,%'#<Q'F/"|} 3BgԘpǜf=||a,p"| c愩0ghb&4ØsV^mLjר!DNt3#F+ лoi>~P =B&wɄdx4q{nn\l@@ ;eAA V[]Y-^W0`UΉAB8wx# +3.2¦}|ޥw&{oNݙ0ɃlA}gH+1# __^zݜxx=/у>{ ^ϝ5mvl"]׃;ԃۖ-[態}2+ѧTỦmÞQ6!Pf<.023LeFFs҄M jdbБ3C|ow& yV0=ZlBjY`tĥٕ Cp!ߩhjg }?3{28ڼefs.wM n+؂~Mg2|$lBsSߗpw]d>yߣ?{yR>xh +*d AWT7q\th.0/Dʃ;FEzFNv6=8і01SypPpRBHL/"}g +0u͈)[h¶P0yNR-'YB7 = )+6?( {IqP9?grFH[[nom ? fdLyPd҃~нƛBGk3"y>sc^}dAȆl@rUq(Rޫ0+zQ4nܯ`ߜp&L{Ag0 YzZܤzF=q)3u/*Є9lx֟پQڻv/9ȷ&. ;F}]p]2U_޲t{CxɄ҅md~QzPfJ wʤEvv`~hjƒCy0n '@9`{N8 Ʌ{„9.P06x'a” 5#ϸTQAiXFxV=;>})rNnKוwpFv 3!= ك,sDYgT Jɽ2 wT 0;mzДY07xWWk |g ٿӪO?Ky[{E + =hf׹;%A_,E-B%$)gIov^fl)f&~Ѿ =FO^!nҷgfZ=;ezVN[fg~1 =IrhR\(+L  ?k7c&}|{Jn(5# !ߤ9XVi 31E.qMsb;e^M҄ +jAY9lwfV#LU1{Œ!0AE.}"7ƽI2N4EKA!)[5ۄ|0U6oƼzwb-zw7A7;h# ,ʃU=Uă&J{;zE`i>g NvpȻSd1A3a)\5zY[}[l\U??x {Z|a؄I([;ƒϡރ|3RӁEHW_4K<^Q/zzEsw"ǃ˅ j6,?y0~PW5/Jz-s.rmGc;HB.)sЙ g +46g3Ds>[҃>9K ;.z@]jϨ0!ߛ ]Vw$3:>sP? %P[dA_274:/ل&#ĹBA~CwBaS`‡DջJN^PV9CwMFqwO2<1J{e:Vg~ OTn~ {3Ʉlt~I?033wp9FLHqN8fV}ѱGgoÇ|†gt-+1-”cYv>6O(]((znNϵ]aP=3B{Kqwʰ хwT3aNA ՞|[Pܞ@bS*g_[Pw#D?ۃ5d΁Tkܽy_̶E9! +WϜ.I +w*؃k4ʟfֽ4};Tރl(4^x2Emq'CуGjQ#xИyP s"/+.+1k9aʅ لڭB/3ڝBoTޟ&2aB1IQiBK(>4qÞ!9A5~Pm(J{x|`##{2B^) lA7ƕ!jf1|rlxA3!gքR3o߼j3f)fjհ P1{eܞQ,ud/Ѓn{3_\1q=(M΃TAWE-_t|Ń؃fx0/p =8vN8TFsڃfG:?]{GKLœ0fB&EjnjByfb؋17^ f_)7 FHـK*UJL!:pق\{pkbgf(MeP,f_4/ՃuF惚wvǰ]{Dyw ts~*V{.6(l73BY mx@ǂK;gy%~{0^&g4suX[A{p`cݘ{?@h}oZ^69d|]l0{~5v%=ݛ{-&t~у_xp*#2ne=8掙{fڄ3vCIlNce> swʹ<3V|-(K1#/]lB!PfT{e*&3\j7'W}wgܚp`҂}O?c6nNp>= ɝ2Wߤy{E&}2ނA'_}ނM}u Ǣ;΄;cL(-xO#SpFo;49Ow@̺#D=se>&4 ك_o$ ֺZ4忛'cy07<{xL[ޢje~a=8Th„Y7'0R Α p`9a &,+: []8p~ce>~Qh[V76Č-+dGnNܠfT(f2Ľ2X^(g 3B%䬐3BU/]?A<7H.ނrvP J,#BAAkhs+ʹu7qf= +>!YQ|FEDb(WA1+o 1KIS*J)QCæoD3Z=H;Fitуڃ"z`v%'`dvSֶ}2{.zsgGF3:;fypѵ_}L8> =8=e| o aB-#ыkEфrNjf>(=w5^ͅ1j.ě; c=҃x=٠aL2T<(g Q.=g/o&wʝ0JFATʘ5rn+1){%<xHeFm'ff <(=<sa& { 7^rFH}pa +v z0v۞n ҽf(xA%f΂YʼnUQF3 aă~רdLQ*;I5S&Y:s9#B҃t݃f gƒ 򠴠`AmԳ#ܛXi4?׃9#5#&І/lFY= .;oce?97oQBGݨǼP҄r(g%yã҅j&;G>E7&ȂA4nwDR^(37E A}ߧlar`Bylp-gA7Ɩ ]ځn^rA3_`ٳ{%?Q-÷AdK&v6zG>=L}2_\e\d]Nww׍>zŚ*zm=ZI3kMƒ\ƒ%S{wEg۲}2{`_&lxp2a>8^? mœQs|`1]X`ì0im#px36ToذcpzM9 ;PY(oތܩG2#ͼ ؐQ2By=Z.bB_K7{D+֮sB_?|_`Ä@|/mBWxz7_ | AɂAus sRƒB{{7J)~̓lLfB>Ãz1 ru`,9dYavC1 gb.":7̄zG&b6(?O$fڮ-9w43E*3B4/s(qw[j{e0#=҃{2#}29!6vE3dA]? >'r6 偮݃MOS_w' _{Fa0Gm(=F|fwȬ؜g!yxdac(g32./n-&z0/hd .1A RʂY} #٠ [lу_1&==FZăN:;cgCfGʂAƁUN>47 V}GsuhKxzFR퉏{ڃq>+ =D#]IJ32-=E+Ä(836|ՃCpM8 ^9|^xpc ܣC屮U?-` DʄQ.!+ 9'nPȌPޫ[f=z{d{E;僝3d=Xg4-3ڭot|փC5Ċzpl=:ǃۗ|[ .pxpcv[ߖA2” sf +nR'[3g#FsnʾQ ++7 ?wELȷM)Ȩ cad՜~Q1;:h(6&4;d.q6,HłnQ " 9#lPHwaf0V AI!M|eto-H RL>ћnҟeBS|YoyB}Nw/~eN9?C4bʃ„y`U{2݅d&-ky*2BY rAzO٠=f\oS_T% <'y^"eϹzV\<{z ޣ|Ã7g\lB%o{UvrӌރEU_=xz|惩29<SI fz0DŽf݄2a==#ypwEjp0)\m"nǃpc+#b_&3mݟ 0Džx>gP)ݱR eZN3!ޟ` *9a0+(n qxnhBmϨ,4!/'J|vP* z JP|y,ns6u!{? 7${rrT6/4igb({炧6T;4OH8{wg E?w&2zƚaQcDJ&zFܣOޢ/5~Qn#&< {e#v2#z ҄$6,ƒLj&cP 4!Ag4fB\6{fb&v̴yM'Ѕe.fB +qp{Fd[T1!v6 +=ȯ^#coLl V"|d΃xOWʹ9hMAca`څ_ y0_yA5V0a[NXA;?٠/*=~Q|u_hA%!ZT36!zКPg ®Q̓YE´~Nd=0`vA zF}̈́{G#3Ce1a mXnЃ#p˜s/RaF8 s<({Fc7c=:tM1#g ]xPf |T 1x=de?d(ߢ傩9AefuŃm(Eyʂރ?(3,C^]z 9=xzJ][_ƙ@siG_lAmvP3ᎎ4`܄i {0 E=D҄9sFKvt2B ^t`ˮ%(p .|hYP +Ac l_2MȯsA3fܛ7ZLsaV6_(h&ʠ ^9J{eF}&!1G(L-`]2 Ϡooɂfw [z\𴫔]h;qB=,a yMȯу`gJhE9 a#DRϨ.X=2p޼r>ČIIw9B?߻B͂zZLzp Mfy 4GQaAWB/KPW/ +O9TnMlA{kezG) @S.+=gzAڀOd[&+$QS͝.!!:\G ȂAiA͙!ĝͲ Є]؃y/9>OcfN==ۻxйC)ueHC{z&}4G{Fިx$,'D}2n~0+R7)Ӗ7x0bNs.lzpl.`ĆM݅Yµpa©|8 &щQ"xkţhخQ̈́A҄ͅ6̙/x"Cfbsmффot%9BkTQ 17'b=AA^QAscnReL=&tA6x=hg̠o9*&w(3aB֯M>t E6̓hB~Y´ =xF\M;rb <)7wwzkF1Ɗ'Є\'ճ1=RF.3[3 0PyZ~Q3Ǯl38}9eҌp 3`ǜF!օOeAL]8S ע~t`_Av KIq0uP[/M(mxI'ݧ [rcWF_f[#!jAY]z gtwp]e +rFHl]M/):PQv6L|vQg4WEɁƃ52-By?'4Cx^#oKX6O{9F<)ӧL^wVE٠k{rB,2!씉{d7v7Y0{L3#s ;?(?|0'# fSg;pȜpv` ܅SF\bڄ* o vʰQKw AAu'}ճ+ + ]^hzGyIag gT`U2Y<ѺKf<^y E')aLjtFX}La&expgݣ)2òȃK䅋ǃo46jv"6Oܝ3m}x])&b6ؖQ y(fF΄{%&}ƅPZ( f oMp/2247}#c{H)t .}fFmx^(<!!n2p0_(EU=`~. a{F/D%E03;GXb.H+1#LbDV8hh @}3`|҄c?4a&aoT$ sg Kf eh̄%{F{Mx"aBrF(w=B 79#9B̓[ <씑&d*9B3[Wfn~AL(X7!wʻnQ ҝnu1BV ~* R5fcDb>H΄fv Λ]q=`Ђ_z;gL,chF(/¨„gxOp L0`ă{2= =߃=i&Vl~FUln݃CdJiy30aĆS)<ÆsAzm֐x<R`n{9” sRݟ PmzYŃ#3T(f7_"Ľ2|Pp[„[,!p YhA̓ڍ 7lp-Jw&x(y?>QB^*ƁWgu4%* e6T&t{K 99BW1ZgCQqޗhAl YveAM>Hu{D[{F[΄;*sA.!Ō,ES+Jd1't&'.,vИйȃ-͞gp&=y 3s?79Žeڄ.zpAL8ОݎT|f 6!׬l82U9m&6,t <6Ń=ӄj3[&ǃ? ;׃m5JWv~j.L9Q&A%3*o[\a„3ʻFgRBd sAyjuAGFRPYgAS#oO@> v YL(=Xg֟^C{De=d[yPzh {5ADzyz~'3'a';1Qm ;/t#{eY[xݤ7~~ޢΫw oBK]B>+"l0{~*|CVdgq F(9'46T2!p1a',X9e-{SAa [PMB3%Y.t`à ,XEq~PޠOY fUAFܺ𳃰O]( oEBOJ~Q3nAA3G +vh=&$+3ZezgT`fl¶|0qE?%m +TU}ƌNrGETPA2((&0P}ϷY{}BUުYOWWW7 +^zv(cvK^@u=Qm\ޭپuv3z'utm ucI=ifκaUoǥV6MS_6ή]YïNZMCWְGYgJ~Wszy>WUW.g_?QTsT|}U}uU_/|ꌯӾ>uU:VѪ>>>uT}UjUmQ߭jkUT?[UY?䦪^UnzG}U}TXr빟ΞꅟY:{cw̞lÅgO~<[fm2{O{O8OgKGfn깫H^5WS,WǾ{ϑD]WzH/>/.Z?>Z]^_c~Mm淸>OP=) CUc3T}uy^>_2{=|{}G.zxĥC?.?p}R]Pk{{BUX꛺>87U}5W9ecUwտvr]g<3]ۏWulvGf-R#ԇ;6zpQo~Ю7u6:0׵ۤ^ۗuk[^R+Zre?]Y`.gz069{B&eƆz0͋1&4\x}%14,& Wm8s7<_Km?se&Lo /&\u  Oy~=M(uW  aA˃zOy]ńʃlB6kA˄A[POLX}|g*TgsĂOW+g=p'j[GlLW +?~ƃ ~b`Be񱪜 `6[ j#FXƃwgy:Z ]'xYϝ _seBΧ"nMx4M=DŽڃp"z &MR„/x ܞPvyp>&,\.QN(l&,\<^ރpŒ |4p!?V(L0`~gP{ۂ|KÃg ƒ:#=ބ{]ɂ C0xW}&J6JI6he*_=P+z ƒ.)x0?g;r>-ǎwbvOdڃ-TVC(}RuN=ȾC&XꂫTM(<,J^D>KRvR6LH|[8h}t>|ף_xVu(Okoui|lx &=G S`oZ`wF%4F&,]}I僾Oq/Õ]>Xyl{_T{Л3ڃR=B6g@.Xa l|ײr: vڮ,08hO΄.AZp`/}⽜ _~U{&tZ{%Ń?B>|!.t|0|dCA !W+‹A@P=3ww53\.<ثg=C8MFX 89e9ap ;=8 + `† mGpMT靀es!Ϟv.S <9);KKuי|wP{kM<{}>g7U7(c +ܛH2{䃗Eń |MHA-*rk"dߔ~sAoȃW{c$}4D<D%ڃvohQy]10!XOb䃲ce>+lAS C1OF}C\=H=6ك3g s;GńOƴ'Ta9Z<[}.kyGc4uDw`e nQܜ dA ) ,ؑ->~ѯ ?o y7{F]ځ(1  +y!{- ޓpaSk ŀakA j7z|][˃=9xL8ʂns7bgL8EN8 7.E_CEV>,\86+LSުOB=găCnw#<Meڃ9= }ovxu>2B}s"W\A5!Ʉnhtk"9t~ nND'_yf ]Xn;NQo·l+􅆪΃V':C\(0!|t:ʼn~탩=LM| A7F.ޙ:;l<v>OUq``{F烾Z,Evp݈Qg97  ڄp9y&Mf –Gk?yqa.‰}?=s=WӮ%\raIhʄC3¡7ۃ]&yTϨ8p7!,N2R3<3z0A)Sߛ|*+Ekz%2L{~ yC@dȁ.2t3*\Oy+ Mܙn'P&t}}3dMohc=V ,HEQ7 L!/TF F`+hv^BSmv0x~FhB0vaf yLDž pedo pe?ںp={P3G6.̆ZK߉Sxpj1>~y,߉~a9m!ݫilwɤnق an0Sk~P.2eB+dc`0`kn?5KFA6aAx1E(, كb;}K x7n +$>ϼ}=DAdI}컐'fBӃK=2΃>lv4$!eAM9A0d}3aWtddϨ`;<-X xpL9Ng; ]o›2a} Pyp zp&`É\x]քs# pa'Cg)= 6f +tW <2*z) K=HGߕ r&Xh(W4w^dZ&Ot`n AܦEu>ȷ'9[j~}{0;V^QW!s~7c*+Pwǰ==adei;WbF֫eL3A| l M4!,&U_w'}WT<(}|VX=~R#T{;Ȇt9a>gF{v: :RϨ9;`g4Bۃa*4MXvApW6#eN&=8 E- 2Œ '0A r^? `?:]߃#m8 p^҆C=X2Sȿs䌫Gq꿵`g;cE-^<+zd+<S|s"uoݤWڄmAug[yG5?(%rPʃspal? _]: yT}ėCv_w`zF7_ă?v", ,MA>ǃlB'w<lPje ZD#Eu>jb {P vr6hyP6lQ=ݜpA32Bܞ8ۄkځ&9!?PeEƒn [09!AyXy0yvhA(=(`bB<+JFnN}z6_>2=xBCF>Stg>xxMxۘ/Z72&|.a/'[gP8UF2oEvƃK‰=8ڄ- _]:uQcArVv,hVX !;˃~ђDNM >+ {p,2AxA ~QS{E_hY|%;-ڃŃ~`gzhJMB9 Ă0_}Ǣ<E}]qh>{ЛݦwS&3o%Chjv<(k<2Cwɴ=CLxMxp {g95i­ =Ya =S8wti[#>^ :6;e YA| P?& w厺V9|`Y.ePL쨱ngwo4#uzF9BE뫞QnG~?/!rOSTrh43Htct=nNYʄ2Cx#=zǨ[=zFi0`]}=¾&T6ܰ^ z '#my2U_6„], >3Ȝ %u=[}\O-xFse”lK y= jlÃ_g „wl`c'Vf]hmƃ!: BTW܊N w$3\ܖp-$#6A)ۃ~[& cZ&nX<꼱T况/S/P*AgBj(_E1ts0- t3ۏQ'2ɘp00#\Wdœss}vy<܂}.'{6쥡&\f?̆usG6d" ,G]ƃlк;M^எݢZ{epg=zƒR<;\MXgZtp x0ܜ02Bܥv G|Ͳ gT2+Y'Jb&OUExpF8ԃ " ᗆU=cp&D6ݛ^QܓUzG[g?4: 6s]5`5QE =e}%=# A˃/ZbBY Z,Yf+3Amuq>9/ + A=MAEN;e7{&l<(BfP[O9P);dhhۃq9YGM_2]F{xp= +&>O+xPnP;?֯{F &\qC" J(ݖpy`WzC[pW3An?N7;51]ԕ t|B.go0ֿ!|d?ˉ^.G?k̘+ʻcR~TGȂ|gº+y3wYAӂۃg;erE_)E BÄ >1Jlf QWB tlC+/Ĭ7 b\q6"'Z^oޯwP =L;!p:E͞Q1؃(Jq`3?`";B}~D >PJ? QQohzJ. Lygh&Le&,8Ah _ _LY0 r¶{pPNrj¼ 0l,Hq1!fEf=}8ȃʌ!Umy<s)l-7]6aʆΩ2P hݜQ)%f=sAdo&2MF6&17˙0'q&=Bۄ [=\ fQ٦ u('SngtzwÃu"2qPgU0;hyPݟx$T3O:#qaskB僦}NL :>A\rWe4*/ 5`?6hp@v䄝̛ypY›KL| +4P1(Nk¤[&<,3 ǚp&48 ٰGqiLX_ԃ˘cy0” w9Ї܌;k\huy;ݙ^+d>Q}{E#06!oLV>(풱v*ك\}z?ݧ'{fáps2![>dƠ?ݞ~WW'*۵2?ϴ{/i{pieuE;PnN-]2<o{A+|\mf#Uc?Ix06΄}&,&=2ajhGNjo4onxa_d&irmx`NgN.=H.AÆs!}cvx2":MB_ˆKAmepQ&L=re,Jौ=a;aώ6!\؋7oZ &Իd8<a90gcƍ }E?Io&yw --iPh$A ߝ|Gu^ )CiGAd{lڈ{`); y_4w؞7{P;=LlegB!tFe(rB1!nQCق=2b/y^Pm[&o#2k҃ KF_7:΃]}Lpۤe.Lߢ.zG79!p|cN4nj0:& 7.36e Z_FyoM̌˴KTL>]2 W.A9k|WԚ[A*۬C9sڂ&m d3!<=9r/))1anqv`nvMBr)V~qf uEsUi?+AvLmR^Y=C[lڃ@TA9z)3yP1XP_3U&XBߣ,3hAeM( 7fLH=C8̄M2%YaheC,8փO,R#'\ ^Җ %u"W3o}FGă|so3uBߪ\g˃ nM O{چQO;߶` }Q[&/3/sSqN8tPYk ]8܄c{G736iG¿.܄BeEYOAX q՘KxS-g@|w}gM@8QvLx)zFQDFk- mB 젶 2B6!Eq^}0.d|0#E^d/ :穂<'(>|:sЕ%3[&bw}(81g=YG6XVkM('͹a;#=LH6w7 ل΀zV0UF>93a„pgV?hvn炲?7&xh*2ڄwv`˄0 ꃲN4`pw‚%9a 2 =XNc&'ƺp@6,^iBԵcڃV-…F-ʃV?` aƒ|k⊺?y \]T3[33ݢzPߜ:1;h>7nc>CŁ\_p B/=|a/(^s{b$+T}ܼ- y`ޏ~sB=+y?|dz +TY8--;xxDi=*t 7cEQ?hsrwpNX&<5L'jfm>l2_nzw4du>(Kt`=;(`'gx)S-c=C& aB;oF=h[p## KrB;+l< d0҄e.!2Yaa^ihyy(vA) +rF ߝHٚ9+&\}y!O`:xOtz ) yPy2`Ar`AsomiCg@vA6Q1&Sg]+ ÂI&l\Q+jݜ-e”-vW`gR|<#wC;g5 M86+ \<5 F9yᚘШpB,g.\c]FGkj&#Ӻ`~Ŭ}3KMz~Bbк=^QDUd`? |Pߖ,{F+gu(;lANJ>1[ȆVSk0 J:6u'ńg2A3AVuDz_;FQ QΈGF9s uFh`DYFؾOz={vso4m{p#\hz 6AgVNDp9pn66gNi1\[&8W =kexpj wo/ʙ /*.*bhS a Ax Le-<2)M "r3Āz.D>}6lP'l0hkl^⛄\j^{H(o9̨ Cܴ=z e _o&4< &2|h{&|gUGk{xh#X==cB AÅ} '757K2M`0!ZF\yp ZW_f ,C9]2?',3{ߨ9B|5fQ=ėtgB{ ^Cd&v|0 v Ldܟ =h' ¼F٠7Ff@.6Z7wyvo!x?{ʠ74yzhmAx}_BUNj~?L`΄m{Fƃ%9ag{&Yp {d7`ߜp:3©]دw N GY0i |` G{0rZe|I9 +0.Y9 ^Uiv4u&WD%_.L¢<.qDA.;|^01?*wwUD!!zF_׳OwS*m~ΪW4ܘExb;3{!6И%~N0rlO|DgpþA/^3ڃQFLwp)犭VvyЛ09B=ȷ&[}gf쟻}΁;|6(l` <##2ƃ Up{_ʃud.zC''2„ ;E=h&&ăSde݄=]8Z+gZe s- sߌ ;L( ~ܜ=]VF"@)u&xژWT?1vNB_ʃ.Lf [xÄF.| U&9 orUbMl ; 0a;3ly0fELPQy(+v慛*IMF|}YaSmY(a…pXtO؂  _C~ ݞ`rh0^a=,z:f<&\`3sO$Wnܨ(؎ ك dFXyPOT<}ns6(ݍWl}sF>xi9xB䄝l¤4OL8,awVx&5}]{܂cwN7l&,Ep١\<=gֵԫ+僿P&er&Mƅ02B_l+E7 }sw/ByЕ숹宄y^Ѱ;Q վKڃ0u/i0eA;&2JsaʄqOi&b2B8_kݝz`,1B2̃ǾoyPzF|A%>#cʂ݉Pд=|"&=X8G,8gt_ƃ{3# |'o 53քS|ز Yc +mɇ.؉=hqX=⁙A ?9?%DGwND(#;-x*1?C=A%׏ޠ̐Ad?[_E71C=nO(L(}L.yM%yAw_!!Q"Lzm?3A,}v}36}CbSkU?s=u.h-IsVi1Y\a΃W=O\5|o\ݴc׵ n/Bh6=_0`0aVFؑQaFo͚F{p zFK{G+L] =H.,6!Uuq]x(n64-&Ї ]{pW\=lr؃ݢڃQMD(;,19Ӊ1l@xdž SV67ݢuF(rMza{bD+D(Փ:>=(= +Y{HN2gͼ!v  M +,ŭBL v co:0UzahCrawi =m;ֳ_ .lvք+ݢ=g*2a‚ gMڄLC{06ѹ˃}]˃{yp f==x`Y ^=oكpakX=ܷ.wƟt}<џh 5!<ϨPyI nrİك]7كST0!PdP {p yp"= wÍ -!&;oNHlrƄD¨u¸a/yatjc(gAG܄WwUз3HvlÃ:{F].H w6%k!F]N e0ܞY2=wuaƒQSphf fLx3 {ؐ\xS \l o bLdoOdBUKjX ˈ΀& 7-0+LYځZypX zkǧ[?x_RsE6q&n7&"/= aK6v?S|O9&^$s·}+KOA_{z .Œ!|mz}*l<;)>|14o /{G?ِX_Ϩ oă$V`–<7<܄M΃)MbYao. -8EN8ڀKQD3#I,k`" ƒ:#  mA 0WJ>&v=㷓f +Ir$_{S?M\w&DFA)R| yÌ!QuG"KfTD1t&ۄW4/YaEW^Q+U+YPb&Cee&\:=A/5 G&T2gXߞA-ceN<ۃwx0L7 ='qD9a`څ7Nn~.aa&, +M8 v)<8‡-&|cA&\ ,t*\=l {:S=ڂ}(s+:Af9RKYjx8?Pbxw(߂`۱8c7[ߙ^ ߤGɾQܛx2BقR(ݪiL0x=Yg|' T/t|`<[${Q3`<s92CQ5CzE} +xUz6qkAcǨe+^{F{FaBAZ90'B VSF>hȃd;fo3²]2”Q)xWlҜ0 +&\hz\hzpWcAӄ40-`!6TT&<=h\=ӆ[|pXve #7Lb x-ރ>2QwX)|P{P^ Z !MaA|;#bƃ#=?0qs*ܧ_ו3#E(0Mo0/eޅCV9eSj=3t{"9;p.fQ7''jy,g^ܥ~k=2`UT,Wŋ N%T&,) ¤ Vlth7NW'2Ks K<8wR>; p3{p2&gNXh)-ÅٰÇs`Ɔ~cA6Av`ʃ}gNz ݄?v$R^M_W=|3B>3F߫`ӱރy;j‚[}Ϩ8Pj#սlo2C.+9" aلo-MN8Ȃ XjNcAZY=k@]=oN\1nN2lB',APr.xv&vF)'!Cޡs,[ݕ O٪$y.#G_t#e=}f[Y+7}3$ t/]Fua)*.|9~Q/RVŠbC6]/J=4_Xl;>"QAI`Z~<-{_=2!#leƽAzRsʁޙ3"ԝz=J愶 (0΄4DZ }oyǾƂ!&kdɜ0w[&cAÅ _6a!FW 6<8uVۅoϮFpFlA&!-0T4]k  Rd9j]zlA]|N|og@d'T(r>vkB<][T)b?u߿޻ݘ|װ/Û{ C(!d+vF;HuO('sŌݤyCE0!JfXeѝ‹2P^j?yA r)crnLH+`?S4LxۃM` /v "|PG& 9d.9b5*t&rT Ș07z9LIƄ P:;} vyY|]"#FĮܟ3;C{Lw)G]-,{o\m0uw׶م/%B=y@] 90?XbAd + ݢ_ww)>voe2Vhc¿Lx,kڃGA2ar¶  n1 &̃'`YNxӢ {F1v``8Ŭcsmi3rw3 &,F<UsrȁW*Nt e EQrthot{,)Z=F-}˃&ʃf;<8]M 6al.|kaa&D 1\8 v<}X &&yЪU>z\{ в s=!=/ ,7bnFc#iqmC\p ,בS;B =K€0v /9ƒb! }|G8ÝDh4/<ȅw!/*DNQ3M(TAWV! WSw-؁}O*{H# ey- &|)¨S,~QmBg4OF9/u06w*. [ƼaB~|r„-0&ϹtC˃>?44Է&؃0uZM(: rhb q?RhoZ& sƄ}-F&3'=qDLXxp@N8ڃ=eAy0vፓ_FX)M2wYppx,8F.t䚧N &q.\=V%٠d^Nx2!E/|?{E>Au_gZ/X#/،{<=oQ^'&ĞeSmYaĖ.g L .4|{h?O,##Lz_4: hݢ@ߨ3aIQP(y!*t4rB/<>f< n'gY0|g* s R6߃Fn rjʁ!^Gʼn-}YYoVD *'mϣ~P.=#FsjG;*K|e"vFwu)Y=GNQa<}ްd{WL}|s`@}*s;>Qs]ʄcuUݹ#7^#'=iB˅ʃ)G;MX[l®ЙpbMxs|/ϧoȄ}mqa60Ome{eypK&h Mb‰|ۀMc }2{dnӆq&g4dojJmT&6t"U/kw$x K]H!nPmߗm17O˄~{Iy) (Co)4!2aTn!{M„|P:r-swH'l=U}΃tAZw&lgMh\ڃ͌`cfLsy]Wg}Mgm:;#gdƒUϨm<ydO$LxɅ { L헱zG)' 7}` 7fLZl¶{Gw4iA2T}3b( L^0o:MnOpa˃1&|{N&26a hp6\xpT. j.^Qq[oB<, 譄x5~ n̘>RgYSzrASы*vCƈ^Q|sAu( s~(|_1-q?i˄NR)E.< *#'zF}( eܢzYu^Mhdu>/=3VN'mn"O6P膽c0lYAFAzjyua*G=bȀu.,-\zQ*#V"D-UFd=ޗŗ~yz 'oN%2;yLXL䄍-vI>sa{m΃f [.eʅ\ ;=3:ok!.Zp"6ۂcr§'`҄ +=5Nk9pr ƒpX=z_3 <O|6xvw.=/BƷ;5 jѐ {s8>1_4쩹ھA]o&2?ldaB[dG}޺Sኬhex_0e ~k0ruA}Փn!\*JϨ]孨_ +G~j6Qx2QȀʄ6&({dAF AȄ`ksAՙ`>WU(d\?uu׮Sw(؄JzF`q>I # %ly0;7` oAž&LZ ;M~aFsY¬zGpdKN8 c Ls`]xӆqrNc.n~Q%Ca‹t{3>_R>}+z4&dl#:|y&)缃_g A!#G7ۏ߃|ϕ٘΍u3Ā\J#W((g;2.'M `0n94v4 +=3;3#ԙu$"硚6`L<\0ܲ >zK؊~+sA_TSyLƒ'LeEMx{u|>˃ F&xpM<8wtGKg <86+a9yb +<8E䚷''DF\僫z(~QAXKrwq{(D6Ó{,&{}\jӐ-"Da AA)=3+&~gT'? *=b/-rC9-#j"G~n=>LHe>mB5W?~S sلzP{P\lu}C+lr8E);H9 XNm&rC`=ܝ}u.(&b^϶t_g9z!0ŃdE7;w (W?=H&l{0grfSF# oCY7j{VWC3ƒ=h0XĄ΃r0McM|?8Yhj nB>1mVX5aʆpn~cGʂڀ֭j(sܠz<=r j? `4383{T; O*7+%4GqG{՛%P? qBGԻT٘QNH3Cȩ%SV?~-wBgp`ʡTvaj~T22a*4GEZ^} |9y%ܧC|*. ;a}GdǨ} }(_ Vzu9yp ՘0xo Q:#䄑RsBۃ] oȄ븊f QKrȆi,U3ʙ 7a-r h­m8m0 ۆlDÊ,yp";qX=i¾{‚9'=E.9xnLy -eB+ =7f9Eݽ` {0WQ~9zA_-v3?ʳ2v%6axE{#S ó:' Y絲Dy!XxWq9^+>ểܣDߨe7vgځ~QMv]6ڄ P\b!%J=|<)d鼏-O<2!燩}]4?~AF3mB KZUj/) 3n$z!L% ['*7%*!z?7'/6;B]W{A~ns%t;E| ă'zxXM8΃\&LdR&<8܄eݛ` _oBӂcG=؜z.&5 ki=y. Wc|ߚw\7+W ƒ{[`n n2UlT& f7Sf}w+de'*?KBj[w*p-;Z}szG) FEOܡ2'$TXBo¼GYp!&T4LX؃ y0. 5 3Fº 8Qn鵕W?#AdS}K rs{ 1qwPnKsɹ`ԟM"#<߯oZ =sU&hY{N/So(@ +>'%J=iugwV3sl=mi&*q+=VMS{O1;V=ݣp.ʂ I ܠe3?-|}o +݇TŶ5?31kN0'DD1`„$V5gv}^stN>1ݹ_ϯ<OVʽ?].w}{zoN;kc+G>-O~|kC>:7 ?fG;}o<}=r_\ʵ{vyK1w| ]GRɧ1v:y':F䕏M>ec~./ڼr6pfys0ϳ]{y@!fY_Ӝ}<ٛe-w󄗷媘<7<ϕ<*=m#+ +䑖g<5yme͖)yC\+W#/u=2eyW-/s|L}닐eyYo9>rZs*䯐?CNN5!j*s'5BP N5;)y9%y>y!Eyjky =:}Ɏx*|Opxl=e[C<pC? 1!OuyY<>g)Ihȶ?煕\Xy䅕-_XyH[pJr"Jn?`x,Fyskyw^=#~{%w}szfNE ΃}~&Qq߇ƻ%\%O7]Ǽϟ9]9첹g:ۃWy\o¾5/LX`Ƀ +t\X್2af ,Lw&ل#]jnn+>Ճd Y6p+YUVPd؅=h-(YoȂ?|U  Ta{!Հ}j!{B E&| ƒb< +;&ǍUa!~J w/L"Or|C89P<-xV2Cȃ$rEnO=%'-nco>kҚȞ'5!|<&n">ł<0<wpa/0淾cԂ5mx {Zq=ۿ x0X#w3Ƌ!n=Mr/d<Ϭ 9cgC}/}"s{}=k: aȰ?+{hR?X2a#hxl M8L-8لyLX.؄c~pyw]~ ^/ @xF,x,䋐/ՂM7Zpvx € XYlj ˞)t:=_4<̞d@J'DcmNP#IbG~0qH0wфFRLFn[k{^#}xnL[L߷`={Ǽǟ=L|(ݠ|wZ-( ;/~8fujOF7)לzGhzAt}b{Ń!w?#yѮY/nP<ȝ &΃ϴ 9PvKƃ#xɖ83s#~ok246yMILP{=~2҃_h;d)&pwMFfeAdA&L6DVكG|EM0xtzT.,8,/d Zr71? XgD?9Q̆yK-[]1*n` 긧>r;i |׊ nPO\39Q ;1'@D,x.PfFŃK;C8g6(iv6,X >0zҾ yJj%k1!AIյb3MX 93pjC FyѿS/%#kc^2`/{C}> j(kƔ~4c?AY;ki`c(xp#ܔRuLhgE;|a&-H&,YǨ ft]8̈́k[M`1=a| FVLx=p|WS "=LxpFdBNlƪ,/ˢ.@\Â2SOL{ԁX7oN^0[TDB_+L5Ll6MxÁ;Gž\.#,yln̰4zpl?8L+sl]?ƃK6/t<&BL8v~tw 'pa\TWoCWϢ7bg?/ aу%8  +҃E9QD7 ق0 QF-(s_Ќa~?m]+^PΈr7}c^3&X >g,JW? ]Gh;EtlB^Xڟ`OyQw ƗkPn 7>22H's8i+><3]ݯ v dԅև%מx`tY/(<}EӼ*ƒdf`ێ~&5~0s`AvS<ײ3cw5'6߄YѱwEљ5n?pcɃ3}"ւH߄&u5N̂ƄxՃsp 3yLVF Na +ن=&\9hAa /,҄l.\8س$.Љ~py<{bNΈJk@%YѯOQƼČ(,Dal]`!Eo'4OQ(A/>dاcLu=UqOs>08 A>ń1`ooT\MȖ%LRZr=g#x ѽd ɅC,)g<| y-zn<~Tf/?%i yз`~蜨AFDՃ~&c yRECZ&'NǂX;~P.0&O k~'>F;B27*\<4pݓh4.I:K/gXp?XfE f}{h~RW͆sv~l@ׂ~A6!+ q^TƽddYݼA &Mi`6wjL.RY3ev{ʨ {l4MՃ47Ƀe=8rᆹ:B {|Ҟ_(HCaAܯ fD\ k4#  +aA e Ozv 3# ƳD7% ‚X^Z/(;] |>Oݱ fB0O80YP/#__{ݠ`mvSv^ P<-u,z_]/HɃr?hZل9S}x!9`̂y34ty3F rwMOXk!hAdȄ,0&l_6-8ц G] Ft]8KՂi&p=XݺL[r/Y^E{ ωb L(@ ق8kcg1͈r+Olϐ}ۍ͉(5wg.v}>ϝaxv~݉$AGFϔeQ{~rcPpιI);ЛΕ(͋A뿒 X;Ӑ}h ns& bm$Wi5=RA׍P t{f~2(ΐ1N:s!3J'Ƚus Dكr;fݹ <τk05V3Y ߫v=ز )U:}a ڰB t=M8bBΠH#zM}$'N/&(5b^GL86fۆ,/ˢ,xpχbϘȁq~fΚΓPC J%p,BC$؅s^`J0bj/ {źAZ;Lh-~)r!5( }eJk k)&yъlD^' Fx0!={.}龢.T 9xeA OzPΐv$yhȘh@]':AY3glXGxM <A5a߂t ]8 ]6p_ 9-.4!pt۰#=^ 5сva ł{|s6\ ;ټ2Έ saʼn w`͇.=,y,͉b/Q̆@)>ϑ,xΘI`6|q ΕY'8)׸OLO"~ 5tɏdIt#Gy䶬%@OD,$b^ݺL^0z_WnV] κ{]fe+FŁe`tZ׃Y.ڃ 7ƎиADŽ/#5τ/N7aAdBG{pxtG„cŠ MH.ey².>̭X`͈SIGq[xmYu6p_b >[{|hum>\ue?sA^;/ Ot'jt `A +#oϓǞ0Oz5rv"mo@2j'5'9 :Etyjin`ń J?x'QP>Q9S|5a霈h?՚A GzgB3t{f$gP'xpǃtA {:+*bA^3=K os_=Mxpz&ADŽ3~0Y#.|Ϸ`#'|̅>]d0ata{_Jo8g_XBm{ {&lᮋb tąyK |]^.¥łX;z1X+N-3i7qμ=O"JJİBjgôP'0|!k#JhfB3+Щe <( ϋF&2B1 D e~3]3՛u~ޚ°#AxКp{/zd<5^XK!=؝fF??Q?躐Ax0ԽDpc=E{фW4 gt\bs6͍&\&\j̅ }aՃL)[wY9|α`e[К]XEτ y4vq`6+E;ޫѧd](YrX(fTq`trs {Δz{ɔfK| >pȃ/jl/; xz~cM8,t!sBlj/;#{J7(mY;(3辊 ;A#t׾ y+`Ƀ3^y7&d gGW3!r<:&,id²g&D.և7,z7O:6ܽF2Յxp{fQ6X е᫫CɃֆ\6Weybƀ̊bO_Ax[yVL P{.?ƞ1Ra Aw?Q5iQu"^?P/@^7P`~5_DV 3 }27^3̊J7(gD03Pz{̊4LkAy'mք2GGm| a@ Ҭ(\(AY?8A += ϐ[&~=΃ MO=s!{ИG7z&1ޅWfY%6!rm&jCd yp6| w[pT_J"8ytå X𬱠wZ;(L{`oQG :gLj^ <^2^G>>`A~L|KMk+? _ˬ( F R~0!n#"|ȏɼ(aEqEZCx~-(Ls; +9>uVL?Ӏ2_sE`SfȃxM%&pSq!бa mgHAׅ J2 lC߃>,݆Wvc‘6,oâ]Å|xyτ tk ݡoKɄփ;}W%6, dbv'iVgA98gyל/7,h]hgFtF07ڲΌn/t 83s|={u'& Qd⾢3H% xNDxKaiNԞY FU,͊zR7L,ڰxp+^g.|7C+^2~2]?x[$-J_Ƀ,{zf0$΋}EW^ [okR<LɄž6ai܅GНU<ń~_>xMVMx0:>왰â+.p3a pNL8† =p|e^,pNOwa y3 jG3/JzMс@$YKZ0Xr ͊ƒyPΛ7+ b FC׃^ذш0KpV,v}+& ʼn;Cߊ'pK(2քՃ a нEb/?~9ws~.ǃ:BXЛ^6w f(LuCz!Ʉv ݢD:oP hMxn&4=50a親 K{v){A߅у pAJՅ1ᘮ 5=H enۙ3ƃ#;+W˄[,hsq5(Vl 66YsP]pZVù]X0D.ekGxVSƃYQ̊~k%7FqΛ5e^uM({Op0K +n 0-0y[>@>B}.Ng ϋ$=ż5 !yM`)paTŵ~'tAcQo3 e}+uϔP:ցփ+vP,Q%so0ɂ YG̉?-?fes?=f=ezxa=gG7I2VfGwL8 =F"lA>C:لɅƃY_<8d91&l ҫzJńSl8ʃcMq.\.ÆKM8Q.NqBA`<#5&Zw,h϶]!β/YsKdzi_Qw%yIt05 m_tN=3zcA vzIlGhM؛/s$ȃM{58sA PfEoh›?.xPMxCcBĚ|s ,yõ=&dN +.,zªK]arLqՄe ?9]yia遂MFp[Mhl8фmtl =h\8 >szp.e.l\Sf4&)3./ˢzB/j;]g'Ƅ8={.%/cgHB>iG l_#BgٰOwق:gFp̙A39~6FxݜǺrM]~񣐴oh&1) ,w]xm2pOyи0{ĺ +7\X M8ʆ3^͉,8:Gzwa ܆ 9C>gd >|1&|8ƅHم&L6DpA/+$yVӆKY<802փ,Ї%3Km :f|#,/xК=x9z&}io7k&dzLh;A׃ y^ԞOhZ ,B1!}kí5雐(u^I2a)iuNhgI,*]?a\{ڙUu`dA:ǁlJzw`wM=>s۬J/ C濡n  T yO8L:ׄփ][]hY3т 7LpaɄ;<853KhhAN ߟτ7τW!O#=@Z=l87bBM)VׅMY}-XEqa݈= 6pȋMس!{лфK./s^<'͌r?s&Q3 ?gd| Y/ +DG9oՌ=exPyRC^GXZI EaF`%2L 3Kkp&}O5O ڎB'h{={|0|yV2g=AB6y7h>v1yfsx:0fD='zΖQC' 1bp}3yFσ|r&`w%@9S"NF1r[zAI ,zKA߅ a߄z)qA߄J&l  zc(ձ.t|8ʄM.֮  p|gxUJͅ#&0y}ᓍ6LFpoكU3΅е`2! 6v!lg>&r&p^e6qNl9\J Eqďt3LȖĞ.0sceLOkyݠ5`ςg}ޚ@̄{`Wn0P'zb?q"G{p`x]7&<;;;:A9["ŹLL}Xp.l<.t}8ˆ KFxUa9}8ڄF|8β,/2!~2?_渞C!&J=&Ub-B_ - "͊ƒ r/½]G}k8Ϟ]S)L+kk&m_?cB)1x/Go3iL;gx{Ak@dog}dBafA]5qO̍\h4`?TC9{ ʾ12&)k}:&!zp#d¢=͎̅σ 6;Z{@I kD<\YуbJḞp='&\b¡т .2{#MXpaφ&|w\8Lh37lp!eM/>ҷFnC׃%#6lp uh-C>d'8݃N\ Fr.~ ZC3Ys>!&fFq>xpoܨx53+tX;y! €ւ^>~׳NLs,3<:Sy?kT:­žG|YS(J3+Zۛ4u fdWgLyg`fMXuCbc"v|(B; =8P,xϚgƃC&<Z^5Ƅf6f.l1.,vbfC?=N%2ą(+T;KKYU0^ͅu'S=xRgF1' +LBB'\=8PzB~лF! +Ϝxt<(3=qz-46fAuI5|{/ރiR6̃z5#c׳ {)l?@~̋ҙPwʭn?]7 (g J>A؂ o@ +&>.qh8҈W3Ŋ-6sa7;}+A>bՈ3,XʢXc /kŹ3vƴ˥լń:݌J3ȟt./dAx' 4g%ڳ(ߥ5_}ECgM ?{gK鼽gZA?/>X#a s +&d ڙP0aH&/3FӉ(lC!gT޹F2ͺ?{cYjחC<0z(qOF"x; 6>P-(H"ztK߃,x090 #&ypf+X&6pg {И0 s’ w5ai1aхׅeRr!M+.\ p^2Ƅaò ɉ mZmF۰Ϛ1!~F$'>:ֈyX6H#6acŠGYp 1\e)( W^$yAՂq.jA uE<_9Q {P|:BXPtngsz?wAvyl߂~ {3fM"v}ۆ+M4 y~gy>ƞn΋pz|0 =lGs)~=̂:*7C7(gs;O>:t`7zsznD?{A\; aLՃcL=X &<)ypA',̐^436&r+IueacEQ1!T,xk7փVPM0__83a >h0pȇ/ &6p؄SJM&kIڳR>k~ݠ L(b/gb? f{P'i7Q}dR'5LXI;oNY_ +&KĮ_4zPMg@OFx0|/x0kpvĽ!vxP oLÜh ?5a2NGz0d}F\xsa+Lc fhB+pSL3j k#)U&\̇T]X gI5j.s_͇±6|o '7L8ɆƻPm8ɃɅX "#=MY,vĞ3Zn6`eyY^2g + !ڜ?Tcttj=|† w",)I yzBd^24/sՃ0xd}8>ͦ:&y0kԙQtтzq;}bAOT{lρZA1avK#L {&t\XZKX3Ƅ +3\X HL۰ ÍHφC3^ͩp7܀L᧎ m8F"CҵH3 7ar ;+ uуP[<\5# nkq V]8OaՄևL4b1,e:k{Ɉ[51Q 'o/=x^2~{ƒ/J r?YQDžу!yLs 5f`jA>{'f//2†aĪ\./""k +)ΐױ=&|1k7X'/yO (C~v}-"l̅т]9MFLAqa7mް -LXهцUVï ]jȄWL!{ЦB  I mlohS2a1ƅ\ua;Mڰ6SemY]w\lN\ 8ͅ2Ezz_d?1^Guh?Qpޖ4ߦ^|fq^x͌9Q )N~o81[C>(L 5xuph_x`͂W!dABo/kA+fEaxpgt(&D(j <( b ح+y߻kbu`cjȹM 1(  K&pAc̅ 'L&tl͑Rpቾ K#%1ĞY ໒ 2&~[{@;AdF/qob %\1#nd}.[ޢ+=f&t\=hc\xcυ~gxCocl_hfI.,t}軐lM8d,5M6I7y>,v_M8Bcë lض0wa7|#Ad3,w Ʌ6\+ {.4>LՇƄ ]z3%  %M&\ Gyfjg8).\΀63Lu\ @ Κc? @ A)cA#At<+M-2aio 3 1#3yo m~P]G_v4;,۩43YUY CK{4^>#d3b45qa؂vQZGǣP@kZ?MEdI"bz}`nB YQ 1&tMx`KW8B!zBa3,_gxm\͒r^ulΒ~Or 7.3a Ro +mZ\efBdž Lq.k\X3c!vվ˕1%ê Fz9bd++l3ah2I\Jw8ł=riq}oAC҃CTxN;A%ľ1p,(:w XK_3kyV XO .$&c;; h4k60<:Ex2R_=h9^|NwF{b]Is<0sƊKLgU;;x|v8i彤'{ψfBP6=D; +3FP ~۷}&D2:.yQBdž=jnf6gIoB +>ч7p>ng6yRg4.F|0'nFt6/k?&|͡sng8n#q8Dk̇w\!'>&Xpץx>4Vt}HaMvyvkRja?p1~A'VmX&,هj4NA.؈[vOs`хm,/D'xF{At>N^:ճ?'~@yѽq{.+꿝dA9;xN,t^Gh]hBkÇ1vs &UZ@o-!gUrx="ͤm]ߋ;E~N/8ߩfMGWzg[`]5A6aG~5SFb{m^̓@9K01h0*GY#,rwy`[aŠ oR؈Ʉ.i767ozׅLhl0)vЅ.NgnYƛ)fp cHф3nDT\^j‚ ,&&+߆^3+Ptyҝփ&z] ?*x\c_+ 2CY3ta473 ¯+j3aχ~W!E]k ?{pȅCH,ʄ!Mjpǀ{.\ i`̄plWxq\ 6lGd3O2U +}./ˋu.O~4wfCw ΞL~ ?s'xvԛyVkiogLx O=`B-7@Su4'A3WZ2!ϥ! zE6]?k|6CLhvx$ޥ2׉FaBπR|}'gs| }s€q&h!Cr/9{ϙ m?Ѥ8?ݡ5azP,xOCW'|\ȝ;ЋaaAu uǝyS}nFsk{p7sOq!vքXW3gFk6ž^bCN= f&}GCȅ7ƒgrKLgLze+o#?x?w~o->'f GCAY(v9$w'Y#%9aC_wyPM%46yp!tsȃGl> zMxkŠ كW6{; [0z 'D [j `9=;V#@ׂzQ&|Q&ܽ@ M,/ÄbϘu.?x>|Yp! (k9lfvy#@;+ɃOi75+*йhf{lY90·ՁXwI +6q{ҘySAsm=eLG~U}B%Pp)Ěd…iOSgV4FfHaMCwSO;p;ă7pB}Jof`t ݃wVyoGsc=]ghsɞ=٣ugqÐ ZgL Ņqo~_yL~vb7VZݧcrt=;~:[tax]\S(|[xtG> weokԄu ϏZ>=qgm 9;o[?h_lOd`-* yE0a\7xxКt:ž,y;co5dA׃==%s`f¾cϞ[ul?<8t>?KgĿ3}y2w"7XN'ww1D+y=ł׊wŸm?-7!﫿 zpf:G$vbEy~݂ρMrU<γ`,i߂7X1!yu؎ ghC} 1l0aтS=oYpdK%=Nv'p첼,/փY9Qxύp(ZOՀ:;ιr;}d^R Kƃ^243MooGLYO@] & 38K̺_Skr9{-Ǻ>=y՛-6g.7b=\7ֿ?w˿1~nsL{gXG(ލ{5vᾛ o, $ J.ξjT^ocńP:Irt c,IFsnpdu [:B2afIo«>7k0Yi1TX{31u6{9,vفM|kAp. .ڃXp ~#dq{, }3 [ 'u8g{ǼR ͇`/83i`cAkl 0Pw^;!'{N:B}n}kt 24ݺQI}9؍Q+g.9V1+׆kČ(:Fq ΌuClfYp?b= i3<8s [;~pMLXu`'\mADžۦp+&l2`ńsp8=҃/h_s/t aAx|39 z@̃„P{h`ɂ;DGa6~|g{ 4#tztMR'س4Q_#0d~6zDvPςYwa= Rwg/&,kz3&lM]SZ8nՄyLxx0g6{{Iw珳XGǑ0AP^q!YJ~fpcyz‡s6+S4a+hI_'N.~~.gv?w?&NiQ%h~8vq5P>WtL\ӚTMǾ@AÞ$vD>|^տŦu&uμh\w(b=rG+opӾ[F<:/sr~7Qo¾4a4M͂ A߂Ƅ=jAdȁ&a 3zׂ|;wh\8.€{<\΋./3nPKYՀ J%l'5=b9ʻA L3^,b̼(Dދ&|,=`_ kσ;Zƾڌ%ߑKϱnOUb^ϳr}tu.4,z``Ac -(ӳ;R[~),׉.|J~bxL'1ό{|~)yV;`{5ԧR_:c}|yG?x\I֌/Ao~6w;!?sHg߮l}gCq`aw;^QFK~VP f v 3 +=u y~>`ExИfAǃW=d-~,|Um\ӳ`#c¢ ]D4aӼ ,p!2Մ{VƄCEgӳ+?41qΗ8NH`/ѣ FΏfDW :A9OE]9c5 <| v?A9vV4=r753т~&" P-d%cbEx> e 5w!cb/yo=b:vM!.g:Cz|k]7G}_ǃ`CGuƃY'h<{{VxWUW81цfYdF'RuxsYd[~z:ޕkSHDkYM02NPcf<,6d ':BY (ș9Wvb${/{|w`Y=.Zxń&\[৕~и=q}N`] zpLG^`т/Q,p؂ƄsY9, p/ nC9{Zp=g(8ę&ك8ê.K$C}jL#'| }sNwc&@ov}]ok+ ;oӞ\fF%q IxOTc-_57K^A}f y`W6Յ}GS/V։lJ2a@κt&l t2f at<Մ$Vj{+kāSeBrEYSenxpfE 1GK-߃d=N1+lMе~nP?i\cƿn6'ڙ]_o;D{c7sc*Wh4l[ e^F!l~na?%]a chAуE v13z2-2g6`k?h¢),h\8`Ղr]&|nB߁.;G`߃Yp*Xf^҃/5"'A =w;A"pLA_(ľ7iPdA6AŜ=g";LhDA'̅<#j<G GxPBgڋ qxϮ''n3.9'^C=!ƞY8R7X :B$ZBs8Tn؅9pGLGO4v@i~N!'{_z~0{hÜ`i&?S{g:d/f> +OfӤS}u{ڬD9pLLP%c=H%{IPρ޴.? +3F俗w% W$8{^Q1O+OZ<aWjA߄m-8s`?o>3 .6Ɂ)CDPl_r| A "/<'[pZt<nkN@}=` :|`t`8/?P; 7y!0gn]!LtG{pu=,H:gޔac\x80j<›LJ,Xp )7f &;8F8p ^<Em Z?O΂ ~g 5/ A$3 +|y&+Jp$ ,7y>[P!u`ƄW' y7x. ~# (q`>y0p2GɄ#t0 CD)c xW?A @]sE\ƃdԩ7rf+yʃ(a a3"c"'ύ]&AYjsc9 r{)㌇5u-^.r4a_~`ǘA8 <"uKa0pI\L'e, h,XYEp\eȁLg?[rxPk kMKYy~xPx2?)) +O|{>he1ZiU\y m^yAܓ{x/>AvQA*2ac bUxc4.gf &\[Y^ɂFpm||}+`/E<j !=,/`!TPx–_cArwHx΄M{{$^"9K3* DZR8HC7s7f z Nq +bT.{hK,]j!]L-<ȑ9کL-k$ߙxgoX[Yn qzNc}{! ÿO}40 *Ko@z?pw`# MnږuGS/q|PE>T8}kfyOrVX}?3ڗxE U ;? J=$)󱟇<(ºƽ ! h_a,Bmې|}+Tkxg.v<'2G?@E?7d={~'ıe?>QyLB&x"g#]uYpyiys5huXWhLX85oM|Ɍ + Rʃ-* TίN,(J6ߵzwD&.@CW !$?q~"ϐYܷJΤ/S29.3ޣl^nj8c9]>3jɀ3! .:ی6cPOT9yzYRɠSN}RYL/W:lM5 1AD̼Bʼ=f=?U?r(tE} cX$ȁ&Br Nyz /9<ٲۇii"j |(dY~1`ǂ΃y.mޠ1:Ax{R&dvZ`WWd(1jޱ1+MDd?)}Fq`/yޠ>DpfLf51/0zlrm)]) yinT{f0 es5GB)#L=H;t_> ~7vWW>26ET~a5dSSפ&ROY>:/iD@kw\7nl 2r^٫># :ˁ*/a)ƪVkwlM +-zn`,j[EM +ZxsBaq!  \v8/Hެ,xfBg2?V.so\yz*zypa^VχGW~6g_2Ú@dD/gd*܇%x8,z@yZqߐuS6cny ,G4mme@kvwLB1P# \ظυhO͍XqrƂQ'`@aAw~03ϤТcVнA0aº\.c: 8eKp:< + & 2*SB''s&\]J +gSA[nx:90=A۹fX`jPaozoQw{,M1`=fMkwo!N3Ab5+O?A.sj~<=e|=9̼V ]_4^2L7ܥK.͌Cncѩ2a9x͈tƅ}C3Y;A0{o̍j,u~j͢gAl% +kD_:MmuهU8}xںmƅ <cbV8fl.v@lK jX?=]g";vx~X'Z}8ҜxT ۍ u<~Oe.d^a? +_hLX C,xV`"8>aʇƈKXk`ؽŸ_;Z̨e7Q^A1FePG(LH_o$<Ȅ*>Kr:B%9FY-ȯ䱅vn#BG#3i3^3'gk''(b]`O3+ji<3bNqgEXkq}^'ж5GS0zM`@\ý`UYzƀUpX;LypU\ >Uje| e' 3\ Wd:,(̓2 =\_MG8)}gg8ǎMm<=cȅOhƁ52C^4cBU.u xV cd7ٌHG^$yZo&GO9nF!`[ޯ{@za.9P#/|iHdjKV5O}\5EebLe=Jot`-\6q :q΄uRO_ "z|} nQtS'9O#j +S^kri]E|Ɏv? X >0`>18's>Q -|HvzDR=9c6ʸR8꺿VLP hXWs`xZcw 3(ȊƂ~{|-Nf?8WCyZ{k _1^ܨI/Ѥ8}* R _lֲكoc?#T&78UCxCt3"$+JLg˶ L*2QȜ ;~_;VۢGy_`-싵M/y7L<τBM2ߠoEƀ:aA<7gux|T2{E + X_[-CƀV8sֶg`',^Z.y#gx5} 0"~9UKm{>^wY{N% c~y2'2njѩ2Lp! WzwfQege6}1s}l3Qss'T2r 븆zj&筋 *Fmǒ8|Of_!9YV-U&7h>uܗm(9ymG8>7 cHr2dBaA=Aa}yz>sެ 8}5p୫3Qƀ+$dC~$,8Mi\ gp WAL8ˁ3<66ˁ .mpgBG>W„o4 +LdBO貹ʃYOȃd¬0zw&>a1:UCPX u}®a^Ņ 69ӑ~…*0eC_\>u{rS成~;%i6_oA'D޼ƃ~&0_sjv6 `$hkzBzX&S> 3?P=Aa?k{%Y5 +0;S&,K^\l36qvd]Ι}ʄ~!όNr`~ < fy24Ypc5kv{W Goi&<'"0+ϷB >E;=r闳s-K&L^ HaY8x ݐkᕕ}3`_2X7 yAj#Ǖ%ηCޯrr }YSs}FL,Ü#=.ե߹. ]N2dݝ|= =ν2|}x}*:k8̤1Y3یW-4q~<7V)ϤPs㳴^'Ό΄dNiWɇOzm#>^G_V/2u<ϻ{^WXyG̔Zm3Q`##sG=gaAc9Q'*i]:v6pXp9~8ߔxUq-8\\w6#B&ѥ̓7* Z2wR 'T>Π L9υhbBfFɃ&=ex0$ f3'x%,,;{j^yst4")'lL zoTz.g s39a:eC~o;uz/?A^wr\G=Kio[F4`ǃ }.^:ل?sQV2H%竌\~qj!V?\pr?XΖ`4^˯e<=j*70WHnx}%$sf2L+H2d:3Zv9Q|uϸ O9~GR{{>DiSypߏ0^rfyUZ 9p9l+,{'x0c)o0! rQ9Ez%F$ ga{dG&i*3RJyhog~bҮnq"Ay…P΄g,=wb62b;44(,9 ZMs <>oKV]8ߣ5T95yz0#Z5%z)MKklV5YK,1}WmEw[]Fo=4 +#u |]69pFʕ\e38zEӬL=Caư?2G03}*.05:7t>kUO +߇3aYwAN#eϳK9E&yю[yo{}& |Yۍ[ 5)iߗ)l:Ə,sxvrŖeNe߷N69z?B7/Δ /h% zr=qϭ<n%o o뽿d=p^\O'Xp]W/[̀cUcmy0#7LS!G&h 3iKjk4zeyQeX?kWe9f60!D?<1a3C;O9{=ћ L +C^>1!"%~fsp 7و^vT엣R.(Y>^LgQ׈iՎ EdA;4D~^&-S{.ƽ~o2d,׍K{-#.?c,B~VT3M7?UYr=KU}9Wkg|U/txEyo Kϭ5[OKEcyzSՍR~ܗmߧg>Lu.b 7pԬg0[P=}dȏM&T.i ̤BփfWѣ.|h^SuԘ$qpG׾_3&.݇d;|-ʵ2oOg!=O|n~v?>/m9@ׁTixnF矽y0:v"3~ O1`zGYPq_^ry/f;6[f;%9) ɹqw6T+3'pm Wﲂ7F|Ms_"ۭk{~mt#Mߎ9#md3Zr Ɂ[ypɃnPAJ/Ӊ^2',^5fƒ_ ^a8l8's'⬉/H%U0˛^j + /0 P=ƄXNm_ߎ|x!926Ggܨ͟%HOY0Ιmî~ѿ KM=S +#9>~DG  bU_gzBHym}Bwr_h! aCqI̍&Lؼ /O}=[Bf5q˘0HUw9RS3*έWf)ݞtF!YKt&DgfoAق9в:?'v/Ug|K͊Kɯ8x'(fã jFP kŃ9;C9;4C:$c giLeZ>8uTc&xg1[Ìd_;z¯Ak~9쾡Yxߗȁk\yW Ƈy \ zSm5|%,q:}2TF>|DrLMF/O_Ojeqe:pk" uqLS"y=K]u< :?0o`-`e=47[sYʎyne۹Jo5VbVb<7G9xLVz}|{V?[pey?%y8^uD)|yޢ̪f<*qoJ?joȃ{'jys`ʉN,dA'Qh=D.,?z4YSg֫'Fڙi-aROx!QqI j +u*kY/ +~Ʌ>3\QFTNGW,}׬] +'`AlurR\ymy5,fėk}N1]CfzP&l5=_A!+*2S`k4u@dB2 +cȅxP'ru +sB .4&tHy1˒v'Tl3*zE +z߉gΔS1 ZQ9\O/({i|@}=gDy'b- `?CGN-YS0s& + B',:yx_U&+ +DF&?лC/N5{6!rՁ5i΅5-.fW?,BךfL'g~_?aƟAe1c xpB|wd okLrwwAv03}4?q&j&{nP[=9M0-6_d'{g~5S|8ќD̘o|1ajG'Z=Qwc}g9_Dmg9O<?s0/JniT{3g[/:鵚:󠵏~V Z. G^pp`y}q`eB[Yq=RDcBB:]/boÐ+}O8 }T:gyD$Z}!j>{ƴ*ϒ{} $5 qs2&_HVsߙ,}KE1\e^⩵װw:+3 Ln6Dmt,W1 3tȵx +R5wLm.;yЖQYJf622a|ynV`-Ń cqȁʃ^e&!oƁ!xy/s/N?f<>3<uEȀX&@?Ɂ7U*ֹ#l<x.͎ +vl8= +g;˔j_국2ϜZPC7)쏽.2SlYmuvIk|+^S?\vst*%ɪcZzpk,gx,ƹOe2ۚ^ѭw亁ߑ񸞽.?׷&̲Yn4fF#r`ƃqDȃʅq6=y03T0|ac*#fC oIQvt+ YUv_c5Lw ;#6%7*聬#4#D!Ź h}]c&gՈ 5Sj\WX6q.0L6=zևDjȔߖpZ\[C/+Y&4Fw=U5׳e>Mtߥ`?ߔѢ [뢋mOxyoX4C5`B-Ƀ_4oA?ƃٶ$'syd-cUK _H]#`f|'>:@ms/]dr,\HF4OyqGtuOG%b ayd?,y-!< =dȁSP&7&|IzWkK0ˌ˾.;*ێSZOX=_F)ǹ`_8B{kv}3Q0oT]l}³̙,Pg(j^:â[: V1GIk"u,8S\9+\k{U֞ 7ICZϗ݋ B}{Ouv̲}ٱ5_ 鵢__c&D#f"V[O|o~2#AM238>ΙLѩ\lZB#ԙD. c{f\Kk(G(+ΝH S&<8Ʉs,5O=Ae>^lsqơ;QC6'c;˜o c=hKy * /u_,ꐋp˹CAg>4`aؓ+* g(rIϜ̫TEg&<ѢSPt"cCY羮\W?2`>̨yrq#&2ߠ .;a"s8EA;J!5~^QDo:OQ`>KD5.th_Ly`=CVֹؖؾL ͩpjv o&N/Wv'cHfKc =; "Y|Noĉ;.jFRǂ=tMenƞ' 4knmsjGzl~Rtc~#;.KoTݻTZI5kf7 ox?2xo~.>.۱\Ur҅[|h3$<?&.'da I P #NeE>}9zάƒqr=)3 TWCθ9 &LzP+z*eRb.{&{M?ɸÄxU0cV2b f~Ywγ^2EZF5 >>!< &0?dFOEfݟL' 'dȌ&UeiLh=h*rdFs%8Laa#|E_P|ío:{߬> mwu*wCLd;g5f6#s *`Rq`﷙hB2ۇlkcB!z ^1PjeT^󎡂YGg`U?Ŕ hZۧ|/w|XVgVɾ1>s`ӓƊr_~΅|}SOpU}.QL*fxocs=n[ X䞎8DKcT~/^`w Re5u^g9+ώۦ^sK=M]\/6SK>Ρ`4KH9Ҭ2.7LŠ3fRd,gP&c0߃ _|3d^dޠ̍ }!)_R[Rݝ}[3zqAx'*NlǗbb׾ng/YvR>6!M_okcc-;'۾d}jWJ:rٹ_ j +}Gu>!/&Q|dH9"2a6"-RlȂʃ L¨y,aČqa]-ޤ}2P[[_L#F hǁDS2N%x41:|64H,χ'y<}dyo -<Od<Γhe=s"9̨FIUUsmNh+֢T \AxU:x~+X^tA>YYG&,:_烒=,}?Rop*ٱ~Ua\}Nc=[x~ׇ8osMurF?b@_ =r:b*K +sɎ!ekF0S +3PgP(jR#zN`Ƅ #NމĻ4X_V[;VOsV bt2(|ìP>do0^5~2{9?jN$^`@љ_8_F:ʃ'2N@QHKU?nlH.h# ;/pZB't&lP@XQ)yeC Ko8C@ Guo~hs&yP}2sO@>[ +p[{d<9e׶I2znBg'͵ڹ'\ }U nG_Tm7t0lxs„ʃYg/N|&cVy_/h"v|X/}@ɄޱMyLʁU9MiGzy+kX:p&4NLZ[X|+v }c^cv22yɲ[@]Ώ9?,WYs3u̶~gN?,# ғˤ?cm\ + c4Q~f +Ys}HOfgѩk4G'Y/ƺèȎ/سT0˾eH3%435j|MR]b3fޡY%S}ĴRNyo^_^pg,g9N <-~*ĚL.X_랅~eo D 8V+X~ pt m] ]ܫ+8cCP02!':3{zP #Qul2bB'Ԟ(ʃ0 q<3ϦSuƋ¡ʏ>G2n6n$k(aLj3&T$8PsKܨ Eu L0ń'Li_}:!݌PȺ@p]@`сr!1 1Kƃ!}[܉%3ʮ5uQ.Wn29~6Âi{=$~zZk=CfJ?y:^1S6bq;bì )m]y~61~ Ʌ:Pk G=I$0bƋ;ZKiS~VELq4oc f=q:AKx.;pL(H,ccux 9 5?v?,Oyg!+:oYߘ"z~`6]ǁ~E.l|6~ԘKLh,>vܧLWV=1LsN2]˴61:ņʄƒ쓩=E^Y/)}ed;v3(g.L=^YEfl,H\s,ϔ`A +)Azf +3LѼP9FYeAl;8o`=<_υ8&+|޽Bۃ;oMGE>&7C<(G<(0̰VpTe}$'p. vʀN38|Z7ر_ʁ?=uZv~^tgsאlklV笰_笺ۦ9`p̼z\+?M7?/kQpJ +kٗFgY{%ߛypK7}qØ7Uf|2dMXKcO~2T>Ug^cq-{OC]'}L2SeqGNW[?0#><=f)+Cr}p~8w3_-F-jGnkUs=c?c-U˸ًȋ^Vp}SQٯ!YMkW  ӡw9+4Po+=454bD + U AO3mk0 1meA#ll[S,cs{(q^Q>ؐ8{m Fz>fC,h#5vdk}ʀ ^#>&#Ԟ(s ncX3Gq_Mu):;t}[ LtU~9Ե쟩Ϧ&߅~4̕LzӐ)n}k>x)c|5/U>s,_M&͟N:buWsd&+|i6Pg>5w"?:/2‡ʅlh+TOqEP̐bȃ +*}XϘ׾3 Ol,~9G3!u@'?(fF|W{S0k0(`@x`@ }ˁ1z8xO{V=ϽC{>k yE-b+<ɼ/ +p/P2?: =ոyQ ghgȌh2g@ll(?:љޓl'>зf' VG?Xd4,lvkW>| +IoW>4p}Pc>zO(1^ ދ:ٯ<Ӂ\-ss<τ\2D,'X9UƒƄ'|8dV}n}^R/wk3x̘KY_Uuf%*9Zߏź|]9LI[g/[g?OI4ή&aïfHeqaGewüDYS*Y_ZEY|6xFS{"1jƘH>zd3YxbK#ʅ :kG<(B^ \ys0ϯўZx <@0݉U6lq$l×g{+[mu +K'C=pq>2c_Pze:kmY0d(Q[ ӳon,ZSm{ejLȜhH|fe4" EǓI YQe~RO;pm~GƗ.~q!B81ArوO&gIcOxFBw8<@/Yd(C]z|X6-Od\j9 +6mYc'YIx]} +KM]eS `a1:C}=P|)׳nY/JO+0aDžU{'P >pĆ#&\ g}3Y7{˽ Rʅ y3²xqž[[y:c j3ߢS˕ukuY6ھ8pZAeO*f.&<0uF Yc8=u+$~H3.\WK>1(>{![D83Qj/zDg~M|r #f35:7#rcxO!RA9lƭ++fyRGԺCe,S +P.t6$*<&4,ɖ,j3cRz7 cϕ%s캹{PZM2lG|5;^{x>u?ÚP~>OAg**pżgq]\k5y >6nt׾,4$lt}}Lv!Kj}PB0(raUeΰd0h.Wj,E5ܣ@ ZVT) F&]Pb,8= W vX$nZ.muەIX۾uNm&09phƄS<K= D#}+]Ȕo:z8Æ%v\yѬ,H}0ћ& 36|,k:11cƄ9Sl|i#F>\x*Fp 6&\LϲOq!}B x Wg?ʿ '˃WkȂq1!9Tʼdl:ZVw$O7Ol 71{]lrӡr5ovgƒ4/.iE>,Rj!?,#QY̐GXx^t\J7oBaîP?'h=c켷YifsOE$.v;_x;Y۵bt˵mf>a9f0G7,[g>۷ҔWd-b PgljbÎ2>c㭦-6MX4R&4LBGH :yP8p)Ϥ0zl˶on/4ש7¶q~a\\XP_pRd%eLzZ'uY*f'cˤv a}3Yu}^lcNTd`ٓz3s,f2B=Ȅ:Q4Is粣Slnb7ȜFc_㼋ȃY4zOH\{&c).lL(\9ҖTy~[Iɋ~Ǘ'xޛ ,b|{ö붖1ʄƅg+s#L*:+>Y BƗ5Ex>&~VϸR9bftA&"^Sm,sKr|c=5kW=l籍tЍ.˦So,wrCU'aN)ǔTRx~~;`ƁLYݝf(ޜFꏽ8/'{ǷM.>Q?0pF_0]?gV7ޓc2d@/$j]!yل Z3_P€fA̓1{f:˜^f*Z }f&l,x>gI?3"F赂C|ڣWBE}yN2Β,fc+2L9ly +b2_PGsoj/GWV4z{q0sfO%;=TjE!,ǂ 6v=B$KwGϾ6zn}e:$yIE4BT6iQ20;ac}G ##mS]΅Cs^'>sW)80!yFhֲ{zȉr.񲳟́c,m^yp&X-r\8g|`@r`ʃOLlȂ@ۓ g^:-K%uvRXQG.TDNeA2DY5˂`%Yʇ9:KcC(2eDWg }ߑf/u85d7l{koփ)zucokUặLrў*cYm] *z`}#ޛ`% Z(zk:}+~2{י!ϓ@\4MV{Y1 Oggüb6G,{r(?[~1Gķ\mnfa\ 3cu__9a2^s05L|VC] uɠv3%P7þ:9eV{_s`=pKaCk kvt[8/O^"=#{!_uzgE5$=E_0|G7ij#By.s3y{bV3񶣪-$7$ OAB#}' mB6 HO0>:B5^sܫv97;cQu;uqk5z϶>A OL}u}IuQ+ +3l8bBK&DO"ɘݨCɋiD} <@p~ `@j80p '0O>ҿebXwd^TfCsaA|w_Lk#_db>m*'\xNgor?y=a7N +)='K2ZۙOSzzO =!=|/hGğ;XW@Od,e-8jO_٧ї݊>t1:mz;lMKyXxɨctܘ&U/ +(`)ˊk}: mƒaYt?7T.t.T}0!#|FtO%wYjkL(޷?j|*zvһ38 rO0T RlYPW@+DO!P +{")ӑ7m })" +>2Â뙃p337˄ v0 ,xUk)&>@X>[^q`\VݻR}e}IXr1a?M9l3ټ0+օfTʂ^;yPg̹ $oL'SޘrZCksL}x[Myluo N{Nޞxק{/^ 9mO>fu><3 L6Jd@m(J+eXgѤ0!*ɒѶ؎60ifE̓A5v+Ia+Ma(\\e> b>LLJ,I. UaqxsW5=pRӨ}qYݼ,H\⣹4y{>tЅ`E,k=0y ɀ?t,Ϙ}ߎ6JEZ[V{cMcVC826F%G_r!:ۥ(:/Y"6 -:˳~+9 +IN9<fT&$Bp=1qͷHY ʇQ'JlqjP6kYxZw9'MeQ}=nS]:jACu?P81|CgB;ιF3Ȅ?(25G<|@*,cA%>ý;ԠgʽIs9 ߁`_lXp`Q9fG#B޳'>\G/*LhT߱n;`7̏a.ޠqrygG췄< ރȅW -=kƁkƁkJg>VcA`¬ʃvmY{Jl)Lo'$z{7˂:G&VM Ջr{*l>9_[#7+~Ke=R{3k\Ȃ=<.^}:=2_H|Y5-ǤNsܙO;͉uم/(RAUo]ɳ#9 +:U7/7㾯m\8QyOW-X96}\7)*>yXwl{I|'DM#fiߔg,j>̡TNlCaʣce0TZ*hxA ?y*3HΑ^/AeAGŖ :]A?v'+ ,Rjk-#gb9 r9~{Ly2es\}&tg=o8*8н?gi3sL7ػǗ{pוwgXǍ9K{ݙYgyhVV3Oau)\Y ygr!s?wFs 5#I.B2k7܇}FMe$ +8s o`wK  tb +9ą/ }`FE'9\5[, jD-r;|FGҼ5~jܧ^Q8p<5{L"]*>9ʄƒW-뽾o;/pYmf$ ŽVVtG9]oq̃i!ʶ&':Kt~ɍ}Ar\eHަy|S/Ɂ,v=cB_ÃwבkW.li>r2\cQw 7łNF>RY%^Α'6TTi3֓=~΁d@$I[mxY(>xȂ~?,8 αy~vOۮypVی9~ftV3n сBcS,':d}W)m!W}mV忹^o'g$/8łZ'Ɍ7{{7{{2z}Z3V;ArM =˙dk\ˠ9|,a)8p\O΂pO +^/Lx֖~S߅~0#xÿJ(t^ilxه=ЙKθ.w ,ʃ:$O,iy 55[I}A"Hm͢''lŅ,Ip%{.Hƃ/u*^7\؛/J])q5@{۲WJ<_|fQ+ݢ1Md+u}Ģ?H~akztf=a"[V_fOX|n/|υqn9n..i)pzcl+G-;KnAaD0|`V}30櫃)jyǫ<8ˁ 5/A</~=(8mJ`2\9cұ(`3 g0f*1? ѨQO}E<)f3bYN0`3ߔW^\63 2.ZsLQ̃3a08iUرz`aX&bV!rPƾ ?LyqUv.U?G_K/s`f޼_f>̂_~2ÂO=Y29{]gD3.c̃ajo>2 au*α$q2/( <G,xЙ0qƒq>'>gzT o狢|+>)x9EW8pXG#Ƃ/ +_MjEY3;<`ngZ?ٙIҫ'ʄgFyr|u6o%c< pZp!CQy-5k\tn%&xtgłi*[7yxDZGۑ x?<EtԊťzq{\'&V,۪7hr/H<yൎbi0/Dw32 `QfkIװ0s;Mjv֯LFԼ< s^|1xe9 d٥,&m32K )ǃܳ9҅H:.}cyfcxKxH_3GOJO4y}w4B_G,yo/`=yt{2z<^L8=:5aZ9-om6޿aYPnC{걅5>_Tߏ˘\OU/9:>1F\OzRIzȦE_'_i/_7cTp*q[gh[Gvs~ wcs{}aoz~WO|c6y|c LY} Ng X炖;@A L-!ְ]x{z5e X80f u} g@1$?l0:w9/G|ړ7 "4l}OV*P>{XXf 9?uc6d1uB j3<3A£=dG<rȣS}93"qCx:W;ZȞ+^$BjVU!\`!|M*3~Ò+\S;8ӮY٬fN-%S`/lʹcW7WfZ߽?_5DWX|zDfBX%-9%Lyw|NFRѹ2G6=fSC0aJCq/f3,"5Il9p}\woKx2Azn{r̈́[XlC;.DϞq۹-_fAᷛB=[5),j90{%π TTd>kA:Jך,h[. +VW`>t.d:>\/_9EX޿bÃyMq:s3k=I?kq 'kD :QΌa>Sq'2%>N,ΐn"|A2!yL/vxP}A:CT9p@* 9p ‚3q7=q`c ޾" v݃NP3L|{;1djv8وٟȺS_ƫOK(jEZO't~ cv r'B?B˟|̨|Jp!g3F_N>A="~`¦0dR*3Fs^s rO^aoR+}zu(Ffٝ\zGj:$&9Y OhΩc̎mrMf͑_,8d 0.D.!:!fE}c|觅d%gGY g>F/$i<7jr]}RsNtDo3Nɘqf2&gnU#TCm ax`˅#X[}9~E opa^#W!J6ÀWqOpW274/oKX8ǃ9HA…y苒,O"{Oԇ2$f7 6,ehh^,{/ECY2E/aÄ5A~pkKC#MYGJoof#]*':GUu ݋{])Θisν/}|Fn ujoTbětVcX\y"nEfzkU x2 + -/oq_QϹnzDb1*y/k&sVuΙc|u9k{uiÁS<ۯU>aO\[WY0 5+equ|``Bl:A<ǎ9g/e,h~` hwY[ ܋^ńG3 yV Y/ 7_ yy {c4g%y1A|+L'RĔ7d<3= ULd̃Gn!_V3Rs,HLd Ox D̗7\Ѝ"tۨ*X'mwm4\}$STd='xn/CɅP{0Ȗ@}赨 @^tՍz82}8[Ԍ0Lx lXj.f<כ8kMYo*\X4c/jN9Cyamiۧ^ g.eHXI.,,z?Tmr>[xj>{_k&wȆ^S-T7V`CU+ye#~d)OzOG p$y{U3*Ƭr=)ޛȲzD͜$U YY?j.q +R3v7cgjJ8L?ל>:9Y@`<=g@yP;oqˣǂ ;/|D32 >\92^lJx^Ä$[:.y')bxe0uڲ^͌o?shg:굠`@@_x~Q2ιCcE(^m6lzcđz9:z v9[=^02JVXpKLCNP[zLԎ\P ޫ|%ߓ0169ݑL03&˥_luVhIZ)>`f $}=;Wβsq:;D-\C<^̖2e۟g|L媼xI:78hRgOUSz[f 3<>ޣJz&<˹Tp_7F36*'m[K~zrzZX܃8Nj>[:L+7H5\:V40<?teǸwbr Y\H9b;# +.}~BՃF-&{p^^Ȓ?JrE{~P~aY.V rߣ\wqDŽ4hs}-gV uvOvU&LѾߗo Gz5Tpip1ᠣ n0ap0\hFTuC-'9pC\7yL8p*^eɾm-C}?22vOëϏ>)}>##}X~+CɃ/L'8,}^`\Q֋f|ޠS<8#kC'|`Oǃ,hΞ/a Q+#Zj߄qR`?0z]/@-ky{g6< 7XȻ.p%%y"A}2s b)NT5rҶsY…ʛoD˓.΅*aCgg +9#;~Ag@1Tb̃wf|nE,{2<@@fRLH.tfsr̤d)}H'{1yAK`Vʅ>H{-ܤ^ 6j˞2N:vXpUT{<6P=w~]G+\~^ԉ#c\p*gA܋s`3mքk-v\}hº r4|מ^UKηQ>6΂a*…F3 י#5L`̾ Ez̃V3dzzSi_؃jĂ^2/h|C(e]wRɃ#(0LbhVÁr=x*/=/𦯍Cx3<<OzW;ط6PmZޠׇՇxg닟Sc@ Wp ?AAⷊ79~Q8<Lh5'|%BBW:RKz!‘>畆Ȅϧ)E_:s4274%,<[j]Âu&K{CgeL_7,X{\Lݨ+=PC΃?V/xY(x(y`rxר_B-Qw9d eX +̗ ^! +9F>zQfNKVomzu3ڿaB_Z7g 9y0ޱGY Xhrp CrN96UYS3"D%zTMlʇ﹒Y-.:>_sva_c7UG/W>Ϸ(3Cx8q~1XĽk#۸fouoy*tlaMgw#"echSMofFO=L( ̗!= >Qx rfR{˜j>Yro r`4W# ͠P_OpD--ϕkVL 3eo`u~ ,8Q95} 蜇e^Wxp|3xR1:U * iYP Qyk0Vq찱ɖ=u=~cDs ffٽ~.wXc7@njM8fvlq^3FMxO)$?:guZ||A`{fKhΠ N`Θ;<Ă)o3 f_}$* v} t0t T}]\w*,H颻CT{~`TFx>/MՋ3;U`Ѻq7D.z8!w]NYBlsO_x}OCz*5',Z}(|ʃVz%0A0!%7&,<ʄ}x0 xMhbB̕9)!y,xb ?9}/\Xԍz3aCy2N^#ljݨUagzFڜR굚:G.s4w\}Y)>`Q<ҳVս8_x1u^.(:H׌vӇ4V;oH}D(fL8Vu^ॲ^SL98?HP<8%r^uKE0eaQ.fץ'X0f4s(b6e 9&vt_nlfzrN#ɬr֧dALJjGx8c`ֱ~^A8\ ˝T4kBa,22vfnG7y}AnYn&S%ɬe̜_ٟ 3H\n;݃32:Ƞο;j9]#~.8rxںݗ ~}e-k/x1ߞ\\uu=p:nu]НEK:Krz[ +AyXB=x4%y|u.{xa` #&[0+} {[{vO({? w 3H 遆x;` mW}hU &3't/' ,3'1% :k=e{`-~g]}a4a׽.hg78Icn.f{}~8\vOJ^XG1=.Ry?f^;<N~N0~܅ye< Y{Ÿdx!Gs1]=9#悇l0Aw\SHD7.XZp6dNVيF"2Ht ޵̲V<,xh;ew\g-~n.;lX~knN,2aAc&Jt"#O1?7]y oetA? z'q#?zp]1k A0D]}phOT}pl}?~i'Z}d`N k6c!8? +c̋4)j۳wv8dxt? ;޲e?:tKOy< z B/HSrQ/ik yӽ;wwqَڗ\hg +,Us{J1ci<^kZ8bn0atvnxlp.x&.t}nZNqO8A=/9=W^}9s6~J5Dp8w:y޿@!kc +00'sGη{/5@q@'s>z^>5=&-́};7*Ƣ?f\vH񭻠d.|F7>'fz4kRlQ'`p:y}׶f#;M xV"䏂yd>gF#͹ln4˳Og|y&;Le+!'0:OgX_S&O׸ `׋ uyׄLl D˳M jJ ϸ!U? +v\bx<ƴYsKfdXs.X[58^lcd6Ԟ'/J7y̆ 18Ng\dDV.rX$C f.t}d~dO¤s׃zM%Goⅷrֆ2bAq²ft(AԌ&B]Aj6Xza]Н0 [.(X6Ht'Dw9_cj۲GTcJ1 1<@~s#zaRf$KM0߼9Ȓޓe5ߵxtdu؇ki[nojrjCL _#[UI6g^5S;Wt{y{ϗt68mw 9c;XGV|+w@#xa8`vp- Vݫ],;_pm-qeg~U_rL6؃~[wDzW!S:!͠vgnXa7IyfԓZMi՗LqכfaTvWkQy:X w59^k :cf 뛹ݎ]<tib,ߍ4 >n8?c}Έq2gsGҽoga L2 w;֒Wxi7u8~gVk->:F#8h^λF/s}{K;x%uË5.3Aoό vA\г< tF`'.}3,=PYo9 3@: +@X2s5[&c;}sKVX8x\wtn9B}*pL֠kpg-\pO)#$W|Wz!%W2G.8՗bK/gSh7>O/jA=,0e{[u@?u@@8+.|  #s) >N>x K'>H腜O:eb wJVsX'c=huc>nلgJyAH75 ք>.5 <63:Vx kQld7ȅxx=f>`";wwXvLQs@xtxRgj^wc'c߈b?^3|.kksc8y_#5Iyyz%Ymc;^_Wq@yqtyr./#ڊ x 2@!ש?XaA1yIJ+"t*>k7s|mlGߣ&dh_G,DG N=:]7:wANJ䉼tM{IAw~8Ǹ\>Y8!|$$/s }$oox<_ۼ5k8$/-\}):N]wwozs ]wɳEN y>k\2A{גY7vL~Q;eu9 eh55`t5p胹 ak]PQ4]t"fyhf3JF/a~,wі2C!X`,4[* pgyjsEz$?s[8 ·XOg64y\RL{{R'Z0u0 zB }|pyr?c ma慡n0]٠䃩N}jF[+^7Yѻ7fVrË)Kl˥`k? jF~">Ŝ_?75ıy-KJF5:_tf/%`k\cJXjOl\kEܐߎ Qu +/\^H]0SyNvd tlYɽoiu~ '}0Fg+1z{3| <䃫:88!Υ>u>3מe?}n=sPsNס`rvkdc `CZǎ9ꈚYB~u.,߆{a7n8`E7 +<NW|pN&4s]dm5kT5c&]x.k"zb_ղBek=VZ=F!!+ rñVG>{XЅkA u^ЂϵgfFU雽 ^ FZ.I'BqwۢGYsqq8Zԛ2K\ɬ/>Ӟj (p?2ssr}%\'\p &ucq-3悿3|^uBY_ꃥ>֝su>r F'y5?/ϐ^kkkXjD F4֋ؚ-xp.YLu751k::^ߙz8T:wJ~^>p:|0Lj>Xz`i}Җdp]%tFz/}&'5Z-{ZBFWKc~ ڠc{b&yP51 XE'=1|Oϛ oKl0wd {ᒥ.s3Bً 7|hNܷ^upúl.|4yWώuxY>¾o1+ͯuO{~;}=wk:|K2^+'Ѷ=w:јF=0ED\kENT|0w|͘腲A6W|4g0|γB7H'+B&rA+n5'^GI&|NPE!:P>ǖ.8\=oڷv Җ'oKt3/t9?_*ԘⱺoƳO TL Gb'du$Sc+_?s0T y`X?Fy^-:ZYg.ȺQsG!'9aD G : P6ˌs9~hbt1YY%Ÿ>'["=kNYEDk9.wS~O1~^܏s7<yZs*'C{Kn^|ǵ`nshoW>u@4+3QЇwVµ~n)J'sKN7\p(!q'4<.ܿ2zr]+?^~Ӿ6;`_-'LAZ2q][ӳ >yӨ7q-w, /^+sg5>FVfXuAMiH@s%2DN{k $JTqmfS>ұ;1ơBY+cn=xUgr[MK%9 ]#l#[j~E3B2 +T?:`z#e>؀5AhwFE%gCަ 0gV_0/=0`?._#?Ə!.?/`0\Ax6(Jhucr\P +"3?֐j25>|p9Z3ݼpelMA:z2?<#tlt愼35Y`5W`EqGC.3\ 1B逨 EM4S2 B3&ԹjA? jhJM8b5  2AA}07>8僃(\9G˹ 90d;y` Sf}u8qp<ur_dSGӇwo"NO{5@mЂYb}?sr㏕#q|MQ&?zcꧻ֓k}; mpG>G?+z'5;q]p7:.-k¼7$9sM釸WjO j@{bVgtqj<00N n&;]q/XxXw̮M' >k1%/~(+fu~>i{yfe-+ϪVҶ`^YK"67P<ن}˼}!\.*뿄:Иu+ϱ^L>Uzx_\hƴ '6_}rhP/N*yiQ 6[ [fkYgҷ5_Ȱy"8 7z~Yhl5|#rH%:a,zץ"NLpA<`&.h`A_N>x_ԇmOdxڳ>LpTt{h3i}䅲 s/VT+9Ӣأ7pLr/}rMynAׇVk?끴}Ï{ ׃ZCnф1GGԜ}y*u>}wRoټGgt=jk_umY[d~'^+n]\;])c|^#DŽy%Sz^\-ZOX`ېP?k?.ؽމ+Ws⃾K MmΗOqpA;69sŞZҪ+}J{^؎y!*tˬ^XNZRYgfL }!3r.\uu]:Ju;zQ17w̓ e_~]:\+Wֻ=_G5:2qmёNa,'T +G聧E[35\6 &'dݧ~^s 3 .Z tB_fvN :#Ľ{:}kD.wtw8s?oF[k&a3=Otޏ8!ޱ܏|9 }?¿#i9anq?[| 2 |Б5dB(sT#*K'/4 +K)CsBsBµ` uRkk:N~@IHYac y׸|] cp'`%;u}<^]D8ij(Z\A[?2W(Nu=0Tdz^\)u~ǐ2+t~y>:lp#%#y8 PaFI/|>ӵ$cSOlH8={rN@"sh~TrB`ƿn븀 ]Ս +ώ>(o Wt+e.vrbnF >^5ASne8Y>ڏU;Xj]*/w-.:,~?:⑀{=zj?ŹjQx][as>.3gcX:!;TYXi=.A{ =Ϡ 5,tm_Tw{GW%x2@`L]/H⚢%Rˉ\ļ}МPjE<2k͡)t?`7³1pom(CF f{pA0^H'{[fF<1w{59փ5ycC甙>ۼksupF =_fk cݨ;[N }kGzjG}PևΘ D u\S%F\7@.(LY.&肺=1<\ ]109!|aԎp&uCٯ>sC06q=/}7 p;w@kl5}/V}wC3WeJ +'۵{s`-VОZtLZNH7<Udc)<'S>fUpds Y3 +'V|0R'Xm{@l_~kd{OTr!>u-УxtE Pm7`KokȄL8 M^2c55#j=T032LsPb^hu85}9mO!S?7UuJeo!8t\ڻ~no¼pz1p’>Xٟ!Wj%+Xw_A9~P3BT<_o%nto W0 `zP79gT)5H^gp:i$'4l9^Wx ǚLPO^W?5MZ'\6~s(D88tAW0R_9V3Dwtmg473:؄&dvhódk1S2;p=}`ʼp̜МPzh_cs \륊O|iИ=|lnb\u[~?5G>(u'v/`醹d4#SAǶ pB5#h7v9$XO!N.ȺU@:K-]s0p\Dx_,2{G[Hs8GyȹJgNwg;~(=?Pg*[)99b2LB׫[x P=ܫP䄬lpq!JZ'-6sZ.X $ F'[qBNhnG'$Y&U/WR'5 >o>o}pA٠yZ/J 6dkHMז=YOzޞy6%#5‹Zʼ}y5pB]C'P + yw7Q= !U7T_c>؇~FmZ+:Q H_=PE/Ǒc\#CP':j\t%phl:Wmt~~>1:7dfZ %C` 0ס: ۝;cjtLS=iVWJ9%6ϣY[םzTcuKQ'cL֪c>u[u\j:}{d&F{&x .n!̙X\GfhMk_Z3t5羖!yb]i'S̯d\n]M)2\[Qlnua^WNbFsOT?w {?'B6e>ϝ01sY#5{?Ammۘ F}k7 q Vn smt>>ccG#t‒jlvĠu2\GhYyJx +:!*ψO: n1[! E8kaWK=92k䁯پ;wK.Hb.6">hLϻn\s08q \ ўg_U2r ?2֋a(sATAs?+.XfS,A䃀S8Ru;Y7 s uBC>X腩vRB󴜏&s PG +n+[؂--\Q8cOj)p7b +  o =Qlq<#2o=֐I>(s +OsNT><-}Aku<\c؄ z}(נi0\둒IkӐ~)m\􌠆t䂴sB!%^(;txͨXV֑!|t%tĒxe]nVYcfyy}tG˜+1X.OSSԬsCfꈕI+倖k( (ת},f+}).>xʪߢC˾kk熏Uݑ+g0xxĝMڛ{3~p<2׉Zh\Sao"S_B31h=@Hlʾq=Џ^XS_:m9cZR烷J<wTWhhU-ٱ%躢 +mC9ϐTг {Ƣ $} l#އ|GqU|9deV/u\ ;wk ggLkcsÞ~%+ckȉ^׃qm5Gsve]5' X#ʖH(m&5d=Ԅ:i}/G5cz_㆙bB\7<2=2ehg?Qx3pُߠF'3p~:Od>6xz!p7m2Yxpp5x\P|bUK CD8DwA\P@wX;arJs邏׎9V.X@s?։^ 2P=P^t’vLнc9'18בJsy~'usGo>ط٧)5,Z##MO\7(uuW>uف!Y @ +?p; +A:_ 됚zVs=iN֌yg~5D9w>wCmn*|ܣ =QP?XVuv 3Cs +ԜP2j=t1>jkcw´)AJ'P=1MNk))ync'dO O>JϞ/{a8E?k~A~5{Ŗiϩ35 7\C) x[ ]Z +_Fwkn8~_ܺyZ;9Z8'(٠A'<~u;Aed'v`8.ԽOK|怚jP8g{GB={q .X(}P¾ H46~fTP=PDu[!Dި':Rou}^[{TkFM_kBY+U u@3׳O/f\\qU]O)ל9R;aptB#Dm>NXIShI5CT}:qwjmӾZ36߰C]eV} Ҙ˅5gJNxݧ:x'в]ktB^ӀU3#v-E۷_KNdbchq܏cXZdPxrA掽tO{#k<4oHpIsDk*5ՙʺuc]vubdaV\V'{m^AC' uaޡhn!ĜmO0O|ߟADe߇2,}#l>;?nHuej5CVKHm ;y O‹d͗܇]x[A;ZFqz!p<;]oE*_> 9g^sٝr3/o$zCg99ke]Pu;*|Uta^2c)X/[  ,AַXJyFmq̎g= +>` iSoǽfoUy+a}9sBy8G+/[6(P'R  >G&L:p>\pܯqpqVC#պOA#9`Y :e֓e3e:ɹvyunr-|l/ +ZC:3|>~{np71'kH'j;ѺI-(龁w*}?=rBn(\w\p7 ^ax0LP! {y9! 2jH?~mسO_\,GZ,9b7Q[cU|C3Y{YYpm- uG';P(Ӷm>%| Jy]S5e\oXI8Iq^zܷ7C>\{>}2d1(±AFp~I NBؒc'&U醛wzKjk̲2/ug\ı3}-kVu탡ߡǾ6^m}QY~f*Gi?Axڷbȼrkdo mKnG\zLkv.Տ3 +ìqĘ6;9aOrf2$<¹ ~(f|zxjD-wZæ_|3Rwe~ # ?1rf +;~11(8\gl> ;v {3[7 t&^~G֢/gրamٛb5Zfiո:`{%'LؾpC:!\mu+Qb5[?;Ugނ u|/||ro}\YikuaZf@YBv<{:GZϙTޠ&Pyfc306cwQ +~-}oZ{nw \})L?\~ \G0>L_#hr=oQ-yq6!A9 +#u.xN168ׁzX N|ok:)/o1OFqjSwR;!y\%9z17iVu7>˳G#8cxrzYm1\WZPrBZۋ󽸮W..ڂrOzu 7J~~Fhk5]dy>'๲qH!O |h{5tspؿ|>, 8o=r-QG -d-qTASZf\eS1^' C>/rL3 n g,ѹFW}",'s«Zvgymٞ;b'˼֛o%VZNshxຜt.ir>a.g>n{/.Pl#d\/ j@OIX: ϡ5Ws~bed/" >=/f3r26Чv1LGVO_~G'TTq7ϼp잼.?|Y,{Xvx!=p5X_++J*#>Krבe/{\Er@x݋/^PR{/\zV@z n>|16<2+Km w^T;/)w^uƹN^Sk/p}EpyEB ޯg"O<\< /crגi`Sp@[ _~y >xct +_Lu!C +׈?]0q4f2wtWe}#>T']Sw= +1 :L`>(9r*7A38/}{Oye(ϋ#^cR1vc~ǺQgwO'ٝ!-r 'x'H)Asԇel1 Er xy#s5Ⱦ捧Sם9{8{>a{#a_m}?%Gg󾃨<<'lll%-`ltAxZjqWҒaxoϙ.2FO|;Nb]ŹˢW-GVB\%.X?\tyKRr-+.XxiΓbm81bG/%pCz=^? K$9 :\@Qo.j><9 f>}p&s{ߌdӤҖc057iJ]+a*Cs1 >]xV|w<}9^ìZ΍EkC0K'ub }y~5C8?~UA1S#r/ԌOue,QcPqAO@559c8)#鄷>hՇ&4Vczoԃ^z1H0>!x9CA`gn8!]м~'ާ a| cDכkstM:d=G>XsG[>z~ +~w|-8뵐"kH{ ndzQ _qӹk#@6((rBqBn8eT2C)\OҴ>:XI!ǡd!3%B+i5ؘ9x=3x;_YJyҖc6ݤu{•ft@q{״N%^#;>׀&\MJ*48kr9!'tDd~2q{زZ^l>شV1׷`8 z-Z}Kmbsm!סcg},KQpx>{^zqi嘞F/QIfWLiy%g交k_.ZNIݔd"GGO=&곙ϙ;{9 9qЊ3,/_ꂤgfdꈭE%69׵I){J)}kJ}Qq ˙'fZ q8~P-L^LҶ4"}Pֵg|S`X=ꞏ:‹5ina6·gD>/^WM=,W֍6j5VV>xt@ ??>m[?~ɰ_.\Vkg{.x  w'ޛ'~^ vrƶ˶öm0/iFxnX[#/׽V s[eV"[|nK-s68K8޳bg=p^^, so=*4Пwa12b[ͥ#{7VƜPcR+c_D;,w\~P;Lp.s@x39Q9^ {pVu3nvmԐ6v-Ԗf8yƦ_W]õ*jLSQ/:$ +%/$pAd{>$g'p@ |lH(|P`zPV|A]7b/W{ѶL9P֌:R@A/s? ӽܙri]Ajp ,prrvV^qqAtyi;{v1#B8#PyiGgH?yEA;j!Ke +ᒌ3wE:cnB<ֲ~k^)QG5 8osVڋ6:!~W:!2&fz!ja7]4 pD?ƿu Aكpnx!E{0Н/ЦVS*ugFcÙ +| Ynz5'Џp{O(\"]}G2fXh<Τ[:#S?cw76JgC?x3G$;y+>'> +8T2;sZIǣ l8m{1niaeHz= dhaBjU܀yC+o:UL~+oT؟ Ÿ 'pA~ԳB^m\vܒG8/ƣ1Zk+Ckڣx00Cܫ⠲`я?‰y&AចtGt?ӋpmotEk)첅 )!n]j6zzA"{%ڵZ_LJVx e_jH5#pjx|75x,9!s)5Vjmj>SNhd$=\|,Mb-h7;]ӉNy{[9wu^ y~ZNwD%$8ckd@Σ6xxs@8wY7G}>ֆcswY#gu;Qǩ|GG܆l+kHF#pM`=C%#$tϋr]z¥/{lr(yҚ Wg% <83DŽ|P̽؂3/f^}P̸ +?s}~Si ~ȲH돋3o3n?+;%sqcpu䘳]ݧ\}XLN<(yP:y\䀳3o?/|"{,r:2@f~SQJ&_z\T~Dx,p2B/ )ɗ_!;D)C><&ߝ5<<70>.8.9![Y/& O@ -=׌)=$|0/ kڟ>hkZn뉪 ʜ@H47Lj\}x~KuFef˽ 5䚜12+o5wp +A\z8|8:N37}: o%ʱol +(ye~G3o/;ݔ{>Nhuވі/lz1<6e(`^9xP_\(c(\ɺSz%kPM98g>Ք6B:0bA^]±%]l_٠ohN(uz5Ț<[tF? !Si}cվzf|>8jjrEl=[#Fk8pz؊ƍA{?rZ-IO;ѡYAqAhqꏽp4wa|cekP׃inWz ua cZִ"כqOz+٠`p',}WևjFڤa^atX3)pipcn:|``͉Ζ{smK44FYF5;v/p_IvEcۮd9*,TMnohڙ|0ʉ?F^P#۾bmK{'2NS$T(CXw"xȱJLɊ5ذ(,Zq*q@QJ obeMi,\HR*^ S7Z5I(<+q0*W z^{) mkRa!PQ}Ӛ 9yxRGkrԓt7ψ UK' P(쏒9ҋ=Kgf>D\tQ|,5=K/܋1CM*s9'TaCiJ7IL#!Q?OJu)'jX}<͘u ]GBg/ݭ<&]mx|͚-Muf &G~gZ3`ZU=?VF=*{v:%yQt}E <׋Ìȟy[S{E|.Gw na=%淿W[VmojC؆־Jzx|߫0jF9u!MV=xI%^'TڟSG)>yȾϟË˟`=;OBԭ調hwl;\MzXsjS -[-|#Fdw̟c~,x pیw7|xi5f-bd{5nkpxIJߤ{r? .!x οx |9}k˅W'YPg2]/1Y^v?axw)V3 +<-|Tc4|Ie^_XXcU z c+#.\7XZw>l} O}Ij?ě[-_ ~ ֔!ՆB;|ݬޥ(G=#|Q[} =y7wG|7hw8Sq6>2"_>` 綞 1enoBRgTKGge61(,>xXC8kƲgj*΅-.>Ƚ.#Ӆfd?q`wGi K|W1-/1sKv.xR3%u6%W> yܥ|<1W?fchSٞ/b{Loo %K6=s\a򒜏6SȂs/ÃksǶqz|mF{` :H=рʵlf[tU{?X5n oBexMb5ͿO$Q&ՠm 9< F4_ =NcY=.X0c?_-›C;" 3h *%Zj CG{&7~kf Bg^ߗu}!c(7w }.h,8Z뒚G9w6$j SuیEOeU>1Y݂v$C%1y%_FYtỴ3dz&y9iz {f/d"/IU}fõ+8/) xQkSkJLJ/pqƅO<=GcF *[Zc4O?WëZN.{F%ҧŴnLOxSӈϨoHy/a5qVs`)n7`CC8sV |nre]h#\sޏ}?3Kƃ'?~gƳ]e%̋|WIl-wE:6 5"x_O`u'zҳ=JL$L7ɃSxĹ{^˵h"Npcr`2]Mj p^fk3o%^O5zMDQyĔoR&zR<_ֽ!rͺ?D?Zc=|'jEiR_C/Ňˈ׋1zyv2ĀyLٰ]!#5*HkF|bKׂ$P<`!0\uEhiafٌh^y`+j$4>4z2ra#0kz?l/J76Tռ(?"]󾚥9Q&|fua `:%]뒆7NrL0"s<1ng_<̾_Ƀ\C5<19Ve,13ٹ^]Sb{&dNT>L~hxV5l|kV9\聑kd:YaW†r)_pThȒ&ydFߟ7|6[{GKmĪֹ_7r_kLg˰prOkxh,<' N[ Sq0HuOy*n1>׊QԘOeubARhB!N CZ:rMhoRb?;lw"-um“tL@I.,=ݖ5}גwdg}lxGx{EecdBVg|f2T3~erfs/sfw^ _5v6YY% <>6fiQ 1`?=} ~[jO ߫ݬmg_`>3{[aͯS8rm?F=\Żj̸8PxPmv 7†s|7Vm7mGtMp9wO_ө"8mI ?K_^T3q_F\R[6ҧߓKbF~!\5?|&ZnΟ5F>90$L8qÚ8ĕ8{!קn>881o$s~!8/@Pe+ $s#|opF|#ʱ*’\ASw_Tssz^'ւE(lƀss{-XuqP%΁eErqqW#aO]~>|kxpaǡQD'$qW^ +1/=ZzGz{UrwacL2]pq)2俺WafACDzqM1`sB"=S/s>09e;s#Wڟ\֓^8~=aēZ^Z[*?~fOCƕ6.Y+뭜o878_xI_83SaĐK:[Ɇp` k5r 3E R_40mʁ4LkI ˂uX쨟(j\cktaVcyAšͼ.5ca;5=e7#O2g?;Ã<]kKcAkF=y6P*׹/Ά?>;0p ϩ`rOg_2T?ʢ2a .{tAq %py7t_4+gpbW0|+9Mvq=gLJ,jz5f\f2 ;9k)= +_W+mzv#뀆ځ9+mm7‚ nxj{ZV.=`LZTNYp#&E\&xq#ˬɞ \q+/aRQ.XΑtەeBرhflלhlgC9Nop#,3"q~u8sOsda0RTsS?T3CQ ¦ěFkqnh+g :\%,ud8h@$LuKϙ/ũ/ǡyy_kL f%[ZLl'PKL >wc,ĉʁpԛsp\\1k& +v; Ȋ̕ޡ\h|Cs gN<emjksɒ ˏ cBj(bK1,!XNɄ\KsmTY]pmyek~V!f ƃ2 鍩ؾʱ0Ϋ̯Ȏǘ7uCE='Xs_LX/glg]דi&c">*W,?/}.S]Yp+?aTC+>zwR{":L^!¡<L(cͶfJi hRꢼO'7x0XP&<  s Cijˁ%͌hMs;-<5grkX~ \݂Ry=KyY?(qA=d?k0r +aQWcHʁ?<u7`DG9p1٧> n/k9euƴf9ϚPVe"c<7%K&oQwḠMNK6,xor^ ]r󢙬}MM?xb[؆OWTr. lx}M,B}9t&t`S8.2eM?B?}h >{w{y}p9p m}3_&kXP  ? Q4=%FZ8+d! 2p̉Ƿo9/`=:E?#SϚ2x2`O!Kӳno~B̧|t&#1Zf?c0z]|VmKOJT3-#E+gۧuKïХWr5wd?:uq֣#]#ΑO?6T#g98݁V݋8v ]ċe^K]b;vaƱψn]{ZoϹ ~<ՂoP7 |(ύv֌\7|xY||ui\y^-8S $FtN݄Y9 {snFކ'a8M\^x~pgW!_S$&T.(7U*(kc+PɄ=rFeEXR8Su]Pur~aˉ;ėLhΞ}1->󇱿1b?{?o:'hgaIu_ +E&\<4k_}_/y+qa%SxՈcmNK2\6cV.l( np=Ȕh,zۮZ~v`@d}jO+*G=wF'pV&ܞ\`́Ƃ~I<ܶ7V|mq[8w18u:o=d_A1xҏ^#Vns[Sʇ8>CAHPOWrs.ys[༥4?ql>b4/"'?a%x>>߬[<38- .| RMRs1?Ƶ?9_|o_vN "E]||qw﯊!Ժ1˜Ú)tq ÄS3¹xsdh+h1cJվ~OpċG[x5GBDď': +ύ:r)ǵ&=5&S\8Q=~9'`4sVŹy櫉 'hѮ[44bVK5B>rž &YW 2oYԨC* f>KujPԧjgG1(01,[zi '>y/l/Tiq!Ǵ|`yĞ 0JK_+Zx\r_;{;71bL=`賨Uz 4)5͵F+M^z5F5Mq5ÉnXq7`;/WS;Өk(SٞksxƵʨ& ^V1v'QϟwB{sm5Z٪!ĂML,OA0F- .ٿ^LJ^i=Vx)Pk?&NJr)gle,/XQ3zӕq|'3Kl}>_<{_r$<'A'uLcƒ~y_qoYaa)rs8\8vٜpQHN G!^.p͕'1<73᜼E5G'7ssCq{7N1ʅF?BSgM\SxpgQfܷՠ:sk1oUN]Wě^eE4 +w:  G؞+e9Ĝ;Lj8Ɵ^{*Fa1pK؏:I| >Qx9Wm: @F!֖=J pi|IL=ax>zx#ޭfy+Pq'_ù#{a<#^aˍ0aܤdL~+q^ 6 1ޕ`xC3*[ Z;\|YBC2ut-5ϕsĄr(SPAv 0'r$?s}؎ܯ"y|8+F?{;iֶdB7/>\~`W g}( p\x9P. n˼X+ŁO^ ?ĹԢLOG( C>ĂƐ0jn(uH/e2IhL]O& +m Ň +:%4FeA_)"㐣s aᭅ-'fmH~`0um.]?,<*R.jX2)ʝ򍌗Ǣ4{}=bf\F/kXk%~S\8o ĸZ5olCWT`y1[ZxѿCL8 goσzo`K,f' a넪X;\LuQ8 :Cpޠ92%>L,8F9i9\)8N(:P3LAqzľ 05sd`:-&ZdvC>=oCY8 Gg^̕%.zn!k{5^=#S#vhgY:CUԪՇCZȸ@)dV`< zs[ߔaֆotC{ ½_=&^ ޡ1uD2%h=?4+ <}ecil֢iN#<áU7 hn ,8rE1-

QS4~||#3Sni] j=?ye-\~4rʟ\yƘoFk5y+u9ӴF(0L% TM1y*)PEsˉ Β,71*.svypN`k|Ƥ~^n2axeE?x;zZ@02<9 "^T& \u*x0$ʀExr;u<O<u6 ƫykyhpz1?)kkEŃL,\l3BYKe2cCrJ,cQ+'S{kC 4-]J"F0)yiߒjDD{],/ 1d|Z+U#Ț##_0]o-ǠuCch\e%e.`Pc ɠQ4{s;sl9焎YT2lI+s :+S8/H?~"$kČX_z:WMENG餂aN,NdGjgJ*=UXeC9>NCʞv~FEj}ڨ`o68_}z~Zgu90%?!eV9Wc_Khe:֏FxuLϽwĸ t/xor Z' r&=Nam06V|O} wqj Ǹ_mz60mmK_["=5xj^2ko I[p'{\oĈWy7O}e',s _S^/"p۪G>]Ox/,i1/G9 >xG8,]3^gNm{Z`k^Zoކ-jޣoŏޢ7ļ=x[-3'GF)kTG.aG=uU.A @lss8Gp 7xSwռi <`֩Av+s_;bz{La-={nOTX4r~uHὨFN2vG1Inj9?l c6c0rȼALrg?h({0B=av"qwAbJ hCh``k^]qw!Z\p_.kׁq$T=g}>=,<@BY`Gu,l>Ճl8a5Zs|M=SN \|Ϲ3S?)KےB_3:[z1-8QcdECy1d9 ƣj8דA̘v40kMI -3SXska7kssFx ={ oSҘ|߱6(7?_|tXcLf>sR2>9;js} }[:a>sM\z8kdE`̞`|Q>W3SYXv KLh/xMh&l9Sa6,R` N97G/FeWjȇ#7syz/֋r^{uLj_S8Բ~a _yϊE9w:;wT411C[aa]_963M +~35<Xp$ 6m.F-U& {~3e_eS||g%:~gd~O6gmdM2 ?Ck_׫ra Y^&+_>{z8[p%kjՋ_CebuĮʄ۲ߩMaq"F8Os2 h-U%}T35yĩh|jđO*S/}r˔ghg} +.|wwNO^ >34y|h?Շ~L̆j'҇U?zV}? 2o3W"?G3[gFE3:Ox}0"ޡ9a꡵G_=|h-4빶8k+/~!k;]?LM QXõj·՜x\gm6ve)9U;vs +\cLt<8PXҖ,H̪ +<9'aSYyuj&/[{/ͱ L8A ĹQ<ž908ߓqM>_'`B,G=)oGf>|{. "l+khp ĐD}yo=Tݪ;ñUm߽|Gw՛uA:鴇>c+:fd(aSXxƒP.S?2ʉ0lX-+r O?s&OdWL`K}̛K>{XV9.I&LjlWǽy\aWX08U^-\s\k0ϛVc.WZפO:r s u1"\8>{Hx5WRbp]gwQS\{xn`['8y.FΈ~#xi_ۙwSYo43䚤w|z߂Jgje[fTOG#0a)Y1g /1{81˃_Q0`CG:ev{7OJ}P@Ǭ`ڥnv6~Dvn .7~]ROMY^zGxp=Ao1k&O3}uVOF5P+Xxjn__8֛YVx^oQwhMT.ėRl |n <h!Ϡ1yp%Z_ k}=g0֟a>aIH/"֜/Y?k4n}{>ƌ@7 9&{ݍ]³k.>&I5M7pvxuC'nWxKgSyBl}ouAqN-.\wzj>|8p [p^"xIcF=1s(,FLGr,9#xx9PN9|c8>F,QQ@QOI7O VKN}b::yx.Gؚ ?4''X$Q[0N;H+,؈-gyO,lX{0Sf*ܸ3ISz%MENU[a8eO}PΩKTt ̋#f_BI`vzu<ķ 4jDW|?񳲗c,3k9L\0Lh pXXE\{ZsL?\3 9o_NcF"w-居xz6LԄ֜7аX:^+]ʁrMNnb'}`ݗzu-ܦϗgv8ן}5}^Y(1J}`^k*}.yM'{Q|]A~*jȀgudF"XEhp` yjV#Ya_i=1{P,gdd5؏5'jz0ݮߎ̀;f<)dofTaAMcc9q}jp5>W ~V_^BPMhOB=G;{Pv[ ǭ`Ϟ>w䪏\ GESRG};>lxO㳟7.V~.(ȉp秙- nJ)Z,MY:7+ǴVilZoZ'r}k.噗O˽soGc? +\k&L~#Z>g_gDĴοy?|уBs S Xc`YڰY?}&"sլ`Yj[>v8rux#jk1o󬷎`ąY]qp}Q5>+Ϣ78qaqƏ# 9=xL؋>_=́?ry0I;Z{uNy?~֍8w%ز~Lpƅ ZNa=aan`˅jv&9Ufޅ}4bAŽy9>D"hM}9,usw|'we&|CxcK\12"a7#O|C׌|=Ʋ׻.q37 il+#c;{qtߗ>ˀz2>""tOf4Ȼ>ʁ{o.#Ĉs~̊fO] j蠾$ϦeyNo:S3jȚ)~>XЭ?7/Hl軤> :w>b@q Ʉ0ZYO~O,z]bA[s]ެ;4p|xq5z$ps{ׯzCrʃ˃?),㯕ޗ>?Y`/]11˝Ǯq̓__9R-aogIl$Zb\t?}!c\Q#b9s(GǸ%Tԋ|u~ė\m_= Lh}y4fm¾^Zfuf۹00ő:7}Ӫg-R}@b:{߹R.s4|q5O:~}6<|u6!!CCx;;cl y G.lˉsZ>X;)QF 0jwa7 +scF{9w +~9?wIޙğDzL~5x@yXp`aƃD ޓZ`F\(m }l{I o vȉY:?G_~ϙ)[ùw^ҳxߏxWNyruvd/R_P1=j1yʖ ln٣yNl<+={1vraaP.,2ʅuHۥ?Ezr #kfkӘ0Ws~Qf9!_s[~{Zߑt>>'u%G^CZO1b9;J,} R`}Nn>qx:{ϯKXr\14F{5jBga+T8}ս{̃o<0saK†l6>ci|'KZٚsW9W/W_/q9ʾ?ywwCr5M~?Ypv/S` MjLeѴoOA\{4SM6ƐpoL>e̘`Hwĸ'GQ7Cwῐ%Uč+/ {ސۀ<Sje&l`oN &7/خx9'cU)Iٗްci,\g?o}Of ۅ e'˱!x8`~>N",8{`„`Ofuaa;0`lˏh ?u7NU6h,Қʐ'Ҝf9Jk‰!`b@c70GB0㞆la u_޷Ii{߁0ڟehد L>rq&T*G>}?1yuI^sW3~~J*ǟN8󞩾o+*Ʌ~J|XdŠ'?!>J{>yٻˆȏ` ~‚1~o=|Ɂ⸏yW-cNTr=a~#c { ..y~a?:ه>X/c=62+bh/ WÕ+r?}~_/W]^f( }G xo5u}hA<)5{%q/Nją^䚥 <[jpa(1vG^ww`Aޱ`}O1`kE Ky4t߱sÃʄĈmYZGn [xRBoj pXot챯w +>aM]'Z~g=}S>!=̋Cq;uI&sN8v%-m'Sƾgڀl!c/`rg}<ʂ^^>=&-==Q\8YfePx^ruk%//}댅 ;ܓК0`PFMvz96I&,͗Wix{'XY'Syl/H׍^{p223U氢ɽw2ުМ`T$3eYOqjb`?.8p-8pwv5=~gq{޾pds|i&F &Nkzć&-1c;n{YMK˿8}BG"!UrhX>˹h%0Nש Βz36d_ 1M*r.FXτSYQհr`x?6| 63ey*_o~a%[/s!,;Ms7#NϔACG >MqאN-kn&)OM‚s0^3=s=M5;> /|A u=<7B|Hpb? #vvV $6'œ̏ީF_OdvfƂvOacG/OG8b=Są =8Q'JhQ4o~-vAO?_hh2օ;rXpЃj1bNGazZ3;Z[fPJz)V|@yO)wȣuzzzT[Y>]_,88RΓ58Rć2X|/q.s̨y=|_> +wr?c|fgnuMfuU Z3>oxi|r=!mミ~djkdn'rHf"C6E}ƾ<}F<;^fĬ}Cg/̪Oڟ9l/>ޗ0nccn[=wiۘϔB|">Gў`ZˆvsLSfhg-/G]Ǽ(]f}MܷT+[B}ѻ/&^49Y+a/s^񣌖jX 9Xx{X }]~1xeznɻଏe?qˈ\5(zkKK!Y,)T>㗱/:q-%ee0喠x}"#>Ǐ|kwj_86%}S- +B*xl-7Z{-ŋ[BGr#H[b.^g1_&O?EY?g{xȳd-&}}}Co~ +V7^wo܀n^VWglTM\#c5qy5RҤ߳j7u5>%S܋?VS3aΓ Kljǫ#s^l#mD]K/w~9k=<2Ucxcܷ9*|\MM~cYndGĒ BYYT8 +/pǍ**9:2)wTk/cF177?K01(65N\aٺ9|ۃp7 Il9Xyfgf=:ejߌ Nqӏ&|5i u~Ep3*u7K =dFCWr"78M,eMK#|Ԙ{w=Sk3k^xv=jxmNEe}YMw5YM?d&ɀ!c@~~`( 燧ŋ% ʁ2 jr6yk$krz?y/{O›rU%9JZqVB.˚3g!E6.d\u=^,}AKܦoZ-ا?x_Nqs챐݅a/fP{8K*χ'a/B|vXc!Q%&|%pG<[ĭg.sH.m?Cmm4=%`0jyӉaA qsYx&=∏Ou8`Rr/fx:w87Nq))>{{OupNcOsٹ_l<^.<|jqvxL8}5si0਽'=>Q5nq qcƉ|_7zZ5h\.gOB+庅7=G50üϵ6;]˵M:Cfx/1y‚J)陥x_-`# /0D1e8k.Uڳv!d .1NX +_2u^eLrƒ^Z7T׉5^2祼Kg3$E9fʅGnbΧ9}93y)_3<y LH鞣\Wj0O&z(>sn'@H" l2(M08mc̵oUjiz3 "qȈz Y J@'X|Q>l~2~[l'3'x>5.&9~nM|07ż~mT;9čM\kx﵂ oG5Xqɭo2=Ă~T^L/gƢu)OZ:W,O1܎m,ukhͷZe q\<7X1l/eEl S;g&r ڊl +C`*8p\+xW!3Gd%n7\6M8tHK2_M#<|CKOz;<)^3yY73ګ,6unܾ\{\Go+0ˬQ,>\Y~<%{dCG俲к?&mG`(,c@'LSg &/eLHܥ1߬~ V>J<̹" }+Ќ"r<MV]yՅOet[DV fBzmg ;m*Xwyl}%sWxhηٶ؆c+ϢBy<}U9Cxd_^dRNU]{IbY>pwiFu~Ly503<}?e>[z_Ûx}x-F\GxI9>`~;̾?XֿʹYֻ {ŽӰ ԛ03ǘFWi$.r}|ggݳpaRk{zOD M|Ʀ7Hϑv 6`}chklZıajyw0,<nT={)YuE4)>`..a,1LWX>1tXfAY|X|؂7x-ֵXb]3qT[Ǩ#ÄѪ7dG l, ۄEB8WQR_Ϩ7q`8P9>8;l4Ǎ1A5^#u"yB.Ħ|8+8Ok,Ap]~}ypl V )ve9 Z #7F7k\{ LcSpŘZX~w9oV2W?[#zr1ùC^z-e:XF?y1CYz恑M,X}#μꑙc%AbFLXoȟccɱ{MLk1ɻ>ӽ{3X'`"ɱR|hbFbUaEYP~z #&Np OAަձ|u@U+38R26bl,5)޶ύM3]m ɼ:,‹Twccԗ!s֣mgP4fwHϢU+ރ74<KqQnL9w<7/M,[7/|HcnOgfKcoD\o; +d[M05aݧྴ,|Ē'|cȫWz#a>4=oVlq֮}M/nt} /-K>`͞&H%+3m҆̃ ߗɃyZ 3WMc<Û3/ ذ ^1W >c܂W,ygX0yxcG=dzY\lu Lخo-:Xk9 -xح'=Om=;xMuoPeF[𴨞 "hQa.lÅkG5kʃ_x?Heɣ!~c +cHWhY'[qM|%?M%[RqJ7=’6=ݯߧe21Jߍ9J 8_YAĶۙ;UeA lY}0'g,S`RQ>GrS;d8/??%2ǹc&Kiyxs5^ ,֊ +;ցXxyU߃c 33(h] Z`E>_]VCփ&jҧӆ9EeEcFq.}}yº McM#3y{̗S>Oqww'ܖ5dưv/ye~Z2^*+#ӊռ}/ =16A eyMsD:0-]xZXpc/&/~t^"Gr"5s\*'Z:rQ 28&*RƟʍObJrm`ޛ2 EN,J-~ /vjx+mlXrlqr 91.?8SՏ`]w6ޛZfl1hC._<_MC/f%,kr͆P9rq*KycT㗼K^_G\'#4.s@fé2c!SxLXʁ [WaKx8p]b3xK+Y+]0ΧSKا~.c,`<8N_ThgǞjg˟!wYQ%f:xy.}9f r)˵ɔW'Fӱ}e屌x6n|Sz~X0N_ĝ}GdٿB3"+^2_cq.fu빀y{=.|3|c!Nf0"Mxw`@Owqr#lC#R˂" LX@Uc*0\Xl'mp5iqcJaWxXRF[j"ºU3bK=΁r"7-o[NlYj}Ո;YC H.0WX9_27dgco.6;~=0'̹i^bL静\ό\ƌydMT1c#8s~O+\ |i} +{Q(}n?Orc![M9#X#fTo y.8*8V,:沂&Ui.W90ƋEX]fR%ߏw݉ }ȃ)6D("dY!x!;^RąY)P1E=I?LٗG K?ӹdI}2<7}/Xp<[ drl` :fpDviQNˍne'eYGqy0Ѹyb`? x+1a +#fTq X +xU~Ęi]3]-9ϼPn8_=@/+GfnEcyNjS79[xY=ꅤ<ɅsEaL~Gi]Ӏ>^/]Y )^5il! oDrn3[6rb!/~L/5K&R^O |}U*`/%εX߄w(c'vd̐-UDZ)'N9Z2ru6d(ׅJ,j}OfB`۸$ HV9:xf%_.Uo.+Fc9e2nmor7Oetoq2^x}%アvn.8γiV.qRgM7*t ,Y2-ƈ(8~sc!&ˡ]N?U11~1g<=Gyؐt| 9m)Xw~/~2׿a;zQFA#b.0+&ه%ap + ɇ{6}#˘G 7.O/e^ۗF\q|&0ir^h쏑e|O Jz-z61ࢌ 䳪4>0q^1R3eVKi&nr9,?CsL/P.#3!l}jW˅ W#5!סY|;^bnt<4khT^lh~Oyign1v4OJXGM+v) xO8ɈMX0`ÇʄM9 qz-mʃ^c>r^`ir&`#NgFt}vo8~}O⃰m qtEQNɉe,k0#/ʃ_DؖJƽ{ + AͿm `qiG ,E97s)ڮSQfW~tkh£jkLDLpi㸜ٖ_5V?v<`+ϰZ]G{GWG}†>]j/ܺPֳ;e](Ao/ȜK &s/[0+/X3}XRY˼b+*rSԉH^YrGK_Df}>bKK彲^K0kɱ162cP| ztHɁQ!-ֳWr0$^^ʹs]9Qzc#SS<^Pr窱FFk>y/ PDM]<wǺ +cg;[;dbbyˤ=<<=yOw^N^dɃ)yIJ[sW9:Νu6,^]gyCyK#8fQU|~ǭ191?o[cg xԾUb|'iDI9pzo r/"NTvKWy0CmĻf_S0|A.]%61c.e6{#wrt&m  +Kx6, sZ8O3_<q#c"͗ZܐQs\edEf6>2a}Lwh) }i^^yiS|'*Q/Tm[YɎejVb +plr eI28/dO'q\\`h̖q/Te/Y?r5Ŷ'YUb{UݤUic=m(JEC=9t\VAEoEw;=w=_4ޓ?g>Wl?r7U"6xQR?sF Yj,hā9 |/k/}v]0PDz`#*Ce2WE6w1]7.qǥ2r4gtr7g)ٯ^کXr-x}A>' qLQ2ܛmYNL٣ n6ц mn@s7bA= K6L\`?`AXF\*eB%+>&\)U,S\zQ#&92=`79J{ͲŌ9>ˆh>T+͚4/x2kBȍ!s IsC1{>Jusy2e@YfY3bJw5GxMg n &m|ENWn{~<Ҫ?Oh['lʣ (xY|Uxk35&3Lէ3C,b 5@WF|跿'sxu6ʵN=Z<eY:۶΂Oq\_`6kc:a[oz_O}pP2d~)gZ;0rdDfBcF=Ri,$.@>1tۥ847(6N !r81ƒ[`NN晁JO0'XD̨`اBˌke{3:JLZ1.)2x>d\0\C~@wpCԗrns5?19L{'T36Q#Vчo;|Ŀk˃xvy6B9CO.<rOl/\w8.qTǹñmc9g ccCxy<\X>H;XH?XJhx[e)qB6r"b^YIE1SB۸)M䮑#WƄfwmx`51`>)腆Uʁ5ƹowbXE?-Y[MBHnt[ou91#q_ClUAYμMr]ir<D$a;A۳u(mg6ruyU|w2rXgɱ 6gigscMG]wUY|Cw_ +e3>s){}/8><p-&.s"mx#4VUϵ!MyXX*~r,T"ƴí}Su^[k$6Trbl nn23yذ2Nٍv(8B/NCld*׍l+cRyN#i^q@jnpXn7uehLh'R'Ŝ\ĆN^e~{=d__a_bp( vqBSeWC]d[=M-e v]{ܚ,s;دgD>Zibӝ.1p/,0x-B[x( {.xŹlX'‰ƣ6mxE߈[1ƟPgPq"6XhY^>1u_#x0 &'&zđK:ˍ9\H)\ܢs_3AeLVLtO6,k.ٙ|Ռ|iLUg/1^}R>X_c{ێp)bNYsyϺ9oˑ2;Q1P벯JZK|z=bMprqM O q%/Ëxvw^|,ށ[pbǜֺ蝍^NXS/Qޡ\kIuKs S̞uC5nyU<<07OY#8Μ)yyZ.b@&4v6䳘['O;NL혟K/f]>e5ϔ +[dgQ<:-8Sݔ1y_޻qo?^O?L>R)}%ֹu썷<u̺>MmmM-'v{,k9fGYEjbSV+)fSYܳyH轍}3m;.Ps}VC0 *a.2V4!'6w$\3b,)^!ZOiKq֦qp&mdpgc\?d:|Wgp=Tn%*Å 2e0lCncهsˇss~*yUkV~ XC7~a^+?/f5A[i.cɀU7אָ 2(NѪeb2v:{b8p]O϶4~8!Vs6%ZNM]=髿Ú28PP3Nja3I4ŶăzS>ٰO8360]J d,dL=Y|OS?dL&'! -O7/maˎ9367=\g@zfbYruÆN'q>A֔0D7Mm1:`x-Tq ś4N4PT6o}}/4?j D-q\ar ;ZM.9$U4r.gҼ+3"^Dø9P 1rcj 2n1;tqcN}W4c9&NP6Ks46qc\kt!<8NIx{{?o|q^Ɠ^:> + ox]w4O4ߋ9KGN*u Dzsb؉֖kK5U71߇^Zcz kvm\'$bSXCvZ{^^dp,3-b UE,.d9O+c8/1y%'ǟѧ8A{4eq9I ^VߘQIq0>^ۄ7xI<(9;>?v>Up dzmJcr#0}.g\#}1XRxf[5>̑U;lX?uu&-k ܞa|^gX}~̃b7wczJıb]8~cP-='fR9M~u܂[s05w x2-7= ςR#ope&Ó 2p^Ƀ|󺾼`.pf_Ŕ;98_/e^$up_ ~lfݬrhɎCU{RɝYnrX%\ݯ/GIp^|u>B1%RLXd͢._*f\*fÌ.گG9օbɓSDS.Y%_FXqȄ`0[?c\?Bo+^QLH_( ʎ˷e?*90c9mǢ'YC0 e4|\8ʍ2٫ ߜ/.:EC/r1K4Ϸ$X/j?r YdD99m%SNG(;dg,sʬ\2vt}w\x0X06\ w^ |(n|}s+aW}8S;b>pe*?w C[{QzV}Q>b흟`WźQ}Ucho}Qӏ{^{B~ z^|/+?"Xn?n[k+pW pyoSJi7js=Cx]ذaY'{ۤ +nBN^H_/Á,8!3j?~ExL}C[sgLg߸Nׁzx(q_I4؇1m\(; Clw}W6S2bFkgƀtr`sÂv`4YO>˜[lߑeXF [ʂz^nNYzәC:L8i-<C+b79V4ϷP.rǦm…cx?G5?5FRoW0~F] +ȄSvkOTIH2AF:iɌr9݃e/Xüz*qc&|xPK%+E.HccF V֪z&y=Oދ<4ݵ-~˹٬Qf^}J84A MӰ $y֭oXP/1aخ ;F U991C}\`{9. دC,qcxޥ zğ2񃑃!r\s.#2qi^8U)Ky/xDk~dxGf41]擕q?]'H{j~1]._rK8UVB`B#7IT>xV9#L5'}Uwp ϔw(yY;:<>\8`^X[zpMɀ]XG2 7K:Uq8=ɵzM|c9< ~E|g)PS5.4|T[wކ+/rFyZeyMYWk/Ȇpa\7њ3iug>,“w`Ûx7c<]y{Qn3oSdoĽՏM|^cYaˆ1F`Qy+K^[dr]Ϋ*f /|tc}ّ31/'!/ƲGy"?P-q xZAmݪXk#/oߵ\z}b?Q#7-|(weɃخ `݊WhՑ×g`瘆slwXsJbUga0b:G!/pē/^- +d̃CɁ Y0`0aga†ȅ#9AK ӄ\%#_ I-zyx߆ʬL_Iy7p [F8pZ"gð6.sr.Вˇ_. aq[{ 9+ ߯#HcYޓbݧ?n`9U+ٯ6qN܎>|+۾.v;$UƼe>ĒnWunA)7l̺A~f1/X7czzWY/$b?La %IJ<=/)x@'mQ{č?sᔈ9Xߗ4!,|͜p1Y Of97T=Ƕ; +XL2i]Le3[x>҅:1r9/#>rL;hJ֨4֏v`NCObVD]hQ/tGxcoGN}1xk5?w"q}X3lIk!N7' ěNʏ* I|>WԬwa6ocLan#u +8d;ݮg)~<ꟴߍ/'Q@O++9WexNӧ?9c-x6jw6x|Ur^~ Oޓߵu8f: pE0FWɗ5xJrqVɈ c1a8CۧA$ O'dqaLe-cDϝ2J0\Gtw'Us8q9V׮ߗ„'͘x7ډ}s:VsoՍ9npۭCVaȚ9A;5֒ﲍgX`5eHFӎq]9^~5ryݏ>po-XNkaZ#͹. 2ab"绥dKb/[jv2?c ++yRk:8\xJYy;j}qoyxqc۵YIZ # WÅkC׺>Ʋ5hˎ{kL_/|Y3ynK,oTedCXP/d-".2wl;ԖW s ȓ1[C7k+4  + n3Lx2qeP=ty?Abbx;H|s7'ol76Ll6^ۂvp|]DwD=AHWi]lmȐzw_7{CmƟ€kᚧ|_$o泮3mx>&^'+,VÅl7\fo^M>=%<}k~Ɩ鹧øQ}Þ!m$q=9}.cB/:LӰ:87[d*|!Lx'E :ֆпs )cF|;,gQ)ZԦe eWOQ&y;U jZ" #rE|#&Z9{171I1W'{N(8b J7+C&8_v09j|Jt):볮/ǙT_cr9fM@~֦xxdI)^1ܯ!W&ewyBW{ 9^\˾cpr<]I`- #Ӱ?a +22fAq2 +u厽4S%|Pq?9Nԟ+gBO4XyNV>Qc<7"{Ptrj/a#[01gLl4&mggms>L&_=ʆsx㳣N:Ă<Qż=WϜO??Po*П'Ftin<}8z-ws8Ύ:a6A里5M곝=y> _>U]+~˻$͌1ĻiO#9wJ^_p,b-FǢzrCQƘb^dsr͌T7#1m;{]hj\>%S`\9kރOρ*sdf+=26mo2>o.ą9V'H^lɒ9X3 9VkO=J>ϱe>#(]E&t<Dn}EG3+c|xppq`E*rB>g>}KC_E,/\"ʄ;~w0\7ypF $e fLޡZw3plϻs}]yȍl ܴLǩɔ|swD.7=aẒF904vQtɃ_+geϘ:}!{o+}elgH{d }6\Sγ\dߊa$X*tbPs__w9?nc@&o3ae;#u݇pv>3#ū{ {p 6\4 a{ ?%t4מOjg+,<(V^{V:sĿ4]xG2aUr'0$\fB^:~C3x~&L)_w2||~_= :hxoON{}=F9,uo rѐO,մvcݘጕLC-0a/9{/vӢU9X<2jPVh2_8NYԒv{r c1UwMr5u\͞T?0zzxOZ9/)w۴MZ\g)ZNLq[a?k9k"ƞ }\Ӊ]&vܞ6q l= eC Z#/r5"WȲ.9;Փ4>U}4P>$4Hkb\N}a,c1F>GbCĊ3E@;8`}PK_P{;0V2kCU_29: /cS:KZ(gTm~8mll]0c\s|w2)n˱ܿNj^3mMxB}V]n+'w=4ߙ^5I|$1 g(Խb%fN܋ӹdEC$wY54V@仐k#4wL1MQ"LY"\Og=k!Z5>ƚ~QƊZܚ檜zhw +@G>Y_Zk]LK*EiT&`'Ϻc/s5gCglw +_a^1wnv\N.{&o~FMrެ. E H1(֣O` Wmx0x0SzIh _,yX*82X/Tb91dzIi?U_nl<&: kiznre+V^5\a1c6?,?]_ ?n<)vﺃϻϽCfQ#41Fu|6On]\;q߾,/@$1Ր 7Eݦd T;B5X^_wC-Z)m{gt,x'opk^ <= |ٯz-ɪ FsW⵵AJx"?K~x_L461bP]L,xL}vyp >x8jq}j5X$L5njWf7}qc{q`w3-Q+_|~xSИQ͜e%02o)89lN)ƌЎc,w|oҸ¨~*rXkukm'Za޼K佭'w7@߄ \K>+e"eߜgqS|}.ױ!5bQ?0D䁽H{w>3 OCS X68bJm:|}Ƴ/,(kɍ,s:X.Y;øPSk7~^ɒq >yXn\ϕd?_*O(sf465xme@4oϠ&k[.[7M^z=yXƾ\$,88+׷8V~81bi?~nxPruLyA;㹖sāgԥ9BL'~ߖy`d'h^$i;poaGk8Ш{ ;~cAsws{%ѱ\};\Ԏ x|<˳ζ3;.2O> ޑ~G_}̵w9b ,V4Ýq9FVN|7:tK\hΔ><8>}$k˅+ x5i1 oc 2c9M֑sJ^ɂxMỏ"we-S$s}UA:Һ59O~&Y9hҵQ#u:F;϶X#;['_++TUM?/2YN1λD\ r/U泍M^bus +fVqplYg;RLO 񜭂Vs8[l߅7'{inO'ez͉gT=KȄ3x߫8xoU#yh&I^?XMs\8BfP>D{3"O/"˼9cʼ12ֽKc_ :}xi?21f0y|pEi\gE 2_BcE7le6Fr6X&ʜ^۳EN-Y>]7=lu6j._u9F57v+4lU{̗7+ʐyM^[|Xss YC>{>M0>s;g𜚃*=@FML֛6E(}4_.xMeoܙs~+ /qo {*aGXm[k6wF7 öXSxrSxr3Wx.XwIor;gWGяƙrsmokrϋU;Uxn>_[V܎b;>7}ڏ-܇uk0 ޢ4zZlo^S÷lcg9!aՅdID> {ޢu `4ZP1PR|ĒZ*C'dlj<s|1t^f_M&2~9xOʼ /wb*UkvG{TL=2qh]?LƘ$8"c"y%RÇZ [fNNs<_ɿǖ;}1ovQоɒwZ|8U4X>8}髾GQɇJknŻ#ߡnJ.D>g\y!uY(OeqIpO-<1X˳\_4_?h+|܏E +}Jđ'C\51Zǩ2ǘ>77bjBx{[cњ#օ}bVXԺ[NK6ƶAb>kY<+)Lj1V9 fRbA't9Mv+b#0}hZ^'}3s2TO7e}mz`y&Q3nk8qJ2ZKeW*XwZ79XֵaVG_߳Lfcas.iN*x_ƴބM-kZkM}nky|zP ksCO8s"]{uh<ΟGyh+^Z}YDFl+,6ƕ؟off+1-gis + XBmIgsԋ]E=>$3}:&e~"1dDKVvnZ2r<`UR>}ȫ)Ksp&nCrbR鳙dǏ1Y2/ޏ:-YԶ'vKܔ7i[ 8yO0E;S Ǚq+<6罁8t GaOA=pl,x}IǺst ݄]ƍx|&ga9GX?u\?[xx`bO>8 *olia>Ug;k>bNǟ~ bV՗,grN̻u6r/so* s?OzǛL8N%7ꯤ`ÿ֋g֢ - ULm-fY0K+ܮm^x}l{$bC*Jf g(Ø:F6TcѦ̆י<4_yt8kL17ti| Ӕ7엙/M`rGk3xWIsEys3˶;yw6 ;ϿŜx`K)Jkam|~xg?Yyxg⟻Osx3L?c>}]߱w}l +/_ +gns1wbmVo&-Ďn׷vU>z\(&t7\Mo6;O8K|˧v0yf^yϊwۙL k`mwv1IX=swXS IY#v*sy>UDT3ΊX-b5YwY cem?PKy Ξ"1]r&9*T˷P7{Cyכ<Ljƪ徤b'U9Tޘy#3r̡oΊcA{ ێ<諍Å?O5`AikR-1oy&?/Y!z/_L0lޖ,FN.ێ9,e0sjxUt=yaK3~_03`nO:Kwoj ?ѓ#=J|,ʌ?g4㐗 +/~ۋWEc[10'F.Q|xO慱h̚A} 2y¥L/s,=ww>C/Oww;/킭aD9z?kRp:z08>³`B)ރ9f +:c|;L'A彎ykc*->r;y~]SxImmNM;e*NӚz!6X./90E! oae}Wy[fu` ]=2oowM\bق;& (|R:17&1}#X6#BXs.wGyo;vZ+kDԋZqvp}cjqk[\^ SmAޟF%]#/lhCsV ߩc`{GsY:ڔ/fg4< +_c5S~b 7?ܣts`/kx3n0E))rff59rszA -aDpBӸ[:[s+6cnfs6skȝ?ytˑr(wMǷ彇&&l# `0 +Xg@EനIۇ]Vj`k]Imo7ږ3徑ך-+T:' oOq~aFf9\x6TIg+Y2=Cm5[6> +xM_%fÓ=A?\y~g-ԾO-^X)ut񎼸 xtMz (+vsW^֡lq#۩x!r}}뽿ÃNL<_>?7|?\ޗ#gMB9SN?l_?YV=o38~IoXf;w~p3b4;5'/+/݃^;a}IO_{-]NvNxb5ݴ1ysć]c?G|^'c;O?<#>@󎚓ܚ )5&'k9&o>$tjbJ:l +3Xùp+GY7˺?F M5Rؚ_J/4VwDlX0%ߋh2 Ŝt58j`\1{3FXB19%ؾ24 {eg ߧfl021Y2 d3n|@q\g.#|TK`ƚxUgc +oE5' G91bl⇧`?/z?0t_[K;]7[e}3)2)8Ae<נꝱn LomJݬ,ߩkGtcg|5qkO5[Ĵ<ΧoN59?>W{Z.Ǝk^'[7Wr`;31ȃ{P9 s{"q^b6>dYq\Z kqrm F&s=?QrKʏvgFƸUoyҿ!o9j;.owiorOxY~Qc4…KZ3\/sANkޚ6o1q3&f 6#-2q¶7[nF^;JsOvG3 xGBw ӫ9Wʄp,,Fm<~|E:p)|=+ȶ/+]WlpwMy>œo1忭 lv+A{ 8lȺm=tvmm1nI[fff&133KYqX%=֓YUYY#挵:ضvBm":XG EY&WeԳyl+~S("r;r~`f5<;Yڐ7sLZپ], vng=F-r-ǬmV>3Z 87e-~3a(jLL=S^x%gY(~\X_g-S,V+9b'#ƒ/2/O?{,`ŒoT=z.{Hse;"d ς x%nkuG2%!O[eY45)<6r̤|UQQnQK "wjǗE oz"^m%d1 ~-s}*͡y#lӈf\ +c?E lfKe<{;hk<+Я xdZF_ +o h\׳O韤dܩ8,8?澄ҿǘ=~\Nz#}[ͼ^p]tZ|zYWSi4F8/:筷[6[OWiV{.Ϳ|e:}y!M3 qKvm?E[>-<+ d^<4ן蠫veK7cVLmJWgvFƬ/ka?^w\}_]h1>Sq]j }&&ZkYpॗ;ց_TIV@g_m@?\ ~ـ%'>a7a#5`hqKK0xбTE{9/aÿ3e5FbK9%~S5Ga7G?ӿ4ɨGmgPFXO,L( 8-r5\+2&57763sN5Z4wHs:b Ss˿0Z"sI\[?ȏI=NZ+#9l:a #溱v+7E=|pzΓF"ygb̛yC8`crGPK9k#.e.1j}[ڌ~6~Z"갫Z[%9J=װ*j#+->VsLY3z:tĪ!sɜHI?;\2H?dz8 Ƹ''N܋-Yl]ƾ%O$Pȵi.jʝO[狺;PV+&a%ϰjK5lC5^|p` j 8G.Vs[1GWW6rM㿵Mߏu[iF3\ /%mVFCDhBN$AuD/ 8 4 a;84 ?/ȁ2/}|'^s߫wo'd0p4pY2jS|k2n+P> &aG 8NUG(_6&6m6~NN5|7._k1ۯzhq:2nɱ6 ^e;1z|hJhZڊc,g=]. 2?i7'# w|/;.roz2|}mJnsv'W#Nv:n1DpFyx}ccN_| e2C^slc*2Cǘ@ Mm{!DB{l#o?+v^Mw\NK]6u:-E*8p=q8xo,.|w30#m0x~pp8ܗ?96m' ]w#{KEd}kYo 4>|0>!OkFb;>{M0" YXp41{:zIX[5^hЗ.^K~b !ھAkW㹿e0{7<<~C0Mմ4aݕ9M^ً϶Nޮ9x;̷+P'W oOYaُs>WA•=DqC|gYb(CZ{emuz̩yH"'|D?=50k}pO7rc<(~ŸJ-|-Z:{Syw1ȩ-FO.)~QK +} >+{y$[Ws?rm hdb Zb /v>3W O΅[,soJsD;R}7jC>Sk8lMI]5 ,rFzɹ}6ša 7Y˴xUg3oR1d]mjEZկj`Ⱥ7~\*x 7ΩN^E{lg{7|6킓`UIC@4|6< N#GSu*be +Xkb&\vjZ:ZhĚ fkeG\&rn7x-}s}02|Kaەlfsro~coXXA N<2_ }Z[m£YusۿcAi4Y,L92 (59(zRZgk\|QFTT4x9xj9"dbyZU7ZcכH{=<F, FRmyF"/iGcDx{pF|2A 7 &Rmpxp 5́>hѭ<3Y5g+Fb۷]FFGF= ysQ}*xd㻊1bxcI5QY+^ffj9j_uZuF7\^0BI ~^QhR7/myE]Tf~Gἡ L$6.<[2}~4$c6 /|>^&O<3tLO.fQVn`^tkR﯄ ul=Fm0w\,25Nel=րp25"[٦`A9_g^)T u]O K2XpX0q2^>K +/pF9=?" 4`<,Ctt옏U zo] 6p4Lzb7ׂ!?ߨj'ڌ?wM6ϧ&WSWM;{mӿ`yt̃5iiL)֝iib>\Ҡt2}[=*Tj4ĺm/y0xsXǂ}sN@Z?)JAZ5kb joӲ~u vȕgmINVK͐TY}Tr82{[n?cZ+-gח5ߤ-毵>ǩ<~DZ;;iEY[:{߫=U+]jJ8c;TZXձֿu安cx9J̛h5'D{='թzиk9WW^e^jsN^b:ì;[cGYUş\XTWns!]uNMܱuڔF=j^cxzɪ7k=}J5O󸖾gɩ<~iCjD]4\EiiQʋTi䷑ s":izg)dDl@5=Ed&^c{r`^뙯]cL'<0oH!QL\y'#W2'_E-q랙/(`B9.Zsώ|u.0뙛/FϨufAxCsh3NА 'sCvdߌB+@Ǫm6|y㭢##y_Yl<M0^ K)lMֆ>V/fJl[=s JQ Vs]ˌBJײl\ ֩r,1)<ñ}Ce;i{zadZߤߓB8ֽE})#,`_\ʨپ} -^K]rcE`^3S[&y;NTٱ[{Yk6` JIx,s_>~hٙiKY77S=WtOSy|o>CtZ}}J?~W7wG~;~߂ع74?c;n!h6Vt fm7W*ϕ*s|F8oNHf=kn0aC?nXEylQ#aO|o Oݾ&?:~1t?JE3ꍔ)߸ƂFAS;,~s?,̧׳`B,m1~QXOx;3[n,gl`@|?X/b\6dB',u4J/gCf{ዄ} 0lmg;UDvD͹G7_ MGx֛g&ׯ{غ`Bu8u+S+\zq=nӶ98DZyϭsW->KcUI;weWwC|7ߤ o1`|T7VjW,{Ѭueodœcs'}zRKLX!9kН߀&@n_Skwl1 ԳhPk6 +)A0߭^ϾֱkDOA;68ל֝3=Ws#ק nVg<1d=)&=ӥ57xye հ&"`@Z&+?bgm _ Yˤ\RDVk`5K`*E8_q`w8VScŸ_ Gjevh=}zx]{iMn.Yr4׀zxij~)9OSyԘsd!Q|#FW +X{ζX_kMO˭IoxR7zM]6jx5AD!ˆ2>`b+ +Tϩ1_BxϾ0Qxhuyh$S3g"K;3"ZFh9Ij +N?|UKo8mQG:p_%3]9Nn'c7\^C=pXs;1i 3~2s qsq<'1aA{`!X~ ^4~ [£x[sc<[r߅WZSpm_~>[Hn[H5^por}n7#Mhwfރie׾SbCw.=v=9w<j6і6k^]sM kk5L5=x'3 + {j)5$=r#Y{NaiehX uKww! >H} m~A["&>&ox&4Rý^sRyk_oܥgccp}摋vN9۶=siCt1~%?Uw{&%CϣOpO0i m' ,2~g9пc7o5;ؓպ#}Ӻ+}~ec'N]|zL۷u{0ۭ" m4~68t2}{,}ہ~ځNt/x~bƫvCmI^LVg/*S~<9Q/jC0 !&5Gy4iځ55$\1N`PY\ \svֱ|dRy5LԢ2wm1ȨOVԏ9CSY=WQԱ7c L:t;?S74r뀛'?I:BG5|=Aorl#:ַ LVT'x?sǡU +,jy +Ἥ`jدę,S՞Cc5\ǴZ8Y|f$o6^r,ȲMrej&dDx2 +ZB;; WGNw2u=i47/&{o]|:.G{ lM|u汴MuonkZB|syquZu[ = qQl0ľ7©uB0mLYTEmI<-<; _VGG$ְlI[ki-zMq/=R_F~ou1svV7z2I39LiN|%OTYs{rT:KGuxbs'J`i(}0GsLg +M7qb4|I8]|!׏BM:Az~Ztz6—7Zo.s8mw[ v2ٮ~-,wXA;}6h%#/62 ~A8]G?,\ysÂ~8B{o|O1r4yMVy1 =,B_-J1&KaWe{OZa=ie!xPZҺ;9Lx3W0}.5lKH>i'ьъWͼ MmlS©Tp2U/1X۱'~{|]Oik9rc,9Yz]`4gԗ*ʃ6B.^|<=dZݐ!ƈX蓏xB>Sߛ"f9ֻv?oYrL8EY> R#tWiñinToG%U=Wii^\Ӿi?w=B{j۸6rl>r ~GrM|^ŽoctLXX/fMeӾ< WwVvZ'9Λ|GWI{nfprdDptOtL_3_LJjߙAtICg%:u^?G7gW?OO_Je_o:w;~_}lSDZ2x:4t&-7W[[/6ܯv.p^ ~gӊxM|55nw5i^L_5˧p0ğ*hU}#mwf)nqE sؙc}{x3>ok؜UO/uFgx{)-;2#*p|}0e+f5.:9?2Y h}̃hyCp8mqXn$1uh[pi4 Ψp̂Sןk4r) y >Mqp}q o~km^K\E?R3n/Cc_s}m,haV6ZY=4z{ ޗIwE}gy齐.xP.6 _~ӑ+8(FNTGg>Bfg}s9,8b>8,9pgozNIZs +xP]W^aV-v=L'N/~.3ݎN-/Zc,8&Bb.gyֹ50CE}i4MxF_z| ?x&> GcB߲^yi tM=xy}ⴏf-I#?GWǶަYhxXYsd#^|ỏyt[N_uݭ~&֮RەWuˀQAo%mu:oJhj W_aߍS8֣Z2pk]Hi6;'1Lѧ'bx1WFΫi-] WJvGw<ٛѱ+m"w4Áx Տ7z>mޣ֐ɭw52ڂ+0h9W|Npw; V%ٶŴg_{o6>;/`;~vA=OǕO7Ѿuպis \sq9Yu_sl 6yGM7˂ަoftM_Dzoq m-Ԓg/ -1S^Qkmjauȗ]fkOM$jc6s9湱>4#u SNhE-85s:&E2֕omIY+slOm)jp9y|zdrٚ&zv8O ߥDmr Ǎna-Cz^Zhf#Q9͢ws6Σ=mMhu̢a LXO]9aT||gjZ7u9VC_ѪfIgNMkj+J q=:t Zu\K+ZSKL#ش{mvt\Ml#C}C6n/zEiVb {^7߱ d={gomwj/KFA=m:  Zm:^5m#'Z"{e/ԡ3XGah1^H΃SBe&˳\hDn1YbJ1q>^~ٌyK &me弾6 9k"5Z.9 ;MsAc0vk4/ݨ!f(ˏrMtdZ>~miTEϜF'tp vs=<1i{sׅssm%z?kᷪ壅Tүc]rǐ]Z֪]nP*= +m:ǐmvźCWۯ6pmEۜW)i;c]LJR hHڬ[#%̟9,ϙh?aA AYpT;1|`)d +f:%lCPO"|tc6 L 0q=o}p$,hLSLe2Yod,M͕R +!4;_P0E\"J7'JNO2xYMc s9]X0FL+m ?1)zy,i OЀ_3 }ޓ1gEsʂ7 eG$?=ݞHG}Gt$~hOGux>DPl3ߜ5E &oo*4^:оm˼h5kl'>U?o1{h{6ᦃ7ʅs+hF8~?:bM㹷">K[a{vX~ZnZ6^Vv\>i}xF.ܢ1-8??.X wfwGґiG4jN.mKՄY]9w%a𫈵^U5eq z}-펆6^#u牫+2L?Re|6m+|Y"-[È`2 ?w37?)|V?|'K8o-Q[|Vۢ[DZ2>rCp`Ԑ(ՑAo1՘i}1sU-y0jh[c(ee* fӣ5'5^4LCfk85,M<,YFeq\Xϼf{B2p>*|^F Pߩirn%KuYr>g<2z(7pkFnVsyfnwމ"eIZ+c'5@0VO\8]:p<<N0ٲ3iÄ:Zϵ\kWP_ 0u5S"yd'|&:[c4qĜay.7qjNagM>YqkYo4zY +WWm3Z~^|9<9p`4[cp Gq{^u9W%,187 N8~ ?",8$1Sdq1-Aοl(CM^u{435^k}/7>5ooF +fxuz*,=uC))<{iL7eJuZ5Azr13;v4J y ؋/a8m]^U;7E k\NWah^com!}}\+ oЉ]~ܸV +@fFy;rxN V>r}m`>4j!%׏nಙ[Z/C7קOiK?t'+Ýpx;#R<(N+͉Yw`N|jz͛-S\Gjۓ[Úgl :G|CO|/Guz jiҶC6/I/|}N{ubWC5j|c65Q{`.rCj\5ţj>;xO3U1kl'lS,߻]D{} Ϯkͨ.v(ѭoE/muҲ^vvZ/0EL?K{}*8&hLkB?q4;IAaʄwh[K+;]OҲӲ]jk4՝勿6m1"†#]j`ÊKRXqw[HpR̳YҾW9&.kFk|({wL4i16ͱUOKLӂJ|yxd>;Vޮh+ݐˣf<{0+$G- k hI¨7x?;O#l 3'-1Zxe#G_sYּo0,b s}ZO?!WY0Fes] onM9_%p 8&O {XZ9z"F \-ǧyuܣjR~k`_/s /Zq6^>ڢr17zO2L̶h`E_o;SMvYo3jup"Zo`xorIuui8`ȥߖ&λʹ[ XW6k3l6\N587)Ӗ^f;:zq尽V>F=σ_|2>* +] ~}Jq08WA4>==<8̪^uY)QB q es.- "47(#y-Y}\.2}-k1~v̬nॼm^kʙuNyNmoPg黟4\8haþ`Iߓ{aFZG-^}ƈVbW~.u?诜{׽is{9g`+,q46 x07<2 Lm9|Egϥ'/sz. }@~8[Bg]7v؏a4av.{?=OvsgWN4{9N=^vp>F𫹋s1ɂ`Ac7 #B4>df"^dAeѠ=G;V 'iZ~`}?=wSmqcnc߁զߜ2gI 5sLn$&h!7ClgMy8=Y;`Kb|+Eh1ϙ#*W3٢fwOi Ӓ4Μ>w Z!p=o2 gf$jg.5 sXc~c>G99 #܃^g ϫNދ:SǬ_f7ȭu:WY>{m|e6^=ڌ\es݇-aϵWgyv?>qмk3b;F1|{IuߋZQbQ;f~hGik;WG؏4t޻ L6vy3Lk+YhKh%|dF mos]S mZe5ՁGy fm:Uxm1d[OiqUf^7zmcmhf7~Om0QJ5q3:ɧ +36>o8&y1^sy0~_:u\q&}8O̥wзZ#蚙?&Î{\e7zS&v,s$4sȏK'G;sf v1zi6\E[{\A{{Ojʳ1XD3dn‡ZG58i%xe+95jx~.yÓCc{ߘsfHUV1?(\(rȅ[hy<7fzse1n[V #E9BHϚG +SGs+{u0jvyx*ȂM\ɋz<+3Y͘7ZۣY+Q+4z&q3Z:.m/8`fuyI)Ƹ} r!eom9Xx7;[b>p^˄&I*!m;"Ob +6 >B+}=6D z-c̝Su7)<7W [wCϪO} \,9MUa A&Doo\}J`YwP/juߣSY#¾gi#23o?g#5\]?|뽈1 W\imdi{+ΣmM Cw2MK/E,@2ZV=ݴF{C/qsиxcw} O>[yn5B[;m7llʔhovzi]9Agz{!uZ&DG`~vFx/?O0$~Yk>4qX&lVo Bvu:Xvtz_Hi{doz-jwkN90dnWCsm<ӆd~ b3Da5W9'nqZ}:~BGc)*`BpCOR+cFf .n?#n#9у %`ō`eaᆢvbh^ =Gzk‚ N6i9< w3m-N!Grt_f&&=LͨE{iy~>z#{]LBgȂ :e`x=M=2l?ukϢe3p,F=~n^H;I 22>v=lN^//25u>>4w2ؕÆjuL`;a&-W"m~c>:Bgg^ڍh˙ /.8m}t%liQl5Ts7ٹim;MB["ϳk?XsG/2}'MQ:~c lHNalZO[qK繿+__Xӡ5ZK3&6k=pmVW53d=γ\zNwlCxA  /m?ׂڦl՜K-p1 kMEz +[Ha]y5EZ!NXq'l {a'3 `6]q<"m;_uˋ.i1/SE}wo}y.},>=&> l Q -^-i΍WY~tl%a֗Y^wž0MeRW5wHxP3A 5YG?K%oh[ý[K';fNGa>-<ˎuG~KV@cwӺ74-뼇fqV*wsj:`NcՎՆLhn6< 3um?絴ߚ`05x2? Qjf`)X gg}p \0v͖?hv˿̂w^6(`-;`ycwIV]V'Ў#ÁUgNÃ#D;(G<>O=lc kk0LH\aXIZۭr_mZb%)x%~^wxM9{nul_ԿPeWǔ~G =|q͎}7Ͱa0!:k߄g2yZ X9oʃY-~nXodjΙͥ1ب6} hwr6Lq +'.ur,xez%C;\3x-3u~610_6 aۺkq3}DŽ}`kۭG3UVg+Z~_IF7]p_4x:oἍ֧Fҗ9e Cm3`>dg.3}/o}p<ÇYذs#9\fR-S0GΡ;G  ˚#gr)k<uwrVіړ~jߙ~lYH?4Ϧ;0twƉ΢^Jx燎rvSIio QUg1ѡ.t3k>37׎]z"cZ,iz٣}koպ:0$ZĠ%f?'L3s8-;#rĒ0z7o]壷Pm pO{}_OO2ɋt8@^&vs\fΜg;̡S/@󿾈bi{eͺw1~c^L0<,Lƺ]2`no,Tsn1)9}k.GS{[7&闈q؟Em1|-_jb13ŵ:F-}J{tZ鴜im*5}^}8I5`@Z{0-;~E?V W>3mڠUxjN;u:Gy%m>}X=z4ES\~n'CktyDž/ vܸjXYx!KncۍcTTwgfx,9WpY)(Ɂ9d"8ZpbD`=0N{q}O93dS̟4?L{:w`|\uF#Xvì0Wotyu;Eȟr~Gs?ݟGW{PNt.Wӡ?n)u9g\HVƒϳ>뎂[~h1uq\ۺNY-Y̒e13XƘ!8SLq:cν0j^cVTYf5Z:C:_[5 +e\gKqMs=V۫%vn=GCZa+tMƻWqn?I3 ͮcx1c\aG? z_s}\S~5Ͻ6~]hkwᷬ5m^&_w.ly *obȝk8u_9a?͝b|~O()X o6ZEr=TZ$B>C :L>G+>X8>y=a)b_v +é= K63ީ yRWG ?TS:{#>.Gˁ+ɚx@io k4M0q+Ûc_~[ux>ԹjJ>ߧ1X2eի1Ϋ,r`cC\Wx a<&efK } "PkJ<_-9Q&_.Vy* k Y{<~V8TL)D YI2p`)LU&g ߨ],w}p*\)ڼq{f]3q15EK%6vE׹qzYv1xE}~SDʾ.YkHffZǾM5Sɀdc?~r2Ow'eķa:yCxc$$cl.3v1}Ąu`d!LCtSp$L9?$8s^Clgd>Qgw +WRz-hG||^ϓ*{V/Tۗo^W^wbZa+KFvB0{!4]`y>qtt'ps1w6elnl_@XbV0d{MBKz?qduO~{jhTk>XUh A#ʐοğ8 Ȕj8rs)Ox_fXǞ +γfԬ [W3:$kc7R=.jr ;׌CØu3S>[94I5ˆ,kxNns2!DA &><Đ#,Mpa9-k`3ٗ %*bSO_Uxk +l +6Xn&O0u/^mbx&l6,k؎K_Me-_K7q[ʊcGq}S9v7qZ)\j'/L ?ϣ[S+~&nrM.;Q5H1&|U,"TƹWE^w?@FG5{X{:Akq{8>7Gc27S~krM\ܺŸvͻsk75tD }5J+ιߡoHp.ǫQ*S.cro>}x<з|7M^φ&8w[t a5V_w}!_&={6v_ocg ,}O nbnx%$=3o|&#}v-Snq ܍ϫsҗy@n^(R,qIO-"㢫oe5lj/_e,Zطxv(vxrγQ +Z R~=cZuJ=}MNϝw {8F}{t$Eg^$^{Zk=tΣ,8Gȣ:{W}swpqbyrJi=sVþ!xOyh`c':#O3ic73"X`>Nr]}[!&;.D%㍦[]4>1rBxHofVƘF5EQ +Si<ӴN-?P>G35I[Mz52Vu=N g^9Ějc_czx0>~dy^X^eFHюzA/ƾh5NҌ=+~Wai{16a/ +Q#b +u춝GK|X}hkҚ$3$k? V^,>%g.{tN8 ſ\ .g>a|::V;y&<JOSlt;iͰ`4{.<asuR0_nJ8µlx`b8ҳXq=턼]Ƅ֧ GX0޴0c}6ĵP.Pp)T(Gy\/ׯ|&s&9n'ɄĔcvw9`\?lƺjTPR'2='+FN̫KRce%6=9x$F}ͨew]Ĉܗr h̋YkԴd94%XluXf9 F΋7*/î|&ES{6maȃ۰:S4G;8q_{!v.P.kaң =:UyJɟ165v0׍Qc&wo2ن1ӛ"ӯpogLhgdF5?]M,ʇ1d8'IˏGͲ Ypڦl6YT+[L|#3&w2['Å:!E?7'.>~hq!\3^?dtt8d BG .<$| 㚱o;|ݹX +ac䥏-~#}\w`ِw/c/"U ɯG{k sc͐s,£T ujP#c+0%-?=ogљeR|?yh))5pa= _9akC!㻣Oi1;߯-JM:1/֌z]a=NolHoAD_;G+W_jy/ʃs/#ox͗ߡ6l2z|C r꿰_-KϱDS\+ȣ1gcUı+D*"k\*h֪g? Za33`zOqAAZn6hvpxvqwnb ,Mo)q)c~7, ^&Бѡ W c·EEx[ UYn=#[p](R9t)WSwYP߳=N%5+imY}-9榫>Oc<<';o}#oc\ϰ#P<z!{_[ks1]XA/#m|D/d #3o}v|R^v2nja\%O0(,xgr/ c<'%a#0$7ه>w;=^{ƭ'_o_5I9nF/#l8 +{ /ox}wnBxFw\ۿG{g@w=qȯǯ.OχO{.uO:τOvç΍EZ\[8;BN|(] +ˡt`%, E!=O +'vCF(_E/\ᚻB!W؏60Ř15v&yǵU^3S`ൽ7Z+f\^zzE}_~K\di%b +]ǣVKsͮz]oU9^o s[|O Nb|U<˸ WeJ'T ++b?>8~ڛ<%ys M^[$? =f +Ἳg0_7!7<)gZ^Iz(cb?@S+@u&!u ^-$v`@YvtCΕtB0ӬcXucV#xY9&D3~Ƈgx=.2/<Z5ˊrTgm9l}Kh}[ౖ`Ï~V46r {'.p~~ BGx~J4ak†# }\CtDm?H^fOM~8?a[1Bד?C %A#[ViFzwz hhWnipYGzu̲5[r+γs:|.\WE>X-e,CI=Jj?O1,Ƕ6E{9wn5J(}Rfk_m/V +_1fP~uy'jY'~^Fǹ) 2Qchz wU8, Ki _$uДRШ_`ʌ4_sWc=؛8O }s6&wS מO8ogvF'N4y.cu|Y͸$Twb3'俉lf;l{ C+ K~|"ֽbV650_ Gז[|dAց{ʃaqx5h|TN0㿐F Rz/ﷄ^B}U^ 9#gcbr:Z58yvy7Ժbxb>|n9Zoɋˎ1g'Lg|5g߰yr4r5RǦ'O7]f*|r.\ ރUkHJ85HLi +ymDT~\!+h ~ גPz6B^|ly\ȿnZVY0xe^ȇsM^ GrÙB'93}F +q>Z34t]gcq×g +HY?ѩ,K=ME]2ປ0ɚ:̒ &ј\sY mL";N&yx;z>;O.K?/oƂm9T3Yo5L[m8p>Ŷ3 9ooP#1fBXI.S +KmFezUDGF[z,)#\1z4d _֗YQt^$#\1`72yֱME)^[#K8V'kfe>{S}}?wcO7IҾ'pb/ru-j2rրIyld|l8s:tS_= rӞL8¶ +Ư$~r4}{nO9R%fe=|޸l^b e|#_R uUpmХqh ~p?1N.c|#-SaxW?5O|81\x,±ΥNG|4|:>#hY__?0SU?gsGӔqn, 8vΖRYxx\oȣOZy=& }xNR/蜯b)*\0rpB#`F h1}/}MzC >(Sb:-V>5`MRrzD_a?RΛ*(֙A:>alzF*cˠٿN}_N1ȃ?.Ź?c\b=aվzJX|һ.i%.$s|NkTco>{x~+O[eWĶXsU3{aHF4߰!`fV-,F3. O`n}r^JMѱ~]B{Ȗ{|I8 ޷~ _-Do>IFΫcׁu۸{^X,Fks?#ۃ[@Λ`bDXg=# ,4 ƉQXq6e^~s}}!z vN7wɂ9q`kz vx3{É{yl%B~}Ƿo!Ñ!]j^GUw*īiţbS8)^؉F+7x 9636S=bj}s 6um6WoO{5c߆/v¿a}}t\V—+\W8^Ed^g6~cc.QB# y#9NF9nDzգ&G +Me&`íW,3Mz[=3o>˄zJ8V2-Q%dEu^K8<ծLdyp+fsf5dru8} mp 4h0TGu2[V}iM?Xu~9巍}e_lg?~]~߶~c_6|!9.^/<Ϲ~Z~ ib& ~6u38a_/Y7x9'.97/Bb)g3Smۆg&i_7#mo}Yt䝓; w9VҊ^/.^}ϖEXG<=">"XO|rO-G\>4]w?en~Dz̿es1֒_X }nOsͽ ǖ6yg?^sph󞚟O)Wds )Z:Xǖ=#,}0ŶFY:01}n}iYgFl[pyErs|;{˘ݴyu~2ip~YeZM[Ԯ%[ž/~Xܵ7{ew:٭_m|j7]w ްw<{X% 7<_<}g}xl+GVx`93;3oy,6c7p٭)K6_ô%NXB͘%V]>hIvrn7ӄ2}U+#:We}RoI_n %ﶌ~ˬanKbՃ#W7f4ii5r|,c0c|ai}\~8wZ/qnr3쿎kn*쳿Kx];w-Z|=K^{Ny m~eYLz5m| +XC+whw,{(g6_9B~<:ǧ +؏կsn%/έ7+cݲVDVEVv_]Z-վM/X7xC>[>7-M-[lyk> u-3Ū/fb^}f<_oֱw.}mL[6;zWMy6o~Ʒ_af;=߬o^sf ?[Wk}Z|6ޞ[ ӚoV6+_ \)~rlŴ7,>R8+|^Ulb*}zrA%v%XFhWڍyrW?e)uW:`\$-͝tmob̈́lzÔeg6e܂M3h`eІN[Z%׌[DicYdYeZFˤeαKg$f_uwۭP}f>S1B?~ěN M41w~SloOV~hMo>/?V< ^]=%r]=dE'uzX{8}Ws'o:˾pS7ُg9fgΛBmd:)88c<<?u7/bjIic\h}wqmBOig~;֏g6Ͼ(YwJS{۟lfpkGC',{ϋ +=&o/n[̺,i~#SٶYrK}Iʳ0\+rח[4q))k}l 0WR}K޽{Dk]6ڡ%8mf[: cλW {D&mSf h+v*Lt=,߯<Û]n=2{VpmZtbE6ys :sbҹ3'^[K㾞[spxkIubI)fng/ƽVﱕ>l |}L{b<7J |_<ڳУL>?3_x.w>o6r}xp}vi@7xmby8p^)4kXo/Kpl8ImB(thLrYK6zepa`aeLa +WgY +h﷽(J亥OvL3p{dcG4c4k=X:9ΏFI}80y`>^:q?n[o,~b[!<Gǖ*ȷ>!XwVUN)⋟֤xx%W6ٵ ++)Zz$|vň$WGaO AV r_BnQeqEŝTXJe%Â坖^ku`Èk-"gJұVLS-%:aX-k$ &:&A86Αo͐7͑GMGY|%-MmCjm\{<\gY}q}:6ȵ 挿ojq!x0( +!+L&3ݲܮ"oË],y\C0I;3 㙗C[+ sD6c*=aZżrǃwkp-<8yp^NʼX ƒSDɧ٨3n<6.ao!믝Ys9멢:-}N$x]B^´HBupk B<[?\8gz;w-n`Jl +v^h)\E]!X 9b\ MfT<|7v d~Gڤxոm$)MK2oɍpi侦ݺ ܮ-7It=Lxd/`Mj☪x44^‘ǴC=g!+},,zLr#K׼bqsx|𜯎ci&tf1Mm &r>bi}f x1z|-fc'S,6T-..[J=|!Vg%mjCj9\#;_mh <76sx7&ᱯXOs?<6 s |/\(zv6?2OL;~3O_tOa OϧYn;G?Ùg Ӵ?H;5vhVh֞QC/YVG&9Ր#r|4<!||Xm9ƱN?woqdžL5+Tp^f\|Aq9 ycLu\d +tZ9WP=&f$"w+O~8 V sGgl7u<>Npgy\9):F±}BuM^bl؆wNJ)8'%?~+ToPg1<x_gpgŬY^K؆[0ۈ%lLxn'D*e1a2AEFC>x鄩_Ft<ի m+'HXvfv.uTr|6bŒaTrBˤ|j=KFwL"E+gO!ON"F>'~Y.a$߈C`Enhw=Fu9ʈRXPW UP竣7˚~%?Ь>dO8Rz//~Y%ۼsfv-}Naxg>8c_]%%Pzl'o^d(] NT5SyL{lulK(63fa3@q-*XnS٧sS5wAL)& 4qw Q8=89ԅcRooN( c/??X^<ډ>$ڎhf۪~Ï?zwUI޳o.r}!y{"|(YP=|r]eֻpTՔ1 f A")2<4kVtS'$' >[L`u|yD㐺 m5'b t"C+\.Dͣȏy.玶lcg8rr׿~Y[vhU49Y!AG{_DL- '43s@Mmpb#pz*=+5@io v"c:(1j7Y|F8n CKl#J$0O +~ ;ƤIže?cXsςqYt:N&+W#G#w:M<cl%HjzŦ%/.8/ +Tyv +>^f,ډ)K;4Mݓ`=txh_ĠԂbc.@%Ϩ>'^: fN= L*`w,m7Ipg]ŭuh\4.ٿot{VۈS1l7c+p ) $L~a;fql3 L$xI]U?PσA ïhu u[>oR +R4 B1T1~)S)T m&O:ߟ=#=Sm.rnqx`CvfUFـŒ 0e<,xD|ݸ%u}ǓWz+?#*fɐUgvm|5Q9[_YTàaQj}mȆƖ -]zmo;]ݥ&g /X:B{jH, WWW 5rQr]O ǀt=f=lWԉӽ>b"4)Mit)lbg rm` +Wa آ.5`Fk?kK?LHkv̴-}{E/17rrpϿQ)ҶࣹKxi^G3>?4Q ?5lƀ9`. =i=x&aFct oLhu/s^UŃs?ވ_p/ _KIJtnZƒCq2|v.PS1׉ML9Yb[z-}RIKdžWm^C' GFO8^#q ]9+P\9` g`?6cSo/Lg鏵&aI_$Q.&(Z?GlGx\Q:\|mF汲ͼ-;hDd݂;8qtt1OO939 KYgpoƏh9ے>_O?+~qaE1 S=/o] US߯ǧ'Okxjfn)` Xb.+~ m7~K (Gۃ-wrޒGC>Ft5UȍO.䀏>fu..1VB;;y̅qr(m_DlWÖZy}K˄eƒ~q_]q`L.J:ZRX]iy5jtF[WC&JM~DkȡOrȽ +Ē +T!XQ]ݵUbJ'Zs]|+~d-nE}=ch@ۄ:&bMX} q/X."pP<3HbBq˦=)%#K"gw6A+ލ^rAjӖގ΀,MïN])h()C:\(yK1}. R9˧_LNWv^@-b\c=y`A Kfvo9~a/":L]Y4MX3m.5<<ACf{~,X316\xgp!B6>,"~)4ur|IDhA0fEY50_$f;|9Sr`Ŝ_`DF/h{y=sp*݆+o_|~~I%&Uu-♣G~9Z~y`,rY?5 xzXK>gw~nGSL+m} +k{THGf&N9 -zu;5 0>Ĵp;aNNg:NHc?w5>Xoe ۇ" V14,8u- ||7DžEfpך*UZۧo 9m7[|nwxSΩ#զYޅΉXRLǾ,y-ۅؐ(μIe*0<҆ws΋8\ɣƨ?ix{giDx5 +[i=׺cL38vԯh:`Bnu0| _ V1zuF^v>FWs-?x(9s U>Gԏ>v[Zl|Cb~3x5:|6(LIē%(qO$PÝz3P4u"Քgc,2e?<%L6J;"σ"+ ^9x}ڠ#^~_>8nک^>WӰ̔ +C~;m8tLB* 1 ~^k^5-_&l8Kx-:O^(Sl{տoA{X)7{J='&nS?/7ktLx+=ǪtFǁ38=*C|zh#|> w*GC~H8fSIb7c]h{G<{xM/5*Z߈#)D)G?z7'} +>n4\9Wsg&y͏3 ~H!tn4tmO140Ě<^^}8:FrVt6:luZr7goUyk kUt~!MUD/G]fGj%8;_'/G#hށwY;-f +]+nVX' ^ ~0crUrʵߜ.sbyF|w'?|Sq-:u9|O-۬f[Epy3 +aIj6wϬdMWZx@\vvj8(̕d-&»$i%XZKrUe=.&ޏGoS&iQt5sXJ^jrDɍ|H +:eFZ#5Y|4"r-Mschȅ1"Yhl6g o<!C\4\<ӊ_ aClÍY8p!s[dXU0s~]r0-}JaaG}DDR߆SgB{iQC9 ks5_ُSKG_ː6a)?SY΀UÏKD,~]{,ZTߺyIwi;ֶ]}@p}z{yN>r +E}tYa7gzdP|#/Xi9ԗX>S܁O{}Ho7 3]}LtާК^UV:PMAs]:KzSڔ5Ӫ}}Sդi/<ҿߣC 1~I%,[_O z) v]Gz)m>,#\H}itBe-f~&Úz~r'x.S? iKVB?N>}|&&NܡRܮ[n7;? *Fsxnx޻TmF4:܁K ov$n߽Q7mͶaXo6mm36RH2O*mO>Hp]CxݯO}OS{:lmpzQ8e\L43L'a<g:[a'5vx{CSj!u7I9£|w1>'ZorLJ M_#6 )>9>_ǜx;4AL&)-mKWqXO<8!RB|.\i z)ĉLg`Yq.}QΟ<͇`Ayl69;'ps:49r?~wp>x?w(-w-;9%xs:8SEֹFjվ;Sfǡ4W3QtOU9b0_}ȣn=䪊i013Qd޸Yk8HMHo $QW'mx[:`6t-/Эk^Ҷ\z]mt-BmչUT]^x2Ih& fEIXJ} 5挘lgFж Ɲa {5z!MlKXoL%.84{h!"&qt}d>|9*;) >{F[l^zݕ1^<&\pB~EcLy}o y(qk87bVO5>ic/ș11 3 G #ht=!~Z{)1y"0~\Z4qb SBes}.(S354U+^NJL[a<,ڇ#n\{K7fSގEز7ͿaEs;=InƽoBJ.e[{_;WM[ѥ[>pu!kjb^b9wLG3f 1)8u[y$HPCyDlkv:GDBJs/qa6ZѴɵ}lӒ :b_eƉ=lx>"f@;%x%j܇D+Se7誉5La[x0in - h ȋsF)W,1eG@WY,x-1U%۔L!BPÏ k|a,xCmYigR`c!=[wD/,2&uL_uK-\k -hqSVGx1ހU|UU#©gn<|ܓQ"fOuל4h~W)^JjZZWSfS} Av}_ߨ)wx4^46M'ρmNj/VH,;{(~~~=$WFa8fH8EcQƨ2NI zcРo=_.i|ß.t]8c:w |׺}4Aeyw7st12t䭯~P0bt7ⳜN&6{9Ma=(f'.1KoDw?.ۙ]: o-`oV_/+ +V{'q#ԍ`!<ă1\}0i|C7"7mZƦ \]ځxÞՈۤg>|Bs|\s]~v&6Bt\D=5ޘ⼷@i7R {8]l.dݛN] o>gSLXaxx8>'f5oyRcFӾvp^WLUgM?fQkEXlcf4F錭Wl(h֓gmWsUJc};W srU[WYz*7~]|h*ߊiJ>-Ӈ.\6yi0ݳ}o3{c0iv{8v1Z<,F-<'y='e b9=9` ixaޗn̖.jbRA>ut*[&uL|ChgiE-pX1Ƀ3"b O(2aiOCx-KԴoㅺqi|Wc&L;W,ǫIuvMR'R~U>OU=xVōc1G&~ h{DQ܆y&g_RX7He^:\륉1Ŋ|>>K },JF_we4 +S v,w-oܪs}.-1JL~yf{aP[%7~HN{T~76uȈ 5 ~TQa#6bAw2O\㱡KCf9/_3֨*w<{h2(ZM>"42x+}+Pw3lFobL}4}{&E, `I>i dGc>_EпǺ +m a[%O~Mwrj>^(QxOdI\V$!2UVOQ%Y9"2Ci] `UT^aՕWkVS֓5Ҿ5ΉÕLkẊ6 w1-G<'k;UD*Q}P}6y1Ën;{Ke,W>W:S9g0f3D*_{6o4k +8FuL 5ľk%ثٷ7u<WhPw_M7hn7Ćg,p$uS#\Y;EoxL3zy.(]Z^>R8?g kt&1l~-w+stA<0 ,%pܲ-> 5^.MGk|z4˒H@6]jHm? ϾE'>G 9CC>u{him_5pe;~4z [׷=*EW!ņܙGozR?5<}3pŁz=⎿`AXo]xB^k41U%*ڬj8c~slxh+ƾjfP}~$Swӧ8iI7ycTH[yg +CsJsnE|J][+rM]Uo|֡>D48ċw1sײ}4nv9VUXNSA]t߉WY״)Sd,%Z؜0$CAV<Ў<:f\ؠηkpp1ߜ&Hymɴ)-nϑ6&ZG&77w{cPYLć[_<\#33oV!11];K{*q^c\;⿾]_N THh8Sw: v}T,3(4=A8je.X:zxgbEGt~=D/wfKk nVi%K2y3.Xa>d=EZyϪOJ}#+՘v껢'CDڙVSoY7-S>ot vʋqNT\YF*&lub+ƓװE5t9ުVg5V' VT=SW/$W#yXo#qƒ{1GtQo +zcA{Ժ>|Y"@9zhޫ=K!M"t3~Вrd{U?sߡD$W117 #n9 -E5uKLsޅharזԒjgHhKNqۭyKܼh<"Ic/)("VN?5{0Èع>ozb7WNkw\;fÎ`j< '$LƘmq|ԯ,xV`Z4:W>jpqwI#*kSHKBS9ꨋipf X \Vk<LGj?3'Ge{F4G>k4ʽ?6A(6*/jIGK,~5S [+&?ilQAڣr/@*_S4*+7_Ow+{ ˡUӮ屍CXb 8'g6= 7E/D y `=}% 4^i1~IZyk fw[JQcBԸ[]~=;%WŴ\1LQB3#o'檏!BҥEǃL-tB4ttrڽx0Ya42EtlBOWh,?r[ǠACčF4ekf{Ybsų쟎GOx0{^c֩+XUk!x#{MBpWTLq, xP9^;/|AXघ|0Nܸ4U4)9G1rq:?r~ɡ=Ԙ0y}[Y[޴[ѶĊ_\N)~cqmH%W)g39fs TETp%.TqR Tæ7N5Ys.?rhc5Oܸ0U\:"yEډn1F&D: "}mv?ږmAj.Yv}!Ѹնbwi쯉 4wX~ox$2_N<:|ő$?A 6iuSchG}tnc7}"CSëA9^S83i)GGՄ #/aA9"UsO?,}CŊpz q^շuO]iϻϿp^}KfU}{UXG9_l0O\ +Cpe e&w핑+Q}R UpjZ{֓{i,w +YٵWk'?*QqxzKoKo^s^lG~(f^^|9BV aźqxJ@NO/ɉ~vp'&Ou5u4^IF':j[~jYĂ3E>Tx4~ +Էɒ`6/MG;15grƳ79 [8loyY c#v>wJ*=]QjнW^|Cn r4K}`q O[v=ojgv{}|ߴ*P:|a>Ǯ޸57/tMXQ~X*=B/y%SR㾆`8?*׳l3h4S4^i34l{"k>@n#ӪӊD? +kLGcC0P}7cC̨{c2‡h(qT>k%&N*16m @gFG G@=FsWv%PN)\U +ckJ;O$_I~4p$9R1ᴽ>!^{%^b^\ hshA3Gv60労Srjg9[̇es7Vfj_=}/%-2{ĹTc)+] <V||yV[˵nj>P1WOu/Ѽﰽ}'A"NL[v-bxV }mM+x-M{Md^8f׹6l~{݊*XY%Jfhp pTm6sSIYF (ެ_G=&s^#.~kB̲3a.KBrjO/x˖Pʃssi/ըG0mBC&O/..G(¿I[lK(DR,2R 쇃x Ծ#~3ƎjuJ1nO<<jmߠLɡTg[4w^T0un_P/ʜvo:[稒mԟ%ġ38f{fB7==t'fŸ +xw"GabE+x{R<'\zGxއx~ E6WB3?G?0pX?扨9P:-E#>?ۡkNc%CBTAr [t~YX_e[!Sr8L\~_"*_(I`!EApu;p/=y 0S}^M*-7aA~r Ɵ)c +Vu.9gi5E1!Xߖ4Jm[k6~SM|Roųm2UR;A=jjiO=~lj~老:Yg NZDE?낍Z՟rz!/ұ XCZU|bhhn{,?,63Z`QKo@[ Wf,z-X>,}hO#+~h9}h<:oCWӜg>|Swrjla4/ G99ݸq Uo\00_yX!% s`uy-Q}u6FfZH1TY6dPxKC ˜!>r'P㖪R+ݫ y +Y,BK'P>S%3EQB-vsV.SƞzAl3ځ{vuYcgzꖡEpgy,$ aK @h@Disn9?{X{ΉOĈ37-Oq u-q#ℾVy(7=?6kwN<+'{V"TU"Wfn*q?ǢJO;WSк4d5܇YC}ASSސkt9AT%V%.gʊyO YϘY׈Mw[$OKmCAm{3}(>Tfs^]{)X5|:ZyQȕ^0 +.~׫#@'e K\F |xO{v|"n +|:|uc_pɯYS:;rǴ/?pSrkJNm~ vy^M$q_g%'Yg:,'mMZǿt,ȣ:_V31 50}m}N9jW֒ (/r< +Ǽq69MkYbcR뿜)x l׽Jpbos]qL̒3z5jZ%14 ?iϖWWbAeL94cF yTkTkyZD_>(Y_^ATY+V}ᝁߞѬV[?cq5< T޷N#熋U8ι:o5Ϊ~"GUydzjql+ڬsXx8s s$qqZ@S.m17/ pBx +sr޴i>SO!y.e[ً{;w? ?߹\\І I8iQx`qtQ;d7fgGF#u-}wGW:\Lյ]G`cELMVǻfm|q0z4ljNTudii\sMs^}~wt[`:y6~YMOg|qy#97CN>oGfIֽ8ky(ÏJ'd%Wk;p2`}v~FV;q5*쾓UN\{?ʺWu=p"kxq1#hsc6.9=Om;|-ӣlꝇlؾ|pܽl|Yݮ{KurjpG|6y68ka|5mw~qxw$mSss5:V=v<5A1WWwh>p5ޯh(862dOS +(F{){yp:g 8 G3&Eݠw{~+}j=\U/h&Q{ +F}CpIֱtYa*su\{ 59F̑.ܲl?ιÜ7Ί"gF"'dn0O1W>5sUNS~sr2Vb~.ZGs1qB>ύ؇zfN0Yz4im[8פ98ag!% __loZOϖzfo:n=͑371}$:o x4~ >|H^m݋3iNusZ>&0Ļёn[{ְM8 +{f+j3]}c3~lJ|nyrfK<IS-8\suVsQ\#koɽY8.o=9\=||N:qw̻gSJ~3ɷ'Gn>ğXu?>M^ǚ;02 +\#^@Jiq?hb^ݹl?V⺛/e?jx +D"o,p$;-oAKn*L>'>^}aݔkµW_q"Zԣa%r[F8 #S=}}Glo_XC9C/L~K7\ӑ874_x3O>Kf9SP_b,=Cj?3#pT՞2G¼MǕ[!jza}GͣtB_w^Fkf,0>JLv1 g?hN[O8=)53\H|i2xO&{a=8s!ꗶɋXӬN+iqjRCwg,0:4o 0F'R<~ܜⳟ4?8&z5lz&9jShH<|XN 4/r)'qA8Mb<bԸp +vkj6\`O-{z?vWH~=M^2kS)0ƸF![TTC։Z+|vűl,oܹE߉߻i*[KF33 +DUƗCd8ZŜ yVZeGOsm^t7(@s_ih^dq}[!mm~+*߷Xos~&ubڻr@ɦ/ܷt9ٵa\D?nn؇QnAm1% F֎bCܷ!k 2GӫoÕh SmA9~ ('l 1jr=_]dpq^2}7gݷȡM3׾&/+S]&ց/٫qfV޽0N c*y 8̵48q\u4BM(\pplh孬N>s+xnրoV~fU ߵ0k 2Wjx\B~dlO<}?jXh=XK#T':P%F_Qߧs#,W<\b)s,r.%>r]rJ8 C$ը,Ea"fNIp-﹪>myy3ߓ&dov^vZ)1j y|'>]XKsR:-}jCݿ'o &}(rh;I8k_J~ vӹXw8©͓?/Z7|_ +Ϸ[6't%y9 }ϭ[yo$MN2ron  Pn9imO-Si3i8Zy6뾍lY6;'4]ş;rrL|DsԵI^ħ.a 0 גnO'Z挌[KfAkM໾JeHc/nFy+/0@ +~;uDk}Ǭ[z M9p~`Su-=/{nf {>N_=z#{Q[.M?\`LLO11D\ kuMdO.Y[_Z̥ߦcП^~x=,~ܻk묡spYrh<(l?>t#o?L/M_]@S8o"1־i۬y~ȹ?eɑA^ Ǹ=O&Isd,MQxzѓi!_Ia3OIΜ4!kbi~ЋySyrAor>sL9uYhwo AF ۺ^IZeo_c42|E{0׌z([?E"P]I ߦꋙK4G,}rX|QWN^"5gR ЛɣԪm?~oqԸ{(PsC%|s3|Fڇ_O^` _ucLzxo:k|^ o26o%n{ّ?瑓|T+~W{s&s/ǿ]فS^ } +'cs5rKXYfXM=uŘKM43g/Ρ >w'ѯ"x'{'՗Z2緰>npA]|W&{RG/uaK~(w)_I >AQ&cSiu{KK1'(4>cjBъV?Hf1FЏ 4չV'CMic.JL 䚊srE%`!|3hq愚>'FMSd|+/uw6]CWY'wi[˫ǽ方oK׬ma։WRvڣp^W6VLqo}*crJ`ڏh А]37au4 +u8lT:7oZc.nYQ1x,[fxO|5r>>"]jMxof~־59o{<limWk%Z]y<}"D5_紆9>8_ Ngqɜޢ6Mww\{|fޓQm&|_^DpZ#H&ux|ǔK}Z;Cpa\X?13R1syiU G\ZhA+ThE'g]`lt}o$9rg#gu 9ɋ +EޫδA>oٽvv'3E[5ȯV%s)áߵ?oi2[75υ5o=o87zXuY>hPY"X{](()KpI{w!i&\i6HM>z>ENؒZL6/oҲOԃKNO.d_Bkzyo0'݄_Y7׻Pb8s01(9~(ͰVބz2olb֪X[s|zh>V5ajW~=|Z+k\Yz KcPNq|rj?֫Yj\Yc#nT;?i^q5Me!!&i,:d "ku+IҶ[EwQu:V5~} BG 'חޭ[oulK~\z?/o1N)_YrkvMZdnvZ6X ~SoXKerX[Hf ?U_ .n~̧S;\Yps ^ .Qw8] +N=|?Cքuo1ܭO9LNL^cMy1 ײ4,uxyg +(ّYoйXר.㿏~CfcΨyclL2?Kw:Zy~wgᔇy*k]}?%~k |nxpYr ?Qv]3s3Q߃L}aZw_'_ 72:y?iХN'fFј_\2-N}CO|ի+^-=716yB܌OCjzR}d9U9OQ=s{sn)3/3o8[?=8~Z{!iy]ɽP<6NqvSE$kĊ{.X +݇kIp*P!̼+e/hjhv~9`esӮ30ֵkzC[`X!Xv\ab}1o7Ǽ_(ڿmZ _>|e}ju],β֙|γzPb+KI;:.zM?fog{́oqq,-efE̺52{/16Z7' >ejV=N~/'4ԭѡma8>H1H.7^OQʑ=×:qz ~l=lф7'?>#đ6d<6ۃ ܶ [T34> +9ym,>jJki_X}kAMR5s|ҥ[.j $Gqy¹l`/|v:ezַp&;x% +5,{E8HQ=.6Q~5=1s3(m #g1c8l o 묙:{7 _ߩ}>wYK[y-|.y~5\e'd>W*T7,+ +ܦAm{IWrfcOsy ϙpJ{c}qz>W4Z?^#Uѵ $;Fi<[7>7Oq]h)77rFY +[!pcnxzҎ|*y,KLHh-Ll:z(?Gz֎ho*-1:thsݸ䘶 1.kGZ=^7# U#ƪ%bf3xn^\_>8Iwj/y4j'2/gi~]8ύdxlzN1#2|Wkz >x'{ɺbļ*pkk734Kd2|cs2Z0)[qkK=93nxwVh-5xk2/Ce|%|_%wY&Gx^e'd60saN:>TϟP_ba?o?^\BSj+٫Ӄhxr^WDcͺ6_H-ǰļ9gY)8 1)jfg8Squ>>yƒ?R/3Y{jx.yirH[9c[ƿ+s+^#9޹+̇ASTP/>V~UᶌYJ:o#XZ}Ps=}8#jHXF1{o37(e;=N `3+Ħ75!kO}-go-rz%֍ bTa]~*=kmnEc'KXw͖2X_]2gs*]W缞 sY'޼AG++puu{Go]f>y~GgkV?c㻌[<+<½!Z`H~\4sV/$ҽ:|秬tl7L{ox'Ǯy+rʌ}8lR3nFEXDNXbrz+y CҒcE>n8o{{j';CJt ;>~+1L ҫ=TNZp Zw{16#/E>C)'п{ǸZbs:%FO5|M7ϮYwX&zu(7j̺o1+q#_7Gȓ7W9ʭ==Oss{ eQOmݼ !YB7ZU27?XsoϽBv%7bϣ~;s1{_Foqvֽ#RwQ =Lؾp~X{u>ƚ:{m\a!x(d;Rkѹ7Y{F^ogG~GWIZK34'D}o&?3wwx+'?gJ}>gzx*,.A^kr=gs9~B תY]f2flX7%>(s}m6ym5/sl T;gNLzQ6E`\\G^ y/kY'~`']6j<.'lSGgqеzo2qeӬ*YK:rbMg}YAl=t\+ز}?n~ڈ~a#dY&3~M /lO5w݆3ypD|X\|lZvC֩6wWjz̉ K5նQIZ/~6qYEG}F#bpE}{Gu6b5i:S-pf?|K9O @6U>{Es-αǬm6/{viJ:b-{wsr b8J̩{a`׈ "v7T`68ӾBbyZ=Lb֤^>YMp.=##x9L>um׻5o1X 9j5Zr-k/ZC@K6[{/{ٿ^$Zs}47;>~߱Gֺ}G/})"\vk~ɹYc|~k˵uv|_#ưO69r8zU5F HcOU]Yb3\?ӜK\#A8_/WVArx|{M^e6[~g_CmaF/%s]D9rvZn=3֧e~zKW,N_Dz81zk\׵fsĔO|/p黬y4q ro|N[{Ne3_ FSO: }e8/7=Ǽq }TJ9ix$a9O 6qh35nKVd>s9mǼUh}GcQ#cX bì-ÌG(뀷ìMCEV*L{!\rI/>-U +kUbXR]Kܲ=UnI0RV3yQɗ"1}Zy;˓qdvOe4,7A4sZuj%f@b;#F¼fk׸ }tOYGi:1hl>i~I#w ssghk6x&= K [~_wޒ'b?~EJNf^<6\s1w t=wks`W)zz/;hodQ>^}D.ZS*z>!p5iI֍6qƃtyKkY2(7gjY~zAA8oCyKƹ{ +cQs\Ẳ 0Y?Hm@׭p_cL0Ak#և1mњJO4/ǚSQc1X5x|6ܐ3r&d]ԃ>Rs_5Weh]M[Ơq}?nн{> >8vXcZ ָE[}kodfm.fY:YI-e׳upaQ}co`gd'ó4ΝW +yBbSy[~\'ylh|w:q_߬'=-yt\Y>tvq WᣇYY}3;Xx7\m](^4oG+׃io0qB^ %m(NN>Y| kjkXZO=4W}"-?oWXS#*+[Ϯ0gՙqآud՛mx`?Ga~kX~ +r-Rٓ}\s,4|i5jG3&:GbK1e,gߘG![vߪ]`g77oy|浯ld'썿3;fozb.fOcX7y6=ۼ5}Ճ73﷈-.ۖ;Z}}v֜pkO{{8\PzJ?;ǿP&9}g3Ot=CZhzkO3`53}vjgNY5u }[O Q>{_;Qv8!|> ZPp؇~?Ęz cnlŚF'{ ~,ssbV&!pNܺ'bggA#Ԏ3?m}w`m߰isJrnwrOcD>ǞI+_9p*p6jyv$DLnCՑk'.Iƺ1>9gSO bֆ_ގq<2 gGcc//'{LGSQSjޒI[NPG73>{Tg|UbmY9Wآ1G&K94xx/1p7ȯipu {S0Y4LjEs_vȚGpr>A: n;.{qCN}]"N|t֧kR/;14Ù1ybt Kjcܸm<)$fdqsO#jx|ٚ2<ܨtm|m~[ C!T'r +"n;zgմoZYgkDŽzd=2kg{GB٘9!Μ^pc(1шq4 (gl󢍪M.G(cM*`{h#kz[g,։{5VT?Nzu4WrvWQC+%cȍk~z_hk!'vݷ_53r_e?ώ վwpp5WYO3Xnmq/cĮq㧶') `O|N29l\y*fCN=AtL% Zׁ= &{:-y1Ǻ.=<|ݦQE>`k +ߩI\5 4,C^SA;j2xꃤlQAh&LP|%WCV߫oYF9o< +>xYroeс"3w饬F.o"r҇_}:♻ynd<[#=!woKXsxlX5j5wn]RSؽ!;ְ2X~qss8ci}^&߯Q5Ik跪hğk7+Y''XEⓤt5O Y @^HF~f1 3ekLm`++k_OZߌ|i͡uMy:]rϩ{ ;glM䥹YWA>NA>|gd籋?zS?eY;L5SC_qrGl]Qn'\IFNS]]5 +k|i{ 1s*5q[8a{s~wwua}sa]AX8QY$f5߉\6guU}6ws}]ۺ"ys=)Kakg. adG%Ec=k־'yM o7qc+)ϣ{CO/^PKϤ$w:f?ZCrw=x@qk O:lbY!Rb=#.3_?>=n Vnwc2ˡi댏Ubw8Kko[rpkKyv5d?C$N[>õaݖE*e|݂~Z%!~xd2kt)~"[ÿo[V>StM_Or.2Qù\\Z{o~ ls7&ỉ̡pM1~qZ:MGCo?;oe:y1{if2+~w^jkDvzFض1~^{Sŗ8/a̞6ibL<6ykLv0Oz;<Ɣx}){&4b=2~1cUc⿚3ph5šCRH'n}lD}C&b`AtԾ*iKY[97~kꌦG)B S(,Z#AP^X=5rc?xkpu?]g@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ?z! +1 Om"! +1 Om" ! +1 Om" +! +1 Om" ! +1 Om" ~ +1 Om /xu@p! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"H +ewҥμ=hS3bf4ȖdY2˖ľ'KZ +3"vȬ߼x+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^Wx+^_Fiadޟ6pOzn}g:럭:[-qY;qIek9x˒'^X'\b=׾?m6xO'Zr%VnYqܰ(/= lgεިw.KuG+^`opVzeY7yuOU7}vw~lV8vnYϙ6tMou_b흺b:a?bc~:g.#폱 g ^h[߬7+f+,uŹկ +}޳;_}gcO?mş6̼d=Z'Wn|qusAC໕V*lLK7>Y眠m",H.Wxr8϶s/-ڒg_Zs xfO-|uoɿ≵hX۪>Q߳ϑ[p5-ݶ6Dpֲ߱|x.kZ{d㏭eșU9B,r,y%/|&%h1',sInإov..WKm[KlŏbODBX{k;ښ?gr칵kk;Z֟YSB6zfֶ~Y!h5ܲV3qӯvٞu7p pw]=g2qڦXUkd39NsԦ>e çq촵5kn;cK;qZtẓ\Uo[Km7j:aM rmYkJgCw-"ofk:p_L]% OXd&45^ͣs1kCzT^}]m_-Y:mf5k\E5Sʬt"21UOmr{>׭-]9]}|qv^]+LY-}zj +V[ʌ5v[sAk>`-?d !Ao(b hS>g ^@_`9plү6xf-@Gܶ8ut"9rbGyCDb7-³or\ϳQBzGڏ?]}hٵǖEN= }Ϋ.`[YBoY /ݴ0Bz+αO-vOIt d]|Ͷ7㷨"t+u;~:)vEϽGޡWߣ_OA.cۮ|ήhȝ{vbw?Yua_Ӊnz{ű_ZF2[rs_@qΪۥWڊ^[ύ6p~G{jת‹/v4}?\/63 BVE#՟ܶyq}~g61o\{cohW&aC#y_†_P_oVqc՞^6\Yn}|$j[;WK_`<ȳ#? +̚[㑇ִК蟵GZk\a;"ǿ +a[6=mކ{{=|9uL'2W[HQ^r*?X+- o&W^Y K_|]}Do*%/ְnccXp9v:GZK#%I/Gҿxvݷ>;A`|`;]5ϡϵWdCԽkryqt-ņٰ-knE^o7?O}K/?Ď\]AcC;C~mH/lEd}|"u^)P8:kk'ϲC9^'>[lj~䆓<:s ,ƹ+_m'K>63/='׾SY7|u?3~?gMj$?>@_Lf| /{nQo6+y*_tsAx.׌+]{ PHW[7-3~Zrog[,:$¶(wϼ$؈(jhy^maWk|zZ#-w!ida7\{yb[y6(8+Ui5-r ux0~o3:{M!oUG + &_7M93a10dױxC=_U6` +ayt}+_eGYt@!~8mmZeN?C:<Ʋ[;%F6-p:μ[f "` +},LǘktȸDx}G!~^nW~>paf<2NA8Qp`>njmxֽnUZQXvMwleos~; .hnG['XkuK|{bErg[Ool8 {:-y\u:nL^0` tMp.L[/\ɶ`76/ k K +|sc}1?Fg⿵,it!X126]cIc_? 2$rnx +džp0}MZNrM:4|*ƺ`~CTo| z9`h #?-q;$z4wUGwW[įakGJ6c팃61fBۣ>aD>t+ ,0ߑv5z`Ms7m(1S<7w> ۲xE+D'{曡[3 '؞^0&6it}i"5 Cl/XS ߻j*G\T>ݰ0X,6  3cX Ln9 *,Zqao=kc;Ս C\S;0n`;vԶÎY0pԖvm#qVkWp>7kڡ?v紲{l= ƨjzj{m1ۇSY=`>qE鶻Epx{䤵f ച!-s˜5[*B{u, sVS3-V^l?klh.s/\hX67tIKk:8Ni8^}Y4瞵gc<眱[/}{8hĆn0jwS7PxD S=@?lqEl/^߿ ?KxS Ww{^}/ /8p?o!#>qUEկkYبNK1i.߾;KvS^F7'lN琙'mCN>HL -]·" >wPB*~Gҳ#?0aLæ&ط v]oŷ aS_bc_$N(w53k@OD ;wjDnYkҶc_߷7҆7ހ|ًo{=+m}g _k7_bw/Ȧ? K\wNqֆn.OOsᓏV{h~;o?~ܴzٯuOWϞ`M5eu`0-ɳ\\C/}F^GҧSzD> cv[q +4˾ SZ`Q% ૧֞S_Z㳓You`y #wⱵsu' xΉW++J<~.~A$?nH>8(ct GF+NcC}_!C_ WGb=CSrMс򹻸ŦJ܃"px&%]CI Y5 S,.ye0nlXA9|(VAp"qF6Ϗhcz#n"!YNOF؇ !c_|KmO;B i~_e_~jؖfD;J|Mķ `F0$6' 2%!Zu:^#,<6Ņ])xblM6L-2-I]]8˲-NL}FU{;x(>J_xT}zhGQ EoyE}.=Kzpx +,νsQ:%q`$$#KGs~O+ 8M8B7j4ȘR,5L=gqj6<)Mۗt4:AXU# q~k-}ĝOb+K/u(}?>C ]#KBGlZm.z>ol'ν`<k;I0NYaG< v>Eѓa[]FCVx \͸FBH|X$賟t }a=x~Cј<|!Q1\Ï;q_vz<((=r(YbjAx%A$ybf‚%ƒ%b e;Ḿs>NQWx&ܝ=*Q~NϿ"l3* <z- +Vqޓؿ׷,'VN ZZBEW);=B\~0amepQG3kO~MpIU8_w +é9-y#8દ3`!9 >Lhkwpf oȱ'(k׺F6aFԂY4 .Q[̍ϝloh!:nd6[q ^{h`׃!}{~n-XQ6uxRŕ6]f`Cؖm`,8u ڵx`:WQ(ذM8Nx X_ll6kM]sp ;H\]zἵ=pXjrcNskR4VHPXu;Kpsp8kJa9/X ŹvxNx0.tTŀ&Ħ +E%1tlDxJ&fb lg)zosxmx8 382=B_SF*9rQ"<Rbu!qz'ϑ&љYlq}E䰽9NIb; +&C?0sۜ'ޞ^__/Um|"6H\H>"䑲#¯ CzU~IA'Md&g"87x==Ipָ9Qa:9g#$IaK뺮{ʃAvqةL~m~sW91Wo/R/]}=QaBwz84x~B;u#*s$61_V Or6'sqΓt?F[:;] ++rYp[%%܅/8WL|K6p:Ձ +C%Iv.=+̥#bHA< "8Vt\aU~Aq+~pCP5P+qbm&fF! zC=6Q5J1/$ NqsgY{YN]ǝ- בzgOÛ kPnėĂ/߀yx6Sb7oV>r<4x0oM(}SĽt3(ߍX/D[Ke+ z6 y ά>y'IXj`| 嶥ou +\dzA4MnB N)D! yS؝v|Ϫ~*kHqQ ?l62pq溄A]7J_"ue۹Y[[cxUWǧ??WGo̡7Fo@ +90D̓y<z/j3^BzJSY[WwP_5x jn6aHϪVƣƥ8 /ZK~>>lp\36c$Aد O +\%~;8AH smUqD818=rQ#A |{}W[NH__W &_^oU{z㈞Ci")ۍ;HyC`Ax|nX'KwH).2Ҍ} O'~p[9{}ת|^XG]E?'ѓu8>daMD*1dx+K6ϹmG)'!7|ҟ7d?~]pJ78/~ +m%L*]Ҿ9{[^׫~F)=؆"q4%s =ƶgo5y2?,y;D70.WBW(.Ii(*ʳ9>1|ukNG>36]ZHHK<0yS*_(\f[5 V?:So >-lk<81Ӹy 50vGUu}ha0kUo E b&ƃ$x^?Ih; cG`,ϹoE4ퟤS` XW]m% ] +9i/ňĸ)<3\$_HS1x 6`ӂ!1d8BBb%u"m "aa5dCPlW:>b "Eyxidd,k2Xߟ85HQ 0lNb~EU ceiRy67{R7/؆_jroZ°(͌c?ՉcmKm/6?l81ME1I N/vgr`6Nl +_(ϔE?ζ'IG+< xN|Бpz{ݢ.ۮmr`Fx =o-pqm}5/HnȼڟIoYXdJi|kV:zoZ†lYe+/^0A 6vZ}'[>h}G,HE&OZxGh+ۚG24sܻA->G:=I;^mh;w}w:_rI[:<(< 8\(|(}J~pYi +4_T#`v s:N?*oyp!n勮p|tT%b蹸Â3icqI)V{:d$z6_Q8۔/גdi$vpʦM=m7ybHs;Uns+nv H/a Pc+/UxvËUyUt bI8fITŸqW\%Œ7{K]~.*<&r|̅92`BRw+Kʁ@;rnʭD-Gwc1\ hnڰ7g9-w,.|]l'܅E°ErT WK<a]ڮMwbQ8\\c˜}Ll=>Y0ONx;aA;wIrE lOr1Jd_0ɶGT(FҏbFDWs$@Z6x6hldܵ0y8H)w+/ɣKɯ_UpR PI#h =_S+?OáEڠ |2mR>J /J?H|ުp9ONgO$>_ XL` /&ELL*Ƨ7&^OWxM-ؚPrjh[ŀ;i z-$AЇiΟCϴӎٲ@|G׵b y{PN^_9Θ j !p!囡Cl ^Ó<7Bl|SJR܅O<߅[aoآpV;B! CH#\/Fy\S!sgLhN:f '|o=/55?%63JI/~r'xC{-2}p{-rqqu +Gt`8:D'SǴQA(VV'?}_䗉/ʧ#=Ӹp+_G;Oj/+8uUC!ߺ-r.Ɖ-WL6y2Tg1(A$N7yo3[$cf*|YjbwaL[3N vާS]H2⬨4X4D2Yym3W9)~OH3Q,$ +6*>!#1CmԒ(1(9ڟ*r/5~n[g|M*ރ_fCQ0eȍE}daA~VD1]pzTyN[Qt]B&6vKa8KN {yYL " =F'OSu7Eg; #pa?^pacn(]^vbۥ99trMc+/TsҎO~6N{ݷJ kYWwwat }'e(uy=N c$s)9ǎ$>10v? d\ɍ *_N <g_p~gD'&oV9vs$9D2̠r)QRzu1͕ GDȯ +9L&u͉$N+ќŌ8;b(D7(0GE&;vz#Ǐp(/u,D9qrpj%6G/6c=i`0|YX$ /#ThbdFV~`@ܿ`?ߑƾ=nq\-6?OxΒ`U /[얞9iٓ -rL̃7Ⱦ,>uY̟whsSN>;X&8q |1` e% [h&tp#hÇ1%ɘtؐ1ӳQ{Rqw‹1lkb‹|YG>Ė!# +x0*C~[MK)߇-W(?J0\_&S‡S; 9-*;(=|tBjs :*#?ףy;|bYH_x<|D8eAmJ5WT7%5u$ &N],HiΜ#bd;Bn>+קx1{^4D]´A/'"_8ijŰ3CV1b?19yyY#~BbOR.NNHZĺs46(}VJIqKQ:?G4=hΧH8܊ k.:LjᾺ/[9oGН׋}F}G>PM]!n0dCsk Xk'׉##=7_> +L# ӓ/'/\,IҼyOK5,.{Q%_!ՍzN0n]چ:+raEM|NRXc5N^\$$ ?4_&v;inSi `}ބaCBEu*|ft4_ۉ)'i*Ovlos[NcۣuZ'틁1KL)c]鼸$~t;S5u'.8\G3=~x\p_=1im;9/g _X%EL]@o*^Rh@\e3.;\}%6Mfb/pɁ?[Bnҽg /BUʶ6b>l| +;Gu _#|9*(_P81@?T[kaF5`Gp Il/FZRX +#~>.8'&_HyƾO||pbWp·B=#òMɿZe /'3yYkiK Y|Z| +}Â\c=y=25"O.U~qv_[* '직w妍ok{%?T"w#] o?'t!}ݜ55O14_1"9"Ti䟷;^T[8m\1x$OQO3yƉL"S x_kv [9a$,%O( 0qLRKSa_$3mU)ыQtgϒѱIlˆ)A}`$=6r8]M`#fƒrI5Pذ0oO`Ga>WK,Q'Y($D "H\3˺OpC3G8B;cEs''.Dp1biŬՕCAr 6%VC9v /nVyFrNU#< +X?_z8vV7'Y-7Q7vP9#X1=$'$`1$,=VAp-xV|X1T3AY|x;FOkI&O-}q]nj|6:N ۱cOY,STxVEt`;ϵ<$8dS?|ޒs'-6u| +=nlߴ"2{p \2KD2=o%{{N-;="i#5s>pVX/yNCӅy1Q0r؍s!|09&wE <[?η !F"5 |&+ Sʏ+'y[`__+$o& m(X;3#)<\5[:҂k ur64Kc-ZG@>tQ**Ⓤ+֞S ̗GGʁ2Sud5n,-(Y앪ŗJ"qQ+=R^"u(ƈ\'(Ʀpx;qz2s'T Z ࿈r@Gs6O6*/5WAk3\0+tJ=Za* +7,G=Bm}p0\yz7'+7\ri4W|R?omk@'O{n6y֫Pw +yCsjmq;EP9\#|e~q  |?s NGS(Ϗ"q6{D;=#֭[T&G; p guܟuZs_&8RQk0& aGlT+T~&l&FE`Eoe?E \5k|~8g1h1Ig;GTk,][Dl27BNyÚs/;D?zJ +v0[,؈oAWGOsyZiF4=ݙ;N=!a88cbBBchmSwxpؒ,QrSH^7u:.^+$ѥiH }F&; B\I?F'&)}MŽ-"# k A8( #VĄ/LH +[`ܹ~C7o_M8>']TŠ+ռ8aB8~bj-2ɏ9@坈КdOthBUOL=F o/ bWzm8q,rȡ#L8WK,\wXv#Ļ z̳ך|kH75_q).鐸R}ly Xs?뵀cA]EjYΓ|5q{w@~NmÌA>WУt(:>Lo{G=f3Oq08<Ѹ#|?L9)DƐѝuBsԄʈ֋qXÌ]x0C{eM\d~`B~4D +{1 Foq.]du„?`;K%)WL@h o4_TsbM1J!ߡ5lsmfrk܈~r!u 1΅ j͛?uGg7I' /gq_UP~B}* @9㭕)KT8rQalba4\q +ݖŰr +-bֵ$Oy0cuB o>Dz)UirKJvܮEԜQ毙 O3-/frx>'= ^x$sS3pv_ ] Oc,^/N7a <X}H˂A2>Z[TP@$r.W&NuyYǿiJ:V?F\I˴OJ]SD'L9lkSi?eZ: vʂ'',5 p֒wˀpwɅsN<\`ⴵ8b wxEp2?5]^.8 ܹ-c3䴊 Nuf.O/?\E] +MKpp`q^xgK q|)gmq}'?)_`$-N-Vrh]Z|u j?x4#[XQxQqRb>r}EWkmD썰j-{ lOq3 U>(s1A֎EUZ7..nPx8#…V!q`CbƯJ3H'߲*pmRCWe C(O9a=$I) ~Z߯T?'瞴Fs7 &Zk _"v_ߪ:Kk<$ ~Q> D?3NZڔHؓx!(qgC%2_%TإNF73 .ݭAaAY=0Q'~@׎ +Qw+Qy{x >K$ΞT>j|y tsܹo{[Uŗ˟'.ݾ $ ym}xF:;y:mq5p`O{St/O/_1ty{^xd;?-~;.vkN@a?;v}ѭi; vϒ8*RZ~~&Qp 0VcYkxYߊ엜 qyO6_8)2Bn+_6]C7p^[-G^~OuS5Cn~!f:9"}@D+>"$l@;*pgzbŸzJcc\=W[ϰ |pz 18|RkM6X@J:ŏ&ȯ}FGm>8ϏM;"i Jv O,Qn$ʁ sJi]^ +'ue*Z6 +[9Ps .>~ts+S^-/ +[ٷ [ɟ|ip$պ t܂'&_MBib3ib>)W1N,O+VߌwMuyMSς<7W7d8'aonyzeI\Ϭ, 昝bX{&اv(gx9oHJT#QI8Dn ƕ4#%;qOIUqM2|SR` NYP OƕƏrN'Nv+ IH >K0%>ߊ \{=p1SWktujX? [֚ZO9^oav'6l/#DL27o޶6O]&nNqsEbLE|ݰj?C}ZO5a"W"#od}YuSmpɂ+Zvsbt&f +>ggO띵r5'NZ l{?֩9q.6c7m_#G GV=g9) $ Cic  ]v¸kOjsnxK~ ͝'E@sY΃ȯm#.Nkgw;ŷw*k$~i~ޑ6+ +я죏 +?xѧωAbz T9=+ao;]s{bPb`$:K\1Fƒ֚I4g8)+(|]6~KhV)_щ9LV \VS+NKxE71n38/I<$zK0aB.w9(,9 ‹‰ħKhFtxyɪUߏFq͇tsaAbGxabHak#aLGRqL8_sM`4W9fkj$74&ďŹ?k-,w5:O3*Fs.V5_?eu|dqnq{.>L$~bK` +^0 'v2>M=xmՈ{z~=IQIml%\\Uam0m]8P2-\k+0KKpU N$\yF9D\]Dz4w5`/$^~ڲnn/գ_v99E,;~x1 r9'K^˰0S+d` dC8v= 3u pevaۓE|W-)_I?q WMdšå5h 6yIaE'o7Q7sNr5Н>rb'ns}/!?Ovg;V# /sr8ovGo\GUp88s> o:d,ޣ< 0pX8 Q C9j۠j)҃tYPk1iގdJKZDkI`|҄ߓ8#צ\|$~Q)| NW/{3C4O=֩f[|՗$„{=[Ƨ>óŴn |Ir˭w]`F{n>.>ԼVlR̓C۔@[έ!wjgTQ-N{Vn!i~@Ä@[sUWį=59xF<˾X8\*6: 6Z/xMXHCa)33Yrse&\暣#u>bٷn ߬׶vZW[xЖ5Wo'\C<|~ۏ<⫋LǟxzwS闯>z7;O'?/UY.nGBBaov7_6Ȃքy~sk.nLͤQp3OyhiorFnKVej7r0ǨG%1zfZ3n w=CwܑHD99i0RF<ݼ/;~u=㵬"X:Ԛg٭Fr~kFwZsEZ݉sޭ맍$ +zG5jhI>kYZ;nU^nr~!ڢ6h7S@5­gK'Һ)p`fwk"ԬNVb%'aG,>n8ny͗ia72!o}هJ۶iXaZ$G9͏¸5vX[}<>6q=s}չ}l[$gtC`= HmQ>l;2o \O5:Oaoq}??er/.sg : v +MWa԰EW8?Yޭ . [~5cgibZ:@C}s!rs7|8(6!?8\צwT]6I\>wRh=^|cD)W0X yq~;7FDy5"\7v\Ϫ`BQs\/7F ̀ ߜr՚z*IZ|=y |3Z`[Oݮ*S3 NWsG+Ys .4wNJ9`C:LJ R,e#(g5TZA)9>/;w44xpcU{(4ES=o_tk/=ak}m ڠ$uQ(i3+OU%Qm)s7zOt퉧 %9\sMIf{|8&_/-8 x~v =|ȑ8I>*+?u}<-^<Z%arɍXcœ}cw9&1ﲵP-37rv7UB?R}Z<{h'ٖzipށgv=`^}+G4 wS|Yuh2y{~dNsp&}`Zi[jA[ZnO'/eG*9(6YExxb qbcuH wl1⊴Cru\xĵ ?ov zv` x׉'o|϶"y緟-}#WlCov <\xėgpN>ρ w0@Á ].WP*W8F"C.o<)G/3{ yc)ǵ V,ߪ5zFIwީ6@ bA޳rJHr3 +SϬ(~\һ152~*`2-ۚLލHU|íCPw$%o%w&NEjkyr֋p$` {r&x01>WJ:es[BT轥Zg: +~8O"YHAZ +}PڮQ7*V >':Ijι'^qr;9Hm5@l[-qzqâۈ?Ln0)@򻉋NK_zG W{5tݬ·7JJ=M??bK篶p+߿җN~E8ߗ?| +xO}#得>TLz"~~M2?Bl38 VHU $ +NK.8>uu'ߴ^BA] dck gqwRU0PɁ2SnT澕D=?0 0ȵ sNt,vLq6Ms 98,[ϖم?9ޓKlq>u]12} z}ԽM7+?C:G]Q"Nݿ&\ki-tVozulexyJ;z184.Nw91F~_߭L'Bc.5nd?>0c姶o=v~d>}ls{f#o,?ßldE p*K ,KuTmM'FAO릥|%pq}ظVF8:^ vz?*{5?t;my,֪[]~F pgaD(30Gw&xNZᦚ$M`=x%4}^;Wp^q>pTMyj:dm_etL#S+s|M eI+I}%ՓNj8~\mU^}vF`cV{%w_XqX֭3yzz7|C_r?M4vkp6W$4o:'_(+``={Ii V"z 7yzZ4k?>0qk=`x^L\ss'Hp!qMz~=z0ߖK^vkЊ󋐓=r?GߍTq[\& L>-,:JZ1& E5 /&l,:"P V#❢qp[1n0vr"W_}O,I;v#e "{@i|&Z4wRĥUPT9 ZsOk]G'剑\L12p2#JSlցN:yJn+DZc~l&_H.iĭ1NWV;RZ Sc$)Pqv'i :,K,C,gI_B5=BAD]1,1uII' +bĞ5E)_Ps_zU['Yb~ߢn)}ԭ_FE;+9ӎ+/\!?sL +y\zO#,U)/tNn8ș>Lj;8pرyŦL:tlWBc !`NUvqsD<<%8nGlQ= /~W +[2dv߉~ֳeջjJ5`!J)GL5EnYiO^7o9D+ctqɓ7i[p*5{>Kے?_̣v[;-NG/[oG]3 ]ebJ13,bfdf(3X}g懳"1222#<1{~&naxٺB!Z~z5>Lr-'&ylӓJ^3v=xprfLcײv1;=-C'+~ \+~pnwO6.?W'G||'K^&b o&Wx2,w}pIvf cֆ9$<+3>eĹ#ʇq{0&]{ƨCZWF'\~0(5%+9ĭk\Bڻs g߻Jzk@k2WC}hD#lyow5e@|3Id.%b4ۈK=7aK}OKw-XpKF~LxJT#t&^Ew_ 7nz^D+$ˮɫg 𓮢.\I/#G94y{oxP阁y|1VG3YGss<_o(`ympC2̣ܵN|=tzW`jo`{20aZ4q֢WsVO'Qo/Mr5D>즫K_笷sGzcEZ>xǬR߲8!y|},'|]Zwgi7~{R:б7l|:<ù^քa/lGȷ>O;NvۏKxS//~RhDdG[y<Gw388bG2yEozO'!˚Ԭ#/h՞2ye3ə8.a<\'pc3y;B<+ 8H1^/ڗ]G8j__K@3U*`s2z)єN/x%Fr^QԼB=ջ^x;F>u.ͅ,gcҊ~u]!K-`#!Ph829wX옊A88{3dJw'BN=''W931<ζ2!`cɅz#vcv +'ڋ=3-3oh:f.^'v}gV̇ sa)nSESL[9hu4L^+gIs +ÜCB뫆c2n9gmKLV?buXW6XO m)Il>^v76&kX{o/9tz;a2繁1F-㫘|[ N_5BkXsרC6Z'&z=MޫyڮچpbAWt>#Oo񧢏6>I!ihsCy}V4KO MΛ1>o֌ŏ։.,q; h!U0v>]tX4n~?]@{9n^)x`ߌ18k nnWt?ۆcFOw绾Ab o[yF8N64xMd*cc>XI2/2͡o։f`oϥ {yD7+̾!G<\1g"^&&YOaia^jj}P} +qu{9^3F1Yyߑvy?`~v[k D5{.>WڦڇcyndOg>5ϾFΡFujĀ9~'?~A~VYﳖ Gdݨu1b VZ%V =}-lJpLMl_?,4Grdq-cW,a=ןiğ5Yt4/p5OLq>cbL^írq%*۰{؞ }K3v9Po=z?O,'x[:&;eWeAˊ/wǷ@wFn'ʍ'̸Nڗ8xo#`xƉh1vI,|ĿK.`N9XNxԐ;09%N C ksXwg2ZoZ k֜%o +]SrO*b=ʷr<Zn(\9l9+zȍZceKV/+c| 'i'gj{X|gaЇ9b<,zb7ItKVytm"?k+˅cPb_uz쐽>j?֠=._~ŌCe?H1jEkBξ{M)_r#\GTpVY^Yx<(Ypv8f($7[F1`R>1Nm%cyTЂHι +3x28/rd?7y :Á)nX_tbu:& >:{YkAc|= 0] {m[7q^ZvKYw>hOj0Y[ j._yOyrxLz>9!w1kFAk7K>fAe 'KE,f;\Hɹr5caJ_y +-8+ 9>'ڒ=lo9B{'nY!2#YOߒ'1c'on^ߊ7t7T5]dUKCkmV>IgT_B|TuzDUhzaY^? BO8|x~x*oÁ/k]#5;ϊ=F5z)TѬ;u'lFz+\6^>_W/`Z8Ch h^˿ل޷~8ԏ8L8D'>k_/:q&弑e6ߣx]3cru=cM[gV`%nMlA#f,9~Aωn7jboioк?N83޲k|* "P#b|G>4Mߐm^{*.h& w|y|/ϖ k>g7 u ^C)#r݈va}02g;9xDAϥ03>74=ϺVe=e. lƘb?Oq~,XH~5sCq{K0cл#9^&\ŘR%x&lqsڝPv뒵8g,%OZ0w5F\LY37ep]5ߠݟE/~1` (y&`bu˾vΟ^7),1oiL&czYcka5e%:Z.5zGg>kt ;3~{r1;ֳ"W&Eku\H?sy|iMoo4s֋;u&,0_€\[pn4 z4>[TC\}W5oPmp[co_ӟ5g6ݏcu])\ι̳/a obgP}aw{0ꑉNrJ,K1o͟KOo 1߀a`g{7Q5ξIڋj&0aZvȓq]>\c9N?QȂh9+c͜_ɿNjp.? 16yNgx 2&ܝlw'ށv{4;Sc^sHUzu발u*952+ʌܞ7;Ga^S{Iy}RZ>^},axZGz?xŶX#>֐W: xܡk:QE者C2|U<$Utzu7oƨ]&kɹ7U2Vmgi;{E0FAMNߺy< 4/)k8\P4~3?UjmR;-˃Maɰ:_li +Xt,\ d0!Ϝ"#OeAj(X %ClJ(r>Mxu#,WSv1k/㩜 +ylw<:\sp!+;O *ss`\oPxb7Whnv'/qR.q=<`Rt6;|(z^< A/eFƧZ-r![T1{6l0V\Jw: .fee ky4z5Zx9}U JBs>+ )Jɗux N 3_ח,%_gb0h$d0A +!#֞1y7#\fL UӲ2oL%*r2}afPp B + r, +qcyj葂Zbw6;<49s 6lҔ9x:O%+k"Xm6>iO4cZx[1ctϮc0΁:Om/ycPZR:{9q,׮XygBy!#C0_̶tu.t;}svt9αa_L|ϜOCz?7?`]k.r\aq1\t{JX8{€s;gyBF05/4où>ekwƇ'P+#&+o~6Lۇ| ?a/Q[X108gtax:?ca:2!NO˛"۱/<8ußѷ3 t:u=4-m~n#rYnUxgiu;.^ӌw`FR3TD>s-q]WJlm5E۹5|:YcK/y4aO~s>g.rY`.Lo +,˖ܖ3eS~ +}~.5cfLh W 9ozc_tgmu/ 嘫6zFed_'v嶽Asr|s+5a~٤Q: L9+0[j +B.mrOД_E_ !! ~} 2m7M0M'R7Go qjɂom#6پȃ T~$)o=_{pGe30p!=7(ǣ\{9p>Ѡ(C߯KR\ǭSϽƞ3򶵥.5BlW{;#sD&!qG6g?h[ܿ/|ތKEx}1`Y͢1uɵ2n`ڊvعqXs}|؇29kƭ}0eE]+fV9:/a&> `¾Pw:䣫tU,sлr0YɬGqf<do`\'1ESxT s닒__ ^{'Թ|#t,] Cgkбq;/7B5t53kߍ[ +P2b}54Nr J1-9qh)cJ{܌Vx'z/ɖ|ޗ Ÿ8-qT6yLn˽G 3ע=x>R_`<^?%{v=EٜD>S\1FF%jg|ypqyxϏHx!c\^cq],5G>W`"TC.]x υ/íFOKB^*!,Ut({1//ZNz> | >|~;َly{6,/(Mgp ''w_N d?rar[s!$0f &۰&ʃӃu.|~>R[CXu2m߄s7۴wʘh2",:87%RMw_c<ɠ~Ht?kYvcԞ,ׄ~Q}!],Řt1 Xy9,+8?Tٓ,e\o5A)1{֖(S4 +eA^/L]c {:9sIG.ckp8qd|5pȜcYwx^-ZxAX15gKrּ֕d횝Ms})'˟!Ƶ#kGѾSm Ń7x ?tio%1F2a$v1$L3L5] 1F3ԏ\d~_ާ)3A5gF]Go\?q3?&胧sۑb=C|kcX4 +NĸȂQ T{K2&9e3äI$|Y[xPu/Wq.+2?b~lwSmXNk:ZUCv}FN\f=j{g5` +y+Waƽn)e;Pv 3פd6r|c'aǶQ G+s +քFG}Q+zgmJX?C!o8LhtEKp ߢxN}黴{Sim穵=i܉fWMW>։ #X9jk0~('T.Zbzb?5Ie@, C[n8_>OkY֦bj_;Ρhm`sS/B|BynMfXhzx#:BEC5x:g_ro)r[ǬscՌ +x*n cK9: _V6esɅ8d˙p:t㣟罋pi+Fg:)?a=MG( kVocpap1kcoKU^`/K?E?˜dM|, [r.2t]ycC|b-Η嬵8&E4p)_%xTk9Z8U6GNx11=+|oC!iR_ܟ X;e? 4;ȧYkX7#,6y?:|^sde: {G`1[0:#'Mq>nξK$t/<\i< ;&^_?FpckRRn&?Ѓ}qX70;=)[{=d7cb̽vܖsmYW&6eD:6"aʭ4;9+F0xFOE0aʝȡ v=ݐo:۠V5HwF[ 5Iɵ&)?;\g],ٓľ'p/a|Im$ {$+{q{IΛCB6cw\U}5攰C cw̵ִ^磢iƢ\?SfԱ'.xj-"RKXR?A_-P3}9䝲,s,3X%orQGFϒB3vQg’C&l֟5>n֟XXzxw/5ZVp']Y{ǡ^F|KZ3t:p?' Yy '1xr^li@yY +o_x +i6pÎ%za5t!`받qUK57s7o۹}&s^zsq8a59۫['c2:kiLXpK}5Z&L<4zN?oYψtΦܘޗm5ȟHT]qwt-u=p>x~~:Om D#oGXfT/ƇQqSn.3> rυ7 +v߄\ y\rNZfmm-"[tvσU1O1/cWU4}-q+Vxw$g|ϱ553CϘ`brmÆo/ICqD YʱQb(ZdAPEl1ֲsz7:I.x6[r q:["~wwq[&^L9=9^''tM O 'o___4AfZ +L^ os|6NЍGƖC7~Ei7s5/;{yN1b9 )ZGJ3>UD-Rʇ +L`Jbx`$'p|5;K5:o~G0Rתznא,sK9VvS GmįGh{.*2_\̯]:O=3_Gmߥ>tOn^>x] `t3wkӽ*}᫰7=w/˞7+[o\utx# wEtItY3Zrw .On==:f_ r=yrM8 {}y͉2/co?xtD6;L}}(9 _-\dS;f\79/EsGاkN-^J Zcvx#χ,r$0b^ +ˡ-@

nҞ_G.yGu7,Tdǚ}Խ=^g3\b_>^"~V.73ZpU]M2CQj=| k(0b:7<(L* }`֙PY^Qw[Ã|Q' 91!c&St!jƌl_Нgb|G8GM&hUw'ѕcYʃ+= z e&~QCw e/gMp~Q'd.7g0a?cϞoJ:aH+;Sse&<\^vY,PًA͔aŃj 3ae0eO󎎴@r+3U3LAdžzOuP$&d +Q{!&OJ.ꃎyyA1Are2"o2፶1! $>,)gY33.D訣y0',;/: +}gkre){~iN;rdV4y9^脍VhpǔQDŽqg̝-P/F<ХnAoQfwh{/yx0Nƒv5P}x2Tޞɯqy1ʃzOڱ"{>2dح>G(_~o]Nܱ z!yTxR<Ny+AR/J +"_RyA&R|kUr:(5(sT<|woG/Ii>:zvc';,J?_y?Wyz?W+ΓyuEkG<_߆v2'\3_'sdy~yڿ87 2ϓ \<ǯ_'sdwyr_7_<~|^'W~i_=W~_>~r+u^f\7Oojg7V̭?n7gyѷngwߪl;v﷏:}ɽi˓i+A˥De:o崣<ƭַ<:n~+ϣo,}>FG׾^_;~pk'sk B;f^S~o||?B~|ǜ'}/ FQnyHǸ6=_zM9?wǍ^Gw/zI_x93AcBŃX<dLlRxXXPO ,v꘎Aym *zJQ3.ߥcscBCuQ#zG*&,8곣 Lu~?qw[Oc<ń#mjkOaǂ3s%o272*cNl{iv Oxu )46_e͐0臊 GZw1GW EiǾߝ{w`Yet{NFd.$m0vatnZC3L8̓/+~΃<;J'܅ӰNxƒ \sm.z;.Mǽ4lp7<|c Ȑ K2`a 1c7M <!}%^Q#&lx1 y{g~h྘)&'Ve2v͂BŃx;IdI>?==e6K˦[vbE63E6D? p ‚[y4C郛AG‚63<8yLǃ~eN'L<Ɨ;&|v4¬2e3}%b GOAe N22ȎM#D݆M7]¼C36 7Y28Z+1aAɃcWw zfCX0UAx=̃. 1Sfx93 gy"zL鄅 ,*G zG{)T8b9U8yxG-[&i"CgLNxeB&6{aIo! 2!A,g0k=s3hHDD-јpyo +^ ,-PXSlPjמkh9gcz,J 40D``?H?*vQ\J#$mp1 ܵ{'ƛ؏0ǘ4*KÌON +`e>kS2Y,; Mߢ^P{ q8/vtܷ翻f3+zƄUky/ƃGxytBf1Q `}И¤.'>.w}v93Žb 2aa.~i[LÅ3BȗgԺ'ozm2;:'|rl ֬`.F^b42Ȁ%&<ʈˆ 1ݖ(뱾jFtQ^ P7 CIZ='Z M O9+Ҟ}ӑqYN fy='uǜѦޟƒM<{,8ÆgƃX܅g<̄ot-FL#zL^>F'FB%T'U20`@u#uQO#,דL(><8-h U!ꄖ/oqt,qoPq`!1S3`75nL;u[Za "O: ǃgt+ +DF+=@ =˂c5E5<8<ё&X~{7;t >-_Ԧ0!FGLlW[y0bBc;<-1^3*rfΈ7*hB`BC/GhV&q=Q/Id``Ga1!gV0>袯Ȅ.L92%h_g\Fi3_t?J# xɅF`e&F(y/ 4B_|y7:ʖ + +hl.#;x;k%}Alz<5.{ȃ՟כ7vG|,Vu>HykAgTia^(r 31k2{U,hY BW>4‡2fB([fW3|y2FװGbuDO'lP͌3%ܺGAFiGUT<Ӣ^a|~ÜGh7<f؎c~́}ߧyny-A$M3h?ceo*=eK{0,sܹ{pb O(6>BN郎N;.NL(0{Q$lnnFl2K#PΌ#4A%4P%6lHd|(3e"6 ]pFr qD?h +.̌O4q%c^ѵH %|G sY /lG A0!~RR5{Kf4ñv cG,ݎڿu||^8|naߧ(beD6~}yȄ箇~F!x]˃3:K˃^GǃkFxAńk/}p a49cyPr*T=vK' VkCQ3<xLNYD&<Rwgt vL8jpg:A;F`Hg3ӔnzkZdtxzz y!TeWt2g!^ff»] t zI;!\?Q{WaȎ\0 f g =_閬-{&7ʓË_u}Ɓzrd mg25*&L]ąuA)$0{h0$|ц 2:AɁA< zG3U=.D]y&}N4m6oc] ˌ2ep_M;.V}ІC\*ODžJ#DϨN6(5kmWyy WjS>?y42;fĄݹFkywUzeAEaVl~ÃqͧGȹdẽ*O&u~|?Nz<:RhP$!<8Ʌ( ÜQNE)WfC#__/ +0hcx'w5Ń穾]vb ;Yy@3"!kVM#q\3M<~<=`Wpǂ[ypvox˺`]Zo9h9"w AqH3aB<%NdȜ&n'B~"ёV +wAVI<N;,R"e,c{ qF\ˊ3zQbCWa5iSC~Q~lp'N\wgEJ:A vFs(Gܢ>W 03b2jϘ9 {2yG +F)}hrg̓wԲe {G` "4LH2kx; wRĒ+ sa nA;…<'<1apgЍwz˄3Xa+cABi!\ yGU w:lQ:TW$i_,%=̝Cd M{4+ BO"yqȁͷɃz9v%_Ac];3`z&lxp_t+U#tyPeլQKިI1Dpo0Mv z`ntFNrXQσfA{}QPɃBn^3yFDQdB}!+ nArF胨'vkŹ?u:~w8j4x]7hύ?o5lwfl8}ܰGxay0#xp =L8 axPꃨe˄}v=§6ŃF(|bǃxnT9naA6;ĂS<6'y??W| މ2aO*&\˃̄<8ÄxpO7?QO=B0s鄁pgA{ʜr٦NuԋB[8'I!߁.`Ŏd1Mw O=3uO(_yFWm82^&gOO^U+=U`4AfMŁ{'T{NG:Vp F3o4AO# t4ƄȆA]7胰Kh\uN6Fh[2Gq㔯9_d" v't]rLFRhU_eA`&l +5hRNW~2E <%j<|e-ѭ<ȞQ_:\ؽVD&omf~&tB{n#=&<}v eŽOL F29{!; +pW4 2&,_nuŠ */ie+ϙ0Q^ur ʅNX3f`e>H]6G&L|xDk5U厪릓}upB#fBf6&C\1t_9:ep v/)??ǬW0̢rzMVh.ރO{s>xxpWQ;q@-Q |Ph33< RA;yB#DƒxT` <̍#-p x :W ]z'И8{=6 F;|Ζ鸰`fA#L+sц aejQ!$.Xpk1z=\=CÞz2cxlv2"gtA{\wU+1 ULNu$&ߚU2 Q<iAd0!(0fuQ(/l:١W6ogf/}X4.DϫW~tZFfT;5)byxpZ'|3`fk 끒Eg=Bw!kT'oN |@ &~Wyg1Q1a#\Î5~\e*QNJk3@g@ >Ȃ44mAt:$fd]^!ۙ3è9fHS;m. N  ^CyG*0'S2N&Ox}̅{ꄴ[1gN`΃9:9M<LS8nYy雸3B*&T[2aUcz#vz]6 q]}'>Y>k4A5@5kx0i)YAńW4:F*LTaBΒ>Q F(se3ɮzɄ;jLx뱘AԀUx IF$&2e&xsYdT^ѦyPueUƨcDre`0ʁ@?oȃS]1cL"Pe VvPyN N3 bg7ڥA_M7[YΘU5{g0kze}+rX^kJa-#rn8}+{fO9#KfNqX'ܪBZ&xw &|z CpĄM+2jv̊9oLdgtelWT< 6}7u/}`CfBd%UOnGEat|fƁsG>]gf/p :z `z.C%x<y0s)~~aؗoÄ7]BA=BA/F܇o +)Te +9ôf:a@Gqf<Ņl +6,#h&D, CÀ̃~Gdͫ0VPLd6\XtڧqyL;z=u w]z~x^AB#L^OL|NdӾE xOyB3ܒ%:bAh5Gf"?CmF2/~Q rި5"BG33)kcAO'LyFfx Pޞ`txgr W3Lw>DÞS +/sc܀ c78A U O &dTL\xF7 +9)CGώ|޿cA+fPfHL]&$HVo$ݎC46`<~v<5!ÀS6~O^~S8Ɋ {g kQba}ufgO?<3jL*(`o x'܁re.B5Cyf]?iA*d-p< ^g.&eL 1fToY`sx07yFyjăF8]y}ƇAd<|9p.xJ<8b) :NWx=&ܙߜAz<8<8%cjIk!y hߜAT&׳^XoȃʃćoEωoE2aMo\8xPF ;en`SzgAʃʃG=u"+;:Ne]c|LdxG(Ԏ!\tc<- )O&rX1#Sw3_FL豜z~ =TQŁ^FǂЇbe.b=w zıj#Z(kE*߱C>eOtQ4z^L"Ks^&a)5 ?ur߃yGZE6S0p\,(/k#3j͞^7אYCZuzݪ\#YXNJDBVoW˃/?yAA">A>̖aeʁ#6R@ʑ,2sāȌJ#T̅*WPsYި7(u;Ncqzsq:ᱹ쬟FGH8h*MG4FZ⩕<Ȟ͈q=nAc@Wnxp3~}AZ=DQ<\1y2Qy|?9}pOL՟˳/j'|/cserh.W| lnB0.lej}a =f%v,:١NddB*4&tx5bLą3ya, +, 2D{9h7T>Y&^`L6Bw9rF],Y3FXx0N4+2< +=v1rȃƄ3s(ǂA`,+ {TVCVT(w$WɓQ使se>hLƄ*kFFsTa-AE<އMݬ!{ԯ#k}~EL ݀ߏ:;8U͈S^yVu§ٌ.7^w9^y`ypG&ـ1-=WTȬj}qoyăwpă{p9`EcBgccred7 %1r zNhC˃bnJ+ܧ]Fdtgy^~wˈxPx90^0} wB:y0Os5eQyHa _`&}C3,r1a-\d$,LS̗ߨ%T?;( +BO7]o+ o4xs>{=Pp q}gM`XlTu7h~ÞΠ/U?6ә rg ]7odgxĄ :2ah:lg2CF:a,?(>Q.rjxYH0ؿ8ɑ]b* ߢ:c/:8-ļ1d/ӰD +!O&؋ʃdƒ'+<{KDŽKx 1kON¨^i1dIƃF W΅BKc}hA;PbΨJNKDŽ7e=hvuϙWz{<}?\e£6`ǃy"G`ڧ _>yڈ{R rE7牘˕QP!2: +KnFܧzdF/ܲ'8Qf̃}#T<,eZ]_σSIgʄwFH9=4aٓR ` &F41iP<w:Fիy1c Fi~t/_5gG:U$-zǝQi#˭_Y;D޻-)kx<9gSȃ3LDŽk5B™L+Sy A+}/=/1!r k 2a'4h G=y +;`?z5{!&=ʂ:?&u*^zh|y|Pɻ<CV8U=B}.;f7\h#ǘ*Kx=ӍfewU;ZaAx;뽮Bthѕ/ŜFglz/3Ńv9k| T#勚6ؼ *&ӺQ(2!~oLXET&>B'k438FVQHb#rhaK(rc.9,2t.(Vumm&z!F$2:h]7ď`ktO>RF L2QiǃةoE!eV.\!_{]FA#TL wvP};j}QX; G:!r!zG>۾ww 3ȞOA8 Brși2eh0T_TRM̃ z^7<:6s/'ʟRY;=w'2g 'OFdS:aB_2R>Xˤeӌ]&$6Lz33_'-TYoqNꁅxTDt:>Q,pb926(90ȱ⮛hPꂢw5B{o2b0Fv ;wQȜ̃{hDm0;_xDs|}0oa͆91OZo֫=vyP蕟gV$/g;N_s;̲9B=XK܏ +5P/ XΏLG酂S=1yNgʬ#'dV켣+y0E>y0 zG],9vL(܅+8<1că*` r'Zľx =Q "6{;˼ wy0gy;- O`!uxP{bֲ`ȃ[8͂˃{N}}`{'lv=mpӘtG AԬ`߷ƒȽyYkx> Ac7SxϚ7C,'yИa@c" gxFOwgt v2+xp-Za;1˃NA9*A! +Ged^F,LҎ {yFzCG2H|R3Q3x,bž Ot rv `:;)GL>KfC8 kDMa9S:!0`teAK:,3y-*. z#]c>Ńn 3uDQǃ6)ûvy{5̃OHFb 5?'dGP{GkN~>ҴBq._pTwe'TquQyH18?y{>Ve4pஹ2Ȕ9#_t =N/h0LP`"$d;(xe𘒙uB.Bxzyq 'hLxЎ.yƃtz:+<8,i *_,FX3aA cmgp0?Ӛ`)2aȃNo7T1!2w9FyD;~dB|mtΏ+m[ `/x?A{cuJ5hP#d&yGìQyvN82Xlv(h  tj^j7xF#P'=W'D{3j2M +1a3S\Aln7}a'yP8{F)KZ;xL.]䫬lڢüG hz%?WGUOTSz,yB^Āuǟ Sʏ?*(ǜUx#̃++(S̓Y˂Qh/0a5fQdp b9[&FQl!FN_tF'ʼTń"aA:6BVw>}N/ =czX/S=G* &r~55yƄ3xF ]:oa5{aJ/tYayRʃc3 z=]f̀=ziwPyAWs)%: :!lF<{v_IL uԡ_VfK"];h?Kx[.._ 7},XLʼnݮ`{< ܕ7tAfA k-rG৊ w]Ʉ."*ob T:S ʌ:'A-,Lv ZNGrLj^^ ~,8Ã7 9*ُ*ODŽv]h4[cCF v<8}- rF;(@'9<8@NXL"FL;o~==wQ~QrG|x|=qŒH` >^C2̄7ʚay9r`qǽ1rG0^*w Mfc6S>O[GCf<8RIFh:!jQި덹 Gzʚ0Az]u + w?a(Ct< Q`+~&M1v h]&YޤFEiZE3re_G!J3#^8GAE]x(}J}$:b𠸾A֥̓F8ɃypOzhD&DŽWvhW0@0?gsg,^˃̄^sȃyy#l w;{ Dy3Sz7e]Px$=D[Ã}yF3<(}rwAio}(MpL*SEYb-%Gpo_ N3@/'kXp2eF])q=Bʅ M=AedPyG ]-2 UW~-{%"ηhR놃cOe=g1dɬ@{\ƒ]'!_{=}x/}uPA쟘#l KG˃?6<;iBsR,^r({,p9FYݽ]Ad1z?&Zmw|Ȝ.+|vAŜg3́[h<&} +ă=CEDE#L;|y+<{ƃ65Wg;O?84hu t]4ą;y=|Ov7Aՙ7GŒ<ɗeQ1iOv=.:^nvwݕ=&ƒ_2L̅!^S3ȃ#ʃ<#jdx057Ey.!/F+iyu: ƃ6^DŽ;i<%CzꨐL),u0.~繎&;(fhLۑlHqd]zz@ +NY*NJ9tz5y-O&6:&l.[xyPph̤ 2 +0gs.rFO94;3rΨAT1[&ʔi?xFLQ'C-[3By(΢v#ϡ.=cy|象:bx x>,8>7T_ą3筹}vb^ydTQ*UٹOVXNBfAdB +>"Qc}Zp 䙊~^xD/,8}%Ն3d H#<hAl*(BFPdC3: zQ#|t \ZhKN˃;վI)ݞ  +GΠD-:; e*o{}|1rDS,(,(w:=hQ#l }g?'`Aa{'΂'3Ãk<މ5~Q/g}p਋런 2er(0Fk蠳9cBOA,;[x937xaÅ 6;7>9#.\).Tٞȃ?'}Ks _L@>״78;JOŝH ngwɕ9xpW,8;iȃJTA2D} <ڋȃʟ:Gy$t@;n!0aăGyx~0/iܸk8DU>y…nXwV}pM 1:3eˤ ytB&`DžɁ<8 6H 憙 ?{l&L~3ȅR,QB}֟T0N.Wt?yHczP`Kev9C.ă]@W̃%.W9p r q]ǮǞRà 1ʇUyb|Q  +ߨʖzo0vИ0MȃYN dԼ:) |Q'Tx<Vgm5@S,ױ62 syN=hk`κOH`Q`BWD~Nr r_pdN /:LL-Gsk3ZuB'k˗!؁m +&d$E7.?BU^ۘ.F8̓/c+;vl-zu?4 _ob g.C^OzS3b]yDgcL{/frdfQH'=.nB #&]XPܦMÝSbB'TߺbB̀<#TafXy0F~ĄI<8C(OLz(04[ן 2.@xS]~iZvWumm%"v=c<.B`%^g/2e­mŞV ^z ٰh-~aO^=A5b 3DcL⸞QA^<4&V;4 |΃yF;.]|#J ;(P_0saUYGzGq,k~v|oo\١ȄxȈgPfd!|}cHoծ(K4 Y0hps}9{{Qw|ǐ e6s |FK7?4F gK%d(2H R٤393IU ;fW2HSX5g^ ƃ*CFq`ÃNިf{Ojދ϶ _hv/S2f~zs1Mcgmt#zޘ6/~/ cjlrEFXutpm =RrUKe׉i;}01 ?+JoӢLS +1χ) rY{ʓ9t*}˄0ǃ=Bb© +:6x,}xO#ƃ!}=ƂC=AE=A+z{w[y郊Ot }<ш<{;A*]>zmuxpFO^H\C 6yꃤA6=qԗު z<8io DQurF2N֨A3at‘gTuQxLʨ.3*FUh3(.lx̔Z8;AMǐ}?f3i#+?ɏ٘?'z"gy?ʃ]+F}GQu 6.gOtLlL,}~o'ZޗXfc6܈Ax^i@#.ľrΞAO1C٠/u:}DmlPj!mkzwLć9?{5H[5\H:ș /zx*<8=/}3>5'^osF]4Bw +tvj˄̃2cF1Ndu2j"QE}AG+DQ*>V]w!٥9<<#ft3qV>GvgzcaAxPf0&d(WƼS=\yqh\d"ϭb V0}fQe,syИp߮G,ȹ4Ȇ[h=NرB{{x03!OXyXp^wPAi# †iă^4Nxk.)N ʆ`4BŃ5Gzm/0D~ z!#Zd7cSOX+,tC}Z 3p2T%^0ItQ|eOt?+!0j}pB#l2G/L Fy%~3 zerLA SCMg=i̇8n˃xvfoE +8*g}YKH-#Dx qTO>ku}]kuxW^7&]WΕ_u_4w.;~xpp;W(u^73_|pxw;;77O<ϭ/mmmq^7p{p?h/y7w_Oy>~?=+7&ϗФDzƗ|͛G/{Co~_n擷,_}>4F7=Ϗ~9O^t󕣑-v䲏޽et:֟=M忋ڪ9| c홞sp7sϓ|ç~'~9;On̹?sp?sӣyh_<}'t^}/}_9y^W~.?{<~ ?w<_hsҿ~pʿsxܽ/wsp{px |/9K~rY|t4w..r:26~rt\K_h[nW~w{Z^3|1S\]<_ctZ_ Ͻkhnݽt><<^w8G?trzy۽?ܽv7ËCtҿ#5}nwpC~˓>#ܹ3sҿxpI9 ?U]vٟʟw>24=կϳ{ ^ygS?O/?;/ \8sqyt|.M3 ?~. xM߆_nˮ4Xwpmzɗ0x&11`9@8#L (ܧM,(|h0w r@wݎp|rK<Tf& _b)n2uum?yy\{Y&P!NϺ_ǍG~oa-pi7wyxp>c4M&L

 yTH?{~-1gqV {U<oBwT1@<3`ଜxQ7Y'^QzPiT(\#׋9:kG)j6O K*9>DU++sSkOk<E-qn;׮>c!5S]mebS-~i'.p"]x)1zX8oj.gC}&Ld.iZ*ug;nQlIذK<>^u ^sMJ?SbI%dNVFܖX$)ˏ!O]+G>I_=x|?*E./º". + %x}uVj:o"RNS'O#x|8Ú +80EEc?7rQFȒI6q3,1>ćZO318[aFġXˉS3Ř#c1tx'GF Z|jM/ܫ)feДaFnWȲ<{YS(~o~? h*΅F_0 ؐ(F~0Q/r>< *_ =/!'T9A<$v9mQ -'ԿH;9t=`'\3q٢jzċŠV?W/Ɖ9^yר>~"aE|ȿ"/q86?n%"U~4jQϞ=iLFa m=yׄ0ޜGbKđw jpجfZ3iۦi[.%+Yy?HL,=+&`<}XO|C$mg~Zcvg_fa?f룊uΞ*KI!mIkᳰƥ5/yXqA.ùj~͂ȃCF1M?1Jm ߉;AV$Y˘$L`<*8ilwO" +ryjeCE64ZذJXdD<ű<1ʑSca>@v֐nۃU3yT|o9Y0pGOE!񡁷ToV܃m*|hk7Gq\ɧxKbd&DSED6BX~Qc.sm/p 4I$~\;ex~D |:c kpWgxfNz#rDk W< G5@;xvY]K}j23J#c)ϭF=}J#K +=gDQ} 1~b},ǾҵI3S ,eeE+/b4KH)T28NQkH{52GNœ%Μ+PQ[a({؟ٚtGn~h牊.z ~Kȹ9gPKk 묵r{XD|)!%ZZF^=Kd-sxItϙ4.r'FKBn;0`Ng +ˀoO>;yrW2!3  +? R۬ӹ > B{`G|8> T'y\g!w I$θ@a.*peSGeI”3g)qa'SXCIbxS1[ #֦jXʤzf'J|(\z-46Dƌ/vhӱzH߉>bFS)l_ 嶝 +j.w?}%T087Nc;}2+y5。f!Gvرk_j$[Z(gE*!!Y:\x }3*q}xJDڲɞNkAqGrruO91s@_] _⿄#;qE unI_n_6 7{<*bb?ԩ;=\XR!-{\s?+oHsLV֣-gJʜOoC2uF$9Ew$uOb8a9v=K5Z| ئqPNYD++*dž+'D #rbl"P[zGdǩ9r*kI9kd6ܖ]#3\ +cBm7;;ski -3ƴ۷f %D<}J%f[1IkNkf7CbNZZynď5##m?fp~#Jui&-{5\ v]Wt>Kk`Tܶo +nng8w^C +>V\״-i뺜  Z|;(oo =r"]S>)ņ' /uf{9>&$l? +_WGaʅH92 [tIȢ(vͩý O7ܫ[!͙ZAWSGa7Ynfͱ"|yC7,!>eVMʈJFbDEc!Ŏ-cddJۦr3z[Ic?psG +|,fz[{ʑ >@m€?z}H 雧H54˕xM>-/ Ffy(=5TwtpN|zo$tYgAAK05M{;u$o9,|QȊz +~fk9}N߷l#w?ކg*~S`S.!]~Dh=6YȒ_P<Ѥ礂?ÁPߥSEu<.0,iv~I*7˜/لEcIF1UbCN5F,y+Z9!2izG<|i-Xs9"U3'J(izml8Rqln*ދ1lr3bNlrBQ!qՃ9X(Ϝ %?0z<{>#={2v{t-_ќ%ѣ9l0< z߃xnۧ 9[صeIw75L~ uqTkKk*c::36r ~|S~%W,qͥY3cL7N4@Vu~bE8I=^l}T,xt%9iG3ǽwm4QKJooF&ƸܷlD)v͆uΣ Yv9|T56ĉ9V\Qi>\8YQ،8Z/7Nɑx'-SUlz}?Eχ]#m{Vcvh_bWg>NO~V́΀FKQyϐ^EgTk:>i[]b~/j|Z mo==G)_쓯ТN QiG{~.SX^Sgp}BV}Mz8~p桡OH#ɓjy|Rx>P+ +kA\܃kߓE!3Po\'ճ$1sJLͷDQ0Zuk_'hŒ(i(#6߇>"k Ɔ\wS_ގHfֲbc@q[86G͘cj0]7gt*Nۖ80\i.vXƸ4K^Ug$vH%9 5I{2h}Z3Sa.CϠ|(+M2xY7>U峸q&\\+a@@1=krm9m&ДK5 \:GMRiEf>ͳtLl Ꮠ3i8N1c5z#;vG.^HX}ƣF ^ +6XL}‰E>$‹z r[Ą-:K|(y˝:XsޡgKs+QsrVɆSr36ܨivG +WZ}C⺋lt̚2ViugkKIj5΁pf4M2uR_Ng5GKS=ғ釗> Z^929~ܿцzcʅl_6"c^Ȑ)RX[~)y/hhܔg\.}o%o o!J~/x~V/?;O> +wz_d~MȌ'; Q;%?9p "s~Upp=f: Y.w +>7UNgQvQ㝱Xf4#ʱckTxSN1uX%bnpsV{z?hE/1/ ghlXWD5Z>k4m%g^!tSYSAc)܌m,m5kx̞_Ѷ'˥Z!#Dޑ8x=\O zy͡ߔboFDz8 s^z\}^_Gߚovi\sgf1/ECC4âGx96\*|heDkis;W}p[S53n/ū[bN˒Ӿ-I\'oնlYO$QU@<!,_Ojb/|i jXOcI -9/nӯۦ"ẟBI6=CN lq%! +,x~5)׮PSJj_}~(J9Dg(n<ǒ o՛7tevQnG.1~4SK{^J&~u6#/'Ώ4 IoǕcX<~H;Z8֋k9R+l(^ނrF4=KLZòcx~߇ +̌/<?kx: +ǰ㰾?f0_|aY"DJܨb'5c* V!V`D>%VS˹PP)ʆRI,Ć/1ˇw:>,y3\lXbD7͉>S‹~5MAyVۦuŘĭ3SA WkԮj`M悇%\ffӞJ]A+Ƥ'5p3ܥG9}:y?7:f <șF-z9zbroS6Q Z`#jX1 NOgjyReXktC9av Sȏ%Y3>w7t<nh ^a)<)4:+ihCΈڂ+UƅV8PY}Dw}D #oHmP6抖X'-嘖ıPCM8/:^TJSMkL˗Uk>ߎ>LSMo-=Ws,Y2ǹm}6# C`Dʇ9F.Dt96x! +,xȆKPÎ2p"yl OHj|XšQr9>mʩOWvӕN"Pt)=HV?v)0-Yr՚{x*ZoLSIT.iNFn"}A}ĵ]엘ذ D{x{"8|9Fa~(6y9„5C ?C}*f=CCփڿp?!M.(]k E"vں~G ++Pvo ;t.rč%~܁nF8x"*ÆRĊsɈHX s9Y> : + xT # LD\^iÀ? a߾͏rC|F|8ŵƽuIX߂p^[ףyҹVھCK)O1.B<]31<IȄtDt +>fzfku\G.!,uM4xojղ#'B-U{=ěw1eMS3># JÛQ/[ToIIϩ܎ "h> cOaL)]ѵVZ <_^_Z&f06r8‰%ͱ3kTˋc0k99&eCbLgYTZWpLl׻-zB V [/>8Fbo2+# ˮW\OQkLt] }/wSr䶮h?Z{ ;xn5>创?d|r9+Pg׾M"Æo>*qcܧ{retn>/8#*:x|Hg쇒)O˻VJmR0"P,n{ɢ(_DΏ9;eѻmi3g&WO٦rsTeš6%g8o.5>gܛn!_n]Y027Ϧ鸵 in_n\!5sr}(,q]rV }^W``P/ay\Oo~fH"j7Ap{Blz˼ @ЍZMbP7aН7+'*c=7(\bAVM`=T *!UC\Ap|Egf5G{BOjtOTx<s3i~&OMLSEJ5xy9Iqi(͓?Eב;^g`Ç'vH8O.k^uSTXsu8׀9F1jC +}u@ ?&VtS^,Ӄݥ/BJaӚPs:=yoamo_~kʄd{@¾Ix1 9y7Cn-ܰt=!?kK`:7X1 yZ!Q~!/1}N9fC}Iʻ?(2#QAess&a\A2 >(RnV^~#(^ |wyzqnhb9x fG~]x.0.'8x0/J. +콉,WyOZ]UPe ؀16el<` A y0B$ 1 f;볿8>_|Dd$Wz73####c8͛N[Fz|cA'O:~jɯ27K?ݛ7= +s^IGߚ +Ϸ^:i=ͲȨLuQ?LݏG4/ƋGY -u>K_?rѰ<Jt+uPӯuW% +Et.YΨE"ǯO[x]Vys?+Eh߶~/;Tt8O׶g}>t\Λ{53{- Z^7tE^MߒH:@iPzdOt5mj|=y6+ߋ˾=rv߃[u=|JDG%YoKz/t^K{Cy]+:!>8D){iw`}7onߝ߼AlWt[zvifouIo[x6Sؖw3iI߇k֮se!oOӹ:ktS=P;A޽} %w=m}QkkgF!-o?/j}_j磵>^kivx/]t=BzY{k~:ߡt,`蠃$]t}O&,ދNt:5:^?|2~c`Ş\߸_#V;L/K2a}Y܎Ű)3Z/cAƔݯns>~g_?OL;Kcەkx{=Axp]w_V4Ϟsw.sGϑ!>,q4yWCidzgsf)ӘAe>)_='>S^>Dm]~_3c?g0"[?3#Y7W&EeRE2,OO2ByS5K [mh+Y}@ױ_ oJmq9tKQ;S? +1{y`(0y)K +r" O;|m#3ZA+x"|x,_e3q!nP =z#r^~. HFpۧ~A`#q5Ha._#ЏKt}B'GV{'i ;V\;hc1/Oο DSǃpF>N{7z؃=0g<虐>!YV -m[+wϱxSySlegC;u-8|cW%˵ttA&lOk%*/06tI~Ͽf.[ǀX&ǁ?9_HL??2Og5cw= AG+sZ5RMw-=?^xʖZs%q9~6B`DkKԧKo}N1E)ExL4Ewdϙu:@"ƫcۖ6I{S˥{qFvlt2~J vN@sM]W}ƊbȈ"f뙰-,ƒ9HȄ𛽌ӱ\2_UCS0_gCU&6*`c~1O=A + +8ǧ^ / #0A\UqawWR^{Yr Eϭc2_O뮧@K_h}yZÌ,^="/ ?Y UM̂|8{һdn9Ji<1Fp/*F#B/|`BXv~L-Øk{RICss萾]s9yF)*+DL)Engq9>ɏwyOj-/QfUydluof2\%RSN4|iP({L/bI/OTI89Wyz:HN:~HLHenkj'z |Io!]3'썴NUĈUzcU3ry%. ϱ5^36 pq1'0f9C@&7x07l9TɊ~N;=N׻Hpu Ub:Wr*'ފX96iΣֽٯyJ31fRսj4e!N/z<%rqԺZcz8؄<ٺhJtOc5 +:Μϱs\8*!*B1`̡dNyg%Na>>3_JZGubl w}x G9NG,|xϰ]pf{_gq ?yʂ-KsxP' .{G ߥ3L Č*ϐʕu6t=-{ŇyP#P}Bʃ3J'@";H> 㓳7hٳ—X;c;N/uXUY.߽z׸kd;،ǹh$\^d1?^bYۄ^,{@9^>-" |{ȁw\OH=4&9Orwk?u8NxB/e() ]yc=F,fIc$;.$0n)VS{Q>ܱis}r9?5UcIXj|uwMd=ƕ]%ُ@>';gbʵe}\Sgaܚ>Gqydz[O($W/{}(Mqs?bBM+*ć`id?|'̇Y!sPh\OMY?)(tՊ 3 YC'}?HV'5^ed Y^.F,DŽE1̅]SԶ[‡Ko ]!k8[ZG>g.a+[7&2bT[W'\+s _,Ǯ~4z'6~(9zd9=>Eui^9/RoeXc9w_k$Z)E!s.7K\^E2?hV{t@ĀhύÅ/gwc*`BYXRe/ޟa-y+|cW˰{MZUwژ=;0ݹ?{$"|Q:6w"{~9TX柬ܺ__+N?}l(95=yh.<4zB)5x[I׉g/b>&9]RO2[‰‹ [aĄ@[ XUɁNm\HsZ9Y~.<\>:ΗX4rUbflho{`Ffy<*4=<(CdJЯGDZ =NV{?=Fg+ ubzC |~Rkٽy<{R+3bydqn{Vk-ϲۈo Ɉ:FX0}h`B|ă;Qx͎pkA }[z.& *F~4cG }YGڎsBhZFɁz}ʂxn#ۙ/xcG#[/:`&Y}+Zrg>C{bl+gCcG:wi_Žָݬocq}:̔ɉ=E}%o9JcIu{1!ŎgJ\6Q'+~|B7H9/McuɃ?B/E0b9ٹyϝxa\y-'H܊5k;v:xJ:13=%ϝID|>&ƼZ, ĖL|,М,>(`'sެ!k~o ǪTK"ZEۓgN-әIdn~j)}DȢx乣WiL~qL<6.u|4Ƹb^n_iv]Z+Gȕ\m;FtLh4z#uu5ؓKjj~vOWW!/sWMb7 2@ }4S=\ b kM+W&)1,h"\q|T1W$EqI">{,5{A_WwyCݤgBxٯR#j2&˺%sS=)Õ=>zzSd'Tۗ5aJM sg| x= {z6ޣX<~p`(Fbl)<6^ 8M臃!Y)]3 R: 3< a}I ^C&,paZ:uH:34>vhc(ޠÂ-kާ} [Vrbv\'v,ȾU vVO1\H$3ҫZ⇂1OٜFPXh*Z}~-z?s:/c{{X\J,ʉvzgt <F'Ljض~3FY }bIN=@~ipz@v\Vho=s9}z,atS_I>ܫ^Ir[~m`gA>^oqNF|sa}xw >!{Xd*:Ic'80 2st>,qŒ *)MD.Qݗy1|m T9b|f\Ls/j~u" \y~ʅxPF.?>JOxz7w+rzy^և~s*z*zܗs`Kjr>"{ +|FB/yuc/\5݃n|2R u~eK;}xX/'OZ8G['ڙ?#kL+wp`o,1CX!/ ;.62y~k3OkNVf0&5ZmbJ.F݀hn;wrw-/~.bI[E{I-&Q+;/q#ޔ9^G0E U Z (';Ggo"2S<#a܍uaG>Vr!bP0`nٚ0^-[ϰ>H9\;9>y:}qC:GğeF{C?fSM~?ɺwHrX=O~p _e.. kyD >]O$y]}-l~1N5Lj|%Gs4e,ϋyӟ1E#G%KaTŀᵠQZ(.ZcZj\=8Lj`Xh-.†=t,z&93QUߛ^i'PlܨHLc7ʄ +m9W}( ~`,σ" 7Qb2wbAq-jnW?]ezj&-qN}3)Fr%_SoFb? +i*>ScĂ*y/Ň~5) +8QBä>`T[5ݪom6&y߳sqmu:{^uϼ"1oE}emUL;3wF|V˱O78wheZv=|{~k^yg~m٫A/tJw}ۻr.=ۊ dw+S}f-E oo+qg?9]ygQVVՋ.A?zTV/d*cX@jj}܏}roy--4_K:.8knܱk~QRoλ +5W 8]υ{鸅|Eڿ޴ 8i;ѯ䋙 S)y7C +"jI^G,Hv'? Dם羻>޲㭙C[ zF <^h|r=ix+CeLyp2nIaBO)ʄZ3b o>z}>UzF|>FyjxEaè_fj)϶ƠQG{FXyu44իy<|gNЯOcK5.c&C^FSj>ʻs8M2vcWȘ_s('E;s\Ĕ{P#x)ǂE@d{9.g`z^C2='S DP^ g~j$^?Vgyzϼ *A~B0dLƢ20ӓ ,xWGH'?L^!jv[^hYtbqnP-/k +zފr`/ڇ9jlf̼@Vr_b6ĂެTȅ ɏ.:t̂^yr9Q0VײˬFyۚ\[t~z>Tǐe*0nlUЍOM==~%&w?_cye=Rԭ4_́`@ +\ Y>Pa[[B7ރ5_Hc*D~*>ZZ'WuD+װ~1bÛ3u4"|w s{z?9e\=%gFLs<˒[9dB瞕ʆs{[\-Ԭsi>z]8yWi ; #2~r^ B=H/Kx]9ѿ̈wJ-;4I^\yyVȋi38a9?zqX^嬑?S| c]qlO ~8G\<%vQ ?:^٨U5k^0}ccC/4&Pi=QSojsy_p,AnA-z\ڨYZ=N< V1c-v'|bEoVa'Wc%=zTx&ZzRMꪐDKhMPvs=r {^gZVsxܫ%><| 7CPeǠ0ar:ZEY[KI}\7DʇVrXk6zo^χU zV)ˢQu:4@QJmo3LwR>XԷؿw;~pC29dMeȞDY z}@=A͟:_rJL(kto<(bB/σ=dֹQirYM:M'i1Vt#"Vtk VXŊj`ڏ9?%7^C#*7ͷD`aJP2ae,hC\y}_ۻYu7;B:Gs]GD' +V_>n_"-!{5bXGP?!5P0cGK_NwquiIN%=+#[޾Ό0#hpF,Vu(ٳ]k|o[:;7| NTϧ-ԘЛCnݝOe_?Xs PťD|@}띧\ꐞySWunO}Ei>\ܛasz2ȩȄd]V,k jɱ ӫAދbD9VZ梎&~JڻzKjTߎy-ѸqդT +r/=&Pc9U38c +̺key03vb+-?ʧ+^OwoV\'gyX8o|#nir>='- {7J*pxg~h,jߌ-{^eJ龢"+Pۑϔom7$FsA O޹u\8:뱹q+K2Ndv5&c=h/Hy1d5Ĕ0A|\= Ouj,EB&l坋GKTs-~|Ӫk~ό-=?y|nd8o %38ۻ.9jRBֻ L~.a[U8R!pgI~q`.kӻLN ۗ 2]/ +J_go8M +1xO;w>}|^ꁡ1Y.OP5\`Ҩa@i8HLD9.U;JR.pA{9ep\[\gS׍ќXէҞ_y \RQKa +Jsgx;\^ߵ9O!]zP`(F˳!ytAzU-S3` 0dSq']g~~N:U|<cY|PDOLI294q=c{=2q5qE.zE Z|9^+ʜI'&p-[Cs{|XsU]X0DL##&,sRcز%_4R'\r bCkyLgzǍ.kn7yK|^fww5HZ;Q̾zfws,G?"|v/Iի}Ϝ^%Γ9( ^8S*̅W:o]oPb=1ZGugq{ȟ%:A3fɓ9}ASD=p OU<nj /\ 5gX{Ny(Y%}x;e)$4yinCukg/zBv]vƇqmn5OϺ1Lݺ\c g}^L yX/1|Fs>W!ytN‡9ew_#5گY^s#GJļd=īoI#jZcdAu^[#aUbWs +)LLEXEK%Q`} z5Js;'}%;vx1*{zyyKF qQ|g"(-ijkpv;Xn]EGBy#1c [.sZbb>Ss ǐc1{=P\Rc9vd[n5_E|~q͸W"/}؏^ BtH>1k’ɠO> Ok;NdnƖu1WLi^,y:ONSLWoq |vyF%.>;ԯu@sX?D>bx~|h.b?Wor0G:=6,⧥7#O̭ޗe&§z٫/ZRs5}ף%yT'kݼy`H{a6|(LW36Du[=Ŋ*BFyVb !:r|ek5%K9*z_*X>2MkR?0[i.>4oIE޿$/s%Z}DGdž̰9=/7ˊ\U wlW 0ߧGߐ[Lsow8/́K==e[)._S=Wۆ|>s*x8y-s9rGQ_SG0ymYмB6ԒZyU~'4 Ԫc9&M[^bAO\Wʼگ9M 1AɄa:F>V{yX`FX|SKϝ~`ɫ?qbۥqQj99I7 ݪ"obwy\W~sV| +#Fkg+RuS"fRC\ŶjzO4(6 Ѻ(K,A# F"V~[ļ17yӢ}:vq~0b*[۩o"jgMĂQ939nm汶fK:8/u3s1ќdlž 6@ZC3>۱ft}j6yn!ʺXb^^c[{<Bă?ODiutUחz2e9*v~22}oYxuR/u:9/&V_\idfߔG`v"0.G";,33 t_f?_:.!2NJx\?Ay}9g~gn]won,Wfb||]XE:I +Յ}wAഷo1~0_ӿoϥ>}հ-kJ:KhP~*&c]xOr޴acl~1e@/N,z'Hk ^gˆOnzCKz>B>-Oqip~G8 -`ĹuGYIΙU8Q|}﷎ByW:W%e&Mrw~h-&7Zet'u b34l#60_+:ǥ^*KVv>NɄs>89曫=?w=H\YeBZuƺ"8mK_Jc'_c@2b˸?5#TRAx#amZ.?x5>xzw* ouB 6XwgK̷=?y#er _Gϲx,KҼu[V[#Orո9Oq(ĉTţu=P)/2rR:N!<>KPmNs3;I* au$ҋe_2r[@d?s>˾[:TvN0묪r*,yYeG=Ėo1a+6ci{mcJ^$/E z\dPk-ӹ"_se8q\jWp'2E1zϞ:;+ofΗUrU8/T3m> +V:^KzwxLGQJ}=rU 5lp2 )]D=V.ڳ\/Or +RSe YNS'$t8Jyrќ>jW<z.8 xNr0ߤw $eTy'q aGEwYToj6^τ1EC5s8?z_E +4@f$,]s4]+(}ؽ9*Zr#q;ɇ|8y'鼃)wj~sZ+\Kx4،!1flr2nH΍be>(?>^~+J Z\fƌo֊'SӒ݋<È ̳y }N\F=(G$^I;s:f>ҺJ-#}_;P -abK}Q]Nh-rud;<~W:#+w9q8Hi Ox}@<1v ge6}7؏>_)/Ts#%*#z׸V '1mx>}A޲Aw e_fΡJ')N:öK%D2>!)oVu ~F= @o+-OYzaw]N`HG(rJkPc/׵[43-b?b.RAݪrxйxNcF=Vܩ}wh\)oy~\x]'| 7S`tlCǨ9rH p wγtA:L<\ȊKY2aYSߐû*&Z`7wd8XF&WUy R 'bAتЇkrs/Yxr,-W%sx-ž FyϿ_QUrDc5m}i]c~U^MGDža-e0QL +S7 W֎\ZĆ^ ӕwhSr5VF(OR i'r -m=Py2 Ʌf@bt YN6iEj3}ԻO:KT}={;'RNG|zЮd/9 Oz~^́=TSN{v cgSā.4V =6h? AY|e(/{Uq. lgo/eo/U?U,ޑ):P9>Wt}ׅS) ɠ?Ȭ@~{&(z~fƒt(zݠw94}ԣ 9׉ôv=6lŚV7ʰߊ39{}-O'qQ-br<#&~5[-Kr78U|uj$U=OӋV¥ uYolyK>{#5^ѓgD?o^+PpGV՟}Go1 kjQ;~{ +o)_Yy9?d4a!?5;yH=Fd͖46&G5pGoSEۺw={ǘO=|W8u-%O t]kDO1^c@} TX}~}PQ}%XpfIrr_Pa΍Ǵ\I+0A:T?<ρ΁uwȄzp9zq`?zau,zѰ>~no9LY{1ۅuz_aϲQ%Sr#gCOJ+7shO(ʃ=Ch1=ܶȠ}XJc>_=Wi6Ot鹿 ^/OJc9h?q ƀLN;)߁~ےӷYvzxqYע8Β'T1c_7 {ELBJc8ݰ.~֟=۳{G[.]W l{RlK?r.8mwKCX~?]O p"KsT)>¾?N*Wڡ%o|_V^~&qT z~ܭe鸯5Xo*_%9ӫR)iھ(Av9ns+Gپl͓2YTÀ!#?ŃU QMW[3/,e1"<}֯6U|GPg +!zoj:QݖY"*1s1}<՘Z_g}UX oyUܿ! K%>=~)`(>0:g:JcU/⬇\0\ϷS}g't.?O^= <~>j$BV"Űܞā vE{[3!"m9αz{ٖhA[/v{.>~=lf<_Q{߮kRA faN1c9t]Nau[)}D'r|\S+SkPh=5r{uq{|{~7C1 > \X^79F߀wlY8xe*e=D.{Fs\fM#$FyPo?@`AC(fr/đ&\+w>R oPƠ>b4XKזtCrm~cJ+^Pz3g}!"Rˢw\eK S_x5n4&j]S" 2F,`ilI;V<07l_[[?3(_18u0\"4k>>H &d _P?x~G4Ƨi|4ݾs#fa 2ǣc顁<B-ƊZݢy`sk8p[T*zOL3[ gWK.~uffcT$nCM&99Aoã 02X?kbM5? oyzG%Qz~BƀC1'%?vQY4V;$h6>Ơʀ?Sp3}B;/]f16KR;) ِ|-1'L(ޜi=3O}M9>RPO 3˳1~}^!86ZVkbJ܍Oz(,7Zu 9׃ZcD+ V%a^`+R=$NW=UP6aq ^TՍu\XZm~}^x~*&sm^n2-oD-u~q0.^ao\Ȅhʼn.ЇlB\!lƂ/מq!-Q y|lhfR h|q Fq;n6.Tp +q461^^$/}WOtTg$s8 OpߍI;Ƥ;=@e~q\ۺ;n!<mj3(FʂV}=o📯Z&fiUPFq{ٲp}>>}-ЊZXoanuUڠ jk#OIAj޽c:IЁ~eK@aϕIdžƇoh7xS{ק̗K<<<|Ae==Wc:q5k/]L£;Smx/2NԔ!欛n#7LzdR8P_5nֱ`k?{o-[cXųUf-? +A }㵶-FUr),x慭1FQ0ky;k0sF 9u+VL|C>p +q/Cח%~l; ^=ܼ$ݥ+s=n[RunK\B7|B _7 .2;y[F)Mus|\^ܟ5XP!i{5P7QI o {{&.tBOnyxecLփa. 9^fo}2ƧGH4Xn+i#rm/ H]o n$/C0=:1yY/i>!_.ؒ1Kr 5Nl}k+qTU Ι:[E ۬j tŸq|1s=[5_lu&M1~7ʣZ_4b{-lՓ\u_sZH|N-cmkV ZUcF=(.''V^TZw\ j$yڳBUٱ +EL`ȵW +,1tځ=џ:>}u:Qb uC&=iR01Vc5ĀĂVm1DYWy,)~~~)Vl(ZF/o|yʟ gB +_hHFV4^p+q dy+e )τƅO՞W?ey.?'hq?)zJ V;M}egJl ͔>el]}?Yl)wIݠ+LQG4^u'̌ !c:Rx{esQȾWfi݇-^Jo{e? +ocl߇A+z,rA_^f(q\~?[?н^^?_tZw1~jpsksv9p v80u,\[PWXEcw<ϬLX%887#dz Xfyň\¹G\ؘr]',cqc3_N9<[ys}Dym:'cVc37=y6r0_&+\Jlx7{5܄or;uZoS> Y_2XzCQUխbrX.))Ҙo;6Ҙ(I#]O㾞n4eL,i|(H4L㼞"@~yp|[j^ƃ#z59|$GK6e2yzJ4r'X ŃOpNKrވRҚ$/[jt.`47]Tߝe |W[|g|.ƲK+kĐV2χӼY5ߵ1kBK:wԼ>`B*ak.Zz\ IL\sLxz7kjzQD,L.{Aʆ)'rNj|;wUz\W;q{'5>ˬ?GZ\`gl惯@9jo!g(m7vSד_i#yĈFBd1't]|HA2>MXBk}45Ǜu syis3r @cnCsۘ˿! OPGVr0Wy҇(/C`'ԸFa/tZrNv5Z +IŠtVXeuٰBo|nƯ}Č$a]+:&G'kV1R(7j]|-+Lfu3^0`]?~zs} y1a(Oܳ$/{qyg9yHڋPtX{Wg&xgoό<4:@.·q\* +~9gg1Vﭗ8Vg\dYK$qmzl՝lͫj5 +_2L` <\X)^Ͻ㱖o8uŽU_~^93ŕ^ҿU;yqp|hlyvV@s"=jā\ylŅ޲c951B8/R'jǝkܠK߭"4U}#sUCN{[oP<?1X}{!Wz1/Vuic>J6^ne!G(0 ؏Oކ'# ,T ِuT?o#AH[_=bZ}IWs>rl|S:|o 1@/ 68p#nWX2#7BcǴ D.z>^C@{Go:>t3}s杣@~=rքzkYGz3">Y~k/<˧y5ה-^i=+0!Dc|SݎHfr D+Ely3OU>ff1s6G/g,sQ5PU Vە+:kQȋKIxQ,}'d-:U'ǂgsA}K:D1q!,$+>=Չmņ8-Z'x37g(8vσ~t8dIT_jm^_4 jQ[W}W>߶3<GXi)K<^Oxoȿ`3֟QN!@|zO! ~<z/`&4UE}'-G+ܗsbuln6UYAѡfb.u['\>6-ޣGi. rB*>/b-i\]ٔͮHu3&AxZ-qՏ,{=/l~Mk۔9Vt"Ƌ 3ʸQzڠ(l蹐l9Cƕ‡60bay~,^^~Q<7'_;g3$ߤ8F kXOgu#LgTzҨVhă-Cme9B[YZeerNc4'*39v*%94a?վ45{Gah?+L8q߃}s$D?\K8KC/3} *}k.Tx~ z\$'iLƛsxҘl2\b=G/k46ӓs݋e|^I/|粗Ƥ].1N;̙xqKlz:urn~I%ZSG D5F9xQoKF~o.9şD= +[,<ޡOz"σzV덳d??ւ0j Ǜs:x'=~*u2`m}4Ce>ZĔ#0@eA[]m_̌5a=Ƃn~㷋2.z,swӻ7\0ߴ2_YA6zv-ײ̿ zzAUOE VFN;P[0K+}ih'/?,7ǔ*Vnf8s'}-|Q7uu? jTSS:_8* g\/t+Wt\=ybB^njxaoՓӠK0߾Y-}K/~͉,X8,Y 즾 jhO{5d =@}w9TM<:^=:rW˳+z]Iu mkyUYk<RVs#=*nf1߰%-ͺX|DcDGR6Tߐ9Z5-)NbNHdޠJ}A + 7GSUsauO*YC REqص) ޟ~;~+ĸb%>aC}$Xpeo k6r|ll݋vc4ǀX3| 9$VǂUng8wFq|QQc~z2_+[q+G4v.svdfRGX6LH ~fHo/r.wYҏ&zչԠaσ%>*F5"q.;7ɀ-ׇo=p Ӌo+PʳռnjLǀMi^gƺ#]wJYlFS)=LWz&1*R +ߗIz$>g37,<0=6TPKS +|5i" kP-SbS~hMyg*Tb"[~ < V/ ܇8r36Ћ# rbOc9?oIɝ߰A+}J5s"?7؋ mm]ש =ATybL,߫!anZ.s{So/Vzeuqq q].VNtҳ{z&=g})>PYPcFտR 1Sv{*=Su0ߕwnKzgb¤g1 +ϓ l1b>5)FQ<!ώ"C|C"Z̄ox#dC3$Z<)4t`A\I--d06Pyv= u,HJz>gm?8 ^7vDXp{2!s?#TO 咚O(gC [q*h=Q/eA71l;,X/g}@c\0mWx4aC Jj?=cwԕ,g> 3ix*b=Y"#y.lGz~O 9,=q`AA /hޠHcD)"=.LGg~"6xW=E r, 5;՛?i< êDټOݭ +r;>O4bAo>`Fv|?q;_z-Fkg۷Q5<Ŀ6NyΊoF9HYo&bB_c`U"3!tj^}ax_MBesXY\ȂQ.gr .v=[yr>VL/Ny:[Vȋ +bK=W5>~/q9~/=[9KYw& !l{h搣Za7knãcir ~_ɑCo>3xK'x5E3)]qW|ߋLWX/zk@UIu1߻m5=QO5韲'6TRϑ*9Nzv[z7ʂd^"";z&v V5igx]{|¯`Āʁ~X 5e".lg^[+~_5k6د" +~M~T_}G@>RV@{'iu16K)z}jR3>Fz{Gr~1׭ KK|Vf/E\$w@vs]!M?{|P*}}ϵGGX{}>Zb @\Fػ z_^g9|8Dž/h5Ur|%%_ﶚM3oDok 3z p?ϱ7tM!3z=~GُiǂC̺| !Grȃz2!'J_LYXQzP~c +dq-Ԩk`I+/1)csg G!8N}B2ÑG+9LhU#d uD#.L( h%|W~#}쫞5s74zdGnx {r%HnH*פiZ3 X5ǯfVyJk`Nbǫg3Q}VbU`p|Mqmj.oi5◩I>^/֬Y.8Z~π9~>DIj}&lx^V/ς~-u8nG0Ywj +"vXUx|Ң9ݶ]'u h 71=|B=Bj'^LŋO@'e\ac_>¨e^~")yzǝA>yNA=bEK(PYE,>zP@/;bQLTA#>qd*fTPY ^bCD!^Yd_n[׋[$ ZsQO=Tލֳ-)9|fzU2}$5` oa+rwS|,h>JXJ'畝[v`64W hzfåm%9ᩎm_[8+P]3UΟz^Noſ%eg:bHP',ݪ-SՔc=Eg>ԹꙠxҘ=o}z;2dI{]b^zr:rt?ʀ90b@pA&~mFM~3\6״);y2gĈ ~Ţ74T<ώ,x=q tBigApa+*ڄg"QF'L-^ƨ\hcf_6Ӿ=Z5};fmg?۠\h'Ԑn9 q% >TS}L=@|}Wb]x=]!75b~xwowxz*a96yj7_kp}ʸF=hhkN_ ^SX1$.|?a>^+\ c$[aWv&1x6흉nWU;gT!h ʌ&Db(DRED@8J +yus{~yI$|Ͻ_@UC﬽~(  lpi&Q#dkree#Vfc֘8?k12w6oc uo{PSs}X߫9cf=j4}Az=@ɬO<Ul>*Rf $ P1لv>o-cr`oo{GHȁs;}!FOm}]Jcɔ Eʄʅdj{< + ]Z7J| jLdAJy,^'e#,x-|2=e@RxkIҹ:#L(\oD['|OQzoߛx`)fDR#zEyЎ7/X}N-uŌGx%vn_* ӈ_Թ7g<(֢` ZFB7ZN xSR|R>oZj%_7;= ljƼɵ'yk_dkuC+MX%'#Or['g%}+g}}k0Qr0|vjo&qENx<9gND'c*EGg)x+qa|2G>j<-qBT\eH?ՑmUn5L=GdߤCTG߿6E5ņSMָf4֎|O`Ky'U u# }.E90a!v*UBs|HI8zw\iW)'/ʂ#\; YaUaA=MP%z=&1^<ҎFY5r^S[ie<1⾴N +\ ވv_yћ0z=ns8J1+I7ˌ΂k/׏:c֐^+Jx\{@aƤyoK({6ԅO >Ng.|j׵A;+R/zҗ;ԐYӄ7 DY>'g] Kr w_|wRB;7MK0-9OO/r=bkُE/'T[i#s72op*7޴I^TgY63$ZFZ RO={o0<.c%c۪ȠEf5w|`9I.I9 Wz]ȸPxf%>fWՇ{8X(DY.Q;&En Cg+xw.gXs}e.~!sӜ fF0#B c)tz}s3smn{nU/?|Ƃ|S^`dtp`;ԻTiG qhC{Hm&>s` Ɂd8jE/Jfuf1a +m ;R㔫=Pi.\76F<4,C3/0ljf$[Rb@r`39LfSZ k_z HtMcAXнǮ^x0~pV$CĢs;xM2olȸM ?ϻ鵢`BL)<6X֜B`>8^+{yq +v2PuGsuξaGoD| dZnJ3ll 8F[Kse&̗U=u2`d9#w5ڍs*.2NT_ɖS{֪fE2Yٙj=(Y0{걪|A̫:Q :Qh 7hs< 2?ف,$Y_aMՙo?+*d|:#ydV@zk+3/-&f*_dmmeKGu2y|}c րM>7ueZ[Wdc77 \Yxq6OQ{og hc.\,~ -r>g&DQ{Tާ^NQhv(o~*!.=Ç#6, ?e.wl:x(T/b`>؄UV͸N lvԂ?Ogs ϳr` R LO4%e># řC/3kX3K%δLؙM[|' M~GSDŽY_] ^v4\VHo#SFq/g7P2M]K9fTǖx>q*6ɈS1ؑ w +uzoQީ#ƺQWt~]e>&$5&3^' G8vX(2aE3I YN->]_3κM*#yS,(esjY|HR;;Ԍ'ܓZQʂ!#,,A=o`3XM"W'u9HS_jOL /OciYNS[99KRK^#㚾?t,GE5cy γQ?׽7_[Pzyf/,)+b6T|n<O:r̠`Vc@͜w/Wz_]wu N{9S'~pXn-5fnG4u<*sA+.Ɏ"AAgJ9 &}2;Ȅr_]5Z WG?sR#3G k}v5v<u5#S"e|borʉ7sl uIb}A/}\\9OlJ_aNl87CCH<-$0^z=U_srbȒO);SmZƔ]kEebL^~pZxbe Xr>eɺ̓>;Fls\Á>Tg+3OL2`~?g>z~;;~ +3eGvG533wۑ"eI6пRiS#nU4\|<=!$* ',h7Ϲ>NL7Co u^%}=XEUۢg|.c!| +!Ŭz?LY!2h}|xxμc@aRΫ_02b}m"6lcEnE]⯞+#tv&LźF>zz<ǩacWpa!eoG3 Jym\d@?~c{a֝g=NZCzL4,*cC]TPlX'r1d<^\/׸0:5y2<ьP3e^*:aI 3>'/G#dOL|ceL廞4c=kFu0uG>"!+uyrֹEpCo|?.͌?Y'ȂŢq^v3v6n]rV+.&~rhFO[/cϢ 5ʄ* B[^2y8h[rd;X}BA{ʃ.Τ\eDr]^woK^uaÀߟ3%Ew-~ƴL3*/᧘7iʔ:^r&轕qO}^mAAXWxp f`/[TEf^\[' D7ՅR{pc&j#]` m76Z8qG`_ w|/kR'T>אՒoYt7  ~P|w:̈}+kR'ڨf +n)5'. +LH.~F<€/:ԉRx_o21{u,jM_V7:j~+EG sž@wLW3~p˳}xu"o&cO@sLG_=NՉva?믙}gD``'`&aAO*R殛gUP7\8?7%)?(3F a-c/d/5 L\ \p42XNP<o<{tN! 9S}8/ WPweU|9.y4^+W m5{wi3x~] ^7U @h.pJ2dCÚ-%ju)|g,ɥIwr1[[p}a\a\TES߈̛KٺEٯǀ~f43fn)]N4!%>`|ϓ5ravaE-xO5p_+Y!y + 4/Zb__|f^>,z6{.r]Ɍ}zћ3?M8K9j|7no܂,Wu=iv2_R[?]smcӔ{l  c`S+ZpQ폵aƁ?d?㿲ƁȀTZ࿴2&FiU|eF(dʌȇq-1^I]SrC6 ,izb1 =844}^YndAjfxr4/25 qgY..2kK3~.].'^ZY^멲9nJ`auLϛ}ZD{_bd/eHP6kJ# H@ԄeUx k==CX{dBUlP3M *]]>g2ë́Rk !Cz 5xP[lA/hn*׎/ ۠.u?nTE6<1a v2Z6W_6"?Hm]}rEoPCx~vb.(Ȏ%^g/*'pT&LH걷!qԩ_//g89ٚS87~_xdì~4Τ0+ΚܒxEnX]dLzk+sޓBpfy1z {aF}6V/qfFz- 8קz|Yvgoµ7!myłӳ)R"E?oMxssU Ɓ!\meBpZd XPkBɀ:Szȁʂ@])IƇ_^I90n}uyqd- b}D;#=geO}.Y=.^:}A9@B^R/蜗]VzLz,0jOaVn>(!,L~_ܙ+, Ͻed3 <^a_0aƅ箔+Ss1τ{@rݞ\|~,f}qOFjq~;xQz.b6*ʍ3)gf$RgɌ=f.2.wETowvS)-6lyoN7Ts(CƯu}ogQÚЏ-{f /0 <u*zc!:2;6us-;$g&e5J֩Zm6tͶѼo}e&̸둋BY/Re0h䴦nk8yx>Z,yƆK|rRϵ +z,Y|Xs.Z.lx +׼ FƐ?;~/r87ysXSJn9VmJͨL62g +8džЙ/hYs",Z<\ |+1 TbÔyz3%vHɅA3 4d.\VxW~fš~'X3#:<$1ֈļ:3⡥H=qCoY>Oq+~qg<8qLqs|bOz-c)i|ȁ5j?0x̍amh?l'ktkH ʅSrNf*7f'C,R>h󏃗H>saRMm2R7o|U*Oޘ1Y)l8U3"Y]aXpV8OY>.a6rܬ.g|gV3o-W|Q.Q*0!3 mޟ|@hY1Q֘c'ˋWX΃a2aƅ}e;[.RΊb)t{þl~H;:9PR791 LhӬӜ~bۣ=<(Zа{/L5a7(>ܕY3E Z׊fyƒ#\z!!gTselt+Cʹ9P{W|s y~ePd+FF|pQ†s||S[d`'|W~]B'T:ރȆ A1s-΅X  za#z ̼vJ,?A&T yQk6/@gr<῵LjO+]1Iuq^8~B#y0VPAcBg@D]r6̘pG +jIsS?%\k5fdgfuBqv_͘DJpj cO ӳ9urN5+K"i'{# OXIFVS*pb\sY_2 t&Ԃ 5b(cAxw%Y=6g"@. =XT9mjO]~a.PNS.@#so+r7أ5Ӽ[G}>y%`61r9wxUQ<_Ӫ,x 9ʃ71i$;H_#qD]p-yf:Ԍ^/̿b$p%TnU3!u*3/džkyfnxM򲥶_rl~?quFm=.̘Yں) rF o#k!6[I69uzОR&#Dϒˇ}|d.<&Xxdsg5"A\dBUy<[Ʋ- ΙdB+`!H.SOPfܛº'Gkf; zь Z&l< rFP};gH.쩗oٰ2W8כFDi_]o_~m#M]t6w s-Udl6_ޚ)5 ?gzΩNGSOYpOϴ +nt84*L r4// HP8O(ƚ"__A5\$/X(xKWNk)j_.~䳆2r x_:3'Xza'Yb'5R'dJʄU|Y>͝?uY0pk9-yp tԊR.V*a. CcĢmBww_6|ہJM(eiWϰ!΃`x<71|p5gMϏq`YcrvDʄ1_*efԼsXNKNkFa G=N|3ԺXl`|I.fSĽz=FZfegAfp2 sc6T  }2~Mg˭Op`#Ԝi.TC  +Fe\v֠2an}2ȇʄ`(2Ku5Ɂji )L F&lh{uٺC;77q^ԋ6B$H0d||dy͖2zQ^{ώ_ 5ab/!C 3&?%T΃#PsiEc}Pg8_>7u 0_t#rSTSla)d~Xz4.~ U^fTE.\+,U.qE\+ K(5|O4uH +콇d[Ys=s'0`t Q@ DQA=*I;:ի{uqλ7ww|jHϪ5kVo_>7lo_kR?}oo~r{=)Os{ݻ>НOoCwܾSw<1A۷۾w~<Ã^^O\~Ryg=)~X@??}ygTL{l[]Y_v|Oy9~TO=<|g{O9'h<%+߱ӃùybУ; +=RЭ#.eꑵ>XszY=GSϽy{[rQՖHA'yЙ;q;99te(<_uW˴Kוm|Q'oﱟ-f{{O q+[mbfy.jc{͸`mcP^o:QO>N_>[qﮭmY>u{ۣN3o+1w^yN|a;p?,2G:g :Aoe.p̵K/~t}E?ҟd:R3@>=(}('TWQJv s j k +!Ʋr_=$|oS]o75sb߯X4VcGxI 9Dwhy b͕^&FZ{Çx|G开Ηs:2~<_Uחѯctks}m~T[eow .׷t6ط:IW=w:!:=N)׉tyN//qBk/pt|ߡG /@A`Aȁٰ@` +8a2|xo8p>nK0p c -c?ױ'Ȅ1~oq-qG0=<#Mgq,hcaNhn˂]H.46$31!'X?nG?ȃ=䜣2IPYnS>>Gע-eQʂ*2ȗ%,xˆˈ˞?r;Cμqd;^'ˁNVGn) s;1Ob9/L:A6p/ + IkhG<̮6c7ɀkǂ !0IaS‡'o,xy,H()>pr?y.Rä£}f!˓o07p!Ew>=pୖ?;˂,sf7VW.!>G\,I՛oe< {+z|X91(,-ģ u"FNlt;G6u¥lxXq|Ou}Pu.Y+g# _Nf,Oc7wkS@1Ggʱ`/1&' …] jƎWLH.|Ȅ'lB #*\%0=un e "FEwsRq?x( y0 :.Vˆ6|3l۩' + p^<΁ U+WQ!ĵ`AS )ݾc^Ĕc̓"y>!9<[ѯ?lR˘lkz$K|nޟK3>_yeOy Y +`À‚&r !gȃ8 y⦩ e<>v~W1g-[u6XȉT ձepS0o-m7}N Q[ +lH.Te ]Xy_/f]Gߥ'y}!e:x^!c+ +lLPcFQavx{K0u,K(ȉK >ꊱ*ZdS4\#oϥswb Yi ^`_Bq;OG#,#as'^;xbm~9ʀ`E&>nRCṔ OQ_eL/J&$rJ%^Ƈ9D<~yG +yZe@@-.LbFM{Z~.2NP~be0cDjY>T-qv̅0fmβs\xÅ6D,!t{[!>:SsRQƎ[|o-G\0_368AӿΆ gp.NB=m3/kR@?5=6q]<і4ޓv/S-bB2I(c<45NZ?FT}Ailj{sx]]8/r'#;qB +ʇ]Jxq5/zuD 2*"f +aڲ3ȇSڌ;{ԩQ`EGɂʄʃ'2m>߫cFmىUihC}z=o-T$Y}AF|M{sq +fY1΂uGɅ ˦AƌWXkoߓX~נk&07Fm']c/,c|HN L,f7ǂ;364&hM΅{l-r2aPƅ=BpϿas7(=2V026z"dAk&g,oߗ_\5CZFj#Ƈ\: 7̵q\bkD.!@%'й) QqZgTAel_b` 8@Օ1ϛ'L¦^TY<ךy:{i9a#Ԙq4JjF.` '܇Br6lIy'Jɭo9ʈon\6ǀIt-AE,yY~k(5yvNcx}ZEE"өǸϬ @Ƃan`I(^kPϳOE_,h<:7 +o|ɂԩbHmۛ\IM9?F." 6i}۠Z9> zX/&ʃ}RC'-9Xu +QZ`o Ɂ:Fcu~$]fqϺ^"G̍[5,?V}# {`ʄ jM~L 2VTsRK4jX!6u2b˹, tE/t.|4(㬯vО .<\ Itkr6\/Zć  穔 7 +B]Gcm#f\tyDsdYk玅z"7^$/b%ΛP{V~>6lIbRwk}Z;(BU*?:7\ćR?ȿNdV? %x{]*OX7|L`hE,GnGbâTx\"</υБ‚GPِ]m~Ȅ!=7Csy{^)bD-Nۭ!Os0eځ1'k-X+FԞ\(dy9ȵ|ۺsjsu!c1>OOb>xt/t RPcM!zQ2!k{8cc "@kj}Jomq\ L\l,ﯱernD^g!NT< k}@2 j ?h3aTeCfdaysGӻ{Ax a TND9^Rr;v<f z;!w}Be¦LeBCqFPe_ Y4Ɠf\\"^\T'qg'c;c(~Z˳Q2Cnsg%QQ? +T/t$aŞoP=AJ0 tLK $9q|,3VFCщ_o֍!-N('֍e^#ƴqg|0O-K36oOPJh,(n(5{qu ?aIUg,64{lB[|Z,oT-<_0#61$ :#qg=wy6S(Z|gJ],X3yUҗ tk/t˧ZȈ~[=Čk68p< 4ns.\7JhO B9r>E?jni9-+N=@ :YL>D61x\ČF3*1WczVRӘccyl`}!|0r!kΐ 91PPBS2֗!?hg/ Dpc3R.d io~ZP3Я??^}񌱜ߜǺ. ۉ A:(AUdMt .h+lrvn~G9g oXӐOH$nE|G"7t\ -r_m13s_);DʅY}GETu>y>ǪGI>80cB>|ٕ` _W 4ګyN:;cLW8B sln}ƘԪ?HgER)̹rAV#)p 8y0jɅ9ߐ, o%e<3bJ΀"c81;=|`??w{1o ks\OFLCPzI|smE9?cܹfc=AtvQdA 2"PYPF)kx=ibF2X=yj:ޠ_>W1;2G PkKkhz 7w06 צ5F*2g"]qeweA`  +xy 0¤]"}gu!mn_nO߳lkQƻy;r ce{&Dݘ}mZ=ϲ1RKT^yxQd?z/b/ȺA!F=|Գ]N:~?1qN:H{:T|? 'aÊ_ي,H/pyB>cirF,q%G{z >wE?ű|`}Bz^ +vgl0 0,Ԏirླྀr`ȁiɡsA}l KUVs#)f_1^2GsQ&+q?tDʃQ0`#T2۸Ɂ΀빅#BF;i `e?lOTkn!f~!L仄-{Kx5^ae%W2^Ĝ&P-ꡅ|G2292c9Ƿ򘬬/ú9x cC/p+LjV?Yb ѨZ%64k65dP[_*vx1'1(Y5[]PW yEaza/3ր&*uF̄ .0$8#)sn\Yt 5SSEt [l6JgTÓ=?{Ń˟kΖbn?`{c7c,kC-1a?vs?pnz'hΓǎډF7hq;=ƐtDȹMS[m\heAĎ,8dKxRB0(O5eAs~ .`{H\]S4=J=1ÞkH^kF'Czߎ'ؽ1.25<"|`WzDž{3_\s5w/Ø{ގLb 5n4-\5~Hy 2ȅz>ǪeDeA+z`:>KqmndAzQdV_0f֋ߝMDsv㾧cO1&cvZȄ(suhg^/LuˆW/{S4nJT_q7Ⱥ1A\QcE3&ljRW Bʇ 'RG4L>k=bVSkvXw#Mp` L !n̛>/ycîoХHXyPxl|s^bMVIF +ǁox.uu@ 1/~=A}G?X]l5E s'{sU6>e?WMxq색yn&d^Xz=WИ9c ?2yf:8PY02aZR_`ͭxQԹBg<9,X=U#~4YHP +#2bchI! uM x y  [UakP7+5Ya>xʍ &E6_мl.u + k巈_cluzcq$FȕK?܉KzcuEQI֏Q.Mц]ųdAD;Y_SGOHk\Gaіw Z*;YVv}SEDWvZ ؒ:2m9^&0x~p\5kp'Au]c}Ǒ㏲]Tde#0 ޠ{q-8屢\a*؇ 21w}V=%VKd¡L2 -֙})|]+0I>aE {}7cG'5S ~;)n#^3 -f_I1G[" 68&kwE5C#ԻLd{}\店 Gʺm/Ιh\ёȃ +U:nfʂ.Âʃ* 9 0yT ~ԜoH^#egN<@[|z=XaK9̳G;\ؔBw Q Vs*tivSg˘K oh/)C`;.T3e 29oX>,2j]ɑ+l<\0.B)E#^ +A-&;p\5 fTt =9 5>[Nz5tx^J(b⡘;h1%5 }МA-x?q[a.jͨ_L:ʅ +?Jq7aӋbMX*Ly0bK8S,?Z;^2^tR&[uRUx;eە309[ YihLƃ +qɃAy;X 9 O3\F=.^^dco/su +v'd\ܨƏR~ fg=Z6 bm>Z_ATyyia;z;Ha`}+SRpk^X +Xcvedhwn45L!OcGS.\PofQZ,hyG&{2k7JCC)s=Cڙ m@mQOyp[p}.\ȅɁGP1wsE;V~+p'P }4 +._܋vC-i@xF/CcNVȑ-_м !|3 T7'Y;x`;By0Ƅ<%OXPc[KGo\h+=%kvDZpOšCP$XWl`e,3UAQ.c dcYͭ J-ѕ/S ++/ƏOhǏ*J3MlXkoyY7#b6ǂUiI'1sj͐/+z9bMclhe*Z|Ylg/+gg‚xp'"QČ 7~^䷏< F/0r`h _g}>rܱ~ԵY!]ʈW(j֧`ZNb22d@<5C|}3_2 z|لƋjύ |ACt )\XZ3 3&hRc40#"Fܻ{? qxhC_3ܪ˅Ak%>*)A=p YƆ:o| N8G|e| !T=|Wy j y-N2HqP+zGX\h3ʁ|A ^+ DpZB_es'_[ךZs̨7 8B'NX?0~Qv‡AK(PƆ| G?@zHv;Sր ƌbb&~7s~px Or 6bu!cr0}|+!GB~Z >\O4nr] w=yc5x xQBxfvNzD^Z:gʃz6bp_:xƺ? @s}%>1mZ@en=3.Dk4G +xU{+"ncֻOe"AI<ÝƕV/R؋_pajD~<2[zsW9)ffh"&<1rfZĂs~a'tT#:T9hǃs`LI9i_p#_9Rϵ%>=7oh5#қ?HDo,]{C;sA֘$v':NLƁ5^W|Q+bD+Z _2^}1up_G_'z"_cz";"&xa Yz6!ud&^:1K cE-^X3\P?~̊W\|¦*>v{<~Sȸ eBƍoڗpaG78F01R_Fkji&[E%1&)Eis/zq=_nU .Єlg`'1!qs;t䧦WL|As#z/ +h+3t>l*ٱ| ʞ7}j?S.tڒmM'm׉w2 ,=4}gIM%)j)|@8{Xhl( +dCH}B̗.9B xi BE>$Io#S.~PVoF0֔QxMooeDǍ=«UB߬wYe1ʉ!-q=/^!EPy}:p}^YUY6^{~kju*>{ʌFy< !R־z"AУ{CD_xz{puk,6zu`Ms}0\ʄ##"׼_xQg\4s op{сt&…#Jr3;X㣓5wmynZNB#X&x/{5u9pV_3aLN5q 92c#XGkȀk [5d侀`3/v\]VfЫ0S +mL*ԜBP7!#Tjܟb  >c zXȆL'֩E-TLYq ;RjNxߵ, )Bc!y`dBBOOYp#J/P8P=A[T>!}3YZ/d<<@ + #|Ȃ=CnQ7[^oXs +~!̷y$G#fu71y_#Z1\ ׺s6=&<^s?9/bm ޽vԭz_q1saVCfITop Rd.2#sZ' f;AdܷЪwLl|xĸRf<;~~^_=9p!~s[+HU.QuG—>%zY/9 +@ʃ1~A} \d† od2^hqlZ/:Ӄ>Ɛ_Ypyc^asN5/XưceL'{܅ʅ'm'qQoc! >2 [o `/3{XΕ<~IG-~42!2OK\hLxh +ḳǏ7:`3o$:+U6l͸ga7͟:uD㫺c=`cptD/z;2lD֚Q'8 )"$`d&^qPYL*0݋^BƂ 1ZWq\~?ZOV 'Hc [0'txф~1Ȃ%7XIf#y WNl1d9C'P }Nط?. U 2b F-ɉBڳ|ݸʽF(cD<:R.T>l0H˵IB'd\s܃0xnjzuA1y,}B=Q?f_ڮK4=19ƈfz<r>Cjy9gg@Ì0 +ȋ,Tӎ/hc?x!D5gVĈxKY]Va9M{5SyP{BG>!{[ߥ$qU6>ijPSs6vXg&)C!5.Td %QdE1[FR;G6,~ 0Ywm ~Ƅ;!Ey*C>'0ˍނA'[Pۓ(2nBdAxizݽ9I_Pd`Qcuj<(D\[bIѓx5HC3s)̷g .[XaѾE DeZSͰra ȅ 7|b&w.}hCG(yf3Z3Me['hG˵xY4sϖK"y##?g>nĊEO_q<㝯uY]Ty\b=Q.ԉ}@~j]]7iN!}^wk\̥ ڻ޽KO&z8&B,gR.\pX=V!}d¦3ñL!Zg X *}1Zѡ FeЏ "V|4g0<Ĉָ,ŗXPz6s+|RyXslxKcD{oL%3>m.rQƊJe?5:1/e/9|wȎxc`G^K1Q6'b̪g=$uj=lX9-*z <DŽBn(kAToc|n7l8֓' H>Xǀ_q^fQOk;Bӑ)7`\Ã%VWbCSFT1qkk{e<|ȯg}-Ʉʅ3Lʃ2h}cE'qihRSԼAOj5"5dkmw]xnswp#K=B-e9ڞП 2pIou&ЅXQyu8QE^J{17蟥ϩxP3]]{Ʉj_eG#Z.$O.0!b0kMj0묙?LV~sYLi'a\CF};i m!C.bQ3䜀{eCwکgc{eȂ_ѯ+ L9s +^S{7r Y02'yn±+ adt<`{RN$VQ!sɂd8;v2?̙j?y (u EGk|LƆWHhd:2.r^a ?*b>AcШ7qdAƋ FE1jux=#})ePS2 jy+Md<qʂ,N \_"A;hV>,h'\|ذrƕ>XеĄR.ˆXl2!j$~!p=+q.gTa!!L8XQA_RXQƋ^'Է< =Z|WA~nZǂ[/Q_"}j-Փg.rgA|Ì{ R- #c|hU\Ă &ȃi%\c49Ȅʝʂ8ޠq#j(G"jJΉe2¾14r EɃvto?r2!/2*Qd&9W/LHP# b.^`c3TZ=@ioy/XFĆո3j=$0Ɓ.S#^j(byMDž4_aA֓|K%:S#2~-LLJ{K\h/,>)flX1hW,DžʆT bI'adCZM 0rf:^K-'eʃYzd?A|qSeCYS4YG=Y̨ƺ͞q>{#}]sߞԎ'<TMua`/~~߱n2֍њ s,x45BgE1j̙NxPcC3 +/|.x1/-:AC$5 D|ELh\ќgq!r +X%\x }!~S΄=GZ-gXG~`Â`3j>գ.Ye+S90Q {8.SQe9Dʂe"/"ۑUse &L^V':A Q5m4GPcCɥ6deQ}?6)>>@ք *@e gXpi1}X'P<Bk.G8/9wyeoT2n3Ce;5Dž12V܃E*aB ##-_#9.lx&3L<5eï- +F6}k9_1b^`E7EI(@(\_1nD.Ď$ASd/KV?9qz̷~a^`;bLk5k>V!FĘR=~\7L?_{o'1kE_^y'3c\z=V*oQ;\S=7N8 lj}u?>bƝSgzʂg77qZv39=Ÿ iuć>RE8!2TT4x1OMۜ /kݽ':0d+S|A*blr`FlbC;zǒ1` ZMBx kq w| Yxla)qj&ڏ3ŵØRra*+>`UÔ E5#U>lеS0dCcB?:\~+8y0Gj:[ZM2 Mi'W?Gh=`dڻ NJ5YT#j<Zx\ {kgcWeBSH&l0~b+Lh}M\\qIQp[1kLz)cDCM?" +U1Aqg&Z{ WF-V_}/oQ,h3.܇bJ KgT-"-?^2&8F&<">z1wZ_pȜ%&uNg,orq B'l##jo6Wd*2)PdAԐ9 4P"e1<Ĭ~؟<`ÁI,VPO@p.UTP- ɂW\„w/> bDfƀ^RԈIPYpMYSf}ɭNᡆ}172ڃXҨpa # +L(*.|ćF=.l|Æ ]E$6\Xđ + Z`aBz+l 53W{~Oc-ΑRdF b-ڞ1vq㎮YZ󂱣Q8@N!;JYo&BY]?֙iN_<=0#ˎ<Ĭą;5QVo8PcFzR6hGk/h .ˇ ^ uu˸pxaD곌r +:e{G\FƒTʊJLhea 5 Ƀ q"6<17 J,:tOrUY⣬(m' >+c&.-T} AϼCW/'={xz3ue ĊV.R'\ڇ=5p&yc)>ȃe(c- j-"2{+J(kLZ^CduY]Vp3c#D.! n{i͆ \h=ܛSiBc8Oh)}mCS_k:0b`ZbT€*16Ȋ]<@8 Xp'7Qfy0p_d@^\(={}rH9'OLۋ?ž_1'W8Zh-# '8uq)֍HaM(2xQZK( Z%yNE;,,2a#o>2#h{(k<5l_o:px}?61VLh1 j;$Y/ZK0`fmG 2>ƋF'e-|}Pkby&v =EXx0怅qN}];džvtlH.DˆV.\; +,_7e=(( +UdC|[eה5b e;OMgǞ[hH4ȃr]e]"[k>jѿa?x:q$՜AT2z3PKFcEC5f^kJԡA![l>mZy:3u +ǰ7kъ| S.${YLҫkyrXJ!Ar aEcB9.jq؟kp1r]IȺ${y2Rjx=ZcZ>Ց8Oy<22ZʎdB&p -3c!\_3|y`Dl~{z7r[Ɓƀ. E~ d r3[yq$aԼKuBVK!/P=ASl;?g^ /yuEYs‚w/Ot‚;1  \"ѝk^q,8W74ƃ"Md~`O5[YPj1 P3zï{$<f tqf,}۩`y%z"&| U0hpa>Wƅsl1a "eŒ 4ÅЅrB7 AtY,hOh7E Obz㖡EIGCw=Y,޻kݹ4}'4D }-GH.Njn1v+o{`̫=&XQ9?`=V%&tduY]V>ݤy1!fҞ A7>|QO(!}Ɖq.<T½Qn7P/xٗcKz2Q=̤<0`R[G {`l0,y_Qq݇?.L)|g"1ᢼe4wc*9vp` m<$F4qޯ53F%,X뚊?9 +c @泐^MTd>z ?82bD!ZkHКĄz1&=zLX/zog3cݾ5xAM0G6DPr b˼ZEOԭgG<_U/Pذ2b`Jr!ړ/-JL螞`Ce=Z K|(5˅=ƒ'r ~'Kb=$/)K +/eա:7|c˂ |A]/9?PȂQ'fuf ;P=zoIVP/pA>ԑ BUSkTr+D56Tk=Ӑ}#&,pz+#Jm~z:W5jпbqQ+vp|o|&%F4jWJQu/\cĆ ğ_gep/S Vϐ\[bCM!~bH;\ő.Tb(TBzZ4нŦ){QxB+BdGMɤ<kW]A11:1Sh0f.1P%c4'|Qq0]Ŋ.=\ Ʌ\hkZCoՙI[Dt;9eޢ.}mMč;vh11w\xqoe?3-ˋ=ދ,8TƊ:d(j<?X˾k%jLʄk?E7vHph}gDQ#&2zr0֙ZG}"n8ȡo2 9jA 5ֵk/y'+B+G1X `Y {&ԚS0Hu!V4J{ y jyAbB{N~ sx䒃Qs<"pՋ)kԩ` - JlEl  +aƈs\a&r.cÇ 2 +#>D. ذ +] [\;=*1g0s%|NŜAq(Y޼޹z؄u@mgƌ8 !|5/2Ƙ.]t?#]׻$..Fs/M-clhbDWq8x92vb<*Zp!}_Ȁ ^Q\Ɓ3ŵ5ʃg65>ƚv7>G qs^bss/ȆȈ7x$`;H˲ࢸf"F<cAa£"8P7'tjjyPR?e8,=dA-㱶|ZѬwd\`+,'XQ']3?`e?6njo==zHІ ؏2 ޏ˟iƆeO ^7u_,N%Pٯp'~"6'Up<`ƃm]K1a5e1_xDŽ QTpwu&wXkxtz d9z}Xcw&$LS{&ԛlȺwS*1׳p!S%XZN=P 7֍3eB[_d@c PE<|NcKw…/pâW/ {=oo_6O7:DNm!R^.ABjGHc_܇Q'k[4~LPƆDP +z\ّSQwXYGo%WPY_}jݹ8̅8yZÀ9QyPkK2`I ]SqzȗbT!t\1}K +(ϣ|N{JYпε,#R3\Cݮ96f0j Ɇ%.L<(ral(-LiPj) 6ueB;Ƀp%adD.}3>`[ए'BfqZ? VD 낲. {mSs b>zB=P/*voVF|ذăi'\pחZ  '^aP +\(m(=Ì ws|x/5ωt%P*p"BeB7'vj#>!TG ƒd>ײl\ek^~.;F\urݼKgZ017k{duzPsm.bGYgƙ|+ j(cG g%Ge;cj5?yLk?0.A췌ȅE3e& gƂʀ~qtǾ0|l??x?=;XPYL?)eL}.R}-EXcFy1ʁ*Jw## +O+ uxzm 3'72lu_%~^]#:5N +^s(VojL/PƾM E2Y aK? ސA2!ra~ф=؆f]נ q'lH_8|@z(у_ElzKdqaC%a964'ZȆ_3LHLH$02 Tc(Q@7m5<ʑʅYsoԾ>S}} Ƃ_1֓_ys]}D;A>9`Kq6F%L8z겺יq/Mٰ>֤a\)Bh1Fz's`'֠]OryYqaһ-Ƀvz!_YҘ,z~!6 ʶgu|*< *I*a>(c{.1bƇ {*\xap!%pO`9.."YS&Uxl_׬_&e>r!ty7מ*cͅ X.hȆYޡ֠a +cPc3:L8װ^sI7(1s}-q 8ф#٘X0ߔ2Obe~ kGhxVeu{B&SR/=#aÃdB69# +S=fbQsOku] _Xю)/;}Vzr|0geV~ Bk?|]QʁwMDk9_3nC.6DA:)tXjǼgS>^יWܨz %0.5t̕ 2*/ƅڜ90֓?Ďe<`bψxPxP5'X<(λsPdvs=XbA _ 4hj 6Lq. Ek+2!BcBJpO E #flpϷ:!/ĐZxO [_6{V ?Gޅƅ8py뇆#_m_0أlwoMesA$=lڙlLrk 5EWeu/Mׯ7E8RTϰaB8R%5!&r9H:fq lq%2uúg"w8IŒflw" ŁD_.|qBg{b& '\2DLh_bC]=Lr[=v +w#_4Ä{U + LY<C:Fb\)kV69"oSo _Ȝ@ƈⶱ`9/XP=@cʀʵ,UtܰR<1 =e?߭.sIsb f1Vxacwʀ].L4dM~@ |~-t-_C"ۯztS7#2Co5װ݋|M_:y0cȂ=0ٹz5,1aVK,h<~sǂ_!ҞԨs5a询ouy={=G .j =z5KpaTw†_ {7 +\cÇ,oZ K|hU #R.tMpOr.|((r!tF8b9QMĵ j WkX]R__}CƒZ< oX¸E.+c4FT׳?OZr=Fxn8\}oVeu('%>a">ﱯ{s~ /Z)|A%h\GݖǿopѺ]Q\<@ذνoKaZV,^>\a\KhO/\W K=Ȉs\âK2aP +RʆzL44!r gpϷL9R;o9okËh0WkuXRO?resp5:Ƒ똠 8|AzʈU/ksj,{W`o {_)}7ań T}Br OȞ]{JȒ>fu'5cx}zLnx͵bZZeQ!{\c/"upDdAjoy\2 R1c{}9:﫱% * B^>`YGdȄ1uc _3EX0r >%z1_!~1Wp7k(MV&>{!=AaAp{ +=A'hu.}r'X=†>;iR̟zKPnR;z`3X0zH/P9 <M|6C;U/rЛsw S5<\x/O61d=i };f, -S 4s.p‹z[o_N'Ln+ڇx$g[C&Ѳ𜉔 l>TY;ϼ߰a1PDO0 >2|b0k5DF ]'.ߥeE=x_s},a CF*2|eĠV/P}ݛgx">}?ڑ_\@ Jpi6tia'\UKx¢As\h<p~^\ʸ=>k R}6rC9K'Ȼ+l9!Y )X#x_9-zCh9Ќ{P{oDkU겺ӺHhS7%0i|ALlQÕ\g5 #7.ǃ_ǁRjr^췶[ĂBr5Ez{':q;9)cBȁ7/o5w{QdU+ǧ6}W%D϶x !B?pԺ 2oPȄCt4흍%eu*TBP% *h4W#ADE22 +!~hbeٙ/`]%Ɲ>=}Azj{{sιoZT\?%b͓^BbÜ5tuEJ>4gsOvYk}ES6 w0 b?鹌 sSC݅7| hĈA>$&.h   ذBYB[7|igGXd#ٗ<(u}0AVo+> լ5am'n}h=jc}+XpX^Kyi'^ۦմ߬+d)s * v8?{&̼7C_ 7`>F q r?AR }ByvQ㥁E*\S<ؓ5;ɄBFLzΧ<אWhژ8lrf`Bt @0x,xo%&TS^Z,'.+Qɐ47*Dž!sv|rǬαK<(Zxʀ6gpcôy'N<8- [JT/yqFz}>{ٮsaC-_Xg8x}m{ +;BvUVS#0R` 9ш7F7ۊő24coи4_y2c2sk2 #%4:7 MޯLhx͢ +F=AH, 3bC-AlUb6|ѽ//}nGskOcg~ Qηӌur[ xaī}ʃmBЊ0dCfD=Gxxȑb>ogc=pc7i‚`Y}\Ǽ7Z+RIVUEkKo"Ea΢NQ9kc7(|_йȁ~x0gCiz?N}C?͆m{}`CT Yʄ€rf4`¢ y53k~?8~zYY {p~ymV.de Xcq4'6osZpbù>6L!FlX kl)]#0y>^aʇz@5p)]0Uyt0Aaˈ/o/=Le'`Ճ,e1Bp'‚ge͇f;g\ײ45O.yг @p#V# ?p /,ϳx[_~1aoM`A!q;aT̞ * AςtNEyoV0gE5'=Ev%dƄݬA/q,XP'H< }S0]_F퓫y|+Fvx\nr‚ΔjMpg3̓5&dͣy5 Un,!x0^Tra_lyp;!e.D+LpºW8Ą .yPeL8p)`B\wQ~jue~3W&s3E:œQ0>Fdz^\ s* Zc:CQzXpZuq3dO1&a1|yA4y{Wjz Yo(_N6YMd\.k\)g_$Fu?X;oc 5{zCO&ڶE]Fm.L(_Ӽo<HL{I5+#xÉRz]{C*Cyзsk w hӆ4.#Ν +V4#دtF9Ooq`Y4 [Yʃ\eH#7g zo&ĉghd)Q A6CEX}Ƈ{+4_>1cFR\? +9E eDN'A"keYGƲ<B kuLă3o}:ݳS|;qxy`8lXRFhP_ډFV Y_igS/|}#.I3iĆQ-c!+znٍp ;_+麢2bFg 7r}-^׌,\38y0!!|&>ɖ'_zA)$CjafB/e>.,x1zLx8&41zpV:&d1a΍2"#zS~eW:C;Qo{f{(5uOfc6$h2_\82{~i?Ǐ# ƃki?_cZeZ]KY=߂Lf'A a*U8lm<:|G˳uJ@~[FN4^2@h15cf4 + zм;@?Twr͏@O\hgӾy wv2Ug h}[Gރ8}>N< +9ǰvr-fQ=L>T̲E-"ˈ뚖ig0aV/fϲ)bm)F}wܻe 9ktw7V3‚9,F>4# 6>p9ʙ]=,hPcĂ{V,yL YЯY9+xQ`=hP?/?40AAu܃/ϓ/TcAp +7a +V/C/(3Λ Yęs<({/M +d$6ֲMĄ ̄$σ ՙpD/ZA\֤6}_Dw-iˉ':?`KjrFޝ?t˿C>1^\3#uZeZ}ѡ1a8S*dAyT1VKƎ5;omv_T + {Vᙾ1o\(8V5.\}o#V+{p%Ylu:bMOP ڜh,C=?z|qT~d/0bA }n ȋ|"`S/xxxWTdt~衟4YRd,#ޢfgFn<[nT>zAAoiΩq.'\q yVb&1`fY~yI_c$V;5Pٺ9^vߘτcץ)ۤÈ! x-$τz0s!!&gB `BWOhn5a\Y|s$qss}jxr 5?Bă-d<`.XqF vԚIOTxs>{tz:-2-#F2cyn:sd'&l mfҏ㦖-~1 '(c>_Γh}c XgC3 z|Jopoe_Pz,> -+Z,2Qcg 0aV#0Ѵ˔\hקb+k߉#Tgi{ZMobebY0]0|w486\ܜsc²7 +{`& +P&?JY1EEolLM“gH,$xs9cM&w[gT0=dMʇud+0̄U̦#x>&\XA +Qz4-^& +՚Pq^x8IG5 LWȜ?,΃3f֛F +_q<=Fig3 لw/}Z +fC4o.'vm}x6|%ͶbEYz\ʝWq=(^t|6$u[z=og (,(,Hȼ`AC ̉ &?CB`'Y]S!eJ#0TĈ51jU1.ːWς I3=ށy+sUNz ^ܜKFPYP؇<> + W os|O8Gm)G~xdc5Axmxw;d|f0 W5K^2nLsaY~=7n|2"7 +#.6t1!K* +ASWPQWHb(>~ Q_n&m?_(?~CFv:_>J5gDsNqL˴<7>.̃}> nsǜp'OqQċgCiϥٓd[aB_tY*ugB}6F}s2Ж7pJ +ۙGg^!3b1{]e}!F>~LBy`'(?Z -@ʆ16Iޣ eFqϓM$|% +1 r {ȅoYPz=Bc?aAcCC΋*2 ywփOhF ϛ0& 7tlhjRWq>7Eo E^0g^ni,"7VHxΘM9XJ$yo{ݸms:Wdr6%"㢜*^a2 X0bC~-h>^!i,{> o}fD6UM \oE|փ P +xF.4]_p- jB5~3ո* OeZپ + ͧZ A/$gQ;>37L[i̋N_*Qf-!#֫1߬L_I9Onc +۰o(~ oO(NN.í w +湂)21|ɉ +h!s[6Gj,h=DU |4ć -7z^`CwޢN_v̈ƃǏPКwdO{ʀC߂uO8ؼBOA@+ '3g5Zdpk.SǟtZB5]V-IXMue,tmL5[練ߏF[^d*yl^̒x.)ݿ -|.bb潆w,\| +~x/%v;$Egי0!r*υs== .0rWaȎ]Z3KzTkzlLE}dL=<`T7[Q:~P;8Lsg=F#c]y53ֶa6yWS xX~[rUi2 <@Q-̎ʣ<<8Ĉ̆̇vh h}D~eAo0rݮoyƒ1IwU̐s}zy/?l|=_odP/!Ԉ;qBN}qbW_FyOk| +x~23i3&&6ļW`Dl{Ot2BbBދX=aG +IhMe`Fon@ -ؑ7 *yl6g&E]@|ֶ,-ee,菵nps'\{@S3z|xOW&0: NdeZcK0s`_h&0=gə&/s6ڙ>5q4? +ΒfeY|Bσ\Dep-iVs`CFrx`>*^cAτE@fA,G/D9#x#d2 JNT,opކMX@b=5ʹ&%>3aQ';*r9>yEMz)T?!0kg^=+V}BHyLz(z!EXM3vsA rbGЕ vގ}oG(|G6wQ,\flODŽ,}Mc̈_xMx12Ì6z `_=Ǭ ˠmnm6VV eJ#yѸnANpTugeM7m?xC&1!_sV}SZz l\tpc>6%ǯ7Tp׃~Cf kXP|Ag1FYxYx}cXGxK ZBςYQ_.@E!) gK# ON˅/aˊvjiJ"nܩ"1!9f6L<Nf67~{}`t|>v|[v~yO8_/N(w1mN|[D%kvkx+3 +j%#ƅ9eAU<ZB-"AKqV^CfJ^\i_QcAr+11-2-t.E|LTc.%j- I3W-7 mzJ$QjyF~2G/6oh.ĴL˴L3+eE9gAp> ;F R fN";U[pm33%Bf( vROVT]?>oʅ9,u{vj^y `Ă8O+|.{>z܍5/|@wA#㹏X0?wġF$]{G"ϑkƄgA VUmx|ws5og~<8SO|{<>ߌG?7l'$X{St٧UCTuا'y'|_.?=^=_Sy$sKȞ۞ˁg-^ p6\Y}n_IߪvrG:άCWg-~(y0Nߗ̿y߳z>Iwtrٟek=7ݝuƃNjF7V^-7VEIthcc#԰ ˰ ˓e&~o;h1ZJ[()XN%wK.۲[j+_~x}+m,= Tn7'NJ> MCi.mi>3<ף̚b}iZMh>SD9NsUi? i_ڿYLZxoKZ7@:*/,^7g;Ŵ a:H^ڧ;t8sy]_#_:A:t7n:RW4>ƙog}3oxDg~OƝӛ]9^㵳_; ڸknmKjouDw˒mߓv~xջwN;k#kwͺw~ߜh}W/_X?ֱ#}sxy\yl<}nxMwo׊mx-Lm?g`A3s)s}a*"^2 t#`'Uz9sCD_Wq\_ YS;M8<' mQ^V褾V9/٦z;?{{̮wö́jT{=H4}QAhcpg[gs_ģ/N<N-Lw,lll|߹}?> p_ mܷ_șǫ^ɾHW}>aay-I;f< W>q;v7?LXX0iO2}!aƃ‚NVẼ`;#n[`AA/0`tYȅ {\h<>,L&\>N]Fn?g$EYV3_ +"&./cD|68p s A=*JKߘ<|L¾a}7N"l :փN5kvd> zm?|gq:]~&X^UO<(Ro (,p^:tzwնلy4_2 r '  r-`AhO+ 6oʁv, '‡`;~%U>|:k%Zt샬{ǂyI ;1y{"W. ʏĐW4n4)pL)>! 8<$i{cv ܜI7aRւI32^̘Fl߉w<73gʺ&)eZ}\/֏v[_mͯ;ī\?ɱny""71W>Me8I<-\= & + ^=7gv܇+;Oř#|'PGq4.*BA t(?;Xngl[پz\l㔣\ho6߻kqxCGo-'*>pXeXz, ;!yOeF=#LH>eF+4Bxͧk'/^d zd 篛9},@AayDŽ‚9X xy>,ʙ4__t<c?fRa¯\XXPA)h:'x̀e:}VZ?z2 X%y%V\;N?(]93*b0`=&=2Fm"τf  JΔ'(J;%N׮a=e?9r/y|Rn"מdW&ݍ_W:pNذ^τLeYmSYzϪY%= Wi+')͑H<@z #dʸP=AU~C_Bn?2Rƒ5CUŇE/ђgDC˜zoY̨ yrh&m{ޚkGmn@ggBˤ׉:opVm_'DZݩYRI;E7:0xhs>aG8,2,[6RAedz3kzl^19ϰu۲,24^֙vͲԞ17U^_Axalj2 +*B\M̀&4X=@cB>o1 Z- ǂ^Ƃ>u<z +QMz-o1zLȴAOrջn1ez2ƆGXFy$uX1ȔiKfxмA㌍[{[uyqsTr$v3~>5g'3&3l +E}8b'rgn<+ޣr<~xy4>]~%J|WuAfr@ |~JB1'.|03!rȌJsN,.d {|BgG;Bo>-bcDX0/Tfl Ioqi;VkYtLEK%CG?:^pwL&\zp6Z"'Yѡ ˰N G$DF$wU7*uƀUeCOg OH,eYQ}0#Y J;UmS= zMYdդ)k;y;CAcj?X!V~NɕRORfGl򢦪kuP9p>ǂā܇tJQoRcĐ { +_Wc[b9|/w|:`9<T<1pjR )UdSk!,Yb>)*g|VZX/<^z/DP*5>쾍 c0b^{+<'3;t63Υ;{^wEΔ܊zAW3xkb[ :ƈяF{Ұ_(9P_5-'zLMH?fNO>Z*|%sP!r WKzlk̝#aay,(ifQyVZyRD1>o?_uYScBeELh` } |WeO8; f yGLCB̑:AueD{|fsRsXEtZ.zA/=(\#"|ya>aFs`T[%eOQ9rZ V>~aUWz͠ꝿ +CNJw~s\&7s8:VSyhā}<ȵ_}C}'{m_1g]IQ~ ,#Rr%Ur[9&(x~'8u}bj]#O7߳3 z&pa/d.4/8U2RS_1y>O`aeW1IٍvY.K 7dI,i>!<^ r2,2,K;՚E{/']ĆR6c©(ƃs%^?P8~k.'}A/^jĀah}U2',ρv8muƁ+h!Ƅ^2}崉1#ȏ|A)zT}A-T2_ܗe#\?QzkT^a, +ϴyK) z>Ih}6輱"gH- 5._jEs8ݼވkX=|d}-a~qWn؂ [}j=|aGqI\(j,}HM8%xVۍyexܑ.ہ/p hۖ2P =Qcg?omyC}8* "XL뇷?knW>sp^⽪hQ/(bΓKb'8>Y_lzjkp,˰ ˰O.oz9\G#ST zV=F<^Ƃ>:Y]ɭB[6Mr`${`:>+Rc4O ,hPς{ƂrGuj'2ą ּ4+!}dQAƨ?GaA[C=]kޏt]T4٢o!_<Ê?{*8D뷼G3Ռ >=3a(حdD+ لx[TrAOۻfo|oXJ]2-_/b>qO "Pz6Ğ9MVek̰IU>/r},‡|'{6ܗ~g^Yo;f +Zf†zt{ȇRĂ[ i-e[y>6 *.~8 u&'z!Q_[>[~dLh3E=xBf=tRN #({upfFK X 9с eXɴDYѪL d?p2Q?iLɳ7.^9 x459Ǵ jYLk˅7L|> GK>4w1ƀā/27A96,zty Ƴ}n׎̙گ2tu\g%VƒETW֔Y3r8{/}}ջk/3>!5} eCp* x34f3-ͺ^̀|AAπAσ`FP8yOaB_GϏNł^AGf/ Vi^6،ξ[0 AGk! āyh>1bk~a#""UCaDivsJٿzD^aă7hxOAˊPAת\ɒ9q~<9F5gs"zϾ|jx 7xYbmOM&L|- ~=IMĄ̥Ƅ+Wf P9q:F$7QWR_߫;4{kKKԄpD-9:0 ˰<ehr gO Q?oՃU>#*R}k7?֧r$*|7=FR=Ƃ^2 篮3V5?@-p;~.1e3!E}N\9Qe_fLȵ.iOcf+Y|@ǁo8c=6׳~+ь~ȋ 3ANٯxľl90ojB XoW58ʁȉ\$X`=B<߱4do(~\h}by<&?w͖yc>LJ|k&#}Ilͧ}eJvMs,XQxUԝlLXԼ(ϩ3l"짟dE9 ^a# jƀ5TaOd!-WZ:3,Nz6g῀[|gs+#ok8|&o:ogʘ;(~0"eC_ '&Xʃf mELeH F>\}e^L;@8-L\Js̄=Oăr 7CuV/AqL´&SFk]4_0i_t4&d0ܟ! gTGAΕZgGom8y3NzYʋ\ ]xyc=f! +7x.elGd(7yͪmz>;ܵ5H{_dGߦ>9~3IGq\=WIG+?$fm$?sAlJ#'ҾKBTxp9A ˰ ˓f٘ w' s&I΂ Gz8E) U\X|IX4wة$kh? ,2GB@˅Fs#*O5N F`ʼn7 X,rzo5a9Q?3n#ON:.2-񺘱 n +˹v3)= +'4 i*E!5ޘpV/rw"GgKd,ןr63Q8r#IyUjd@+q o2өF0yaÔXx۲緱XO9=zU>`b 8(ºO3:E6ͽs-̉7jv4yp‡ʄ̃̅ U3̃7'ʄVBFlHsuVag̬f8\vnj{l[!~t~k\->g}|Że_R^˰ ˰<> ~QO(k\hƥEr.W^ {֨O(LƆ‡ &cAτ%. 7#L蹰 #j~q -]>1,ʇJQ1bp!WĄƂƁ?Sg 3{Gw7p_ʚCJUQ&WԼh,'|;Jl(|Hlz!/\ؑ™EyѨLO9XifwI ­/< \9i<(L.F>aBVb[s! T|>8‡*5k 8Vc*>*kwGYT+ĽI/WbI:5˰ ˓siy~&aɏRfT\/#hlhgWIQ3eK9C,@}8%KZ{x6P Vǹ[ߗ%)ɬg\ߌNJ ^_Tg9~~}A+>^xpc"\f~ CNtXeXKuj5<(57ʌVJ-a@s|:`A/fZbłaE~_?'Jxp_ yyP˄r&:VyדZ됪L)eI(B{XD,1ħ[r>|cyv;Oe<۳}ߛ&1aoTW]C쬇2,rX"1c+_Z`ʊHY̯:`5G Futx0ab4晐~$Y{~f^^g|f]<= z^' m/iB޲{}ʅǰ ~8=2$sz'D6=;g=g#DQ#!+:,2,OiܨE[=F}O'g&\׺=fMY0= OzVϏ_D&Te, zm%}AQ r>~=K˜;&>k'X;E K >oXxs ?Tx\xz„Q =c<(yѴ6? s7s7c>Z98ŵ|f|'hM8м#>&,x`i t`m+& |¦THޟ*HLQ?> 4u83ZOl+lW'xO3,ewct}\;e@΍7(<(}f&m X뙚:\ oc§!;L.nk< +*>!1\~KJ; &H0s'2,2,O53{meE32 rOΉF s`ƒm_)7'},CKN8]zz d4I 2F^ag= %K ~fI|fH7I͠gB ++~3+Q̄= Y1qpK"&><È"ņ=X ]o d|Q!O%daL|zx,0++c('Z`  kU_꯳IF -gkKo 44,G?ᾇNrbF'c.32xo+} XI=)Z[Fxp};rFSg2\ iL3aąƒ*<#L &L<(goN{齼tWY/>˰ Zj>Ψ,D <=.'OD?R5%z<'Yi^ń}K5+ z?3h~pU5< W}Cσ-z!q3q=ak 0Ba—L-y^-,*TK<~>X~p!&=e,aҙZzeF(όXgG鲊S@◹,!L]@32(Ы&=< Eh5{7 udX̀,5ăFؒŏb64z^g,'rm"!Nf>yt G(BSPXZsh<IA>=Zfޞ+D&>) e%g>>~ߏ,͈z}zy3W~ ++yYyk +fkA}_OQmdD7Cz@oJWN; UT0|= uE=u^vjmϕfǫ bYueMcB?%R) TI7?k\laB y.46.z&UI2kO_7251a5~6=2%c!C5p9y~>MZ/PnJp{ӱ@ ܫ&7CTh!ok}-: t=e^aG0&b>ؚ֝'(3)#YdEN o1~pg7Z$밌2[O-z̬ғc1.[]ϳZ^ XPT!ZQx5?s=!j !f'Dm 3frSx5AOJ)=GFcvQƝ- f2ޟx0)ʊẑෞz¾Ycr><g„>!7em{Hk$k?<^>T X&uS^uDą / =2TMcBS _HLBǃ$Eиawr2r|Zfү|pXeX 3a5z-_/gofޠ"oMzD6|h>nyp3 @U>€P9_*=C fAAM̂vgE{Ɓe=%5/L .B)V͆ +c\jfBQ}&bIIPуw\?h,hρyЎ{SaT|,D?:^ߟ|Nf-p̗@o -?Y7}<pa'T5<ͅµS|Bf­5LԍowS>mOo3c0գ>Og7Xz/GpXeX)<\z渧)y@x +=#V6ǂʉn4rʁ7B2!P|_c_ϸp߇,(`_F,yC=h X@{Uߘ/~Z-= {[@zr.# }Qԗ?Enk gfU诳|Y~.!2c`aCG4&4d㨿L u&!{EZ !-pQL?֧Hĉeޯُמ@y=giv9:Nćz[Ls&ZLraQ1^5nPs"xI-ʟN2 +P)'*ڴWC{2AڡOW|xC ?(ZV0|ٓ( n|Z +p +vOXxP}=7:N3a'T!O奮CA}c2oGyI yaay*/S}Bbˆ|†K2,#UwAυ}/zQϦ~Hp̂\ʋ&zhe[_Y +%2̃?8,2,Oե+L3}rUT#oz }DŽ 5q6ÂM~X>Ws̀'Fz~+TFP#zzE|y83I)uuk`гPx0)#c${#4^ȯ<'D?( [9t)#!qAy83:Wؗ5λS1c:d*5&M%V4~Sʞ ^x0#<"3X$ܨu`AuF=d:>a F|(k,ze`aJylW$da4b%v󜖭gY90b鷉Qjcft\pm"ˍGx$3j |ާLx0RŊ q* F%K? vzx; ińG¤vQfL{7G$yѽWWߝyp; ׷D$nJ^qV )m܄f#L*:.,5ąiY &m]Q_+[dJm&~X^z@rZk~25,2,gA=+ޣ LiC<:?Җ?ت, HmƼ1` g +N*.gKU.3S#suSTS\?IQ3cшGxR14Fj M‰Ieʍ-Oņ^4x[!Vѓm(`'3X k=ZM!1g¨γ\G Xd4]._y3^z"n||D 8uG344qYV|8#rNypAǁ+p3e{m'lm~Q$5)3 +P|B; n{aa%cFy!*:V'd?ÄąxD>aASRMaBHBϢN=Ww^Y8꾏X>s! yH˰ ˰̎2`ɓ.MBc2rhǁ;{@ә.VPA޷,ة|DխLX<<ȳ&,ٚ'XXd G'&fh|Pŀ:\ףn븐Gѿ:$xe5&0hDn}qɒrHmg +h>l0aȅ gBaCbBy^W_1^sumS + o2 s@g#Y߃} '> ˰ Sxx#x6gI i&Ϣo{#m`#|͔ i,#6.|W njBΊwLTObB|Zuy˖Fu|g$~cp1{T}fzZMϭX[\QĕW}$Yń Og'HQΉr 򢾯 E/\Ss{n|Z+m }IX}jݧMi!fܢq2ߖI )3y3ل'46^3U}!.S }ag~ye4^ϊ"KXyQloU:_хόW6v_%JF2ms B,\,_Whǃ4~ 2VG0.SĄVL7yb(ÃU7i,vs2qA?…BNuL\XW{k_6eIofM}OayCߟbCy2A?aİ ˰<ՖX}:Ug,zΗ_2WXGc!sb#-$ƃ:oL\81 (/Sz~j-7+B=F#i*蹐j i汎|ùZ>?\맿M~A왚oƎ E/vMޣ\Kh<r-"fB>]qRfC‡Av1dG՞Ed:SyX n+ 2ݯSϱdkTޓS?ixwK6{c_"S8k78?/xۯȯYXSB$;%=yVoZ>+H{VWj;2ƒR:{BzOAfǬe'˰ 'g<;+23 ឤ%/ǃƄ +6Y+/ֵ m1MnF_[ 3a5o0-3 +*;(iW_:gZu6&܌;u|)3/qJδńk>!u/rs̄N\lVGsng.tQyT=gI9;>?"32}6fȣl=na=mRFviϑk+D_L +Kʒh̦XgO%τ-p"_CtAg7eg:ޠ#Ou%Ϫre;&&{tg ̅'| &PÔ)0ii"%~xe{2#֎O8̅)~3–_&ƅ̃@?VhI}~Z(}R,3kʈ V?9>*K^r޷82PfBB~=FOĂ+:E c 8p ˰<&l]7+G̑h1+CTYr;oL(a& X?+{*΃:ʊŒQ 37ÊWƘ{! +0`BE* #&x1]ԧsZW=g3{Nd1eMm9D<951WX1r Y!ԾiRzBc°όNB$ VޠeE[&fO=eZnT7fH=gK#gHO8qߏ3,l<p2j4+s)e5g&eGGʭnyFljG y7x2^'<H'r;}eUQL'(JL+ҺIϦ~ϷⳌy|>ʂ=H1Thiђ%г[yqeXeX(&6|E#R_^7X-!~wC2*fCn_fEC#8!hf!c*'JoiOVkRLr /8Z>B(gd2,pXeX&^+=fϷ^1griO|@&y&X]H[B[3[݆gwxЩ"tшrf|8e@g>%X(35oИnY.&{-k?,̍Bʐ_ƱzV:z6djK_v +̅ǃ4}BfBggBx"yyKo.Z٧R, +z0{ i]->O /J#3je +".:C΍"'jL(繇}fFh di͘m8q2!r| KvGzB)$ZBBƃl'<4{)2?-oyhtK=7s2ƒxR.4f7>WxQ/O~߫屖w=?f@}P, +/0 $ BݐN n˙d< yR&8Py=roKz#a;qa4^ꪕ ̆>Z{2 ^p F,ﺾhw<d~`L,WRvjke=# دb3e}|>#7hp MkǶ'u;6KzJ[b|Ma1!XZ:Ø_/)_%/ ld"0!/ɘ2Xgts@ n}xxy[/ϥ]?^\"+6H$֗|k Ts,ZO{?\y>Ɍ +̉{YMIL +X}` N)2f=Pς4ͳ 3 {U/ z/^= ΢i nGcAσ^ _&4/WYyмAΌ2 ~G z7 0Fg*Y3~4 ̟.+u<V9/ h7Cd&QBaCS`G8jvRA{s 9Q'DyXzwtWfBl0]rƄ( צ1!xL+Kw[fi﵉ QdyQ9E _LY8`ʭosr bMʂ⹲Dm$~WgiA({oYROj{t^B"Jߑʃo}lBC ˰~17eChg`crf>W^馵6E +Yp}7=eJ;WyQ[&dAӥ2#lqÖ"nd'_0]8#ePa0w&3b|Xx]ëŭ蹰OS~P2ĨVYRe’?Ve9и>ZoL0aIo )KjR-dϻ2}xԗg>6Y-ϰ5No^%WOBn 1ҝ[O}H-?*LxLlx/:}aC r=JnSpK.\ڞg/v`<"k8peˋ.R(KP j{#&T_h+6Orˌ+%PW2gBgѣ x3G7x#;(BV0C˒/U3,2, c&Y<^z2̲0^ߞ5XW /6yF,vżi,XeF E׸(Yp=y X j}ONK M!RxM\#~')ʊzC-uZKXN ͤܨyƟƁ}FK/_Xj ĉu#L,JS`{^: M~3=> j_K̯"yi /p-u~[_k.̆Dv8ޣRcWd#3tGq<W|rYsisi\Jy#[T/2,EQGB=hfB͌_&Z `8f2O8,2,5}<( gb,JfeƐ=r :A0,b@^WX/j oZM`AӽgDbnUHۧaiZ>ZZacL<Nj K-abA5AfAM uD* +_>F Y0Èg7+xŚXzb#ckDmnrSCS'zD +!WS 'e$gX ]mxVʂ#,rƃ^2 ;=FN =Nˑ, ɼAB ǃO +5?jLX xҩ/N^|B|.veOt3QWh^IL(X + +m{"o~t/]'(QEV5qhfoY>x 9^4&Ɖnoc+#k2 ķ'V?(ME,8Zv̂^̄OLWOL #Ƌcq +ql^ȇ0yNgCA|ŭط.~!j'T}Q]Qf{/3<0 +s_/Ȁ2n̽~OӸnϬ'qK91b<,=g6Ë5/ؙWSF}BfC'd.|F(<F|Cj㺊9Uﱵs'59Aݻ-ۧLz2g^ُyot<_LzͥGQp^t&1$So&+ ˰<<ɼ+g߆f׳=zA|@ƷfP8A➡?Wȳ,|^.G^(G؝8aD_%m>}Ld}WQΏ΢([嬨 <U!ie犌2k>$†<5 kyj0/ܧ=FQb6fc_NwtYYRʳ'#F*\+8У;>\KR[hL~+tRcêː̨F24)"cZ{&乐RTΨ(!11!rX+&Lur|^,X1G*LhR6г@Ce2V_޲Omj1pc>/d^?o\请uu[\k _XH]K<ʁOo EYɃXCZ{-6*g XX2dnt.86xvfP$=@̇>WZz(^35̃ L9rIaP6 +ZOe‚nD7,xPP]XeR}Bvmr^Pߥ;n-E e,Rg&K)l~"fjĆ"*=Aq^)5`KQst俋#luKF\ş`AΗĀ6'BXңKGD%Sb| M=Cs<ȓ2,raVk}Kte:Fl^a7KtVyhw̦A<#Gt\Vm!NoWfHk%ftJ4ʘnF==7][^h߇D\Q{,fBAVp&FL|Y/@Y.Ix\0Ta2_z<>@y-_fY|.kw+/D;_OȪˬ^+{+pLLpV".d,zfx3Cg3?`ń.31,lNc„:C߇=1s_.SVS Lz+2ۗ,4 I C \hƒG3V^!eI %~a5&BYo~Ö:ޡeH}fTggd|nTɀ_Ǩ KnT{D=G;Q9Q?a7i ΪO0ϳa(mm6s†ғ9f!艟9)CJ/gу_2!e g\<Ƃ#Aύ4 ?<|иP }_;L~ 1wˢ +ka0~XeX6 Y7F}l\' ,,x|Kv=of % W;0at9Y3q>fo7T:T.L}6sXp3Xkuϻ+ԩ;Cwh`2y W>ɏ) R/̇<_bBVF2Mim2(Y=[eɘ0 zиaCBAG(ZG#PGQĊ\kXy-\!lAղA =QǴ~gNWheUJ ]{LhZm岠7zy>Wz_%_^:w-"aB +pE1.wJ(c)1;6b̭]%_bA˄B`\SpH4p0#1ܨg=gbUV;ُL˰ ˰lx"OpfS#b=.m#7Oom ? +#|,r{32)7j>N5ÞЋ2F3QCΐV<=e`MuTle9C˰ Ƃ6W7A-;m䜨ռ*;J Ej= W1^{Ʈt717o-Zseeso۵qwG +{_ "{Ƃ̃R~ԫÅʄil(HQa83׷>aɏ|nφyN[ ='V9R'q\ΰg1<{ + 9+ZzjQ> BlfF +YOf8+Q:Z!?Xܨc@+/q\Xj  ˰<!e +f½be>WŃ60C,~}h2]+gp&Az\ +cB}L,gÆ#ӾT9q]KΚZU]7K~ N?xPkB#^xP{|nh%?mxʙk^ڒ zQ-Y1_>)9p ?f 廳.\YO2)1xunw[٥&3_sĂ"NxQz QaC + 3Ba-75 ^I,(2&d60gՓvgXx4V{r~gў'!~~: |:[- ,p/|hcE!3!X5>{T{xN\{A { +\3㧿9_tuw™2`V~a'ssȄx?yocj==zoOJׄ[^^fQr!7 #>"3o-fUT2d&{f4qaⱤik/y T>\/*?Y)ӵ':Q{wzy2oP$́U>^f?c7p U(-E=U} ΎaU*rY6O/k^-YZ̜ljzѠR}E?2PD,0_Qk9Mgt|j$gBtK/#+-N[\ж + @zƃ^̂;,o x0sa0^a=#>aCH-)'Roi}Xƃ!cV0]1X5{~^U1;FĄg-zV0!C(<L8%ʆ~Cr։:o5'ay6=w/C'K\/a +Cs }ݨx&a0'dF [<`ă΋9TE)'{K̠ 6T.a/5x#~ 8?gW->ʦǸWY2-K<ۚ ? +f +^bb& Gn-Zދ J:Q̗Q@d,XyhUqFugxyP7=~^r-kkO8{׼22y+Oow|B`C3اNic).>[pD=gNvw"riثŃ] %'_޼NY#|:W *^N\haVh'A7{+F <#L6T>B #6([EvWqe??' {Vps T]_$>^bBׂ =/}C xگLX̌zJ `0Չ4ODxP3 H&)~W!ן<(_0y:s~ϙs9?FypUsZ  a;ySsr(8{>5‹k^:'Dhȃ?(>$cBVGXǃ~.\=u}=fM@g΢.]Kޟzdž2۹w`B$ C8)P0`'^*MV\x-&<{uG;6UW:ŋd\%_$+s/gqLb1\>rMiy|k .tLX9\Cz#‚ߏf3ŃQZQ`CosƵ,ՊgdzQˆ ne +>DՏ +px^̆-=̆ _gmCOu"sf? 1^;?+I1rrJ-H9RCyɎT gǘ%<z&=yRzHUvqazWYgZ gsc0CΑYPk^W uaoy*xƃWtydE)bƖY+]oziyxx-G/_c +S L(j̅H„#XAV ֳWYy@ʃQA-kG-Dh[L(lr(p e˴|¨0u\b>e:Rd\ld>$F+\ج{b^Ƚ*cBσC(,(B`ȃ<׌f=3Րf&fC˫Y3Q3G'yV٣~֙kA[}EVbGJY30Ւ\'!6K~֊~,$z]Fyn"ٓn+§lnF5ym˃,"}V/* ]rLȁU?xZwe]L<ň#2ZL΋zv[u]Ϙibn#0"s"EPsdA0a#e2S&mlX4/lĬh^Qi e هӝ#k鳯obr?H}CaĄ[*'UbDxʇAp!jG}*oI{GkEA])c`–?y=B1aN=ل=ZȜOi3u= !1a }Vjvk̩}>gb֎l>0!׍20IJiŌFp5Ueqir*͕@vL rpO Liǃͥ`CYRkDn¾V7`:p^F2̃)bz Q=3e ~# x,xZ58P=~.p#ϐkEE$; +vh +u~Qm$+8rg[9(lK3r89nt {*4T 4P\{}׾kz~L\fڿ𽪃7?3]tymוN.H?]ivϾ߻2f:՟]DxeIt-&MJ޽Sk{sW~b3M.X: +x2\(}}d6şNw.\W\TB/5㗧tr ksT;j߈\Mڹ?3};LOq\a?Mw^s<Ӌ<6P^ܹ{'D֫xc?z}`g]9`UÃdzpwzp7{?=tx8wx*ϑuE&;ӻo{^+7fӝ*agN%<(?s&6?"B6L,_/Pʣs>|B0䵆E·.cڸp"75pk΅`b``B)Ȅ5 >H0rasW|>W|7{[ NX(xPA,_\ÕkkƆ%R3ⵆK<ͅgW]Бh;-ܸ,ygeYy0ˎ:|X 4GAerf4 ־?a/ȂW̞9Z6:xYysx?E okՕN;{6~՟/  gFbƅ|H,Y'~} 6<?{1+:~$+yQg<(ٿL\t΄Lǃ :^!KBB͎ + ?Dft:%}jr2!{& ͏b+E=L|e΄9#1)# eprgZ}?0734,h-V=7ʃocEN4~U[ 6>͍2#k9!3:1s{ "/?ѼP}r^T|@aAL3sƆ籊וHmPoUb;{{|:}xOV/kylDggXÁryO5 rOhxF?_Gc;kza.Ӷm*2\sz\UdĊo(ڹQFC x'E̵YL(<&<)x0dEGfƃCF̨0!7ˋO}„ƒ^~T|lq2`C&^k(jݢ ڮ,6NԼ;̴=`^ 86Y`E5,Xk^_ƀJjy/,7C$&,`Ä̂V KWbH|5Qpr:(cKl^kuhyfc7uYÂ3Oȑ2ֲ cBa/x0x̃Gl;F-*>ix +bBDŽƒ3A"/ڌu~X0ɍPx hÄ + i'̃}AÅI;/fG9?GC 6B(; *6yQݯthvAbrv6m20s|I e9-YOK`Kvpup p0Z伨 w7y$'|A]A3t|~k}dc;JZՙVP~W(,a*h|A@Q$ y)fjnuYiW}chg@V4 _2`M2Cp p7( _qF0=,d !Py6β\-g羹^LΒaU]=ƒsQ-2Sa /^3ːFLt3řȋ+ zp"\y>"Y鹖?<o{~O40˭ ȃ9fŊ?XbA)+G(L\:ex'=v2A.D_؅ }~&wcƐQ_EQ읈'eB; +Egz}[cщܨ)`6'r|(2[(|fL7_If?Pfüdts;aB†1݃ xwFKPvs^0a27ئOڽJr|҄ /~N\͍\3̂Wac;!|| /%/ZA[oWHSxE>e T3ZWT2[&Oˁ彛P2]C|#rvT~fG;Gc6lȎp;? owL;b&{i9Y)l碜wԜ'MQzʙgrYtάBd\+S-k^MS,q]A;kߣڽ]*|_wΐ !3RUÊ"Af,"+ mꯪ7Nc<(3`B/ LzbS%l8ztGa+Q&2xQE93:y#ž8OvQ"'gxaPib4sX=D"; +UƆm,h,k% ";k=~c-u+羆OL( \(ƒ;W#"/:.t8;''cYzȊR^ԓѓQf>aBo'zܨABoG eGY;o\.YB-SAx%0ɎE{'toMb#cdA4>-vA˅v7< f==A0rYYj{䋳nlL„ag6p p{߇cBexaA2\Gz~U9pvC3]5tm5樻߯Uf*=B,2=\,; \x~I*Ҍis]UÇ.ו|Dqq`4o=ϙsyB˓Z~,h +&~'>K\t=* EvtߩOcyQA(!|nƃ#u(BuPܚB FF~|zQ%yrN>a _0a m)zۯ<0nQÃ)1+S]~x *!*L8>hdB,]|nG1[];Cft8c8sB=B37ȳ7hyP +2 *8Z;0{:$_/2a-kEpaP)OZ]<*3xPԶe% 4YL.O +hj =InvQ22_:F+3v?lqTB=jv+TmnLXu;f(;2aio!_W2b EE#gl;#LF;eB`2ʲȿ29>f{yT_fCq0c0_1CC =Ҽn_"d0ʅ<(iee_'.$;Săt&( =# &,ǁr}vCWM5sZ.O~aUฝϨV$ˢ`=C3 ;R#T]{mhdA!=1+*!gEy$$GpI0)(4z~ȃg21#r&Lx;Lh̍5bf4„ʅ'%&̼ŠwW@\49Qx=-¾wÃ3f".f󂒃O0|ln<$?̩Y}5n&53rP?$p;w?}!>z CVyPbֳӃA/j?ѹTb¾,<7F{ҫ\Jhҳx(P<&<w1A˄ƒ:L-^RfTX0zϨ"Vbs0י~!)XIą.fOZZaDw` `@t̜!{5ft%HN֚kwrm]zkvך4Jys.{_:>.YbFfJ CV蜱3̅vp?=CtG} G/ {LHƯI##L:gL!pknBȒf( =0B7S+47ho{1 >cBYMl!Gi7t J3౒GyK\#dyzE!"P_2r?ap8c8e 윈oB.cT@@O􌦝 8e+دZy>uRzj~rho&-z^bKR`jr΃ :E9?z}̀̂}yPEmhgK Fo]O y mmƒvand/y00h*oDdI u0ڝ†|6SȋZoPX+ M(e)!q! BDŽh~fr}B-1F9Va V&z^vPhmWt&\{&zlK2%):e !̀5nSFnTv^轝y> +$xPA;(c8ޝ,&hχ~Ѹ^X0 X:1Cר\H,)wӻg)*Z]oy ˃`Rf/ YMgDŽQļߟy=Es]Nc9f.W z! y{L\9p!Fy?_r#L'DftJ=lh9\Ƚ3'<m`&d.bs" + f{;2aW., z!wvNpfroBÃ^L h;F^y}ˎ L^y=,KzI9_ }FG= ;1_ه)>oGE 0!{/ms{m3~!ىz޽U?u1%r|AT2[hP OτkN},Q+7>4f<qÅV%9;{-UuE_ʇk,V+g³)־\I9ˑWh}dtpfۗ~9XbBʊj/ʙZ}}B3#\_0O(&d.~o糅3#2y0G L!x4z*ì{EÄfp'̸2>Jv4G #EBU񠷇>A ?QAiv z2#ˑ2r517 +&'eF=,z9}yzS^ VP>O2߈1zdxnPuo6;X"5 yѸɉ~Ź?OG A?{;o?'i7;Uj.*ΪoS-)# 7Z-Kgy1'ZQM%PS'm_dF']lx"1!D$3J\i1|͹|lzݣ^l.>!z>a2SذH|BQI kh;Ila†&CeG. +&2IR~ {/a:|y=y0L3[f'%/Qvx]=ywRXleHU5K߻[`݌ kPҞcǹo |Ȳ&,k.ze}1_G%A!?"=2(<@{^/YAx`1t ,g^Ub:n&4&詆Ns!„;dG 6aTO6j 8Yiq>NrLlƓ%?CPΕ0 *^(eΧ29’G(,YJ|BV`CGWJ!3a |Xʛ"_jڎBe<̨FMV{/~*(P=k?_dyQ n] Ҭ{GX`B lQ͍nF#=*',t2eB;k~! {ގB-팡,f~.BaNeDIyQ;'Wf ;`\ǃ1 +_07샲7aOa K_9D7Mٌ,ԇQ혧1yܣ9B#4fs㙒ALO3 {ʃ}ԃ90oLs],HE^T{g>4[XGjXSN좝 5߫W+(%1p+AwPȎF<O;1?H K퉎¤]X2əTâV?Չ WS6DTy|>aȍnHK?>c f’?(ޠ!3*L\zFJy„힊$;J\77t'a'Q΍bG}6Gg=CGlaIȗrL2KQQ+,0.RHc&FK\X +Q:h3EcTya3\ؖUqr.sYߨ')/- c󣼫>8 +{Mf-KS& 3q07:?ACAܥ̨5MF=AɃo>BkQO ~m`Wĵ|}\0xl7V<,Y֘=4qKl2bCwV׭?},\ZvbmֺILغp`O&!{ i0뙡Z K9ҬgN?AyɞcPܳq¿w~̆3n8]I c8G(r }2ɾS}2ql~zvaÅ0\_˂̀VGaeቆN'S=Yc.U,Lx 'J}Fw<_0^0[€k"uyN`’װ<&\sT9<3V}Gh3m<Ȼ#^{‚5-ɈhTBKy`C/C]v%3*Q­*y1? A˄n?Eg) /d0' R`pi'͘wBą3ûo#LX&DvvNx0,ẏNvO"4G)ϙ=~IsCh[&,dn7O2'|~eBb} ޠ <.zAx[{%n=9_J\(: +y9P>oŠwBRWMN7ו"p$*+0ُe*fHucCQk;gן|[Q8Ҳ+ =v<.!-FQAɋEy~yQU`As7?șј5њ0oP[',u & E >vlsU /#LȇgYFȳ{4Qp!Džv_!gI枡(weHm\e s-1e% ݄8Km/t3?!6z1ط,^N2k"E3\O‹Lɖr6ypz[05 ?avWw̠S4Iۍ,y DCEtvNQlpfȅŀ6Ybe329AfFO.΂ve6<\vOsW|݇wN5wj΀\O/΂sx||[z\op|zv ă+Bg>LaG,;e + Z(Uô'̂&?QΌz]IX o0a35 +jv4 PA;R˃MT|BE7S8~L/oLG2a'H|B˃n [g + +(gBov.^ crس2MVwGoPoPLtzk:}'~*M]0X~:6YRsf +L;s ]Y~HxL;;f<澨g_Ӣa>`mA x*p wɄAx̂qvd&,eG=Fzfeyײܨz|&-G-n='nvtn?5%B0"gH_!JvrL}0좈s;L(}39S 󅢝ۗQ(G mˌaWP:gGT ^oȎx&y}4#̸x  al 2ȆRq9zx9ר 6YֳWSƄua33-‚Չ;0a +a>,G`2`Za/Ʉ5Vnd/#b,>?? %XP,rxeB'GCEn oLhwPnyBpab_6zoB +!f?=-R _~3KB˃^hƅ|!y`C ʮz+B %G:gmwv͓Z.!,+ax]v>WX 5(4mGf?Hm +|hrLJ`CF|BxgLinԕC!9B%Q',43˞r7*rIa^V4+4; +nd2I`;S8;th< )7т,(g쯶>W˅z?n ?/0e{0iy쨷1 w`nZ$'<dh vrF4r`EקwW=(뢻Ubjc.f:HLUy_Td <Ϟ_Hgs&Yžlaَ"atذ|LH,ȊLH,sߗ 6 ^hA}2#Blj̅673<\(⯙}̇`B E%^m*!8?*LBHe => <&r"rCeHB +oR.d9k?J|C~aP/3ф !ˇ+;WzvM5,!d*ʅ 5QbCZx0Jk<y oxʃ7L~4hF d֐\XÃ,:>!Xa|aet:; #UYPv!WXab~Gh|' |Vf T1F^a#?sE& Ɍ K;*Zf |Q`BFyA5?r8a&H FRF6$_KG&;( 'BCO8>(1!v3bNQ;8W Q w.g5Ȃ {Ճ.Gɓ`g>d̂5ژZ|6y#y?}ԓ3džۧ;*2tE]otznRxz]y0 EhL(~Ѵg&0")3n +}]QB+lְ?c6tf{QJXs5.GcF<g. ;8'7 U?x*<Pbh^tշL>!dľ 5(y]ͻ}T_ckMG:佅6WBbC!:htQ/c{GvP? W}3`Bp!|BdH Jݣ a% ~aGϰĄ_AT̄vnmvZ-gsAg'N7I}#Z!0cFGc=E% ;8dϙpȍpyPEs##Cf($.욈{nѽ;O4;fd3f`N-),U C.USy,0aLf *2 >BɌFk=BoHx0-Ą M~˒GHLF3W~h y’OlrÆLaR;W5w'I#6LQV+y3BoW:I>!u=Vޫf{ŠĄ6KeJ^-*7=4;yQx풱,(zGX;l#2aVtv=q73 eB2A$>a_& (ȃ"Gą z?3&3B R+ B;WX +-Q˃&a!;ys,z4CzݣglhOh'4QzHX0iBfC΍ZOeBfK|i۬q2>;'=Ž}p!xdn 챯{g6m.0w|Tڡ%ɌG3Jp p,+DK<a5!ޠ!#'( FyA$!seܨgG-f3NܨQQ-TMi){nx])26{prwaHhWro[&aAblG!gmřA'OM_g2& mntxȻ&o""/AB>4!퐡} y%r磘_ޣcP|΃]9rQ}+C.Kh/xGVeq޵̓f,1,X KфPAfAXpgs 2Jf,^Uذȃn^1a- {H ;)l󣵞0aUuAmfT_y0gPey¤g&yP^9f͸ƒ^t\S x +2xRL?0؉ԝM^45J;(mXm~|Ȅ/MvjCƔJLe;jLap +c8ަ2FܛyGx01JdȄ#C n5ݓ_e <:1a=۱(?g?\:+veeiԇz4΁:fIk,ئWȹȅ27LnQ􋲄7>%l(L^ '2,CfD \(ڼ*>WSza f3Ą YWxc9*QAẼv0 )7{]hs;2s!x+n2k;ձ"٥^ 5Ot? zˇV~K5!/'N|T}.%/ʃ +=&k9CwJڹ]{sԽe4O(b~PrPk3/*A„n%L(Qt&!JN4C߸YpBƕ_QΏ&Q+ a%cviȄ-xP[;̃\&3ܤEn袗މ-p}N/ʝ2ػ*:Nw=>*ACJ^C<:<<x +=›}OGE<E<(b-C3.lrvo=0!5r0͎jiȍz(aBo' +k{(s> ( igOA1L!<R/;jzf,uą' Q=)mjA3=Df--Eg['&{ՑCgW}5a!s`!&ap8m΃aPs J0r=T&3 rhKopo3+#{'n_aÃެ߲Y77j5;Ng!y̶}WF4:j3:љrVtԷDy%Ma7|JeY0vȘGƆ9(w2&~ 7w3I`'Wm2 Rfdjx3B=yݣ̅B-hvQ${ +.|染,)|„ iOa9?* +O:fbk~vT9]zC*D0gj\3~k6W ~ +oB6[h&G*Zf)ES;_zE#crFWgyǂ lm |_6)p6C'%9$K; oTe AQp p<.la1LH<(,N`aAɎn2:Ox53xPMnTTʓ#\t&-uyr>*}ѩ%>>g|fk<2!s_!Ozg?J:eG(,yo [0A)c͐X=D˃Y^0WR(2t@/ăCp!|B ф oB%9GM(ﭷȍ";/Wg~TLQaRS.ʆޛ'f(LͽMbäԙ+q"JK & OF~.vׄݹQfD{!3Plͳ =zwF Erِ=B/CjY3GYcZ}B;['칗ǕK,ugQ{OvNОa}aC0{K3^f; 5}"3M؈e,b0K8x0^AxX%>h"z`B7}$cy%?u<dzxl|yD< +G2K][,Bk<so&fO-Ȃ-dF#^΃83N + bLNBQswW(&=3%.lxp,hU42MhP 309uBN{b|w2z\Xa (u +_ԗ K Z<{xfo <F<>a; +fodI!f +E7a wtc8 dQfB=!QE`0fGW }h|Hp,v}hoy񟧇j :H= #e3z#zQ[?tzNdG6T$&0v nzeBx3?xfƂ2.4vbcG\.BڏyЙ!~/3j;e6q!_*vDUx¢Ohy0QE_&v̘E +B +  ofH=&Ta_=vPwȊ]0yUXC')<<8({O^1a-;ZSH^S2G[3|f> rDŽegE8\>r)0˿651a)̙w{>1h+o&~zt…͎W6W>LGML6C<z=3 6 \X,&voRnjrvvx;*,z=3Ҍ R;SX +j1w,#T|x5b>qyHro!-+&swΒF>YC7+{v b';2A37 x;53; %Gupn^HP0庮*ቯRUX r`GOS_y{/>-fK:'9֣_x.Ą\} #V +fFkYQ-0m 7V( L؈yă.?*_PyQeB(pǂ}<˿YeҎB F9BM&txrac!v{Gp8y^L27 [.0$4Qy sH3 ׁ_y,?bnhq]TwV8Ÿ :WbȅGAOmњW(\^a);*Qˊ7(_{eDŽ}cFp3qwq{E ^g\x=aB9;2Cp Y`ƂāȈz`yPi׌zY0"ɐ -Y*ݲ ><bW\ә; Ҿ^bn*Z/xm>a/ z|#NdwQd<ƍp =)2kxʅ[džk6es1Z;]d>ߕg3cP=B&c.0p/AݛlG&^BEsP (c8΂YVTc?(4ԙYLa_0a;a3^qtQ]-aG͇K u +N/ LxTոUz~W/n6O|+i&2̄VŞQE] *xB{N%GXQo0ˋZ-bQpQ&s35…`y3 <&ze!uxlh0ɐĄIs)n??HTg üe{)( -#\6nVQ(<~]|*Q &>Yc},Dž9dI;I=6_?i>َm͞GN͐JnԹ0GƒK}Y)ݣsT-)LXWϹс c8Â<3SAdD'> 2Bf +w_S%y̷pnxXռ[p!F,`2kH8^F_n82Pstfz<ʄ-\X̌:|<9Q g?񠧒Ohy*tʋ {zQ䱡z&7 +Pf7f +'/KZI!',1a2KHL.<.TG>!򣼇Bs'Mf n>,?jIL!][/LQ8? +nzoE0'QI!_CؐwT@aWؽgwyS'VMezzl~Tf_5F'Tþ5Oz`dO`7eAUk~ռh{wf3z1vP S_Uok&ذLՇ KuosU{\^kd#ᮣ .m|:.]ٰf + + BfZRƩoͺd A˃96&W;KyBpa`̌<̄V]L~*%LؐBYw.}!eBY4)F0zL('>ali'}aLyˌ{#Zٙe&<䜣!z:Ap`i+TZFd63gP3Ծ>JÃ`(:!;<.UƄ tʔ8E)23*WKv;dFw6vg3G  +0/3ñ7؅+E ŠG9yA_yPdzxarag_Iā dY{<,lA:]P~><]SRL( xpw}nV4EGeBeDmsd, z|_4_y0^aƒWxPX9yBQDH0x1?쥈}3ą2[ 5<(>|l/Fzz}3ṼNҒ0dF%/;( vв!3b6SH;(&>;ujLXSmǽ!gF "Nfi{ZIdF5&7c9g=̨tܞy ><7xi/>m;Fc8cA펉}2CT@xL(C^zH=Ap!r…ݙe2ʃb_]U.lZa.| .<;6lة?v0̂=x,io=oăkeӁWVG&9** AA#X߯Ē~Ks6T>$&ZhI%.LY&Y&̺G<Ub¬o9 7tg=Ɠ_,r!2=BoH=0c(O$; adWC(Fz3z>aA=!<(G}œsGi/70鶳"cİBvy<Ď +Wvz޻Wz<{ Q0?aG=A!BxAaPp pd{[T b'=a=?znt{5JwnF.=.l.:-Sf?kئE‡{K[o)~eDe0a?WܨzEk<;iv` !Iut|ߗ`ks?ufctrL?j/^aްai?2bi/3/{e$I(BG_3>xLh;fNbB+ 3.=gz_25N) xA|C,WFYRhS?|pO2o39S %Ax}<26vP p9oDN `D ,֋ARfTs/^}a8wpe;5>; +.?<.>RۀYۏ~CoJo}\-ʃcG>\ύȉ`k vAẪ@5A%jcxn0e>bBeA9_AƒG5<ׅxnױw\w\ңV:_ZS~p"lxbL#VAƉKcZLO~3>,:LEWLía+v`B}sk?>/"ڝٞp_,fs0A?L(>a3BLJJBx *>=®fBp rNM|3V- s s1yߋ<$_ڨʃ蠱sdγRˏh2v0fH v o2Ae/ ݽxP0dI5\X wXTPFqaB쮷˅-2! ,zS| 3N&{z1ҵύyb=v3j`e[iϏ$~Wka[`oͿܠ,[&<(&bL'Cp G. La|0!gEeF;cO(\ +Ƀ u{2sĆG3Y|kTy+K.‚n>>p :Zǃ OUʈDŽAfšgsa`BdEW~0%&T.l3 !"c( ^.ʌsUBoƅ̆G>!?Z̑ޠ yg )|BdG?ZˏF&=_Tƒ #2g敹^ +2LvԲa2OX`Rѓ%f|XCGK]^C;OTvXXP "ɧ?2 r`A1;~ u߇gCʻɘ ~a Go$LܟyI(ŷO L8£mld;K2g+t9Akylx FolA _5 |> +Iv$.=E{ވ=)FǏމNHE `ww{fEFޛoUXtWW7=9lčwmruN秺w ]w~tjg>?csQk}]7OI?w=1LS_nl_iWd9U>5N]s_793__T[1h7MKol_VS[-hOS]jw&m>Iۏ}W?u{6/|_Rإ\ۗw'm?K?yG&ۗ8hT~l'q?m]"?jO'm_֓?M٠+??z'O~[ϔ|2m]婞j_ ޾:_>l=;ӿ>zׂ6fͧko 'dߟl{`LL/q 4zm>34K2|?lgbʟO^o_ˤWGjWy7gzM_A[7yk7>?/>3y3dI{ {rεv;&^;ޅ>4/O?1W>|*An<3lЭ^{q\+/gﭾ2T6^\{5H^6koLno>fm=κL9[o ;[Lno;3խ&ߟޛۻ׃X|N=#{'F {-ڻq5;\[^:{yss+7R-s,_翻^޽2skmr;{w&oߜ|t;ݝ|GGIg3}|Ǔ':$?Kmg??_ÿ57oߤ5uGw'nn &Z1s{{]`rwcߟy?}`pٌ8-r3_t<(|tvN.$>lف=T zf^``?Udr|,pbǒ7e;A1~? ;{7޽5wo۷Ϛwݞ `bgؠYYW>~9~$X,(`ƃ`I[xPޭ.,h1! (^n" eDS >,Å',q.Tl[rYPeq Ń Z 2aZ,hl!!>=B >1>  FUgOBd g~gƃW71H0 =× + >T&xP5 7_O#yo "o0"Z<`w{Aޟ xD Q60zmץS >'rX1A +7#*_$ ;?ʌ?=pI-CE%&=/4 +O +?KP~ޔAgR9UELG?&zT10%~_o~_rU>.y|~;1e'{{=dG ݹrߟeG_>I/^NAeATq>TqL +Wg\oc-vgGk#s< TFP=Â9/(9X)fZy`C!~/@} +X3'?+xOxFPn 'L\(?ϰϵ?(ˌgE_>i/ֽ`v3`-}Yu/@fAeoσU&Pn13F"f3y<,Tc["_}^:ł{8<\L<Px,T&x;/ sa-7Zp"h򢛏p^!Z]4=Lu|r&$p妰Ń'|&gB1+vʠOhqa!2a (fG'䞙!}鯇xp221ߙ fLx- LH}2Y 2<с +2!|{9̊4ȄQ? qac3(RkJYٍc ;t8u2 1c_N0a}?n=<w|!7u ?Wx+#x"ayƽǀ **Z&,xgƂȀ. Fɿǎ2bgLv[`ӟ;SypTG9xZ%yp`AfFLh:ejDŽg?=ՅO7{e,)k,tqʄVhA Ǩ ~R떰^XR~Gm0wGA N.[AR}#h5/e"jnT:f?b'9^w(r`b??_h?_)PzF57Q͉/8pï(fAվr#|X>3U.\=&< +rN}EŃce +:ezn b#rƒM&`rfpYxpGLhu0%Ȅ:3b5/3?0F+r!y„FE̎zGhMab0N,=wƄȃy=F񞭸+0.d>dupT4CjyI=<)fBؗw! <8QyP{~kL5/YfzSi.TʂT! o YQaAMw =aAkkĂng mIh2eB=XP{E FTq(2/!L~~acwvr3_hj F6xe9F9;yŃGx&ABe5ze2Ux&$/ZdF+\(Y̅ 2lX'To=̄ݣ?,D w]ǃ*v' 5C*L< #xO\&xBeCaBTq_h0aO8-aH'T~Tʍ 5/R6&r0᎙Ćm|Llw +ʎ{ +/n !Gx/쓡 +3C*J+#~9PyyYa­_m3Z\pa/ Z-rgdLqÁ^j' Ҏ>WHQa #dahbF-F!Q쓱„*闱6 {=]Qwȏo&!}q~}/L;f0?|#&ݾrh+^!G(Q{ & "~e$+tw*'ySC?zT@=!o3%.6W [`7WÝ` \ u{ڡ?_y;/x+ q`] ^\ꃉ_M<nҧ bA2a7L`ɇ.-:{fE-|o_`̇& _-jL#YQdĆ3gܠלu(Ay<~y:D[9QޒP5vP2CcDXox_ǤhA .rC=Ą\|Pxo)<¹ l,-5t>%ݚƄ FbA΋֘ɍaa?h/P kQIz|&F&Q떐3)G:T ca= ͉*/m +)B[Ad;z0=8;dG&u;o˂ok}pȃt-UQz?ht(ny-ȅgPgrdꕱyݠ(^zOhh3adA2a^z^a3L,8p >ŠOXQ8b1C(=e2;:nS^L'xP̗2z݊y'Mݤ'ܨŃ{koLAݷP vNQCfƒI! ʟnH'UFCvT3ݣ:F WB-$;F=3̃< r.ے"o`TdB>U9p_~a@!?|Pw LfOt:C帥FDyѓVpPZLxW[z&#bvt(fG-6eB/;L(>AŠ_J;! )d&Q'T&d. 1ߐ[ R:HCLcFpٮ^;yyӯz꠱*V C9Įv*3b+cq'CǨ g7nOhF6VL uכ16qK'[BU7(kTrȄsra +us7isAy3{x+d/^wX0VV4E )ɒgb>y0H Dƒz_D͐|8R'aƄ/ xˆT j3\8 3.tFU&7bAYs&DoQ-g;w9?*<(RP=B'|BQL,8dE !*  .|c9Q ]Pr!*ΐMaJz5\lsR+ +ܨ^!eJ.o7 +o%e_1/_|^{=ƽ d؛Ȼ$yaBT?ݞOBP^{oT@&*N-zr{g] twEe/Άҭ`<1^w(o `wYQz4ygڔˤw/( =g?::`}y_yY(hk\p?X0a_ln + k<8'do0<a?pLc<ޛ‚ /x1sG#hcVAB'QȌ֘E0pn;>!z"eW!7 +EnH`B­wN\8v=dHE^/)2a ;x0I1} +g";4hs*Vq?u y>i/堼(27~қ=8 ?D2E#MBʋ2zyQAK3x v$]A)On wpOvX) bL gu~ z3A,`xpQ\&eAwxx3ȋ.+2(`b +ZY'Z;<&l-4ьbL{c=<ן ۢ1aƃO5xPpQdk9`?hl3zw"z^!n/CL(GH^aʐȃʄMLe.L>3P3|GQ P} 1. ){]>!:wR9RcC4N(ocftTu>'BvBɄڙ\wc 0'Y6aꘉ^a+#iQ?;xrˁ=}1YWLdAkS-?0 4|@ܜG>ix\%#!oD9PR{SI㧢9<ˉƛG~3"͖cv +btzyQ),R6DXp?hX(~LZGigtW]3I27VGh?z7=LrŅkOVIL\#n̍M!ǼɄpK>ŃȄָ09S|BcɄ=,sS97ZVfnRܰ@.T0I`BAPN0|ܧyuth0az; jhST#,3.wE8Fc ,HbSP/ݡ)oמ|?Aݛ;AT%~Q>=0{^̆7%2n.ta޲Xb_Xh'-̇. ;o7jUg8b{bܷyL~|{ؐQz^a>36r,n =.NāF=z=„ȅU6tv פ_rFYQBAdB_A1c߹1䭉`Bvz,xgEBw2_.3Owb`"KGFkدŃj}<\,lxdg?~u zp+h`ƂO4 ҝ 2dCWTRC UW?7?޵8~/8#';޷wy;1*ٙc Nвshp$־lSF~l h/mԗ kLXdF;yPpTINyAK\BeHXɅk\Q ].>x&ńOV'+Z0!Kp]2C\h-a'|B#;*2K{Z\^z;~}ew#ś¢T3/8bAAlpxiopcB M.cͤW&ls֔^Ѵ)(Ah77wn]1Y64`ц BWc&zG#fsz Y>M'J63ʀܺ[@^]Oorxϓ81뎼;hmL<(o+F-GsĈ&GeGT'vE3ÃȁȂ/(&&&|~Z,Ã^vcyQv%3ǃ½#ѯŃ]kJ6" n[ʄƒȂ D3s" ")ݻw/cC|>%3DS-_-K࿏7 X]1GW6a;@-DK0zFݕo k:c nkD":ln[DlcAŇ+>S4.\WZL8fw{0rL-.l˂ 3 +[Z;ݣXL𠪶ȮBX9Ro0+9֘м%|B΍2cx0G+LhzȄFE F!֘BkTyPy(W>!F[4훅/w}"@3i`}¾9=j1~2ah!Rp9ÅczFkZ?A^|f'z=3#Z|n&4xP}2ƒ*ޥouʰ{q"||q!EkaOaYȇ|KXۣh1^o +ȄO v< P}j+q!O{Q uB "|F-lqrxzK([g.1;8&c9gvrg x=x?`ʌ>a%~٥WPΝȅO)6 ' < v}#˓) ~>{CqC]5#m BO`bA t{c}`a4ջdC7WJ7*Mb@e{Ig+忚.;#xƄ5/ O|/<8 ODŽ- 3X#d\`A&DTY!s2Ut[<'Q+~POhYA޳wA% SLq"!y"BQm^yp㵿Iɂă' q3c2!dG 6lH&ƍ{kʆaO†UX{X9x;,CܱRAݶ8P3\nѣpK3/~!v!G`ʇz ٯnEڨ8fţɁ֍ }+" `OŁ%Ou+jj&q9wm & hK >9΃`AXa#ʃf&lB^pa&DռBLQxڨȔuG A=9 1c|BfE'pߙNk&-B¬c&2aʍFлăF^4eFyLQ] +)m{gĘU.DPWʄ=QkL|w*F {V "W +yPBܵ. 7odž+[J{/&̨v`u3]6 se00yAAL=%q$V"Z{[4dEJ=A #lyR ylK~c<epp5s~}?e{qy 8Σl n .',Mp ,h1!r!3aƆ9xvWX͋LV˃ĂcxɀĊ̂Gh1akPzgK&$8(OLMp7MLȃ)L\QA [Fw97R/Ãt }y=ьoxyC{aă_>0p# Q@ʈM.,2[ۇ,?kN~>s2m=:pۼdB,r;ed.xt$ :3*L'm-!P !`bB3lWGX*r>EC u`^ɁfG .gEme1g"H4{I  1+  `CA$GȄʅE(`b4hİ?w}z]1gHk& 3dF#ĮQޟr v<&w5}ٰg>SÓɃgA0<@XpxYp^XPyz[I' ɄM&4Va)Ä.<̓zCxYh՝zAٟLXADd0 ݢ qt +mR(DʦaCسPmUh/f;;0;2;y@= m[zOxO +F jLJ^ll&Gz}V4&s+HVO8gl3'3//~ `[^A܋v_U3Wg^_ }C Uypee¥`ew+Cʎ΋VplExvʐzL(B&axpL 6uP?fH'L!m"ifT6 +)k}>o"><Ća|FWlx6AT b 1Θ9PwEo&o?K ?8dBí…;% &܅z&ah$.ȏ. ~ܼpȏc{Jfu|ZmnGÐ nKTDC/ mݟe{@ڗd̃0NPpk0|nBR[{e;&\/Ď}a97(;,XA.d?\.l1aV4Wy ?Pe4`!0 /ΘW {)8KaA(Cgd8-1!l2GfS,E}Ąqː%<( +9SܹR#ʅE)FO " w"dBgȄ'L]3խzܟPP >; [C1->  %Z,(B/h +¦/kOh8,h)}yAsM`qn`x>0`u-gA<.0>ޟYzുӣw{`E .Qox s!\HoXOd}ao^t(bBaOzU&43"3BbBB#y=Ox|BU UĄ!7e¬kt`BAr!ܫ׾Q'e6^߉ hx; sBewf<TɐzDŽDA@\֍"'f[ĐgR87Ȼ֖r!̚Y D3&.QpOh0Uo0pz%2! FadB%T&D =߱;fNQ~boWQfC7o?ȂV.31mfRWdAC42`fC ޘ?z` 4icq-mxcו +\^yP|c4YPy`G 4x~( Ń "Aãg})<]kǂ~'xGRQcGka=&L!`wtTإ€ʂʃ1GF+Hr~0x2.xp zAɯ-2-&T4Onˏ"#ZQ+3*GrϨuC ]2Ȅ켨{r3(]3}2ŬhUPyPeR(lt6*z^Cݴ/2~y$37l~qt(4n3P弧*n\h/YV4*]_X]2ʃx,n>76ʅN3aQЁqߒXpiܸ$\*zcxx4 \Ec|#E#Tc6dB 3窯X|B*1uxP5GlOAdB=6dEl1!*BAcw OyPwτoMA+s!*eBtxP+0>JFB +0. +A>Tv`ȃ[ݙ)d,U#Z}1nQA9d̨tḠk޽.& Tb*-ΝE yJ~q"=1̃= } v[; w_]|bto؍>QwLl? 2P} .O𰙏uTu|!|8pħu}{W?0sN|d?&\+u2=UA&:L\PYpx+˄GbByPsGL1^x}4q+~4ˍ2 .0ޠ.D&BTŃG/L!N`V4(`MDD& Q Qi١Qg +?QdG# c=N0}|Ȗ_|wYLR0G4ȁ &6(d> .?G&v([=1cd`[|gˇ-V،a@U+16nZq`ڐ~Фx }mCP麼B~rL1aA6MȀcsNU.Ի±v=4<y<>WgB)v(hƄC2&a + 'Y,( ǃ^Ń [E) GȽZ}̃+,h`SyPY057* [S/PY0|A>~^t^OZۄOelBb;7yzw3A,=1!m,o@-r = + ~ÄȆhX~Q3CES)(yL~c+0 CG ӯd9Xpv4_6nn.3.l0!oǁM{Bܬ7p'\I y00ᓶGX8]3xC<]2ʄW`B0m2<(Jс ^A6!FQ Sߨv"fG +~Qc~Ż6O ɻ ɃU}A)nu0]y ;bk-xP81fE5CXh$ԭV}vXwvvH%H~& Do0ˌn1=3GhFv>>:]"PwϜz-y]fk9)Y{fN1X/F# x~5n>P3-m⮠!xq$Jd;539lgr_c%;:/.&t<g} .wKgNFzd`?TdAO~aмc25? A''j1a?hڙ{Ą=Qo WOkPO<~Ń+gIXɓ65/ӭ֛3Prǃm̔2#Vp_ML2Ɔ'̸0zv 0a7-\*"NtBss[(\ʘVY}B4n֘o_zLhD;G:7ʃc{F 36D Lį?"9Qa=BW*b2yP9Pb:e$3rf3A1 @y;edLĽrƛ2D};u">EzbԸO3YnuOyܨ]A}~3O2׹g;I7ĞȔ] +0ړ_x$7Ȳ2„Z^G} (龟̧r =+i\OԹ;XughvC~{mS>@q#Myk?q/c j&wď7/Z-(maS9 3AsYȁ+:c"^^ޏW(|dy(`E-̂αKP<8oUD%azxA ;CeùXл%h!) xp1a {yڠń]<ăFyPxk+w",gap`-O[H /(@,`LC4t4X@ϻ |(lZF?w; P@d=>[l/Ϭ,\3O܃`?URe A xp}1/dA`BdS_jl`3me 0a =&u|à Su1a#7d0`Mh ƃȄ;ϻ<(͍rvfGMB앑+a nEIPy_7U >+-~ [÷w+Guzdmz|bLkF33Q!c 7S,އi"dbJػOӘլh'/>G' f1##d3I, yH7mz9GB}k"Z+-69F0a{XplWŃ ;+]?A齠fDSB?(妭oaAxyKx=kw2B7^?Yg†GLc(P6iݹy6{i*g +n#p6:;nZL2rnˇ8pZ2ܝBD&4p3*=>{{aPw%O^_5aW m'ab^o<{#ǃ'ǃsu,8E Vxp,`ƄO.FpLn1Tl0!`3ʥ2?8 &2+OJUPxڝ0=«wx0 yA&9[SmQ_ +9T +'x#-^ܼ^?xbl~`: Wg0>/JW{F6*Ny3N!eN bͺEwF-0 ESc;wbn G1!I+ #z~ȅ X{/9/q!i&:hTںd =N߻ Lhݳ}A;4 )v"* jwhƃȂق,x/ +,v5&LzLR^zXA࿣΁9g lWV!֩O|\8j!EGMVdܨ<.,1uW8!?9^k0-̨AVd&x00e.dY̅Vf'#]zk{BAk{B^D! +o -Гńʂ_Q͏HZQer.2:5;AïJ `!L,(l2 aAG e+p3ݢ=uC}=ݛIcBQYp!]_2Prn}dC W-nEDq`ȊAq{0u@ǨnzfW`A!T.})*=2=5ݎX 7 &t$–g!{g3 釱XbVKЫcxSiٻcUFG {|CkGY辩9*aDcohJ~_nP ]yܒPoPB5)̅wk9} ϩ+56)O$M mWT<!r~ԱWlJ`s}02Q͋򚙧ڶ~xLYWW3on)"׺;_l`^9 yc:| hp'$.(o ?y_3Qpk/$&|[7I>dDeBBa. -!wdfA{-zeːk?v̂.͂#6(ZLH[Z{K<&47' !zȄcA gf Z zvxޠ)mv\AxC<h =2y[L75nze<& +** & 5}BWY03BT<(|(~a pEA`B3?%o^R;D6DY $}2V(`a&D  yp cT}B̎"vu| }Bʘ+2}f7>[v"qkz›7ش(G?Ff} ^PKn*/Ʉq3B@k3#č{'(x{W]3Y7mc Z]07H1iDOp. aaEpAp.&xM&DC`B֢>!_bs-d.d>dP&y9;ypȎ_XۤPO^0& {,/Zwʃ^]3Z>5*ZyM&BodU„-2Af>E?Ȁ_lФȃ@̆ƒ3u fG=. R:I?n[h /A- xruj77M0En &_pis>jomʃUD%6ԻB3D0I*ntڠ`o + M + 2 ͸Y _kĴʊĄsh +ZhmubVԶ*Q锡hژzB@O/o!u ޾>0a>'ϗ.1|d?CL-LLN稕gxp}S~-81~ik|f;f,xDxH2xǃXz{B N5/ v*'Ã1<LXv`-L8ׂ#fwOULL0!mQx3VVr7jF L<σ_6f{yf13Z03c`wVyP60S&TUP'̲(D ^ z+xȃ# ń̅|_ʒVC -yʄnY5Y&3j5,/ csWXct[h0a>5&Qz˳U;ep> +0̃zwk*N-a#̋B|+]q-ܨf)׃,8ʕ&ăd:H6aƀK!,Œ bBy = }"Y~_Mcm뮄{br)+J!ힱPٰȍZb.tP{eR O0sCc2a&&4zejޠ`{;f o\gTYL~% -a3{* 6dyyR}ڧHrS@L6L+&^y|Cn}pqu#넜|aڔCv$}Gݡ:[{i7'qo"eFaCR38w4/*&,Гv!ÿfJ MBLCۑ1e]eO& '43nN(r3)n5lͫnjwzVx/( xkeڢg VLʏbvTyP}5=` 據̘Q_U&>Qa%k +|WÃcp/:‘<`2y {xPpΛ ГɃ-sA̍R(`?𠊙yńVxo'\艹`Br7[&zOF ΘPw(, QbBN (` ^āF?MmzeB3;JL0{_ 9KjcN4!3:FGkL(,}<=CȌZ<(yQnQ̌" ;BTO F]\y3)gMRT<!ff/M y-q']~ЕjIo`m]rNX;f|C;FH-_+!";})32%Ņ3SBAeqʄLP=6ȠǍ ++T6,~P(3Ü 3H&k>Ȟ'jZ& .MIp 7} [~a53: ,3 +x7<Vo\locU4Xʄ-Ń'&^Z2"eBgFrV7wK6{xP=«G2Y<&D&eQ^F}Ȇ~=Ik`׉OFo7tȎf81& \hxYOi̎DqGx←=,;j1 !K] ݔP&$.T4e9XeE?\\|'z ?x7[\l>r!fHȐj_G&,2GأgL23.O~"~\1!oQx!P7 fF &^2` !O<ˁG,=35?̘IL]3"|RAoȏ #>kSp'ps}OB Ǭ)W~aƉ(//jqy}rs8xs="fLo:F=DjO)zƆa`碖QENHO&z2ȍ#dM k1ۺ7v4ZQe,ށ pOL(O̻z-dUV$nMW?9!}2g4*fv ;0I4dOBC;GSh Q!-BK<ys}n&Ft81*D]˨$Ԯc<<,ł.\}˖ƃ7-oK/<.ȄQ+4xWcy0&&4xuyO/A=&,ZsBou4Y;JƄ[aK|Q 3 nZ :tD۲1gA Q 1cWhAD\'rf;j1pmlb{b Kg:o[~Ã-[o9;Â̅T?X0m5b6Q` 9\5 +,͘b#3OxT< 6zG{uUtG= !ʬ><( k<_uq(03A-u-&'A!'KO(GxPA+;jȗĄohRXL>ر9d1\i f 23~9d +~x+sxz*^bƵtk7oc47kQbB =+mK=B8Km E/ܨ2aE&G MȻI Ϗ\p' +En 9K ~uŔMJ ^;"k \ym* +<ęwhufʅizo1. |> Vx'SAe T tz>2x00)^4F.,x4_헩M?8_y01!F0a A(]}ou|erOj2! fL8xnGQfBܪg̞U&Lݣ_ uF΄Ä-lInzP0qvZ[-inDnnfYn*Xی(NT,EjSX{^ŅDDzh=f'M ͽ2aƒ`s>ی{&gj*oۛ͢YPBT/Yk8e8y?vjOȃzd_Q%"(ADEd_Μc'/ӛ2zSkWGV}/Y?[j{c^n/V6`z2+Ճ5W`kzF<[Ճ[/EQyzpjxOXtc~N3WLnԟւ~ޭ߭VU[K͕ͥŗ׭sٮ?_z{|sokmzKjzZ~~{NZ߾q/=?T[ٿ\mvNU[OW[`mnpߵGjsfݿTm-\zâj<ژyMl+}ydkyk(mkiMfZ }Ԫ{^_-̼άo~~z{~yZo*޾_s5̓:[u0(rt{Uo歃:VwoаzޮW݃h_G;P#{utPw=U{xo:ުw}hXʫszǟ +=ǃzfXgwU\/|\c}?_PT_a~UW/ժ?5WY-\z57_VpQ}kPm|oW׿]?wߩWT7[-\^5J܎E_ouVpԯ?5?͟Z|Ǯno(.}{{UK/T/_jP/_/ܻ ?9ټإ C=]n=eD[[o5,z/7|~+١6=6]qcaAiGԃ;a‰;wOZpRlcœ[<ʆ!ۃ ;G00a # OxAaBB ݧy2J7 pڂ/ MZwԙ=t`d»Cb)LM2w0\\tB*2apagZ>[տJsj9Յ#[{Pi ovM&mكl`/z2a~Ѐ /j3h.tD zW2H`ߋ{?U=?'+X#9>d)no/E9e~}\hA ~My_0L\ zsh>Õ_0vu +r^HqB2o9͛^ߙߋ)6+p4{guU?7?ykj{z^mH5LF#Mi+5f"l0xܧlL<& 9!gBA LY!!\ن -ӄPriIlMi嬬Mh +G9|vsΛ8񳣾Q>K6 +U{q3B6! +CvI8s-Y ~. zI9/4ݶK|-Xqmy&CJq\lˉteRZ6z ÆIhiY&l ZYa 5L كhBweFH} +X?3aAoBUBBTvOJzA yЙ[3*s¬4qA^8?)?bqT ɄB ɅhC4!/\/KlMȽdy~ fZM29z}`@9ѷ0w\=n1'#c.,{K8Z~Qv!t QFVs_}V(.z+]=&d+B5#R_0{P](M8JY`oYKʻ5q鹡 qi„řNxp6儣x0gB؃FpacX{`&#|x|pTs#nfm<(vI3*r6.#hdA˃Q> [Md_Єex~?J&t.B.BAy-*3冾lA4AyP0w04r[ E+4!{{G}(ysBl UdB?[FΕК1CTiB_4A>7g#z JJZ&f=HE s93֌|6(WR2'FK\ϚAxt{zFoT0l;2 \ +Ʌ\2CлP(3F9!E  +.LewT/3ByNKfMdD8G+A˄z`K^U%{t/i 1#!!K9;c}yLZL'E"AFe{@('A35-`;=ڈ-Ac2'& 򳆴/l O++ 9 ~$}S[*VEyz Ml;Qtw9Tb)Γ1W?S!!fׂ ?;sLZ68 |6!!D/f qި]4/&3ep8\Vl\G<=w2'j.6fRtaT2c {Y#fgX-| g6Xދ/C+0usE nQ0JSQa.ٟ'!K3 ^xpmmх)g)kT*gQܩ;iA_[P0 N˃#Yd%!z(#j3 dverlكG 9LFؔ 䅘y2YE 5&bB+Z{-=hP oBVhX0A9E5JbN%ĜpT T3![ P 1+ijr:/LȞgTLoihܕ6t-LHsTqjΆ_}f\e5XfȞCˀY=_439Y60甦8uɾPӚ3aAPNIc%&]pW.3=,j6IN;,gv ,tmQk zFKrI1U%}3\62'T{F}F.##*r[Qi$͹A|'&. q?`CcBhœ0Gjʝ, qP:SdjCm.%٢wwM`6hjש'.R.[Lg3gq΃\`6Rw;Q\]hͣRN(roU*zI]s{T<[F #Q1GʽVi̼g39jy0Tjt9CHIbCo{/x樳̔q٠wzGe&3}U<۳W Q*\8ɏmg?g23 PV94kýZ6NTͺ1f̈́Jvnͦ3wO+_͙`0!$^O=B0o) xYhp +iL΄Ίx4adA%C3HQ;fz yUdNqP + 8'3B˃lz>?'nY2a֧;T ذ#8@,\ WWV|Oھ0F췐6P>]ZῊAIOCч=:v<2gdL {@`4q~,Mm&z Z,ش26Z;0tt=T &lbBm,4A !zPfhB;sfpL \R`Όh>`k/ffzRN.D т8cd RO)? oL(w6$3FraSA FVKrR<wQ>z1Ð +hϝ3"h{eo Yr>|m١ھVZ%e3<(MüQmCCo'/GW-+,NWwn߱ ɂʹ/22M(7 'L82%,hцˆTsU Ά\#ZgЈa[ 5z?̖jFrPC!y0PM2³4Șьx2B3*MH3Gу _XpvA?ef]ɛ=~|+w >38;g>zN~ze- #J!y0ϳ,6`83<(A`=ބ_tRLyPăn{96o<(6em<&zF޿^\Y돔)sጞ~&f< 3!| <1woBޅ=IyzP?o ̞ܹ^?iB+jl%(M}҄/ф +MhyЙ9]'+/p8w}M&AGG0aSNئzO.qw>Wh%憥.o`lBce#,FfhI^(\+t%oi&.HeǞ0+c02!&vѳ 4vϙ&rO(/ +5gAq{,?7X{'h߃!fu}(\ݡӸϜ34b_:MY??77Z^t}uE^1\!iBL.ٿ3ݴlLf yLIϨ͖0Kpvh Ry]UȝzDʁy(F&dQ>X;0A̓ބQ(ysCx͓9-1!Ej}%Lf&tg e^l:-C zǠfph Űg—E]ܴ='22' l K2Rʙ42#$Jg eslB6[B{EـȄMȌ9L1!gE.H f #Kς,|9 /3< g9m􇳃2|_uV̜>]yk {)|0Afcl9S']9VugSn|VOlCQќE:i , /, Wm(<83b=(YԆSMօS` UA +ҌV, +KLHP; KdhL GaΌXVVhpme&Λ;v^6¦3 !#U^R2!R%d ; W 1# uaPA,S/=({GڃٯBv!䂮f{p,y}nd(ې Q)D [3diB_QŅ + 2_ z#_9 eߨU҄Q! b(-& Օ9#TwO {nĜRB= 0g@9[EkɃބ΂ރܷ*}Ҥ +d{C?i~Z6(w;So(Pex` `  tQ,ۖ{kTF8P6PdGa 6Y힊6&2Q-X;:1fAՇ-L {(2҂M6j.ČP惓 ~D3A bҾq<ءjA-/`7blA1D ZAyP)j; 1#lA>W]EaP`67#f!&3g٣YlB3(bebAaYB/#=P ?xЛ-{yyy^e\'ur?)҂d@6!悖 KhrH?J̀ lBY=rCJi{KoB\j7:_]^kZ4&MMY vXǛ" n;qpf=8N)Ι< ]W +.,s6*Um =8fF8N>h!=͕fxjVNhfuu]!f|Q'#=-RNRp /f}~XQqfP;CػՂ6 QA=W مsfxX+']Z)!+&3f]!'sI^ +/4trY{_w^DMI&N%Λfx"aW;mD%B=4wkW FxO!Ee-|b]u n͗¬R Jum,8 6M=(]Š,IMl ehaSYZ6zF=͔rBBj3 +dbz02v&slQ DʝMT*}Vf(bH_Wytb>zm {gh̕#y3Z(f…Chm{G=8T{GŹBa)x0̏绰>Sh4Yk '2@-J,y9Fltsf4ki+ɶKG</ws 3B8GY!Z0ُ!&;  &3_ C\;'yP-dLP wʬ/EsY P+̓JCvSYN42o4WӲ¦L. ߏ;y C̓g s5Jn8aʬуyB48L VM}V^غg|P#d 1#d kިBaۃdA%}hB%Z.D,zK4{ehӾ F\2'B%Lf0+ʝp P?g Kj>>R?ZjBu/d4_F +^P~zGzIE bi̙в!+sGj.eϨ0r!dnEc͔} nBY qօ- 3crѹ?%t#=jpd FD50AW uo[*6b()lB09 +ڜ9ݚ[Cyhew+1"9Բp9My5KsAu_ mv4@QLOt9s zjRg 'ֻ*38{A5/l3c&7gtTM 9ta&07_MHLhU Q2('z }FyZLLXA*k ϒ{&݃PYamBM(=у!,CՋY-PPP3 +EFrB O|Yچt=1EJv7y Ga= s.l`Ά](jZ&|8<66-U |q\h&\*F9 :<մPf8gMse2҃s>$TEy :-( ־sD5QYކ?ڽP҆hBvZHga K^{Hu@[PAj(CFхz: ,11ɂQ>Xr5o&[/&١;'x7j3fB9F{eR[Pqb([;J~w5%_lW82b. +rHva33HefNg`#YGV4wFJi6%/f>AJ:*z[eϬ<' vDx-ȽQ->gtU>,efB 3S +0a#1l +rtz?4+E(\yg~_?::KXO eG +2ÊLXAe-=P7A?4`B̓F O ]4KMԚ/ZYZV(=;5j3HČP%,/΢iAW?ф; cЃ<[F#, uV_)1䳇M &~Q& 3C9`d۾4z/?s&ގ8ӆ3KCc,s; ȅ@,$ٗ˻3x0%s}֌̈́ڮ`@Ń8_wN$_y/`0 fAm.IZ_fǴ5<ϓ?O<ϓ?O<ϓ?O```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````ু²1" +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X" +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X " +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X +" +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X " +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X  +11#wR)*2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-@p \ No newline at end of file diff --git a/src/main/resources/assets/otemod/textures/sky/pdn/noon_2.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/noon_2.pdn new file mode 100644 index 0000000..bdbfde0 --- /dev/null +++ b/src/main/resources/assets/otemod/textures/sky/pdn/noon_2.pdn @@ -0,0 +1,1215 @@ +PDN3@$ NPaintDotNet.Data, Version=5.11.8685.3093, Culture=neutral, PublicKeyToken=nullPaintDotNet.Document +isDisposedlayerswidthheight savedWithuserMetadataItemsPaintDotNet.LayerListSystem.VersionSystem.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]][]   PaintDotNet.LayerListparentArrayList+_itemsArrayList+_sizeArrayList+_versionPaintDotNet.Document   System.Version_Major_Minor_Build _Revision ! System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]keyvalue $exif.tag0[0] + $exif.tag4[0] D $exif.tag5[0]/ $exif.tag6[0]7 $exif.tag7[0]7    + NPaintDotNet.Core, Version=5.11.8685.3093, Culture=neutral, PublicKeyToken=nullPaintDotNet.BitmapLayer +propertiessurfaceLayer+isDisposed Layer+width Layer+heightLayer+properties-PaintDotNet.BitmapLayer+BitmapLayerPropertiesPaintDotNet.Surface!PaintDotNet.Layer+LayerProperties       ! " #-PaintDotNet.BitmapLayer+BitmapLayerPropertiesblendOp&PaintDotNet.UserBlendOps+NormalBlendOp $PaintDotNet.Surfacewidthheightstridescan0PaintDotNet.MemoryBlock %!PaintDotNet.Layer+LayerPropertiesnameuserMetadataItemsvisible isBackgroundopacity blendModeSystem.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]][]PaintDotNet.LayerBlendMode& +Background 'PaintDotNet.LayerBlendModevalue__ ) * +Layer 3 '!-PaintDotNet.BitmapLayer+BitmapLayerPropertiesblendOp)PaintDotNet.UserBlendOps+ColorBurnBlendOp ." /#0Layer 2 '$&PaintDotNet.UserBlendOps+NormalBlendOp%PaintDotNet.MemoryBlocklength64 hasParentdeferred @p1'System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]])$*%@p1.)PaintDotNet.UserBlendOps+ColorBurnBlendOp/%@p1 נ +Ľg%qɶ8M"dJ )Rf9L%J$S6;y'< X3gif63=ou}}3 ϩs|0O=`5O3wgk%l<I2g??.ߍ βOy5O==:g9O=9o[w~!o[y|'{yy'y{t{\{~{;{;tN]ny[t{nG{~FG9=r;wqV;뻖n;o;uuAte^t|{S>t{7}7騏k}xD/d;dn8{{}7~sܷ=ҹ7|]z?_[jyk=s_]Jwz=ԗ|ݝy ]ӹ5:wv竹UG>~szk۾wέ߽;u|pw˷w}enf9onѹnos7ֹk;wsvsWwL^~s_ٮsۺK[_ܝ6v[ߝ.fu,^[v5|^-^{o/Y5uWM5U`?wgñ\穮=Gﻹ+e;ss۝쯺ӗkS՝>ݩKOu'sju'~āw}\侏=N@w|c;Įwu'r.޿}Ye\>=:=Ƕ;~mn{wl[[jxsuǶC?-)ϞkgeNx>w? ϐ'Ϟn{˳gM9<>~Ω=ё2{>#O`wzyݘS{?3>suHwǺx:s>s'8|e\/ȳp'3Cs.gt;}Tws?Ͼ6z~{(Ws{ӝg}c)ʜ.}쯕;},;࿧z^=tDžC6g@?,^QC[Ϻ+qOtg/y>|Ɔ_c9sfOu.s=:e{{|{h#_ߧs9{:K~[:r-xwwKwu-{{mҞt ;-~sMx}7uו^-xUOnn+t淿[m/淾Xgn˟t[ܦ?ԙ6h2[gaïws~׺ug~t k~Ig~ ʵ#zaUuV⺟Wڟnq?WZ<W Ą.<·ƅ`"ARʼn "F>#5 +b"f<?E<,s~ؐYQ&LPyp L8ƒ&|!>x3LXPn 7ʃ 2숹챚 / Ϗ3B̓2 22! Px x~fۏ\ upw.yPXPy{`Ap XPN΅:aA`@s_6x%ݹ*.]ng_3u~ƃ2gHPXh3`>7Lh91‚s̃ʂeN3e}jӔ˄oy8̃`Nx02`ksAc[T^/;Gp2c`C$fBaALƂӌ*,|'s"_M8 : 7GޥGp]X',X69+)^gF6*N2Vb=z,  ϴg8nꄙVmRk z\K{we’{5sh>@gJ- ٧vSuB 3z < u+2~Rxi8P'/:cƘǴA # +a QMT4mP9p;k‚Šv+d+#mὌY)'E[dZ 8PF†kd],=ƒO!{FDg6p g:&}+|ƒaBAfBȄM0 Q0 4Br}yP,Ae['L0$4M9b[AfBaȅ+.L0>x׆<8˨>hQp< o;ze +K+&`OTY/ĵ߮y0yS6]/otT&nf<< Xú 29c\_;1B'̘y?w+ +T]j‚.( (Zjʂeyu;xb=xGMq ~$xsd˛䞊הy>Qy>Ί<(u* _| ߘisVzIMGT^ka6\8P}_}g}Ae2΄ƈΆ ׇ&<(<o*T灱`eڠ #&4xПE<SJ/Xܟp鉪NYlD3.f"S)smznXƀ΂rgC#d=1!44K{MxyCET]h€V=:Ɓ Ls⶞  z ΁ * @h́jj (GE ƩvڿF8%ڕQ??i-<(lWAW+`#\ZafQz)>8ƃ>:;VZag4xF# 6y4BgBQ#0Fw~QB602? +D&ҖF;ΓFH<(!xPy40aH{̚<̃ݜ OTOc8[DyT:cȁ8f}+V WF{"6YMx5S=А,x0f +ŷɻ4!`3mWuAb_}7Yz XPtAE}A +&YCzB (#XXPv]/hᾹUd€g<-EpYXȿ92`A=S& G1x Y3ب)egX1ag?̘Řٌq{\Fь #fk3 S24u& Z!넳xF$O Y#d3a!r!F^E3]0zzcɖV|x1 עgt)3/*,8WTxLx]1&T??'o +^nޢSΨFFt64Tϡ C(`Z!xЇ^+,g; -0ːa]PtJ@̓נrFk{ rdx 6;uyo}A0]'iI$;~|+G͖ *!ck~nw>{q{̘2U~ V h8 \g̘1J~i,<gpS+73ˀY':0嚳|ic:"U : +T  xPfŒPqVL^耦 oA'E ײ.A + QAp wEgzak?eAYA O0h~Q{LLIY2F(k~"'&ɋq=sDi;2-C{Qdh1€M_3o( 3U9pRg?hXt@ 2B |Q&, XPϦń Q#J [>SרK +?$H\==|/Y}ĀA>hwci%^fL8o;= b1#X02 2yL~є QEE6MGx lep@3q>8ȕa\h=gLA0!FtD+''#C<Ƃ7}f2Exxc`_ g#E&D`o)aa5A@þ_<.cEp_bπ/c`3‚&ziqu_z#3Fz*o }@{'Z`}yP5/QseeT p!ߠ92[7V&xVB QYԎ ,*6V,,1> y4*y2S&=ϫf ++7R5BM ydNiaƉ‚bAt@VX=eh 1{f^Ҭۂ9s8k}r?;e:`k>h;RΕ-bF4M07T՞rQ,XHsb& ˴tGpo֚`aA`; 355?S@(ՅdsCB_`N[| 1a%L]O 9kc:XM+ dw4ktd0hdɌɌiq%#~V F=gfQw"clgNN /@#d&:'b`Ń=-(P2eX&+; ~wf[,z`에:@b%Av rE=K#" ZLdAh/D3}.2]x/{FO)`/AE+<ƀj , yz‚w4j~A78Gg3f"S,Zs7L(E9 +g+tx,(#<[ϑf(w: C6$VLMtRh̃5jRBBΉˍlOł{ 4cN̴B7&ýo; FgxAY& r4x1YSߔ_iX׋a:z# Q.fH&uʁ+=qG0`?(z#T 4DnrউaAɌIwr B?fAp n({s`|t|BVe֗S YkylLONv#51ە<89tlzE3L>UOp\y?:'|Q5w DQfA/if‡i8-B5B胞9:#d E#z'5j!{E QAѬłyP8` XcA͍A 2cʁ;%Kwbz8I &xĻ(fڝ{9ZgC5~_5ɐޠ`>S`3IKկ׺=h}GBq`K7|aAa6c7xEYCd/eƃq14# zedU{?g 6r^&a#z!N°/8Ȗij5BrhAZL0y1̅^q{ C1LtJO&λvh:ƃRȃ! L8]΃]dto(xpf~9^a,C~,&@g^;c GSlzĠG" 2BDj/Ϛ \g&@b@/iBE\;@ .Ypq/u2.7xDYp~?S^Ҍ#S}t?x|', ^Ru}Shk0f:<&f]En{VMyw|_k?>DdNt#oA9|;JB#au&@}&g"gfI*sA3'ƺ&_N6E]#<=̓ahd˜-LH<9ʆƒƄ?d/(2B9']ճY1Yn(: +btWPGfܖWM83=;@b@@  BLY3~AX20JYuD{>VO#g pWo,Zs 0zE"̷}1SCecp4g?"17f9'X?X'}f`_4MTѠ: ӌLh2f=? bװŃ̅ެzᠷИfƒ |Qrƨr(z3*WMwhA!AyGmK);蚠B),h㻂E <{M7 :igbAːf0\̦pYa{?cø{ yK+}PyſuzEMDh1HP䇂A'*_g`@^;;}F#7p[`:'Y}|Jz~k|znn  bNl}ޣB: UD&3Nyy0ퟗ[# + Aa4c?e>x>^z;餷^zI,XV 1f,g5_W}ΡE)\tqOHZs\<f,bFsC՝P=Ap ` f== 2!=AR͂:%S: yw yOf(Z}dA? +nkfr۾ʔIXПeLF}g VY2!zk-mq +hz0,ϝUcn 1k4&,9SA92J֨wNXΨ` dL =BE 0^-p3Z74˜'#,hgԸF1!etyO'q ced,hO5yw_`\ xtc_Siƅz}NyoxEID_]$&t}8{9u3׉Y59̘*@Gwg^} Gt&cXZ :v}c:y>u*.$˼[*#ޓo2]F = l$3'h:ewT Ⱦȁ - 8jy1 "3;#C:# M}a?PP!!G5Gf [넖)3dGrc'J0z]XиOx02Қ-eX\ń+n{~drfVĬ=zd;Sf`̄[LYv> e̒1:Ȕa ϓI|_Խƃc}/>A%V=A mH/ `F޿!ʜ0SfF}.׻<'' :vTR͐B ESAH`'4J# &r =#͓416t]HX鎢7-=Af_7DfC,4Cu?滸/2wj΄Qf(0ЙPeL+tO&\w06ȓ{K߁A: x0fǨOhwyP߷g9gYvXDf O7~ ž_y9O=a+hl-1dϨ{:s;Z1aKd=`zx~ :97Dz$O^YpS* OG>ɉq= (;Ƃ UC}YpuςԌ})59YpE΂M}o{gB,3%TiR[w; +_1kYc{%AV=%N=21V|2*tV~ +;b=0`}`=(-L469׶x:fK>qfhT}`!(v91@6z eϳa,ko<5ȼ,#,>zAYPbg"牂EhoOse bAwgBa/AHSN3 +Ig[1kϞ[y?4/ Ƚ73H]dN uQp܅N`~ .3%Xi -}`A}Aʐa,p`y=:&L#o5cAf@fAώk1]xO~ (*֓AbB͜Mq" aK>cA]̂=Ab@TM0t/lBuGpCY^(3pj~EzWF,!| aBAh V/=j.ٕyQ^hdD]$&T.Bp$z~Ɔ̈_bO4=QE;[ĴnvnX}%NO3_EȻ 27f G?j#y23猆.±|ȃN7zׄ & |:dYDdA"e߇y3Qey<8htOvχ g}3.¸K(2Ghr t;^QW4rccτNCDłă)hu+{:ASp+]n,7}Ƃfڠ}QJAx%#>WTXU2&hyRCCkq^nGT l"p񚎽nK}1  T>,xZ _6%%iUhȑiy@3Ir0a: []̃n0oʄ̂:‚ߝ`욐A~OZ& Ncw n'z 8Lв_8ԟu_1ɋ10!S5zW97B>~Q5F5 F,vf:aO勦y2Ƃ{PALiW`u Zb/&ܙ-wOTʘYj$-}P&挲>A#ag o?rԃucB7<乢3<8>j?-Dvu#j,Ȼ X:gY1 ]l>x0zbKC=S2d74D{DBr;a爵sqVG0苐!(סs!eְpϑͯ:y{8|19AFH_T ȷ)<+i@sQd*& payEMtgsGPdmJ ݘ}~t/U1K -92JvLe;y)`+*&jv'{t+/I郭]nis J'lFMAse`A9Wf1#Nc{E >|B9=.HGX$OF z"{D3 glkj qPxVA!T>H-.{F%kԺ&\QCcA^I(-90뒀.Pϊt,X Yg911|8́QC d` ZꂅO{EY Jr8zwg@r97)ld|]1 ]:Ƃ`-M}aZ33OXpa?;Q+2M/ 5dJ nu + fd}^A$dcLuCBc(Ar.Atu>󊂫*]и/Tߍ+"g& g$lGg@aT_(3D|0̉wyu@cApOwMɰֆʃE#LȂ 1U&(i;(FΊdDV 91Kвb#wTAfPe@z`K,ڞ|'Xxo9GF>X\yQ,9 Fx xP,eȲV`dCbVg|L})#&95B$/JL2#4Y#x0{"mwO. ed\>ANcA( +&hQt~yjf(gADf7̀1%A3Yy;:Md><{5AdOO>Qa2;_Px%^Afƻ~ NfY44X=_摍qWS3vE8@y.xNpFz 4TyF-|wHgQWEwc6l&z_a= yA`a/aA#'J~h2ao܃ 8.2aCtF0f`dAϚL8Pu7~v ,[i,(>fu_3!\ xNh. 9+F@@x +VS~~gςʃƁA A<z^h91 ha9d=St>ڠ<Qp DgW~GzņM&|%>E9݁M>[VWil{Ic3ǐUf7ńYsﵥ73C8.B wϺC8ȕ1]0<hU}?x0c͵z%Z-zCG@S_t-L#AxE>hrvOX?ʠw=A7AAe@`]'xi!aBp ?r;2CiGł-flg~ZO< O(z%wxEoм+ +(kKp YsK<ܧ{u+r^{G9ׅf2&85kp''|Vƹ0`7Ƴ\B?o˺c^G=/\wMx4?99~>le-#,#΄O|sςv0˙D_,#.y4C|/5A"bG,EjKϣ~QDG4j©cvou'q韅4A vxzu3*hQ"=90CQ^=q)g|FRqF{{{{7Gh̲_.{n`w!]1/,l?@^Io遢 8r'"x :5[&VѠ-ʈ6郱klD}opĂg/ꂲ;xW4.0[dſ<xJ'`[(e<٘ϑi|RӼuƒÂ; >_.^іv,}F8ƂM]0`Fh,<ld&11eZ-= gVD 3p [<L(<gdP|訏\wsBA.B <l9AtΪ ؾ O%c A 4ACyG0 *r A'4f8^Bi~5{JhW;ʹd& h'z2dD#<`ȐX:&'0̄KZp{BgAy/aR'g wvs(7ŹN87ŋ;xr΃kjN;ᥓgވgW[: Op>oo#kBϚa>zz(&l0ַ c9T>B @e4އy}A j~La-Ϻ2:|6r?3D ]΂,Y̘п z|DnhKOY=; r޶'9bZXP.ߩf>U0!>jpzaj{/X@tO-P뎨8PB1S1iyXPGNN=YT,(b\\s xE8K,5s+~LyPF'3P3c,X&4&A P/l)gJ>9t<99%;&.+:ƒFǼj읈9 3Ǻ1IkqR"P#Гz#x= ZG0RM4?c@p2`cqwt'I+Q> 8ɦhL AN0vZ#ܡ33 d}y0Oʑ1}0j‚xp3xۏ [Z kSy0=Bf_T2Q OHL̒g]4ƒ5j7x $L^ RnLuh_uAa@*,(e_ 2BV70/Åxyć9kQ {yQ{_ҎvIIT<%4D0vã7y#cʄ '1t? ywtJ#>6]?zVW2 V\G>…D9Fw -[dElu3hd@݅_h b4CF; 7=SXib1 3'gQ?ke١CwbgV,h>Q.5aY$>"qz} bA3b>' 5@ {`x>3aRv +\,$/jB_|h;wOT_*_d,3'oRhA1_T ok9ú uV]IVL̍. ({ ^XW`~ ~Ah翰N{%S"Ɛ&P@v(uFVFḧLÄ3ųY`ρ^X)Ɩx,Yd)O'QX8,=cA!>z*+n,(\}Ѓ\\O:⽣^Ć*mgwEy-8Ms4Ou8ue5p2g~ k:?%fLZ#1Ȅ|Qs¼gh}Y(p)~]Ìydt2Mx%U[pi !/~ Ex=+B^ @gv-v12aݐSFyAeW#Ϫ2_ZY. |&7 5ޚoxϵމ8uT+0Y%3T8P@ψ1T=8p~Nj,91‚ _P u& }Vd" xPxNn$E_7*`AAc'ZfiG䵰F`ԯz#b7ހgdϭٍ2s7dk +ORI_i,\pEWa;2 >Oy$!DhAci<!do]ULLrEeOʙ4`/`m#i„Nosex(s4 +_,y!wNWT4A9CƂ1O}3`a[;% +  +o(z$3]P/Pvۙ&l&Oyu! 2':G9ʇ1 rĩ} ȁ̀3ݿ& k/=5cޝQ;w>~'978iu0}̍V%Z Xn0`!/TE /.T( ~&̂cԯ8G^9Q7}EV_f m/455wv>g˓񮉰?Ƃ4B}ۓ^zT̺&B߼f#Ar XP;%LԞ 8r/`Y]^5Q3_<еCz$!A,yO,`d;AY1,'cF̀Ȃ/8`AAeBAEq + 2ꀿbnHNas2 U8  rb]EN!nßQPVg3|حsKL#YqZ^J M26jSyAEyo1$Mlo0扺63hGQ`t);0_l4- #60`Sh>0!x%Oh'ᑫ<(~Q!AB-1 ( 8P^O=AςC vڠB9 GeA㰘s r>(0&2\y}Qók|]7gDa4l #]:C%\z։ns"2H =S-c3hrΨf`8&z%{<{3;ݡ V:#bRGOtmSkwI+t3`Hg5a3yDS ^3Z-=6y<(Lv=8fA>N@lЊ)'TOe݁:;^r 3t1+ШN?VG8/Ǻ`dT11+ܚ@;*`+~g l+Obȃ-FAfxCg,~k8&ճCPy!E$&/ c2ti .K| D.-WI?`,Wt<FW`z?˘9mwN YA1a.Dhg0Gh5z tB. ΓtBA@f5ׯk.H,(̂_(xAxFK eʂpthʾWhy_J Xq cWrcdW;ާ OrD+g:!By_,}vbXQ}:?S4j~ߑuzSD' k6N^o;zb Ɔ' ++,,(,9k`AB )QO@#D ~v@BK!c.,QuzF%͠ X8293…Ć'n ]xϹƀWu_ZݗV~})շ]>레Za]T9K^I0-_(2b|?0B:Ȋ S>J+ y21gꝠa}p|f1cM&A#\22 xl+6y,X6&|9pDAXy0駿~ +* +zWT>QΑ!>(,]AbAp <'xEOhEC&LLv9#Frd}3\L͞H9< )|i +Jp1JBG0wA=s` "}5&sM:cz_I{j*}:^#5@pZ`AȆC΄}Ca +av7]&F&l ! +ˡfhZ0!rGS(v C!|-jlì h<F=7.S|;A> ϟcڠ(&QpcBc8eM00"|ʄ0S1yy1|<F[]c,l:~懣j-,owWwVwl/5H?;fG@ 3T=вar|hǤ+P3c!ᗻu|1+3Xpe F0 +fMhȂWczaXPrF/ d`}eNX to}z~Cf +?Z=Ŭi̬3Mxp,Kfdj`ƃE/L( A/~,AeN4?A3[_;y_Դʪc6VzIg γй/ze?p?z|aoꏏ0tY F+̘0zh/=̘cϼWM8E&(Aʄ9Y` *ɔ̘{ffߑ2!]dW3T6! ˵<r(1k*Ǣp蝍AoBpbV}=0Sm9K&͏1m01yy2,'C{nli{-&w"rHe+\F({Y G޹/g{PX:NxLh7C[u}+yP gBcA:-;& W;cz`Jz>0ZyEv;iu= P?w #7$ Do<#zCИS>?t5=,M Xz+PFB{nasDc,(N_ @yP<&Yk)Sa9 +#TxKQq*zv[gZ g?Ot03-tn,}'и=ϸ$?;_:r^(F:%8P/͋Pp . / FvP_0k^k^?@g)qU?>mgP4AxC3(8PmTLsʄd0׵"/MAFbP>9,1 3 +A㎍!>fDv , ht+Hƒ!c>Ѩ 郩_AuAEeTy7гeuG|n2X%Q#gL#&^QN;^~QɕQ.yF%WC voAy͎aD rc#-;$'vhW8xG&zּl8ʫS+}PA[g>Orq@ ٞ~abD^ z8S8LrZh-;4{ńH,| \h;yU'tBa= ){|YۓY= {]#ı=Ok5!~&ThO;Ƅ'6}B9 +(׸vAΘa(p)~O1肃ܘ€ʜEO2g@7_H`13M,(w+>(<(l>R +B+  XgԻ'%G5v@D)=KxOE:j/w +-f> ]:>2>eO<|rG%L3_T;l/x``BVeă`9C/,=Pxw6(;3QugXDy0я;?iI[;2`{bMx=-߿z)'t(`!WtAAb'!V<29]k>ě]U dZf|RC{Vg: ^0~:U^Z!]tBhU ʘ6kƆʃ65ω`øoPwLS.>Gzkwr4_)uB(e?)wJPދ낅5,9;}1KTXo+'c\hLB#,Uװ_exG,hĀ΂F8/‚;,8G,F;~Z&n儢C3c,n{E%ox<;x١ >aŃ![sE@+,)F\W 4^,Qks]0T,h낒8%&#„ox͐B+,|Q鬧^+aֈZ:aņَUw<6MHvۘW`\P耑e,仄:>+)T7~iъ}„Aɸ6h~Qt`@#3au `dNx0me"W4˒0{#3tƼ{pCzc),<:a'Dhak9WذL+V xP}U' 2=Q{F3|QA6Ѩ RtK5cA2#%xGIAfQ9?9CLPCBd; >^8~2?ϾM΍q {zƀzN 29B 3"4ӄS  \aCb/x?Yc1sV\p!P+Y,bBe>Λ!P} \XPƽƄ7\zAxI[Nd&tp{q = +])S P^gJY< 2zetMu DK&ù}pKR; GT=t`C@gAʖqzB3 X1MK]\ +ʀϮY>6Ѡ Vί١`*3&enֹqntwkV(Q0̂ }70@k[(k/XW{ȑnP?Y1ț2]9! 0raz3[ałYGƒU#3H u/*O&mD1f40 FYЎz~̉„ʅ„,v +[LBc9xmW +9]ľ!@0Ulhߏ<Ȃ%W,({`엗y} +o^OdAMS <ƂD `T ,({ xv[2 ?C-?p *%xӊ9O{.!Pv +NV D(`-J[{qgYwl-$D| %--AWӣx?iz.Bvn0΂|PXv +̲ʨAԾy<~<7&ozRunj^Ŋƈr3 ' +r ׉>}>~Sdqð+¿X]},Ā Ǚh}:407\+}eB9^=Cb:̅CGY3z M7ԑ¢FH:!| ?jZ!{HEhwQN54٤1:Ad_gUr8} z ,(g^QB͚<\ au>Out { 3Jǚ϶_T،!X_D]$2# hSAaAdzϠVz<>d~GTD>ȟϲbAs$L,b‚q_c 80cAxBoC+tσsS?#.&W(PtB:7>@c~139c3ʼz +Ÿʿ;&..>N*g}-vԷxL{e6M&8WuArh'~QD3luKT\QCUܘgۖσHLG΃/B#e0r!32'd4WƲetD9*{+N~:{}-Gk?3Xَ.e> vPuAhm`JS rf~s+ Gh\B.3j0{LZ3g&S0A2_v̻zW1@ݝY.KE֨vkF92I٢ֵ1LL~ă!3c*Mp j߼uJ,eT{f }BiF,f}}ƒ7L +up3FO=0E3=BFɃ;ϨsaKCw{9C =' +$ k{?R}ŃdAAph5-0؏ZݿzkIsq*H{_Jc1Q7Y̫hQ߾:dD,OO94:z.~3ϔ@͏1<ٳ ;ݩ1%Zwt (G82?ώ1 J^`&,=}ϚʅdE9GBbȃ`Cz*B#>΂aNMGCxKI=]9p^+d1!v oTؐ^WLr4:츮fVa]@gAc@?9'xy9026rxX;?1'egH#T]O471 wsď8g3Fy, `Â3@͈I1 2c:-c7}sb*-PP}ʁUfLłd$BZAy`_y۱c@vL#>! R'&\7tā/u-Qwe̥< ^ϯ3 ,i{]{,"uJ7cdzgx8tv ޠej秮*?& {&fڠwLT` +>2`ຜE(ygR#z't}O.~AEɄGO`Oa;s˔A8ڠ "ST3dWT%5 ,{0stSkF'Oxq@-1έ\?粉#_:"r^KhY0V*,;/'|i2EB<!~h]v 5==gtO=s>Ƈwڟ53r/@}a{:,;cB]}'h t&t.B tąV& .eP9מ!Wlh%YMy:E':O: y ā. Mla% ۵K_za +N3_(_{䳙7u.Cf8x͌j2f=0w #KĂC̙.z`gb/zu~/t{$*uIc:Gw +-k} ;ڸLTѪp<9vAuJv/+a91c/?uOK{ItkNu1ef)yg~C-pS< 7SfL!ԬQ7l0!w>eȠwD v [8dts(Y1(v<Ә)aO}82 +T_=ڟxO'n"< }s : Z›y+5ϳۯKLȞ&! 1d7*_xvY}G/wBYPz?GqZ :!Ȣ &ly7sd΅UL qr;?dNi +I„yyΉv/îBU 0u.R  Z cȋBεN3lڢxK+~ oi|><1]p4u:_b=3ogڜ v92&^JHݻjʁ[E`bAr`Όa 9pƂs߁I޿M.7+JS`bOv)A$OϑQߣW |Xٱ!?Ov s4_Ge<~&XDO̜G&9u^KZn=ڞ3_f%9 j^y0kz'/gj +=rB6;9ӑ>ݜ=6=Oq"=+0BX!tnнݎw 99k&8sJSƆ-Ladb"{`4eΌe}j.fiQ=5 AtMPgO|: wM?qhɈ75 }Q3 {_Ɋ Z`b%˃\Ij|@&w3(0[Fe"K4*Vԗ<Aaeu} ÷*/%2}q jtM0{gkUW2ᦺaAVY2`U0o>ƌ%+ʾ  .W1V:9!`'+];{O,| MYƃ g:Ὣ \ ݰ򌲟2g2މ#<ޮ 2ƒ~2K& Ƀ57N2zwU#,lQtZ&}dZ,k B^321W{@x:e<{c?0X8ʇ5ąȨiss;ܒ 3x~:.<^xK6̌O`?^vgvҮa5nTwxS遅>Hg~lHk<w+ X<(en(b:MPK #;+hmP7E#'&G`47z 3 wֲ`;YpIT{ADoYːi_Z2W}t?1ͦk6YG;UkȂO4NF^OJpQ7y wPۀ{ `V,;(YyTAo׵L#gDƧ|*Vv@I?C O3rg|O +%R hN$6 O]<.#`BzT 1Y/lxmfK2axb㓧4!WL7QZ{~Yw[DŽwb *H~ v"S9<=V$# `Ɓ ;Scrbg;QDh)*FϼCGn1jOccEfZ7z sg0늺GhZ`?_3 Ɍ8~wB+r>S|샟RSSOh@d-p|g+n+)1xsv! ߽D;l Q6difL3ƆK:ff8XqIT/)e'9̄B_+#74 BX044ܔ2`LRlG̃qzcmG&|:X1apBLC X㫜ٴu93ʃx7V<(7ʫ c2#F2LnB?%3w̒I ?u /[MNj†8#-fb`xprP:uߏZ_5ޣG'3Ūi@e@0\0 |:7|G̹O;#{921&dB+TLz{G?u24IS_)ؐ;2qkfxf^|vfCM6XGߪ=3m}%e;1h.W.xK^Vץ+lHͰf8#*zKz]|m4 3 2\pM/H&z/c̃{O}-z&A$;ǧv;(:ci^%~U%JvGw3'4Biq\73FmCSͯW0dCT (T*~NKT>/ iCA)vP(gF}@͇ =0q YW|d??ڸ3+-0X\w']O#GbC1g oFPиwɆ ɃzHtB 4C5{Ʈh|H^RzG+&.{0a!˙z!ym?l>O˞%Ϙ3_b`%mcs\~?^xe*6$R/DgrL-Dwp8Vդ9|q#h1#,=AA* }Arވg>PC}o<ܗgL~PO0CɂvjO0tAV#Mp+xPsdя7''-oe~iń`@2!Y0GuKh~jmYl} % ]7ƤʃÎĆd_d0믐^NK]p` »١eU3y2I#d!E;}y:'/xPEwY2ɂ a' +;~tATm{7oȒ.e`,гژ~EZ‰qVzڈɃSyO{7;#ϕ5ུܷY7՜^Y8c|>:˄Ax@w쿰{^{JTh;X`t{LۻG Ùoy╳ɴC3n)Ɇ8CL +IlPP#gy8ol}Mc,#и*ݩ^fPwͲ@G^Og=x`9WQ?bӫ ^̅^(୬QX:N_t0GXN{/&Ah|>v̗% &z~_0@ ,rafWh|F7@͉QToC  +f$́oĄ=?@Lc޸pMWdT9mQ㨶]?c,؏]vy`{GT>=0 Y03p_ .ȼr`2c྾G١zC9{ A!t2`BC'ʗgLh<:vO; +TgR&z=c&k'|K=} +^LL)~(L32:TD'}s'Q +2Dsw2 btrD+#5ngе%:}p8|5̝}-ra+$宊"DwŃp)[ʘ:)0x/?<<3ef'W}q&otKq$Vxl +Ʌ̄9[u#節P7x>Cs ~$rNMG-lL\844ms8)k_n/1mݐ4%_z0"/ݗsC|2/&y$ .2`_ T\Mt-ǬκM,#^5@Ο~M1Y ?L< Ѳ[b#]u66]FɊ=G7$8o]̦\-Be3~jguNW}÷ZC:'buw y0Lh %}w "?:cAxE% j XrE+<LhJhzoV݋;mҫN.sf>`;ϩ?ϟş={׈hl^k G}GF4؝c~%ฦ1c&^Oco,8;`Kvցe6G^(b0C64`xGG + OCd*E]xN_"lPz!wMyɗع! .t0͹^رpڒ^<ϧz280r`',َfsZevADqyPs=02CSV(y'iM$ G4tA>fiOpƃ nǪZp YC8,H r?p +.E3lہ AA/" GLUǠs Qꂪ 3+Z.`ń9c .`MW㼟uF7 \ >'(,yO0{DsH$ V;s`3(`7AZ8G_5s F\/3ʕ{&gOt=xTuM\y,AWxΞ3FȒ)x>QvW  Z߼ .X7 +`xE'nS.(8o^5XCv)0l|:Rli介`F,2d+C2Ծ[ +MZ2t襮 /C>ʃƸ;K{-enؐ:!xвdxЎ˜7}xCu<{bdBFw΄<%<DeW0r y~RB5L1ۇD+l^&2wCj9Vxt˔B+aŮjG^̹0m^5s:Ɓ&&9*>Zf̐M^ . D=̄xx6sʇ3+f;"uW3]A눗ye̘ZvgWvɫ',[4AU|7 2?44k'8b2 *B#=B>6F u,c1fT1?D K܀4xoG}d8 }z-jDEwÅ 5n'{&=[3h.1 +.I,C!S:Syc!?\Xv] xpptO+S=߃;9q>xO%\Qff_˒9nbLl^QAkl2e|0z&hȒa(~]3]yD[?ejo݄"zLLCx1>F,uCeBm9`1--6n*z Z լ ~9p]'_ciz2 +tȃM02cdF,` Ў*fΈh n4AC;\=kʃ`A邍 ÌxAAz/!t(敀 -WFIcлsjez̰gb'eFBg2d)?;+}' Y2d+>cA],KfS 漘8Զ6дk3.(TcSt3g% V2<({„tYUOkg=)Wt#s2{YAeA6gW]_&>s^k{ƄȒAk ^~L4kAv[~L@`Ad w/'.a&.A2 { ApWNؐ QlI*3]s PRͬ=fw7}?N橅j;]q$;ڮ{9Z="X0u^Q%2c~O86M־{|ߍO ؾ{3}Ǟcӎ?:\j?Ȁ{{M腐_3 ,4Cb+x0&v0ʁKzk3MkAxE'H謃 72F{M#l^Qfw>kdA4 4AdKP#`㨝3?=ǴdA|خ?J.4oi.vl0E;iyثNN_m݁:*7Z} -e&iÜ6QG~O'Icƕ7k6,hG\*rML!uo<(&2FO]i&)sIyf4.lܸs9VVc#gNT́t2 oYGL''.Fx5Bd>N?=D~"n!}KO90Y0]OH͏wa XrgƮre@CBcFQODsb*_h#17,Ă:͚`/QzEnGy?8/g`?Ў΄` ?ϭ<m:%|~nLظC;+뼡ÝE"u|& 38C?L J; 6>Q)EuꔘB: :X VY#?gk8д]8rOɃ96 ~QeA~%g_T{'F1Kz{)xpG/];Hԥ;溠xИ,Y2Y_ԦCC(un:,(@<ߊو>qƃo|eȰw~Lޤ i917gθL! +%g^H0G2߹-fT~~W\8\:#*1Wf͐:Kٞu@XT-0఻?6itY\bj_0,3& w`svL!`/T~J T=̉Ny2`  X=U`́f̄? +ޅX + lQ+vsfrwѾ~%ý9;sY< RcnP3e7ShpwW ~v YPsC=u!w OqiĂ;κ 1.fމ>ތAcP5ª~;EU7̻%3`AOZFLty 0-FlcY*Unb7ֻצ,>=so"ǹG~QcBSO/aŃ|[tAhăƂ;`dly1`䛤Q`Bc{i9-RlC36>x5Bٮ[j ùGz`&94cLOTl{.2!unús6eNTM1 M76enL1b\=ʃ{-v;-I 9tB@?_yPAhAQvLhE<U]!/[ꉨrB+3,еSLΗ{{^|Yp.|#]9OWW<~{~oŃ7ȝAzDn fޠeɜ׌-OCo|Q`'z'+VR>td'XpădɊ+ϳ}wL +yF;u*SQG<@<_ؤA{˚lO:dC3sFX* ATp3ߟ GE?k)[2dD`Ńd=x]AxF<v;=K:5uBfEѳd3azX. ̂MMR#;x>Ml#w.hL}0?O|lZ!4:*#ƵNz02/ll 3{p r\MH=|2r<5s[nr#_t]KܝZ*AF 6głs]Osߦk97&<9J yp{bpl`Zw ZXйk.'Y08o4bh`@9q.=dB/LtBr\)q^>&7+=9sL;2翡NSfɁdϻrm.n|Dž7zf_p`kQ;x~@ sGQ'ZaǃEVLMȉv˜7 + v(,@jʁ.;jyp8P(|G: G?iY0xze6zGQ*lР{>:chj>VHv L-K.W4`*#ew!ٯG7 3R#ݾv+J D=7СOs:mped8ˑ91GOc5ʃʄѷ94yp+C+h\.kg^A ݃xE/ ǰ_"8;m>+<>I#4Nz`d &EO&4&q(DwИZV y0v\T$ב'lXߝݯ\(l~R*Cp4+%m {p4mߛ +&Xp,x巿x_ ThLU/̰4Z$ zveܼ3AiC'DI +yOuw<ޒ"̖rDɂ_NH&d`G~QvH$ +(Y7ؾ"G+6T)x]StB +w}^_F0"fN]B?kem/80i~u伎?:gLeŠut7{N2aɍXu74Ĩ&91M0h8 J=U>L)_q8 S^b^hЅ.&|xXp7Y3\73ޠ&26r2 I +!;=ud>)MBjfd&T.Ty:Kaa] pOh>,Hh`c⺘w'X}v%y( zyF_ӓ=ɲᾠDm 8Ig} OlؗSDnj7hVF4o6ۄT/@99~[r6|Si~`=0_!2[ԘăÿVx),xp8,{V<Fܾoyp #V#ws=Glzs3kΞa?Y00yEy-ȼMŅ]ƌU]7y0{Fg<BB  hLtBd$(|+*L8A0zѝ+q <^<1X ' saz>){90:%$ż؏tm 6.OY_ǁ&BB#呢B4?zAU4kqs: +A3ڰO1Ă|5c<3+>yYq @{;0X>ă/Y23\́3.0CD(Mr?5O&g2 & 02Kl3zގd35ާ9.x֬0i ϫ):+_u9=&s&d 2BYV=ʁ U.";uǼw_S=0Ed-P@e!‚>ӦG6L{[TT.!==Q}pK(LH:,yP|ʄS%:st%sKY2` J yYP=_.X2_9@:eW/Qpg, 66zͲO`A sLln{Epaϱ1s\,X.O,XedrD]侠j`A- y}ƃ7Kx0B"P$.7x0(a`%}ă>kuӱ5@𠳠Mc`D 9^v Qv -?i]T4ֆLUt >90{y ې MOLl{oCB#r`- V:"'E|xG=7f3л"+-R'z(^n=2C#Dݘ#qsi +uNoݬw3*[KGq1ٯ@Gk,wȃʄ8'#^7C<uGP91_43u/kP{ (g~dG|܍t 5_(YUwVp xC33^ Xyrd"K&i +aGЮz%wTuBfPg>HFe`fBA^`Qɯ t3Y/ G|hKQ匎e}xZ{tk`t#N`5]gèEr-sLV8˨N9gFa}0ry +e<[}ܘ{# δWaA 6vy2KtAdǐ ,A胞%C}9ČuY&$GY0xPA'v<(!}?]xЙ \m\~hr] T/Zuf'1%vRO3]Qqvt!xsz?}.Z<{3?5 e)0gϧ6>B6O؏ߝkBs:Tow_ZhVЊsK{ʀʁa~R1N MK=a&gʖD'd?!(0 G`9XhyK}}V}KU u79Ռ: +#g=²XĎ`t3.yY&GJ䘔Zt^^yDCtدT1En|pavY&w2ʄ.`]˂SDxp]<鬾7 my0:wO1?$ V E פ ;7W l,}Eىy‚6GHh *#2OM+\. C5BbO ;j95=AgA|9'J6:,\>הc/rٰ_|ipsfs de4[2 }F*rWooyR?8'e>B)zC${z@&+;zMbA/s,.̅vnbB%N /Gybw>8QaPƍ1'r/󉝽5.8v]9+>ێK=ƽx΄Ms45q?}%;0^)3ʉ1^3)^>R'vSs s[ᾫMBU )SN(9SujWD ͞P6p͵u ăK10avOy13MPY b;Y2`evL`?(]o_:|c}(d}2rO d+:dAAנ Bl6^ƃ΂ʂ>9 \qG 63)2OkG}6};Z}xMYczK7x3jL (y(!M#`7L &z!sJ驻c綞d.BƒzEV]ʃ"S& ^,شAfhDŽ?=U3TlL1 XgiL(7jR'H6cLjdD_ \rʐ=8߸yN/\)ya^.9΅r{C˛in}btB²sfĀ&t@;svq! +}8ZnOK3`vZ`b@N -f-pݎF,xkςK<]8OWvT?>M8N7)Th f-<=/K{\'is$$$sȨ|v̽sk9+ Jw\?CVʃ)Si-ajYiӇ} 5 V=yӗW/ %ڠj>8A A胚/'aQ/:?d1,ҹ>Qf }OLI#u#'*\Ǫv(Yy%7.aa[,h4͕{Ũ\a1_u;[v׆ p;Fwa7jQh7;B+߆^{<ȕB/j/|MEu{a/spEXp$nK^ёFᾞ8=ă{| O?=#ݳO>=cs{=}/t_zK_Rԗ\R8>}Ow~;d,ԓ}5=]'\/O>>Vw}9Y}|'lX܆s{'/>]{){s<V~Ë}h[Y__]֏v}MwpGw}+ﺼ;+{?];pݽw\E݁/nX{y=ṙ{n=jߧ-gu>yfwϧNnu{o:sݟ8s vlc]׮v^{\t;>wn閮mϺ[-^-\?Z8?F͟{9Nnۙ͝}gZ_}׻mJ_KS~?mOv[N6pw6۾t[6ݛq]~(ؗ ߉֓]3;jw}pv yp_s~v\W?kgWwXxsʿ/^>/1z'I'e۽./}͝pgo_wm;:m/c;gnI?m9'G-3ݖ{{뾫kwwwՖ 3鶮Uo^-ft[}smǼlV~Knוᄊ{-|@J>o=V\c:;j۱so;(}\\#j˚rîe~gm;e5sۻmjٶM6\sXܚ74y@[׾[έ~]kn5ڲ\'jh5;ֿ5lo[w[mzO7]܆:aw[8gc;kaw.֍nwo m׾6cV{:_.nqc_K +kYu 6+e-Pߝ4ڮe5/oy~\<̗Ȁ-k]<[wS#ź߮Mojܵ=RS $3*5p_ i21 yx%12̗هlW<(@xLXs2* +Ofd>5΁Yp3|,h,yP_<|{1zł $( {9a " 8{UEL,H;4swp'#\CB_';k& >u&4rD}7&^Q*7ƄɃ Ȃ;Y0?w}|x&(>{T<7yƃyzCwhƃ\k&UWv}>sqw^`AAOm=nM|JS=0Xp7uXakl)L~㒞??AP`@gsC 8p 0—s7[Oy\_Oxa<]~~ |Cvo,='^½l_? *(]3ƃ]֞#>~yaxI/1…-^G-=-]<o+ۃɄ΃xoNz?Ow7kk.2\n5ƒǾg0ؚ7ȄʃU*>̬eǕs A+ArxO'T΂|m_gaBc 0o7[nn"ɇk ׽Ǹ6p΃bR[tp +YbM-kW ; &$ UO(ʅ:2",ZJ @2]' #bDMtb=aV~X/: Puālt`b^a -p͈1|!Jߊp`\AcBK_zɞ gmxZ!{N18Oxp̄IkꃙL9I 1k}K_lr5瞛]`u ̀ 8|oτ~ݻ/م<"Cu=Od(=#!?Og@239|"#eذhVʇv,uDB;?u0g̫ + q/{&R'|`:`K,s-6xU T$68u]wM +yдA3Of<}p'Ni7l 4^)|&:4CLP>eXXKy Lhx3kx7 nC;6{;3&,km96k?*w> L(!t`B3 k 2 n;5 _8?9 M5) ɅZdAolVAsRs^;MMCCW]^'pn0J[QefFIƆ_l\' +)MX'eoRUvݶ٪/m|>cc8:!Z.c{; b'4[ǘP<ɅM,&ȂzfThh΃Uhz Q8p4b/}<뙇 +yxQ}!}0{4Zc >!XYP߇6[Ai/ +},k h=7d~s㛋VVzY>&Dp Au` +^^=[ݶSeɼȃ,h{ pS;V)^`R4]E\_O8xqYdŠ G0A=/]/_8iBcB{V۝3&w#8āc\<}0U/Pz+g⹝bUV @ li=8 :` ]~ ~&>lH +}Q)=3bBDh,g򟲠ja 1ᴞ&6_haY + ~/*ILV uA¦z=-mմo`a _GXA p"{ 'hNഹk@{DgMױ/CtɧW[ZF +T0fP9PAA}waކ6mt+my0>AjAUaAo X^QBd{RiЬv]檿"(j3 +s#Wc ~ԜًF}Q!t$)ѣ<جr7O8\'j\Td[46c.x5WAl?6A2! +o4U(~-~_ªPXPqOA˻wg^Rn; 4{C Y}˦h<8V7=oK0a0 LAQy J}=-&$gwAK$ɂߪLR'VH&$KZ!KU<&KNebBr!8/ + +#M)rVT(q.;Gi ++f!ǝRR]5- +8$hKƒzǰ'P0TZboPûy8kAl}HS<="cޞ YiVG!>sJݷ 甐=ar>zz]AR Xw C'T ͧ˸F_!z#ǁ\CVxP}ޞ/z2j;W? +d(+k|_ʃv?/qۦoʽ=w}ޛf4[aj )8vZigxN~g32 7xPя',.dVAꃪehh„ZTM0=ޱ<=8qկRڞ >zMN,ɵwɇ k4-+zᴪ%ƀ3+_.`\Y7L]0g|5Łc=)34<5ߒcȃ}p6y4uZhmLK;] ~ޞ? +s#Dدq&DMb J_VpkNcw]]FPl +d΢ Z;CnSnK%* 5Ă\yOʃ֤ wPyʒt=C&t;G,2.x'OsdnrmP}`at>6ϘAU?4ȗ)#><`Y*Bo26ĬJ/?i|˗'Qc=zG[3%, +mUAMRtmИ , 2̋>{Z yP}Z mFɄ^QT>n7/m.FhH?ϕ;'5MhʄUNxƚ [is92?v-bJ12S<5; zU%GcLXtC1΄NXP0/}'+sꊙ CK&!O`!c>gubisl_ƚ .}[ ȈK +.L=Y/ԙ ~;˲rL}ie| *e70iN4- y\zg u9pPٰʜ)&&>BvH^Dvs4kx;gLˍi *f}pZЀ_U2Tf*6c^QcsgdIyZ|ROcyUkKcHdDʃĞ3-p{̳>o :΢PLw%s &8MU\n[|'jd eݽ6̙` 7y3| +dfB ă<'PKs&,M#,Aٓ\4*- +AB?t_)sΝ{YU yߠC*-߀6hf\kV>k6; muBwZ0_y?*:b.s~޷e˜o{}_v]Nߑ"ͽZ!sf euʜ>>" i,Xe_thCS/~~0 o1^.W}qדs  ?Zx.3ݴ4B)}z&}w^cU8Ozc 3:n_FkؾMWLhwlfS-Yr]5l_j}.#fҬe@؜^4At-PYoo+yK__묈P 他%ȁǂ@}ِ\ʔQ(tI:!0<΂|_zfĄ, jfa*V,si~?c/4 oz)\9)yW9Yk,<{ LY1ʖڜObyʂY-] z Gr JL: |Р>W3!,ѳmʶ;3fiΨɽTT&4.;5N(s +siwl͔ tfg?g/8݁)*<>|; 9,hEAOS6Y't>E+δ 0Bdr"c0BdT&.Tߨ1Xڜ;_ɃʄƅAhL{p:5CF~Q }F'k2w8 TsZc&}ʏbJLە-slt2z/Ȋ-K OJfTqAzF gq6x~{'FʾmR'ܶ{}pw_Yb/^#^4~lh} ߒg:p7(P V b㾱*n7Oֵ<(\r`TmxC+^yy˽wъ#-B +yW^ϵ9w~Q{wx/'n3 +mbʳf9J&D=njwflcg=f [L8T<>5/$skqdh ~Wvھ5qk_{Ey^2!5§( /< v|(2UOLlAa*kp!X/q/dX PfL&B%.V[ϭ/:!eLǪt {)>0wM~83.5.4+MRO}wy=…-ks2R]5FLXJi,knV[,Hggų~Zn' s:ENp}}Rӥ~K,g,(YY2΂gtAzo92Ar }'|F=QKdB5?5Bi޳< iprDxFя,(Qn=gB3hU/2/ 3WٛOжm~}6z^C76>èӖzrf°Z3͊<4bV8q2o0ΓP,'|}-_~L둫a2{(YyKb]y89k6t͐\VeNL46PeƲFE#wTٰU1UhuƄD33FzJgڌ]0xY2Id`xEt'ű GXVwp(l4C`Blcq؏s&ȃ zѬ0 x!3C9nwg,US +#Yo$  bCydAꂬœ)|uY2H|w'Y=y`=6s,A/O̜OՏSZ rKkw=}Ȫ *l*Ɖ>4DeGxS +_LBapeWړ +KA XGm}iWY'o ZF o9 +4>^‚vEHQ}W;Jg <%g>XW: w=&oxpe{ -@A~oT{xh=kك?VFqn`A!8!ܶUܶƄ#t9<}Mp[va 4B=yV WeISh-ï k-_h +-檖VXm?n +^h}!6c÷e(ϴC ? εojogWŎ|~R,9ωלМ cLZXjW`;@Y1 /yCzt~̂4×Mb2 >d1}x0BhZ20r3 %쉧\#0{3f^K4mUL̃S<0|Y24qCɃ FA 3'~ }C{IL?"R:b?X +O4&kLVLHP)/"󲰡i! SfjiWh:!K5jO2jmkHTfC6|ِZMD^P+(@[smĝ6gK`ɲlQżAWrNѹ?#4Ϩ31 4kz+g { ɂ1@<<|gы2tmP*~*ƵIoĹux^] OT׬q>S2` +Ojbj'p- -PY0ރk5=3e;~\BcAd4xP/jѼ E3;;'lJ/i hֿ4BxF#WM\`BA|SyP0s 3V8P`A %_fIdJ紙ĢQ>$/S8 n_Z;fc5#&42qڷu@@r~Xڹu}e)2W|Gs[}o󴆶c&ʁC Z_A[ :2Bg!\ Q+c}@s'-Q# +ѧJyPg#Ϙo \QcN}Ɣe e 8eteL5S42k:o<%܇l`?6g@rGɅ{Tj1!|Yń>|oir1Yp4UXVU\LF,8p |'lc7U3ƜhdkɅʂV=;ֿ6xИgԫNHY/7P~`Rֿf }|:LN[ܗ?z@~C Yռ8(j/g# `@-I ǴjLfA +VJHY8P1fh: T#V`fsZ??oo^ăCӏ=`"g%#-gTƃE܈|Hf` yƥ +rx–#lۭΉ8 }fK AJ2Hruz>3sV!YOy/oscSXb?͌ 3y;xs,39}9YP{ zi,Qˎ1^cȃdBj4.9d0:UV/;^>E3MYƃ/8<(2K=?YJ +h_gTej7n|x2"<<7+wHV^3*}΂ʄ:x6;? jٿQWfwsOfO [fۦ;y2;4]<%6YY2>p[V%M0$Ulq!yj+ffBj`1.(CmnH#74رA_; (Ӗ.H˚ 80W?A@>2!f+뵊[fֽ:joڵyu`28qc}\@r*aO~!k1j-=W;j:d# 3 `#:obpS F}plۅgV G6L=U2,!/ Gz>fmy?gd6F ~̉3( K3!1Q{+|A ;Ɩ3ֹz ,< L 2f/LC*g O%f}U^ B +o Vad„Ef2БXs Ny:K2`l zE&, x,ώc2K0< ,MUް?[W12Gy\2Ƅ`A!ZϞG?\-ȃ2\<8Zϖyy+i=t`#p c+ZfgfD&|0ыi#g +}99Ac/Lm *ZҹQ wc=}͝O-gQ wy2`ȒY;?8]/ +d yr]V&T@LZ :!YJP/ȄC5;OGk K)U0U7T-.wߥFj1J4BZޚa.4[+y9X}c~Pk^k kȄYd6ˬǏ} CO=RCG0!O" fS#|G3^:"yJ.'o趪 J`sΟOsuv$sf)^QL,/y}& w糚ySe>H+tB`36_w^:$I~ 9 lBLC3<^>~Q &hO[` 2h+Hdn$^{ 3 9>U˴Zq C%G_;Ac?2k;oռ(cyrFɃ. g;3ޗ{|L,LhuGLΒ!N =^4oc CM󅲠Wł-LELlxd6\N疛˒ϱ o}SgD A3\uQ [};~郜9C^Y' .LHi@g.e@Ɂʃc`=M[;2Cߟz@s6L60MЙfM\m}7o~eW8\hC{ 9"74q~:p2eo!sH3eߧjؼek:w>4_DuA`߶Axv),躯zDlDa{fTcCoOh6Ϣ8w|?pnX xp~>h=nN5oكx՜W>Sc 64A؊R}m[NdBn"{%Ƕjj6}IoU۶~ETޟ,m}t@\C!y^E#N~Jc'B [٠9#&* \_1x^QcBPvg>~w(3zQ8o p?֡}:obWT/ɄB +5S9X y|<:ƓȄ,~ndh̠&8+:/gqxe]p,GdzY#'噌A3+hf<Ih2O^F!۠FxK=>WtB0OI6 vNƒ8Z.ق6ϯpzoDr:cmYS ^ ,,s??WVzxCuf}D 6?!,3G4D9AxE>A?hLΪ.44 <"0V.0``9'[s'l]uB̥>(Lki{CE.`KǫF2"YK ɅcC`RRʄh<[Pk3EE4>"Fw>BFwWU4A4l~mlNLQƅ[c=_3 3Wmot&#}l1!. &,Z=7o)i1 ϝAa{ +U3 cBg^fsF>KCәX `fF6}b#3M  {^,36cPzuּ'jU` ך|y=oQ^ʲe7xE; XSXfMAbר9ث +^DpzȪysS6}[;L{D#/3D +}MdwGԞ~YY?44T`o& uDem/.4WΟ̋W: XyCVX، 3A=~GLŃO{?(~?nj OgN b!yPXвd6_/m63#JU +'Zϟ޷Crvq3[3e v9pמWj1c+pLS_gK?c cvKΖ,nόL{yd̅~>&$\*l32Us"Ş@cֵXń8p\ќ#信Y9^{f =|y>=x2GC'80-sWVL cF5Bz>jkVr6/RGWBb)mpiЭ?74v2q YfD4/`S\ZK:~9JO{5KF90fJ>ȼ7*:X^F^Bczc+{ef6ѱǰgU 91kMيDU|q,}^ʄ)2i 'Cay\zMoϧO?PGXt'8Ppohݿ `Nqfzad˔!M&@ogz&ف'Y>uV5FX}7z!s VY33c"=dB~Ҿ5vy V3uC]N*%:`s`m^QeAro|j`:e!gGa}ֵZ#q)Rw2I}^Ia0 k>g% ȮzZ|ESD lj %劙q1냅?>\X>X|uvҏZ郅+ +D goxwŃ%^Qj3H3`{J]/T{Jm_X|J9q |7TcٹϿ}tۏ/ o5dM=Z5Z55*,<]^Y1afCBh _yE]T$ˍq!Y,MNYŅ؏5#X:ːV B8x C/,X:0`7L2c<+ ֜}|jƽa#kfV-r wpç +o93CkX#RsD[%V 3eyFG#{u߷`Y3Ci.H6! R2&,~]gփzz7- \U+wY4O(3'97{3S٨"SEfϻfeY-Q;'̆ Y*k#٨ f2OVD1 BÕLQ7,<1dz`fLD|9Cm@ك}T)d%߸&73™w=јw^xxИ3FeEh>S=Lo$f^*Sϗ/g|y:2􆆶Yj5}ZFNlU 3Ț` .Q/+DA{:d56@mPf4|)#bi,"29R-g2kدU;&eɀk:_6eJ#N(P,s*=Oxksf2,w͸7hߝ̆ػk'tگ +[18_A27! . ;3at6zKc̸aMYCM jބ<<ơٞ,IYsгkxE=!O!;!2WρE+ۺGﹻ{xmbGp'` e$so;](M_Gwp .p60&t.4lͮ9ѣ)O7QӡuуwOY+JH5t@j:GBC9PYP;>QΎ4-Y#dG9gx*awH0mm,~Qpq ,-4%30kOL 0![>Q5}PcpnJݷYW7 ,(J'df, 8ì!>|"P9b@lCKOpL#lhּb] 1!XĻe[Ɂd8 ޴د[Alo284P4ɀ` /.8wE2ΣW.| M7kLL(yLBѿ.ϻѢghcںF8ofi Rg+sL9}@%~H 20ϝ:Q駒3j}΃#NhZC;zhGؽKE>G&8x 4Y̳)AҊFg>sU93(m#/@[xݺ:/eOѹ^T¢u1uBc!Qh٣Ҫ}5Urik:{Z5;WƢ'td@,>/A"#Ƹ-7ƟKPu(>)c:u;Zx9A 9!ذ=n5aZ+JyLP 셕YT/V*K6T}C<}xеAꃑ +ذf-p =__ͯńjL2t^|ȁS/g(S&Z8P68_0g卺_4]GZ`f Hܚ <64bŨfZjr ozs^Mp _( R } Rm)I.h0{|^1-7خƞMɆLfTN\kD08y(׬O2$t3{rd_roGDoе5{FƒB_3fOLꁬR{-է JO` 4A5B_Y9W4<<.#{`>Vņ^Y% Z/s &h{vvnLYûk}P{]Dt}fU`f쵸yuyQ4D']WU#sLȹ6Q53o`a]V_pOuA{8k^9Ļrc2WG?W+&3|S>EE_`h^1=D>0fwY)Eqşt7|qozЪLKw/C)܃|W4gF%2o"_\7ij|`@C@rypQ4cgPgW٢V%0WxmItE/Vh3/j`yKgNxx]@2m^QΛ z?Xmd6|w-JOs&~-%w=V Xi,3ٱ<xtģq+}/fI ^~5m-!0^?ҙJF" c4X5Aཟ9vE^ܸpݸ^+٣6u 荑?9&upFa?E&PBVnu52b5D%= +ii5'Q6SI>uW1INaA{?I'fJЧ vOY,(XGo, ?$8/E!kR-$5{輤I01 -g磣M,`Dl?4k+J4l 5B@e&OK_#~V1ൽ_ ;| $_Oy0lQc>g<>#c=:7r!z + '7Zxf5wNaA+]8_t 's&8V3& OѵuUFMcY"WtC076p?ă 7Xpac)Y i,+>h7n{cd |L,X V(0f挗[u"^㕘0{7UIX=3j֜AOy>i,Rw$=/v4|bꁓ80$- Uo>S:6ۺgFo^ 2sO#uFY#5y]v-?3K3urNBzR[Zz!׵1"zUj442g,y7bAg*&bÜ)ymEEߤv`rF>[ԗ<7s iYAeCw9c!RO\ #'5c,}t{S }߫BhdØKQ7(΋Ʌ̚\ +GCjs0wf80 ]g =8hskթvLs!Dg^@XD 4VubJق΂y˙,-sO9Դ-eLO#A6hQ ܋898V3؍|:P9>PϓHx'ޣȕA+x9gP|̎^C}O4C:.k6kLh̘@(AǐNj=|364mbsZ xw|:f&ؚ`? GW\\,x$jߠ1OQg><3|Y/q-*53-CɃ΃`*ר3\X]w{ȳ I5+,^ɇZc>ޤVs [s4±=JgwbDaBjFW}n`Aw;hQ/z&,Zեd^߬ЎA?)%R RcRGviC"؃h.!P9.U4F=.4W^P27rW#JVӳ^;gAn1q^y;0rZ7\B\tێ~dA\YYkLKkrþ/y? ?38ILp!uBf`R#΃Ə +礞꽲KyPF+MQ{U3CZXy;@ x.sT9CŠڠq T!v 6h^sGȓZ!E ZI?^Qh07$+Jm^R4LX'P'f[<|/bo +߭%]U} +r=0J2ߐ7z34֛T`8WX_)N{E E5dB 3+G:z=垶!--Qxpl F)醸6±يd}3['\ﯚ-UU~?0_R5(ҟəʆy#,IC2UOfڔ}j EoM=̕a 4B!oO +92VeμrX=l,Q1蚠 5;4؏ٜ=21ʹN5@U!t~cIUh|sἮ%*G7iBe 9⹂}_τ+)zEwyh,EopwY2^Umk#x7 ** ^:lxD%~80oS t|9w 5WsRI.?7[,g>C/:FCq{汑T9+ϲZahRWz Is =Ly7gD'R萇 9OqyՒ>ro n}wHtvs!vzy;e&2,'Ȅ:7Cro@!x̕A( QY([)RװD/3lX݁6}]|B+_(gaٜ +p%4G+ ,|]ҴB2;,ațq\K{놕?!2lS8Koj~g?͉yr g@?Tg sjfx~k׌919yzm}yΆ7H(yF@v-:_#V!wƳƒY? h9ㆾM0bBkeh2'g,;\le>9zc5\gs#ǓAZ3(7{]k}t`h~%~湄#.C"Lzwh=E\8=FDf4&t\\nqk3j\ N{GMլi-}{V}ߞ_mQ:]aӸPѪ~t.#|I p9ph/*2B8ܧZLT}kYNJYUdɩEY7$r@/bjbT=4P|: I7^S9r*@`GH79ߴ@{ޅp?:G{%3Rg=K4ў=C/+d2Oz)'U}-͑xʂʄ@}No,̆O  +V8Rj'ҋ!z1|92a/|ŃC:! IVrD/sY9&Zxp0^V0Sヘ_e3Q'CpaATdNRSsvk\X'O/l4„d)`hy_0sX_t*Ps]U%۔U|l q {)O>ƹJX+:쥣/T3cکQDϲy &(cZ;teFɃ̅E, /7+d/d6A%Qv1s],%9z;x zkQ {1y܆GPyŹ-+HV`SK.ϡԊ'F3/Y#Y3BcË书A6H<.F`2SfQ˓aq4BA,^Q X<=dB:F -{0fV][MA*#BWLdzg),84#܊i|3ߑb_L E2x>;#rjﱲG\[қ=(15ݪfά7f]p68[jV5K`p΀oxH+=0{=d}LOe'}w, T~+͹3g9hf稏V_V }J7P-dA[ X98e<0wy3a}΂AΚ0Ϛ  CHmKw,Hx5.(<~Yp#&mwŮVV u}Gx8i,7ir56|_ ϛgd#Ɂ//j&y>=wDgŲ|KlC1KcGjSF~El1h{b;3τ~Y`sP\wSo%-x{91*!sEߥ=sQ$=_T6Y`BկZI6*tR--d̃+Ȉ/ft&kA_0hGWJbь? =bAzE1`'Y2?,^X!fBk$\3 s:NSF +3gȃ*H8ϳZuo:>ɇQ-P3e%gol-NjA=?Y1[Ad! 3Q|C<*\8ǃ1o"lk,8z jiF 4_łۏ-ǎujZm`>}?Vd5nYŃ#ʂQϷp#~/: +1 |19U遇t%+~~⾲e{)c 'Z97/G]1hlxO[=Ry~" rf gYcsshK+Ly2UShhI FُsM=c4# oOWYY+ Rgŗju\0!fz !04.` ]=ʘ):!Ѓ}sЯx w^}W|A=׭vkV;nٿfl +/i -s`BgB͙1}RP۽*ac[|3|yٸYRW*L&}P! !JB' dL2L0!.jjY$N1L1  #μ{~{tl~x9{Zs~+o7'x_omwz|S."4x : j|oPLH}0;`N xCmN1;xۺ'wXw43<AJjociK]bMpF<[v [j\2'ʀ>L}9r]L()y30u@腍BŃ<ا!qͱLfZnK˂MvL_|ZHkkn2w=g>soڠv>=]CBc^pN2nKaPABW/6DLW_Ρ6H~&: BfOYPGbb'=:[aGg?ρϐ T' vGyhLCjWo|_!gTAM,Qf0磷>`A6ƒɂʪ n{dnUD&o,xۆ徠x,xpŮ&rDʒqL7]~Vlݪ~~Jj΂~R qǍ;N[v? +3qi 4:x:ł1}{w2 {<ݣ:Lt}j𐢟݄eX|o} M>+z>[GӪqլUyڞ%#Cz?/ˉo+0z~nftX' Cd>Ց1N(7Tȴ`P Gz"Wt[8]o^ݯ"[#D̦Tohqm)d +u?7i#8mp! Ny\<˂K<p oE+=n[Fp8WS #ρˀȀ~O8uy}aBBdz\w.m5pm&΃mJph˄ۈ=}}_?CнޡWio6|+G\=Nk\cȑBEkoh\=acMv+}3F7Py  f/!G~B C0![?Uw &dn +>3z?]wg^Q.|_,9eȇ B;{`¢*kZa/*~s#g(#TR!8iO6\dl =1nyMUI#\4?ؓ`cp9Pa&+Ww}0x0; o #?1+x |/dR,<8Ƀ۫6( n{ඳKO xnz2sdOe̍Y. џ<1<^Ntmq XrV];| f 'kܶoo~̀P+ֻ'4@c}Ȅ\o: 8p缆{ + _h 0~ (M!Z? X ߙΨrZa<\¬S]>ߑmrK,Z`'|NG 4O(Y!Ddf#˿{`C}޳+^ L -+yF8ɂ4hU~PsϮ裍k?oN(ny-5 _{˅OL\˂WvYlmנ^u໓=$EW`~Oܷ<W[L]bECOSdEyk-zpT:+sbaaBώGPgAi@zCJa ..7:jڊp +r‚K}kS[w23r+m:Lgˀww}mȑ C78+ɋ+J+zncZ0; g G4?c4yLuef0ySY3CGxmu\.Cv+IjbG;7z|>n iC7hX3 ⴓ k^ѾqNj+;bCvQyKe?dN`?˝B.͗Ʉ7mژE ]7h`ݯNԐ q\uu`5MwR'D)QW7"ChoIʁ&^Sy04=djO9Mx…& <*:K z /!ޣXP< +mF^=3Us|8}H3/] 2@(ڝF(PLܓy`uIpM/9vPtl'Gj1>x.&50lJaA cs2T`z<)HFu&sϱ|NY0z ,Y1W񳚇:|́I#k_ޏ:Zn1 ׈x46 f S^P߈Tz}_#mD {yP~Q_N;OgY>"?FX 1랐Pq`gO,.t\5&\Ĉ:䬖VN"[khdZ7//ݻ8p bsVvLxo =2#by/ܖ!8KlHP>G>8l=T.t7,<~|m`Im]v2}BvA{mͨR~ΎvL?İh 4=x}?k\G?j;::vz,Z}v0:+*&F~Bd̰V_to`pd?v]Y4j =6A NNXN~Y_Q S_"{=93sf&D:na8LG O ?R?ⲴEǁAB{H(gfu*y'׌j[N Tx9Pٍَ͞ t`AP_4-F{ ?qwM2+5y +Av7y OCOu|&N|9<NYX&gxϳbyNDg[:xޠ }wF^+'jcP`ꆦ->.#*}~Qw0ƒO~0O`A_^u2za]2~<(vJOΠ<`ӞcOPי ˈ--,VbVNV#-4޾<2ߒrd8e^hdX>q?1a%F()N7 TY3 ߹guҖ}pXav2<#XP<31]uq^8lW Kf"{(D'F;Ʉb?;O8 7V>OO/lE\.Bv(*yN%]c]=d E:4/'wgL:"#&N|f^e 9:4!%̟kЛw8˴( + &ظN Yۻ|^?h}w}sËW= NGrpLuA'jOӵ>?N鱾\_sl<hLiWk= *T$ӕ@ >۸MGL!ψ>i7È&:BG4&Odg<#еz}#S뙟k/&أrR3N5xuF^<O:z0ŃƔ3bqp5vq3gZ}}x..B кtkC…ѯ^DM/c'_9ۘ)sSV(~^! &`0S;_B.1腅Ɍg{ "F:tz +ʄȴ dE ^$<弎u$>,SC'\Pn:`3??;o@i}ǐ 7:u~%ȉcTz/&!!SLWFCꗷ`Zow2_06:<,?܇}N X|%Mq]a ;8Gl8HIu]rzE1/gk;yyo{Fm4k|/3Z4‰sj=ezY < BWtbCT` NRjZG#),o!2}}5WYzv #æv7C$iZ,'UCDŽʊq&lyPٞCL/@qLU;By1ǧ\Ͼt-P&}/yP,MTv.3i +2V~dx ukP:!M'DMDJk*5Y _;'"S/Vx {/zΪ;^]9\H6_W-ܷfh~rc;~\8%Ʉ)Nx;ȗȘ!kNȎBh)ۡ!:0: qjȨV.7u9-q`/jdF| ~AFNd~5 Y.(?C֝ww7yqCrb0 :8|t0' ]ؽTfguNުvqQq Y֊{ny>!PԮ^tk0d MC]7|jMK]SlY4W~h$[|- '= XM>jqfj.o[[yo #xE>= ӊWԟ}q^s0jIŀ P8S ;E˛菫W`?0Ԯ _8/qHMqOe? +o%zn! +c?/vV0 :q$oc8CWgghF]/t@^GCV?T{1}y׊7ra30<bRLDOl樧#uBulH3l1c `L7SBtͺO79]lP|3ӥ5l2QGzqYy9Зos&ߖаkdا H\vSkn/|e8_ W>fh4ƒ#DX{wdppۋj' B`Ć&J8㗸;8qϒ'̎iuA4ćKխ̜'4uaqq1o,-~ʁX{hx>h(VL=S&r>&qq]dRv#feyY1nGIwG+&L%+3aԑN`uwtx{i5Vck9&qh㏗C4q0aW3TUdf邮 syKC|pCQ胜sGAzՃ{^BzH@+.!?>zz> >Xoz S[ nm2!}J'}+ +t"NB̠ -Fۉq#؁9&͑,xOYxŚeGć;X؃DO0^OG w&~<{sj#wbx1<aFF| N cgņa]6ջ~,سs_sy'unR&â1>p;0;*/{q9={Zra^J82gT5C{ {ZX0sevvc_pkhgmpj}t"OA2!zOfɀ7tm~5'ăG#-ņ+ŋkA[n;GfoOo V,&8D`<]A_d:i~hY0gmH&4);\ ԬxX&bN VǒZaG1;.嶶~˶l;|Bsgog/:rā2,ݑ:{x5GϣI};MLfK{`~6䎢tƦF[h`W݄ V^a~'~Q:S=3A1mϫLX8BٯA1}~%1E6O;T#>$7*n )8RZgfZ1J?s6 P|rˆ.׻#`8p` 77L#y2e\7lyNtP3 +݉Ih2xc˅+c}?}zzFR˓W3f8x3'6jG\?(ǹxP'6:vȜd|T|3N!Βqq|ˀq\YU[!;a\ /-Nuo)pי?s-<8YyPOj8/hyLcIb<ݰg(= E:'t,h^yjaM^E 'qpO8->P!`r>6K(tɿc=92y4Rq~^za`|s(';OYރrE92/ZɃAyF퓕˰0f̕9|Ϳ0a'.yo-ZWPљϩ{`AjȕA'a9 IEKNyHRWSWq;hE -<?j-oFsb8./S'KR o"roV߱|f&2Y' 9>K|N̖|r^/~prU7mbv3]]_>u3D?}6cOy.{^)?Bń/I?z xӧF<8}[-dssq;\o~kẓo`࿓^\B[}0<3 3U߮1ZrgP95z&{-T,".\]yy*}7=}T˅ΐ #=c&?.`\CaǂN!|hG:lo̶V$Fv* yP٢fX<Ƀ  8o]!󋻸?x }Gjs|0ݵGbOa2S#L(1Ƕ^>IdKG{uZH3$PȽFnߤ9#[j ?FhNj>Gc/v,g(Xu.B4OF+I, w!'BCDB5KB JӇ7R+;E\6&DwCR^A };ٜan+x0tIOcN&>đ?A ~d*jLV/L5jf/U>yd7KyCFuTZ^|Vw,gyE]k +;85 _>8eFXo&?ypzo[;ٰ kzQUO2vC;q#ƲL.^CrAe gn`D'{ʃ蟸~w-wpk,pa B}>P"WAjG: &CJuy#t'*Ǡg }oS +=:"~ 98bw܇ R)ncr0||́?MR0|qUD+rYu\&ɋ<ٰܗPz#< A08*af*̧@3uVf4BVgzNu~n/j,́`~>VO^SgH?ö,O7zatWe"p>V/%K0:;#.QNP}GYxG<xDv}#z7{e7_N&d .Ϭ{W|xp䪿']>~Ur + n ̎r~s۟5>N;g5\Lǎ 8F]CB+}5Gp966)(|IحQ~velod?F*^_>7$w_1dCvopܗ#%n˒a&.!G =ocޑ|E|o/*D O, ypr/&7 }\xjw,p^Qfg13„'2l|ǎ1_)wl{4]z\R;}K~#,J#x+j ^f! xBOCS74&n!'*2Ƨ0 XE}y7}&T:-Rt>&4.thi'jLm1t6#TFLA1۶)]pj;} طq>ea9׎'e-'݃AJ }/Q<($bO]~~15@y0xpg0w 7̜)s_]{uOӢ+2F]Bܼ>2P+[>5_֋|S%Gѻ)<|I akqG l- /[$r/R4<x=D}{;`AoYbwp_' Nny`bsa2`ɍ2_LO,ra J#ԩΏ;VLJKƌ+8rǣs2\ vVA Xp)Ă࿑18/Yq1zaf8b|>-FlG|=CBznt3{yJ:fߟ|уgIE_ 3x'g;Zvv`١#:9ɝGL.i9{?Ѡ~qb2=hGx{JR#guoT{w}uM=뷓 ovu_ ]C@eB^Uoo YдBu&DWEtfH6,l,ӽSCpJ}ăb4Á㨛f; W^PL"&vARxds )|2̓.C)S + S*4TG݅Q`gX5&5Rw:G4{x+iY1id>q8]?l'{L}" |7Re(&uB~u*zf% Tco\`Awy2'v`bo' +:y)ɃV5/ +}PQExYm[V\K,\Y |Ł`cͪꀫ́<.<{p|p)G49rnh~?JLa^x3#O_9LO) z`f/y>i<-HCs0d^Y6b Lx9CefM!QMVj(Ac7_mA;l}^[dǽwG`?ڛ3cf4yV.,~Qh̒>zu/ +>x5_o^C7+R#D28r#WK%YpC|FM0YL.ly00̟R+).C+lRA2!CI=&i6Ƽ.rDu b'ٗ=]C<G`2`_[M?(4AϙZ~SH+t 0f"tBQSpwp[+S<8%}]`A/*m^QS.sFOψ'x'3=o}2a`U,#.ByPkl#LG>׳WlWߑSCo'LH;\3!<(#%9=~4&9Jt0)ܢ Qω^Âs.h,L~OeN{ ̌fτvt{]/w^q?Y"K瑥ɉ8b\ǜ%?NڛFgEi:Egdew}"Kؓךy\to$X{$4B1/*(E1? rw03:u "CF>.NG\mn;poYp"ߘ=b5(%5` =?Ի 9 9ՎEs?p:v[mPL\85dBxKx>[ pM9{:ƄU!ka΁3;yL(1W> vzOXP<(;|ÅOc䉖fv|yaAvU!v n ;T]0WƴWveh]E'{1 +,{f`ĄGo棚G=62|]'O|Lkj S/Yw]])_Wr7e"wĻ(dzpa'Ri#E:v:z`)=ٷ`gp2Qhaߩ8}- yZf]"}4n˥~j  *G͒ɶiFO<]9zSZݣ6,]T]EL=}V!g4rE%<ƒ?a<k?YmN;ٙoI$bErޚaEpbXp^עt0g ;%cy.V cz&uOwtB':g*{&A4, +]nLǃ~v\7M]Fc=>>uJ& {>S]J :;\hޛy>Dz<\䑚VX~.S (<ȼQA_6?CWiѲ̐=7'#2gE#Dĝ?spu7>BxFoG.{!x-3jLp$K&XlhQNn8e0I] Z3'ƃ czaaƓT[oZXUɂYao^[t\Xt+WƲD uvGA.1yMg^ _|J\(js:6Fztb\6yi"FSY&jm4xw+GC05Phzݽ>)΍#3쑀~[Ƀ/|鯐R!,2!,6dDٍ^H;}0wsy0w^|۠![2͜2|`j3x~΄̛Nó_<S5&dMd<=[똚ѥOG~S;ʎP,=9C ;zku/p|Fhsz?t+vz霹gy/Ùf4ՖGۚT>0;>'c9ʓYQ~_#O  O{ӟ@^~6sƏ-=qbÄ#?w:i}' żackn 96VW e9p9VbR2|[GX|wx!/Z-K\09hy}mP.G}oyV7wY8B~ v _lG·Cr[-`0"Q ̤tŸ&:91sctу طLB>_V̤wd:a2imlyе¶۽eA}9I4]=d[ץgL,eŸgv8‰(tΞx75}Nxvx'ꏛ6vo0yX0yP,<B';G(& +S~f"[!3Fx'o-^&#RC,ZgvmW#~{;l [}?ߥ|;zk)8Rz2|H/umn_'O5`;cex6=Z<4}нumxPyF ExFφ]=dR', {5_x7.w"Ġ/uO~dp5\+><G}% :-t&~,bjL}l Suod<8F1?A2K/Eƨ^,}<ʃ@NoyXpfOW]pOq;xzOJ&%<~tNՖ{,"#[N[pܷ Hq!p"Kasbz(`;[>Ҿą}Be{Ɋb {>&H-FJc*P,h>O&z>k oV],ςbp +=G^rgx̸Y7cÃ4=L`¶7B<]@jNBXcAuNЧ+>;r6ejOW[wFeೢ72a~PKBj4,Lgw?ju:,(}ef+2/ufo`Ar]1F8mvSn3 i'0P:n5ǂ ɑxȥj:q + 'sSU.`3 C£٧kx$m7'\^\q᭜rj3ޚMdg-39.[E[(Vw_P;|(UDbfڮ_v.»)N>L__. ˇkv2  &=7}P}O\;x ;>z tB0w0oOKekW|f&< dBh#D֨mRv٣e ɀ"kw'% 'OvZ"w{Aq`с_+=<̙>W~|HNk]T.90Xܮ<6gSLSZa!eNiywzta #'=; +(7xZ~pvtk@1t;$)3vϐI˝m!{r^e_ӥ߹Vj>G rt,_=JԴSA2BGxtŽh,H/F<vM6Pu3E ̜`zDK~! "?`˂1\w<|ز< 6 +ylWU-ؠ *HDzAEiDAA}}^[mO{CH$@ I}Z}oX5׬vթYUvڻ1>t5{w&߶4#7Oxc-0!=ӑ-WևfutC:Hg:>=IN>d]k;:D{H[{o6tZPw|Ntg{n.g⮙wO kF:y>瞜'wOk +3{z݋*P۱omDx?+ﯼ'F 'ӟ렎dyὀ};)ugCnZ?7\[D6ޗkBq—Dw/~{+=+_-]g`qCŽk3ŽGgUu~ǿW.|ȗ.-V?Xior-Vo/ZagbMu[kX+쯊 @4-̙^bf3/.f'^Txa1;bv3E3ch.f&W*ܞjqhϯ|Kq.VY,]ѡsULbߓ5ߏq[y89o/W_ sqyQn9:A^Caq?*.br/|o1}aODS|KT>ǐdp_Wc-u{Asz>z=5\x8u]/>?M;~|n[}9ݯݹ뵢X|Eݻsx(t۳[YV6xqp6HNAԇ@t[OԇP9TҰoH hY7_/gޱƚhMz꾥w>Ϧ&r{T6IYMp:A2^;a߻}"-pl'Puy  ,Y= m2p {*@p'R*2+'r;xzOl9ge'^*~SrWȁ^`C;_V2m?ǟ+m@l{=M,7~s>֑' zv+9ُ:rf-L8L8L8ȳwОvVP~ן;v謷 +M;yFle`?>WX"PnCD&$wX^a* qs\=  FyAp ub "\0+~*aBG|YK] E^,_XX ?A]̜``=O<(^O87tgAhvŽ +a`B0%<> +۲aK/^06鑰-Hmp _llV޶,m%* +k-PXp볅Ʉq]j0!}Bx S{WM_Aiʆ##"+ x~~a0'S}} V+Lr;We4`#lg\C Y?e*[/>e8ގ宸?V=V|¶bq xF o \Kq _s\>͜ss{.:G]y?ž׉ !  1ORdXUa||,l\C}" }8̃P{dDa/Ɯ(Yf=B-|rQτI^A?yp-3?xP׉=t0!=cw|8% o>K|A r ?qzo+X^o.fwRv@0󋙑*YR.Lx P|Bxȝ";{`OdT#}dLcxȔz%J;z+uK~# b֓09ܧ!%* 6AdE%/LHL|,E^_'$j9.2r=Ea8}Xp7Iސ(=qDϛZNRnC|49љ @f,mrjY#gٜ>]d7F/{ֻm^{|u?koix2GZ / /ه^ea@x!,Y $?X晟CVЇ?\Lmj pzS)a|T15)Wm1u}Ky~2zcg/ĶgTٯW O-ߞFqOyȅ&p!E6$JQsV4RfFq!=>[GBLix)^HyN2w/OI]4H|Q˅ xбa̝D 'Ã5܅CRSʄwd@˂œחx۲z$$ } !YL%C7 Ja`AQ,\x $;ِy܆?=!A+Z,fJ15xnexG7Py0ra +# l' r_"Ȃ)z8="9yȄj}`ɇ yj B'd$YgF78E=1 +G~&湐^H#;s5#AF=&~^Jv^aO m0x~ HXyBQoʱMq3~:G|[ÏUàO5OiyZ|Fr[Gi͟x}ʈ яʍ̄ښHa0H"{Fgd`}szțCs}r]5Z3<(7X]?7?BȉFN80 ;eOdENop xP;jeΫZ0f/7y,%|,; +cc3џcBFMz؞2ȝ +2KVB{>Y&D"V Q#1VS_ChyPϱ`7hk {<(`A|F{NPzLx˗Gn9+s^3! ,Ѳ?T,~_kX_ e1w3gb7g9f5%Amh0!r GQ~!Z&2Ȩa[ٯO~ީ3~cW6n׶Kw}+w$'ܷXn#ӕ2_ +6lag賐{ )L3_UMaF{*y&PA3i6_ۚxP9WCyIv>`ߨ&~ m^4'9WT/(<3 H0'!h{и4z>2 j\mi`)3sSɄ`cL(}Dz";z ?^$/rØ .]ƒYWwsg^LBxusZُ^`ij}ln^avQcu,i fLe_xțgdmb~qia٦YְZU36i?8rrP;&<(Lhߚr'XQ_^%d/Ș5~Ԯ_7LS!r"p%s.#=#2EɝhO+TOOk`uO,INYNp9*ɭjzD/:>:0:2i$ k j}~;^]JzYQ5,=B~uM z2#ɉnDuċ=JrІ`!3F^ևe!r״m%j{CZr:ϋwR}dA+>F0Ju/}I.G {Gcp+4Ɯ8Wŕȓw^]P!>3ʄU=Gm~I#7̱b1IȄo4gFdb^4s|.&R +Q}k9jd9q̋?2'mυ'M% j ͊Z5}f4kgOD&Dޒ㬏\)BnLv"0 z g1[̝3: gTj fv䷜hxPz~>W(R+vQa;@7l8{آgD}Ƭ?-6 paK&t|Z059R +&dM +ryM |  ySxc4df# Y޷z2ޞkd{&3B+k5qz&+r ;2 +YQř( :d^tj:x\8MѸv[:A{ jx̮mTf۰9o>p2` :!_;mu{܇srч=Iٓ&ή%GjƺoJ̏V>}\/#FdAs }ԙZ&l2aUVڬhS>TI +ZJw,&2Le_~Z;*ɂ9&Lj 3cZ!Y[ZYQˁcG?(,9K&C({ +/^\z-Q(kk<]ܹ] 78‚s;NonD{:cA?ˁsc}iنW:EaEΪPd=A<>OdSQr`{&2̇۳#?Nj< W(b<_=$91fH$k +iTrKCVO*U"~ >InRkiVUXu~x`U2cpg;iQ:4%^1'N#[S92dTk44+Rĩ+ǰ1% :QT̻ԺA? GEOp`!5VdJ{l6l;|t95yoגGπm`Ϻ:8o!>0[ {F[gȇȐ.:Xk~4W̎ڜhƒe  ρL0*2g苩OT85FO&Ysuax{U.q(,~*˃7eOV] DV4pߑ sl{ &-_1P 7΋sd~`Bz go40/ĬzA񙲖pK%o&Ο U`hṑiαw(CKRȀ'h *savV +k ]^eB,30^}Ck>ļF7$gJO1HXQ5e'*+c ( 1gzx~e)dNK +$\zg\ߗw s%=U^W+5p yަ _0>/e>U~=_›Kߒ¾k<]6:sۓ1@unP{S{aK IQޢ烦?Ԭ({̜[Ʌxg?Y>v>תs녆h¦%vKUU o=Q8y;u[%80>ei*2-P BS{h2A˄VPB;@vn=a0[fJ Iٙ\BayGgqEO&cLh=SSOi}ȻvadNlF|h>)j2eAσ su#F7{~=A q`S&,y.^6k,[GO$uw\Y~/=v2g40%2sR,=B5 +.> |C6F:s1 + Ǔc'Ȍ)=A?KW.,R_&>k(4 y 7lgbucE!E[g.DIEBKYVH0Q%sș; ET/QFz 5J~EHaFzmHI.Ws99;z|dLSS;fUcةe,0YY%ɘ5;~󮶟_5%UΉPQx\]>|w/>FO4=*NB nbzc$':7 fϫW6h=Yp#,s! zd=s,8 ke8d Y'kQzʐm6cL`zro.^2d2FqL7fY/F9UI3~^x~f`KYx._ +=#gX0+㵚lDz$c F.Lx,=F _zY;ywW;ZY#hxPr ##5^ +g&ZKß+ g#7*?2p罽?-9o-.x[YS= ȅd|z; K֋s u 9BV徨FcOZ!aACc\^/X_c-9e[ İ̦= ӷ[6:nj_WŁ^~M_޺@k; }Ȇ -z&~VUȬh2{s Lo8Ws3\X22,HOcYPVDÃU+,FG'+u m_SsJv^=@##VeE=ٌ 8_cAI` ɅɁ'l7c[_/Ȝh;LhIo(({2SFc|Bw [bn4j_}p~y%Tƒ3s(+ lYʃ&drX~'UraK&tl8-k +=CSShPܘ/lJ,->n'4Al^5?rqɦ2|i=GYS__E SAϭxFSO2~YdAɢ_k Yˤj8{}g i{'2g+ +P2 M+Zu3ʞ7%D~Q qmMA҇7 ;dT6U/0Zn}> fā=`^qߠz?}9ȁ9%E W|'3dr,dZ0wg0Z癰BՌGr={TNTd z;{{$A&lyv^;px_sQ?lە DVT'l@;3.ZԿVΙ0EF\LAˁTa^=̈́FQX%D-~8u׏+:]p?\-`CpWb6ZG,>>#Z3C2 % O0 z˄\/8cT'T">}Yr%hzrvC$稷90aWj +kʄx*<zA&SN?>[~G>roO|^vdȰ]2g*+rveORdCu_X =M}2xqsiSXI%k_;=AFr7cfϋ șܶuȃz1(`#j!CHO 6|zGȂF.]/ox !gi3O?QG <8G-AQ~`->`*gJSKn;#y=>|f^qo اub@+Izdjtdi K44'"Z43 - 76k)>BMͤ9ZUG-+1S:?=F9wטf~Ko8sj}RO&Μ`Qo2"dt=`ZqP-׎Yܼ\_ۛ&-axC+3Lha-!dEbD`-.b,kOy7|//:%V} Z_r =>&ږ k v l؆sldFmmFԘ:I_RaGoPzG ۸]Z}-j'zXOҤ /Q["Mye8lsP>'2esdT|J HZHgku+ +? 5Oy -׿0UN'X=ȯx}d}SZξy/A ~K&a:9um[k_̈́Z_9p"$ߩʁFdN0A;U%w#D- ޢ%jA|̩7Fz;A9^R;lv۬g 9s ש[CMu6j%E=(gOMy`@ UńI`X3|+!,k5V4&WUY ѓFs$c~!؈ǚ8rϜU/dGb; ixLIYPQjCj.Vslh3ʆI}͏Zɯʀ6j/^<l_ +Fڐ<1g0!kUo}}q:AF>p !cyLXVyP-wZ4CgE- zeFs>!P ,k ʼMB)bQ͋(xP0„3b銿(.xw1;T,ɟ&ba {_"l(WI4mDŽu s\XŃT=fr\X'qaB&sm_M3"ǐ}G< +zey OJ-7Vޝ:? 5^g s5Ǘ`BC@;eݠp&8 3x9 HLȂ8>^n(󡾧=F=Z&_}fm*:BJ=tc^=G/}FW)AK?W,]gRC&.<%!#2~~eY`*.\|Zc +6lDŽMlLٰ'-R2ȏr~s$}o0G w-eTm(e[RCSgRyQfZlzKƙo%fHM=9Q 4U伙}e3G #W4*<nSNr,(ytFUS]^/i03jgWDfk!o6v5֜]z|~|\eIxmF4DŽ0hL8P>VV1߷jc7?Rd8ke]|Łxn{x[:@2v 7M )n,xWAr8e{˘:BRcf)QQLnug9G/Glglc ]vY0>:B˂Mr̨`< >s-Ts=X'~ >2RXv=YzM+XsA?hΞ~y0*_IdQ2>S>Chk7)g" B1A {_%W^,|I7&SWZ2a_0vZ.˄#?q=a_. $%Z0C/~rdKY6wh}C!*# + >#ɝ+zCpd9>wwzH8 >q`!=?f@ȃҿ}moxl'Lg3~Q% Y`7"v ц}A0`5V'4_J#JTyL(|> +$(ETL8sk~+ꟕ}W^]*#hy0R8^qȡ̄1 T 'YYr^k̙O(Ʌ5e&Y1ޠ\G88_ +#_yuˏFdNTSlǂ%pm6 Zgmթj2Fb7o!f@];Uf@#^&ӹMoH.DK' +4ɒ.sٗ\Hc¤3x;޿q?tX8XmO5=assYQzIQfviA^G^ #G΋CϔDE# qr[ޠ͊J&$*y0~==Bφh./ +57ײ71=GP,>-z8.ѕkI/}`.zޠp{^%fȃfR,xvBaM<蘐k&^u0Å ?Q+ÆuxPp…uU;6"_3E0p4nc%#?|mқb*/Kj F&HnہIk~8O9/{mܶ\<ؐ|ULsGe.$\1{Ƞ趲 xq_d֫x3)́f?_900 ~= - ):q_?P9ÿvl&*{lh ٣#=f|?բ}BI - %阰IkB3PZ4ÀV7 \CDž!hҋS9j=HE`;Љ^%AZȄ}cl?fEB0J2Ojy-k&SKhINc4OS{ ?E *&c\>TfJ(&YS~l  J !GlLrk#ό|7mR{r gcV=ˠόM2t6̝X*g^bw<0;_PA"F=frfZ1a%vȄp!xW8œ_87V+T&&<3Z~[r[g^$>r!WDqpZ1;lL|cɃ̍$}3c~dB-.L~E:/Yɂ:{cv9">0WF Y?kmC 8|~x 4im5۱:8 ϾU|:}^ྍ~2_%/CV<`„1?xEؗ9R< +4,6jh fS̨b}¦*La7#l82}EA\ +yɬF`3ɂ=2=z&kDn.cߍK'VJL/Ѧc,gQEɃU!:Bv9в`Ѽ=AA'#"' JxVƒ'Ěˍz-N<%]D#:͏ :L(Qͩ[0 [pqJ.^92_c|B+ea"LV3~G + yx{g +Z6jq]?W4 z>z\摳lԄ&]oUZfdN9R Nc_x18qMy[ZjCNT/%.ȠLnf=8fD#+9$g Le1ʃXsΔ(K~X~cY;$&Lx +PE.z%\aîx1!VؓZ2!د x:\߲5 uw=uGx?|5s)ע߇'g@zc6C NMN3pʀ;Kd+K_¹T8s̍m۷&g_幃kp]ŠEg.yƒcsg9ZT8 +\g*>b;UcAru4߹5u#iXwx4'D߯`_^p ze9pOC~}d([zQdU?aCbNOxT sϴwrvFA> m yfZ12ދܜz˃g`u@E -V1ϊ&,hPEP|B͌2UH})yMB,YRk.(YFP?7p!>3#?zGBaBGeQ"}y]29uK~Z%u;^ɃM\'Lذ&RJ&̰a;WH+ڍW0nÃXg2`R}B%r[1;CE>lxq?&=vB^S70q`900o,(Ed;cVr+6\ +m}0ܦG|%J5ذ|Kr>b;^6 vy9=/~&\ gٯ }@ρ/E |_˅(PXs,lm]/\hr Y c_C9 z̈gِ=c +χ̍ql>}_zAr ~Ɂf-'C61L`B/Ȳ~5eVA{Y/7LA)hEB;":&#R-=L2=&e2SK>J # `B-Dߙ/]RfGo9_b)/S.~W̍.kti%7({,|F4Apa.M>5N~4a^!y%npa xZu…d¬g+)>T6 a5k(,oK_%hbf6. +d8f' K )%^U@olj%?Οl E^}Ɣ3b^6 κDFi=#쎗}A`}ib xkqa͇]3ҖZ[f zmn֫9l~pȀ*7gΛ``S=B!l\=eJ1/wT޹M5tdC$&lfr yy1ߩW|uPYg9>WK$u& J>\{$33PB(7AVd_[&f&sQ>g1y>y<Ȩ21G}fPWAGPyP? z[,]=Eo<~Kg4fG BAτx2a]0 1x +ٰRO̓V.0nIq!՜ Ʉ`ag|=z%^R"F_QSpڄkw㠒>7Ɇ\S͓&L3v= yx-ڳ9QZ|wÂABχ}ōyvc`.mKo_?W2`3k-{ɂ`&ĀCd*%K乤M'tQ;Þ~aaydBF6dN`Z7h̨gBfLC0QʂKop9M}T˹t_N5Vjܬٸe~p`0'!fH$3\AVYјxIV4V)=x09xz1sa;˞2yRɎr +5Q\)uǾ|0ѕ+X⃍2Yj 5Gű Y3`M&lVraM&lZ6E# .[1ZzЫ[&miz-SɄѳJPk 雁 < Fb! ,uscEo jzd*϶|^;ex|mK<9e'Mx,^o}d*oeAxA沇h/?3:e*Ȇ%y|v=UAݠr Uma^_7 Xz롉&!0!1 ч4LW#=gB*{ɠ +s03$X+$gF15u 1C4,3|IՃ Mv%h@ʂ~"A9dFY;֡~2ZAKs',{q& _P侩G9N6'}σMYVeBΟ 9 +GA/(zzaqkO/VbMe~s/b_-=3_U, '<_d=D6S0OZJ9xD#O^fKY.9̧ +jo-xZg<)*.WvKal69cRWr{i/V(|8DyXI@Ša wC\4X7ZL|ۧ + myDӚN-ێxQ+{cA࿺yj9Ȁ=: !=a +.dY<њ .4rm}L5}`Y-r1!Nt A>'؉aQ]l< VM>! fH:f~}2lmoփy,N1?o"\hVzKiv4W +Z9QCcH:Fa9֤({ffy/aE=!`.Wل20 1>ᑛvo[|rh#A'0ޗHnTP<v̅ '\ s%·/|d,v{B +lEnJI3<,Zr2yjN4x"2 9-,T‚U:>Ϻϝ*>_N(mzd.7ޠzp>05[l~mx9nx0aB}dȎc>Z].3/db}0z_Ϩ#u} J^}aL ` 5׳اEܬ:oZS__ZȆJ5S$>TߓYQy-+\<3|?A|fG2);є!s<-6+m2x=WϏ^?'~s3\N% >C~4;Y n'-gՃnY,ߋe w>_&Dntek1adú^dʅؐLXņu \H'lxa‘j&kq!oy1q`A7,$~!21# >mD/þS5X:pSQi0zʼnt˅~MW72ckR}=;3##j_YPxp :oϝ<'=dŠ:>AY0Ç7.|< 'TIKߘ=a0f57*zȄ_0aA%E0꧶GbXZwHD&2 `GLxẕaGL8p5v„&&lЪ_XŃ1fGY)yIC>CB]z$2T_xRSO_3?BdAυk02{]͌KY~6w2g*3aYP3>u[;Qn9շ:5l/k⻜|}bo7D/a>_~GTAwG}=8\HF\mf>52`W]lgZ>#,3t\38l +,6q!6a855+ϟa QGeYX(柀 ~uqK̠Rʄo,֮y1|+_V,_n3W h]&3g:L Z&6a\z* ˄N}TX+(xi57>'a8ZcrqۣS^ 5 YW\(7(-7s,N;.m&6Y׵]7m=jX=,^lgu +l6/AWxbڲ9v^ߠp=W.Dw_ˆ +ͼ _<NdŸ';[A=|ʹ{LLUͥbR!y'h(093}T \F  IORFW2|)ӿL߳)|l~zUL>\5>θlAZA4< Yզ~6ˇ9-<-6yi)7iuRGH}*S(j ~x1sw}fVL w>cȆ5Bp!27:gnB GS.fpF. Z'Cvȅ1 +z?0/eTڌ%LД{x]a6D}vl9R6X[ɾ#yl<3ޫ+eO3^-ZJ&\/U ۲a&;ZņBjy'D}ŒWH+.fuiG3HL(r9h'2^nrrq夰L%`^kq1Gg@ Qǰ}a/!>&=urⷢN\~2]] Nwa~ŀc@p_,Z&WIj 5gw:9flGdDeΛ&"x*;jޣ?h1| ә!80x܇5L8S}u,#CϞFԫ%b~.~8.?ڂ }aUQ;V6|-km^ef'FY0~>9*eLfX,}|/fVvV*ÆLhpe)Q96lɃ\0a .\/61:B %vz>ÄH|VӣU8-ʱt=lNr2,&`T>Dlnk7?,8p>iNYs\N`#:>p_7wn 1w,"2~To%8wp%p L(B[f7 ^tOfzkfs(2`=Ư5ʭI/O{1s"|" ʋ)Yϰ!ܬC'΄^.+; [1n%YeS[h=h!9Rχ" Yh42}+30\B ? 0]=p9~Gd!xPDM!ǿx`c'9RGko.VT^t?(bwz +WX Y.RšlX ǟ n/U/mA˅/Z}l=<|lHS|%>`Zq{ƅ)Lmra9=?HB#FtAQf^+:׍yoP_O/%دr_} yd= ^1Rsfs9r`$}e\lIg {$3w^3v~|‡}l|< aQ^C)}L DO'*r6a2 +m]&Goή-0C&?*zD}{Q|_(!pyG 2b{H׊j~濮/À ay"236Gᑃw0l% +fUmmy}Ž/inIY{y]U[Ⱦ{_Ole43#ǘM:pʔcF^.g~_| M}fԛ_oeg(>G{:/OjT/%.{:̽N<Q#(^Z?(}FQevL #5G([~~b\^ץ;-\?+_t; Z,BpaV0ϑ. xO8{0˃ V nraV\؊ń #i3!_S?ce%Q ksb?*!za?-eQʶiy'vZ_x,vzʮ7o|7(z~b@|_0ϲ_VXw6eFfDZ&.G1?IiM2#M)F2;Qw2A X;:B*Ȏz&<~5e~k ++L +BΤ@M!|~KM,@_?pCm=Z&$z)C8yY&~2=fO3q.yog+;['-U&b_^1s0fmbCÈxG^s$tp9l3!%a[ ~qaQ0U%ң6I}[@)r;^ 0ǣM5?Aq&}x-.7*P@F6xR;^f(0dHe'?$Oo*V>uzɈ?|Cꥁ ~CtVz0!U+O(`Ä 'DŽM WJ9&"A iXm-]m"Ypy$Yra7O#^e$rcpھ2>cBsB&=m}맚6'ͫhgSy\دļF<Q(I'\W +; gFfRrV0)\x- ‡ +2꿕L-/bik'0p3L(\Xk;&\N9.l^!Վ k1H^qa ɀ:58Ћb,ySe˻_TfIذr+0a6<L<1Q~؏j1D=6Znpa]>L^lDžUꦾ]s  ȅC0_;dSswa \UnK-ǵ[0Y[Wz^}|u80 +JCVa{*{Co}}Nj{,/# 7EokLǪ*O3lGch{0S;e(7x|VG~c&3=3 ΑoA'x2Ι^U3 S!L#=n&_=aFtjՇf7aY)]g^$lZDXSbN}+0;!4ON]W^3#.+er%l +?wp̤Ox&a5X]72&Z9u*nv{|؊ +Gy_(ϱ({99f?*;V\h pEҼUfOLy^_n&c*0ǕodK2ݎs4yIzJ/s(P. )6 +z^|/&YSǓM… _wgzc˜ fF#d64HfP^31o+#"!\'~{qӧѠßL 7D_Rp\\b+V.m3\=3^ZM>YԎEk3a W'\T+>a + +ÚAv˅ƒHlX =# +k.t|M GA=C˪>b_Ftu{SkoXVuv|=`|mG7׍ُ7Ho Hkǀq]92a+챟>̗ *֑͑f04s\x𿧕"`/オ IˢGsz[^7o{ >“2+uޠgeDs91-$eLa`'(/ywzɻs__IyɓJ&bÄ [pa +Ɇ;`¨'vkl +<Ä ka„ |~]/4cD‘j.Rm.3VaV['pY/D\1sa3ܺc^}ཾR|fyKru90,% X}xz1;zoZW0!b2G>!7[7/3LX\udNvligԭO4 Ë'LAW;gԻ_&Mm,{ < qEXSmό/R9=ћ&Pxۄ eV|e%Wxs\YUʮӚpד;BeBN:\ؒ 0Vqan3o؍WHJmY7usa >qbG|NNJkiՑmzs5('}DG~M>ڰғ4sFU~b4YxFz܉ȅBMَ Ǖs{LeQ+=ĻJy^&0 &!㏓c-# ?{3Φw>nRIB dC=iDJ23>3 sT0F4Yad7aẠZ'\ȟ{/yGroX> Wy0gúLX+bձTrEN0ɐB/0 &.  ,&p\΅a8:2X̪ל珟{Vt)0,S0ۺ5QjGgYz=zٯ_]>exHXQ3n6aB&3oF3R2%2'jfBMss %&LaA_g7[ܧ"*6vb<Jȿd{os~2d$# +n#ຜvB/QpރzlkEbU~~c_%.dm],=B?[EsM%;d=y O,f>?}%Ev>[G>_r….=fu\r2%/z[Ջ"yQ*FwUϦhńX^Y& a]\DձNJCϰz΅c*LJW1<. nd6É`^^8ߵ>x~:@$虯#~}c@V׉7L zH__;YEi'U$Qe}LFnVE„Zg +Mnέ8,$ѕ,&^-*swVf@;mσ~2M=Ms+y|eBz)1̽#);<ޣq7q}f4OM27CEƔlhJN+dO8xU/c{لs 0' PV <(ؐ<(T/FĬB /(=c?]z~dE_ge^?9+dFW/x{Ƀ W\<+˃ڎǘ.\xB^a]> # :eú\zƅM +״fdj6ofra8_=j|"W8p,ckzٯCدS:Z_'7 psLcfv 3KgpaBF-6~2U9YAgHxk1caV< lݘ(5d , +׏z'jwtu*ˇd;w4 -SҋT°/=vǨǭ(׮ ,WlhC?P>G|Yr%q x0YQlJ!^!\V(D-gO( fPj +QGxݿOGH8pyQW9&5k^RyNLHZlh0Y6G.lŇURAzA*_WjAEgw<5j̓ML5zyϰWBdžLNгպp=zFlNjÎpt8\n&z`ōa{0ck|د[ƫ̀|d~f?-a1ﯕ3&/\P3jrVlg?Y!Ѹ2B;s(80wg99!iGDW_QIO7dϚ;[4seڟ7H.g1?xu嶰ω^:r˙x0g@jף|a''.GS/&%`}AmLsJqOMݹMYRg& kұP?|?в> +1"2_gb&!7z2^f~ɌGx-{7)s**OG2#Ջ#~b~_г_P޺`a;%~~o~!9һ j${%3 |ۗQcvլ +˅2<+U{$3E ͯ4ff0h$38>bk =9~qͫrW[ YCۤL\ ##/>[ֳ{j4W65A7ƒ3 +^v48 "I\Z7!~ !=CdI#ly\ +Â9\g 8z(6n z4rfwSv1`ΟZG=5/WWssf B_'׺B[O@[ΚoǫGչ^9O!^r. +Wiq%,?MVa£m)6ͬ{ {dWUK X T(HDaQ)+̽sJ摙 $3@$$@ A&}R&3 eqk^{ϫ{gܾw>4Zs I^_}kH$Ԭ2Bs +ɝ!͖}{~zÄ̃Ihx2ewϏz.=BQÃWJzwδyE^oʴ??q&F&WeÄsXmq!D\؟*EHf|ގ+B6.}xkk/5x_<̽ ʄd"0ʄ6,eVªW.^l_BuɉK̓M8q0eӱ﨤oe;1NM~#de~;g M&'M#j& 9RHB5WyQ Sy/_3^͜3:Tc9iK@1I;$<_rO?H]1>> WHyLdTTz{B·|#b|^Æ2W¯IwkN[$_q`J̳" ζjP3EiO! 52g &AzK,que̗:O8gK_e8"# v5g TTP͑z93vא{)mQi۹y~-?hy+ !%(8)->"Q^g%[1a`Vw/,XFj7kkY;kq_PɂJL͟_&ɟ5bJJy}}d`WQu9u߅@̈́Ģ> w-}ͽr~U}Ek3AJfV}̃ےA3+J q`r?eY2FCNJ[&ߓ˜Wd<7qtdopioKdKx<&ZLgC&$%eEyp"Va \ +>a BP)pzZ1ROWbR`DK͂˝k泬5Z@|Pf(}دe_Mq#}sӷ=@ H{ dޠ;ڽBrgT>4G*G'Psa/ +u̔69+zќătFřG-2&čW(kB932k&7y;ID.`BoV/z2%x, yfH r#g۾!1ٲcia!Ǭ\vAq_ʸ+ԼgJY!u׉ +Or`Lnnxrb w;q4%Q+fG+fBcC P)n;:-D-þ6z`B1)YP0 !1Z{*.~We =g^euBx7z +P?8,q|4ȄWrꉗEn3"F Q%.C"> ͓,0-J/v6b) \y C W<#~zFO]2_'7?9;=dViC׈ת25II,IH2hT;DLhTdBɊnX~P! %wgwuAqQYsYB=޼z~*{2;ΏQ%rGmoׇ,&o\Ț|!悙i~AežGdn]9%F> I٤;΁?~rT{B_|D3ˢfbEt[zaaoDmXGyVH:M^əwAڿ-io?_4lõk~"M#0a31gl0p!)y\XȉMqaF +qa >$T94 (O1{V>p}v8O͟l%w>bgOA[Uwe_3K|~bu6"5&u|m_U ,&OTއ_H~efM|#ѹ'bT3!?V}xO|f4#?{pdSy!bWE&N[ >~/(|Bʚ2H.ahPU=LUhy3I-Iyy`@ɂTHdž7EˆQx"_Pd+)o\Έ \WAǂ»'ەgm5e<a ]޴|7?bm5.gd^~ /̈́uBA`%&B:?R+t\j6P .|ؘ ra kaT|ؙD|WWu0IϱE ϐb3"bHFWsn Mj.>:ט}}|0}]x&q_LM> wY'\sv ?bBp34-|Fi0k(yP/Z&n=Ca#XPϲ1<_PveLAg8`BPWQY ȘQY;WQpVC⾡ϱ Ԟ &vM>7{vLSӲ$(uNj q"r~B%w=ĄbvKr_Pͺ n_9=~D Ҭ=AÂem<8w,Ʒg92fV49K i˯GH3ă/5,b/1j<b"0ąE|XƄRW +%pB(~Rr!)YLO!KV>.!vʅBUON>o\jTC1ǧ9I^kMk|1Ԕ.$s Jد\$mFlvH:ՐhHgN|Bdܣ^f3_qWj;,4. sKodYM|%?yr=wbD!J'Xo+͒:Pt|QDŽQ9;B9# +%'2+Qv5KQk̚Ab,G̊2ηɎK{/OmQddϲh4\" g<h8a&1aϰ*2dBF c<1pp!aN SU.,IqaP1V03.95\YEXe`Gf"|ٯZ 5)}z~Esi47)X众S7( cgI>݆U*z+x~4Q(yPٝG$}'M ̏?4ffkQT<(BKʯ)L˛Bf eި0?jY0# q%k8i?QSb.5 +̉nǃ1 +g,rrI8g?Lߙ~?Edv Xԗf 9Q_,H;Ă'Vp~M?;=.$v)[w#o{CltWd+$IBe\XLhP3CɉuBp`FFP1T\Țz`Ʌu8?cn#.|Xwو ׼8|X/` +I +,̓ә)Ϻ3G seI +y^E^b%s\Kn6s,8i3!Nș 0|X#=2&̱3Գ"+9.oT͇"GW9Q̃BEv̑zPv*S̊u¯]"Sx8hg _!=~v}z<|-gd,$/92{LwW]oKoD):W(4/:\3.yQƃv 22a+1b].~N.|X/ qa'E|fT^ zص:"VyL 3.'IO1:w_#+}.'u~d"^&~Qק`wʬZP1a 1nM(=C]﫿z4`uu3{2+ޡ˪ HdY22\둯IL1C˄Sv3ѫI k/Hy[lg 7x땠}A@˂ޟ\,(}Abd;2V\y:zA%_p +f¥p!`y, +w%U%9sۀ 00!0a!ؒ:{vZ9ڲ,+ǖY7玒Mݻ~wU:6dzpSjه|evBO*֡_'Y/r=WЙ/m'_a+l׌k(OMh Oakx?ikC ^U,ʺƴn|g]'GhQO>k/>?^gƞ]/=wmM럷~IcӖgG-ϊsS# ّCEZ\?;}hMVf53Bv|e);qd9;~H$:yұ|vlq.;0[{lylylyliQìXˇ=-=u| ֋zCdOݝ->~w5 kɰĝ'^G;k~}_yvvT špln)l\6wߵfl6wgT}:ڷU?pM6CSD?mc7^|VN ߑ:~fv\x^izS6hPx]s"G^GMk 麉GXUN>-O軇ϳ+8d|<;|f/\Jv_&BvܟS١?c?C۾+;۳ooHvx7d[>;4؇/&F4lb;Mo/w&6\rMnx jbMoη%lrTKސ7ycWX^[CgNu4's:յux]`<.,/gʅ)UUO\ؐW KqM2b "jF~m[ q`ߌ7D[ZwZRm0jߠ*o|]د)yk\ F*Bgui&fMk$>xѕ$ylteq#,wt odBAćw:p{lhX"{:2RL"2!(3b0a`8gpH3~tQEIJOGLXz6eh/aBeCa w7 |]l@_‚؇7_L%:5LH,ʗs ?Ax̃ͦo, xX6}lꆍ5ͦl?9&.u>g8p3 }١ߕMn֏* N}80eGypb+˙'6'ɂ6+ pSM&.ƆĂ ].83Wl(\8q֫X=a\XV&NZ1atn}C˅8`VEF$+ۖ8 mV^_#P#q^W~ܷZ_7#W}M"}e)Y6$"#O{~9;XĂ[1'~mĂ#TpjmH{)6L`Bpa`B_ט r!iW Sk Y6 =6Ef5bLMi/Jn++ϊC5un5Λ;3˶fV>º x-~}0WWo _7n'q\c:x+x~-0`ă[pWć Zdv b]c֪浣 <29C:Fuv;^"{ ,&%YgQ +jV2`#S5${S/A g`dS5% _{?Y֑'GC xM`ԛBnx_'>ZV*f/99#~Â]s 4slmI(ĂϠ  8G]ߟׇn'w,8W88pjd$mz72 Bz -ys!m 6WhЫ3P΃^\Z&lʇu+Ʌ 8Љ[+τ3;ldDϊ} +fCU`B/F[ LV)paה0K|kAxZJy2)3rHKOަ~!o>G#1gF4-{F|g=B͂} K=r 㷣z߃f3w_D/$>{WUv?PfKr8? e b 9Nm(sn&fAlj˕6?{O^4=Θ6gC|CfLH"dl… Ы_XƅI>/l…y1WD":V,*EpḨm<eĖ35ͬ lVS֕uaZ`Ucg{ Gzlucܧ2sX)+STَz/4_MQ6'shM\!z=i2MQrK|,jXBv y%Iz~KT1! -CeAHO2Z0 _ *0ֱS0[V$V{:m_T V ˳.˦Ņ2.Êa#64|8yf8f=seC6J ͚Xn̼G[̫Q}i!4{zbSYཡ3\myU7P/U̗dZwr9~o 9ϯޠOٯ̓ ~>=7D fA &%C ZغO V>gB3DorT~OV#ɓd 'L9 CL& z5Oj695u EHg ++jKwتد_MF?!qZаT⽡r o?4Zfjy~k~mߠ$ygd]|(s~V>4@y俤X#F=S3lMgȄky!d* '3d&t*ĉQfibr3 *Ko +VPkm,Cx ϗ ՉN] {CS~9<j?? 8kǿYpz+I@ÍTZ‚$vcBφ +BLؐ { uayZHux)։>NYu.M>vU&6youoG]ٯUx2-azm侶! CD,^X"cgLfIl.ɏ PfoiA +3&zCckDğTNfTҼ_a(%cI6:?֌Qbb!;_XIY2R U@ԧF[[J>|n'Y+5ąG34w* 1U[C+`\*|OgC0aF4O{sugAgkh{~}ߓMߘMmY[>x́3[ޫ,OЊpfӻjsU]"&ƅ SlX KFh Z.|=\.Ngu6':UW6\?@6\ٰG~6 yC0W;>p[J%b6h)9kY[b?zV +0mgN=1+̙LBTi/|eyLh}9|&*+|doSz?]JMR +jF)=;ɢIeBV6g0cF ◥fϫ&L 6I69c & g_p"1 }grqoJjN5Bj$e:Qe0XvqjTubXV+˿c^BF.<{Q%ﲩO N]9 eԅ?<8[~$03 'H83FXpf作bAJ&y&lŅr7 +-Nm{~.zF,p#?  0#sٰeF +b֋i6V]vkr-W6k~=]70룮mϯ +e1 Y}s{oWZث#AКgÖb +R.‡^^P/|&NI:ĈCg +OF$jVCz}-1 oy鑪5bxoP啩jgs /ʷ9>x +uTv2l(Ā\7:?]̍1<3#cs1ʁ.yQ X0e!7:W`3M<'16֎;raC?"(5^J%-7>[l^MՍZo̚HH0^4x>xͯ~\lgeOޛif2d\&L*VxQtR*>^ſM^sy?E{3쎼Ntv뗳'ˆ[Ą =F\X†Ą +qaĈMPxsa7y>d5B6p}}.lʊm2a%:F,_Grcęu/d0qq̞S694>pTJ`,ΥKNx3: +qZw`1n[ൾ otu|Z7ϏخWu~ +x1~V~RWvNӝFb5EԺQkzPт<02#% +EhXu5WjN̸W_sAτ.^;d,[cY&xzIQ-)Sɇ1-UʲceA 3GQ*5Z{.ʃ"~6[Fj6=1p_YլSɜQ6&?SMp!q5gj(ͦ0=`¥'$PsG QPXLJ{gC[ifh| +Zx |c ˦Be"9{{nsjz1+9jXgg[4a…gAY4bm;ٛd37lfd6Od3l_vk;ĊLÄe|؍ 緼 LhB$!=r!1a.d&,2/ z. .؝ +9E.p]̈31dpl8p^ [][rb ucamYkh{v۲~-_^eAs`S#γVH5`{>j>lB zXf (ψ&3fH K9%\'>`P/w ^yQhg^fBzP6-xOD|(O/9̃ɦoٞ<>! D6}B6k3a m=){ 0_X Gª n0~Å2a0bSmxqAy&3 kh~c`4Ssf9Aj1]) k~R=p_ Xz) 7X3},m~)׹QZ>yސB܉IbɉLJϑx/d>?b2;b^d eQOhِ6Yʅa&yyf60)IicLbY$@͇7U}~[R5+ME>lnl8w/d)F,ōϏ.z=hwJ^  8G-g)Yo5ٯk2ߠٯ_Wm{~)fFgjFU`̆,=e=?~cCeDZuTgb<_R0y +oK>$ϕ0 ,A\h=wնv g_ƅ̄ -GtaB-0eR3=O'x|3Nf<]) jf8\>)\|Lؑ8K9t-Aw.瞹ӝ\\†U'?Ѣh瀤rb 3S_C|~JR~6's'GHuOHu 35SHQ)p[`m\XUC +&\G\ݘPՐ SLlX #m .G^7mxma?$Bn=lef8 w&As>&ʯ4s LʓMɖLȜhy;BlĂA9;eC}N}Dʄv-Ȟyga~Wz]Vs:WmMPz6cĄ‚ =GxU9RLUwP;3Ûr .o + + +P L(\6+ b>ʄ%FV\HL Fk\X^\.7D0:րZUkJZޘחbK FkepY|7zVo)q RRz7 T K1_zdA0`5} + +5Ѭr,1c@;70!1ePaȃޠaIˢWT&r3mYNDBif]0'3)/ͫՖ1l{_X?ʾ]XgaTnKӞB;QjE9T2^l}uR8sϕZǨʀ" 7}Gwk/6}Ia[ZSaAv.$2Ax㹎UFLU簿 Q+y;><[8{5ʺ<'̟913{9}!ek}?RЫnLHZ{+WLa[G`Bp~c*,a !W7b:lXƉ̅-ܦw0%ˈѹuE ?<y3Aί%xZZ<% l6:Dp\7{fqf>><؀0*߯ߺ϶=-~-x~ [?/GF\93 y-ٖv֍ + Z?wTse.B~nNT~~~W-_3 +Q.-dV-CfE;xvbjNFa^yfZCJL(֧33;&u}&ͼ F|?ZQYɅDhgdOP<@ρ q^xyx8)8Y„93"jCP;,2 KBFOb2 &{!!.$& h I|,Ԗ9NC%/Ci&Lp!q mWذ *Ň]F*e±"a\Xp! P%')o~EA}UlXK N$-nxQ-캮k6KɰҦ~?췴+S"Σ- LJx#[РcZHg߮-*8)6A{|h/~U|W~;~w]g2V}޴윆B-'}R}icz&3 RA*E~7/C[? [P2WEֻn.j˔}y`B#w>t:F Q#<BÄv:@0La5%s +s,Α-,PdhM3]`AfBeDV!8gWw@Š̄Ti9JFgBE\7ِv֍M1]/ +WX<߅N79G߅ϓH7[|0gׯf ߣ/&.& vcn\Rf|PS&CˈI.,aDpgÔRqCj| +&ضyK,~1ޠElW. ׏Vq_MkqM6燵zUg +*uد3WQLv< Bn}, B-|ucAEf$aB0fi3S},9aBΗ dz'v-/Fc !QKjB;fY B+|@|BW +f4R<@%jed/o' ̌'.D e>AMՈF";p. ;H[7Qͯ!s׈ɐيa}Ly0aA'r}в|5>99Gj|ExąZJs?8Gv}GĄI6,BXGL8^dB2>Lq&^!q` -52a-6Lp!5$&ذ|Å3dˆā5q¦1m 8,.dAecή0=~BTjsO(lݤo:Pb;fB$ J[J߃}E/2o9pe);{̃9Q*y3"ҹ218v0+]ѬTAτȓI JB͙q"ZS0#ںd(|/+7cȗ!&t<1d錎 ax.=y2(9;]]|Xp3|b7kPPOJsg> X\.UP]gC!ULh8fV6L`#2ug¤6U>\dDA>/Ϸă a =eË Ɖ-%negaް}R28uIs jsPWrϰﴨNT}7b!4<)5l ِ_B>/2ڼ#|-zO'Hg5e嘙9Tur\?ܓX u' Lh ҨΔنKGL(/T.Ks!Tg%wT}Q3jG s  +~E}Ϝ~H7Ⱦ-gә zP{ {[GJ9B}_|6#e~;>z/ Mo"r93gf.Gdn^J.ksh >lBr!_).ZKFWߐp$p!$X|vBr2n|}s"q\չT|oؼNjXiP}z~ X mZ濾yOzB\8ՙxjFM`4{}~y%ZSr>gIyz lW=Oj{*&bSySGs=2G;ȚYz^ϳLj9fTkG㙅`CbVwyODxOho0łLzW#JQp4#X&CjMIn"F^zQP'<@3ϱ0P嵺Y!K~G PkXsy{EsĄ'zԅ.lv4[Jʅ†KoWqa7&q!y‡el%T 7g8ZV/|X 7ذB|v5b\Xňh딈؂ zy ;[a6^ް:Zmfnz@VݮܖM9_|[¾h5-#*R鹯mzd0_-sg<ݧ엒2eb vwgyUZQ?23, ]O!-wEqagd&D; 0lDˌ)|R ?Gy3V#=Cx$/L(NTOrM-ڹ3 \ZQԬBݨEa}h&ˬ⌒&7F,(S4uϡ ē,e<9q"d^=7abTz晆xy1ŬQ7 o>kDK%Y;^47<;dsl~Ϸ1.P}.ܒ3!ݘв!qa"sE4RυeX =F +l.͆}r!`J )ɋ`D*캑t-#WX}uEWun^n(Wyzlzy/|rj3`)|_zx j9Bƣ[~*̇ncM:,O[6$fLC9_Ƈu6o'yE 4^!3̟ ԊмFW+[MXJ#YvD!osMF )15<+0Ć6B;I~"^yܟUj]uF\ 0sˁAke.4L mg65łQ-՜ +Zγb𡫙y?]f\E,mWHLH췼5٦rg<z +ăPu +Kps̆j6ƈPTƆuT`jCQr9'.ƌ-zrZb~p8<5dAzvp`&|}OǁYe}_gB}AC, +aXb91gB|]U-|(oy>'ePgK`ڜRvAzDA̳}6[OH T(O>JT?| tA '(!BɣZRʘ|])eU~B A,+} s(!5<TyXLր p_ +V6 +A4wC?xOjA2Fzxνy ][Dz?- VaBҔԐ1!pi[ EV1a7V GΆK#/Wy6c5'FL7Rp̟ȋDHZ xd XMI:jFEe\ ʼ m}_7hp^ut)~=s~X  +<($#֫RF]ӝJ;P'Dr@F)ߓ־4lA9>uO_QTI4V&g" s"}kI5+ԈR~eBh&^!f㐝IBXzh!z 3 54\oܘ^+¹ߙ-` J&5.Z&\X&\HLi䍽X5&.$-:WgٰJ +6Ю#.`Dpbٹuʠ<*RnQGeO5 g_o~mA[s ߎz+Zjj? W~KZc?À}|m3_sSfVͲ!|CXQތxS(L\D\W +NY3:!\cYD-hS43+H\c0s";\)ue<>:aBzб7qmh!eJh$9.$L +=jG540f&d?lʲxRUB_O@aBwXZ_rGFs+hgy}%ăg<MV3!qgBKA \XJj@licG+_Z~py4pUX)ˊ]_ ձWƣTὮ"5$ϕI8o^C֫|๺W}}€UfJ[Ϥ T'<" 4'| ma0ԖrUΎTO̗)D)<(ԢbkIߓgIzF xY"AM(cF Fy>2?n&ET?jgnȌzQ@q#R+53ԎFrfX|(gθ~OգTLB6d~@ܙKxrOfE5ua?1 ućwQz_/sͨOhk!zB3Jyd Rt֏Z2gd.Χ0`JțLRw_gy\JnCm&R4zrƨ1e{( MN>c z*EDp!m y!H$wl+~-s5xs zyGw.$l[2/lphQ\XcWSK`ՓdD+ +?$kĊ e=6Z^\~tڲ!0Ɂxu`F:8Ǐn쬹v3색Y'6?vLf~7{M]YV%MtS-ΫxT<{7(֫[YU佞o=P Qeg'o +Qv 5%D?wt8 .ϧ oA\פj=(fYR+jg`D.Ʋ*׈R̒>!/J! ͘aqZ K,7O=Ghe -9NLՙ&T)S` | +79K{O/%WRu!,Ȟa7XszKעK,xkOAˁ !F#/YySH~!6ek6͟lᢟ|c+ɎlW)ՐT qa76ͭr!)z6ĥf~P+aĉ7Qu06Tg9չƨ_6m2zv +חfp/f~'MKH +K[9`&dm2{Lnrkx{a[3v|~Cf`͋qs ouQ 6T/PjAsuG+5nΟ2G^!y2{yJ2W#@; LXB_ y 5Ȕ1 W?0eC?װD-=YXgR>!sb^!v>a {:wO٦`JGf?~0g)+c4Dݨ͜1yU62 l_X6ޏ*zy.ÄGvַw.lLXăVU\X‡+[Åeie야mʈP0iЌ'F5ň:6xkHaiͲ^C[Ӽ'WwݘoP 8(+oPi2j_-%3엝{Fy<]G Y3I „21ZOrxѲ!zʚ9{P1md=ܬ:bh~x\ZG*Leg9 S35}2ϞykՐ`Er'8 uE'dy82hx0;h~[Ap`7/P{LͼC{.ؖݼ>[i%-\le{X\aą aC^ K6V_g׵<ЫW69Z>D##/cf. fE,7.†uQ̀uu|I NUK˳ۖXooGn\W%|5wZWk1j_~_ + +c$󠲎Ϙ&S_' +pʡԋ |B m )eQO_õn#dk3?#4=wMLp|^?γO\z7K;?paX45Sɪ7Shf8cƲgǙo%KLRK[OQMWȽ}VV~""v㙁T$'4liY-1UYV3* +^0[<7qC?U-\߲~9[5LlXLhв! ȶ3aJp <…p=6L*pUc6!W{IRuunƳݱEW8ojCgn4_o^=7W΢} Pkm0_b._m%ϯ U lg|Ϋֱ^Iͨq,䵀 5#T<5QcJ%爚TD'H'̫J| DT'*ߛ=]3#94f'L֊:P)Ks K@&D9D j@mɐhKYʂfnt=o +7k̶C\؝|(7TrDw-xSBS\&>7[mK6l3++UĂGw;’RFL +Lxt[; `DbAl x)&؛1a ߰JG^ uBIpˀ0#+QSNaRz8pX:%U/ZEE'GH}qU|Wz_MTuNUx|u~o'Fk<}m~\{}Ik}RG:=ig NǃFLcnΞw*lOBOb8uTJ>>d"4fzy7ZֈYP{M ֋Go'Vf;Y$smAK + ?B0CaG^B;G!50v`Ԝ +ȨdLV)K_P/S պQ38Nxs(!sC5,t elVU4uezn Yk ʓ$k<+ ~$[mn2/n{G}&CAwhBՖ,~7F<2Fe?.ef5࿈gP|b=3ze>v=1_po#I~Ϙ1LB%q>#T& R6;`'{ qp)P0vf[<F1h;|M7*ϛ6RΨcAˀ:B5[0rq& fh%rv xPJ]sf, 'Jz.fP GH>B|ƒ6V y1&&\|k~zObOc[^Y9mþXG~ OP9nج5lboX̗d]߳'%9Eޫ7(Y.אẀ5X`N AT+J Hun1Ck:M^/=:G"S R/j)f!f̦'ԓKԈ1mx,3}! ':5KfMlXdHJ17sgT!* QIeʜB;0^2A3dрИ,S_8eϐH^vjGݼyAt,grVqى6;L7ʽo9:QIeJ}X~lQ{?8lֱlᖑllS-\?-}ّ_*0a)nR&,)Çuؐ0$n0~pk`@#6en\HGmra=Ái%WWc/fmu5%k̺ ˕Tb"pհx̯ה]zܷ]I [5/w-2eJlz˱ߠr=q^X'^4S/8ΕQ͸4/O!^BEŸέB?^z;vrf<V2!,ϥ8̭ךRx2א_[_hYPӳ5oʚXQQX[^-_kz 1^tZxUWߕjGߧ5.ts'';2){hg h}ij?bFσY-'*/5gQ;^sfOQ}Hsgξ{b&בe;sy\sYĈtHr-=sbBSo@([40!jE)Kf;޶#g7\3tOd}#ّ_Af]&-`MLHRt\؄ .|hut{g.!ttՑV[ŅP )V,UC^, +kJ' * UrjWesU=3] %82ߎVz{%̷guj_U׉#9CnTys ZPr!1TwD"Pj5Wuˤ3%a:jGm ՄJL!I{%T}CaCXC~ Z]k;7023F" )Q?a|Li0z| 01{f.!9ݙSxeoP&;p>3m9=\8P[J3+$FY6uރMy~6}>:0+gD~-}b#dɷ>ߘMN2{07qNpNnYK?MΗ!peﷲ| z>,#:m^HU㹎m{UHhMlhe<7,c2Y& ' |#+:&DC*4ڵs伈2]y5o`GlW`׀jޫ}|]L׫}Eă \?{.;v Mggs{#\-^K\3ߕ9[Lx|ǻTI&,aCoWU$a.,.amC gr!GJY;>vٰ#|!fK ֤)u|< +v˰oY-5YmU|)5bu9Y8kegH_z YQy5"64|,dgoTrb +3Fm ŬBdIeLz˃ =m6[_87Υpy)&~@S.C!hC`v!l J}&31 6}w6}ۮ\Ϙ92=O႗yLI{;e;S8FEϧޢaِp\OhrL0eA\BΒ?/}{nΔY\~Ã}ߔ0g:\hٰ)8_=ͅ)eB0:e\R)a]&[Ãel\/vcBχ:0U qwbK*ץDŽim'F:utrE{հy>?}ZWث5UJ_k.tdm/ {s%Wק׫=9ۥ) oxZa +]yzK'}A'tP + DYMߔR%00j-Qf#ϩ xgI!:#u8BxR>o"s>f"&',,9Ȑ1#LQƒ6_z^ԫlFIcS͟<Å/$2*1ųm^`$[^ >x&*kzǑ3`M߾=gfS7o-ا[L"^!}R sVLPR 3,.b-uRƨߜ)C3 frF//pdvi0a +L/T><-c[:lX Iwo.$d†|xlk{`:)Xc aۊF:kbɭ1 bAp$lU)? +ۙ51a>8/})v>j^/u{, |%kj2s s<\N&&AWO,>8+T4-jg +c3f~t tX|B7ȯJCf>1p%efGUT賲gB/iW|C'gE&|?xӚR^9 +Og*GZZ3R!jE "w IYd&%fJau=:C>EK5y-6fd{كmgSkx{Ko/LY1G1O(߃;yd%0lw$c\P +\1!p OXlt˹2+|svtPKhL9.<EockVsڹC3gp fܛ:R-A'5G&;FaZa>Op;eAs0l'{I5I  +Mq}~^דQ{3S3( +=sP+ +Pf3ޝr|b@=31`ԇwWk2o.xr*p!t`;:|gq㿩{o'-=阜c +R)z 81/031K o#>Dwؖ-:jE72R(Klӿ-][҅?:c|=sቝV„R6)u w$ |;ra =~%VmM 0XG'_T]6lW)3mSjW XGqb:%_~ "E+e;M +8 Vʘ/%}gא-x9P=|\[:OUHw~#3a^3cz+,1ԍr>Px_%\|Re +0M~BS3 +cOt~bĘCGʝ٣CA'}t+*$HQ] !P{M(u_8ր}r 1wpOflڿ?GNə%NʹOAS#tf;3ͬ;=% +腞A+b?oULJp[X:p]>ULR:kpQ!-1佶> 滖/⼆7tu kd3ύplB4 x*a.0Y :r\ f"xMN3oZJ>{JMڃho I‡$EZ3[_yxĎĊC֩π#_$xа +~B=z`A%wYcZQB\zvNQV,Փ~$|^τwKs3)P+PazP=C hFx:FGmƌzV1 +2EC=("6,|A'hypsu3Q,Zf +gYR߸)i$W;%k4Y"̘E>`ز>gIu;m[7j~-]7)tݟ_s7_ Hv̎^=s>µ{<;K 0Ā'w3ɅLhtr"†)N ra6RY!6W GkXЮ f~0%0#ײY k3"_ڰj2"^ QWȖZq={=ίa}`Yωz{bJjJGWx-_7kyk|,0p ľ<<OK+k)Q Wc[ iH'Y#l +Y6D}it,p&ߛz u_x1eb!ʬC"f4G FUZQ;=XK(z +,BcekzG PRJA̪i{ +Mnf&S\R! C$,˲ZQ#uvD %g8%u}44̀luP)l 7潄2^?ܰElFqzpO,|NLy~Dc'xy#BfL9G:7?{†ʅ9c& YA[LWS>5))_{R4{&lnߙĄ$d޺}Aym`Au%ĤWJK>8xY#=^tO^3zro`AB{1Wp!a`B ;L [ۦ|?6Nx#6BFՈ wB^X)N51]zf%,~fK/gzdB}aXjj={WH;A⡨FDŽ‚) pe̐W0C5Δqԍ f&.x(Ϝ7nb#x>-E' +v΢QQS +*ۛ_dsc@! ~ԉcrΩhׇL{չt"gQU`Ad4W(0&uWBe2?QngZPϟ)dҘ{mGd]6glڿTd}:y_Vlҟ̎\#?xoN|ߔ׉$=*lH,h w]yLjB+!k[j3j(Ow!̈́ 6Z=UIͅ m/o$˃cvχ=bW0]7 ˶sm/"uVzngG;7kgP{!r_X +bW~Xϫe;/|>sWʘo ~{K^[W~&tqx_8lA&=/[?*~#oo3=|cqܟ3@%Zh΋'ҽRu=eQ)HAC 'ϐjP|(yהY&yT+J#Cy/^T}BEQ/p}LhV3jJ1##U7,=ѬzdӛY;r(PTNe&\hsE?Hr":s1QbBbkGg1d`4/ׇl ʏ^g|w!ݼ>ύE1T#tfK1P Ab#t|d+0?e'9_=}>g$V2$Æe^រɋM9>imk\аyγ\dحW R[KWZ{xٯU2_K|6ສkHg8Z" +BQF30=Ny܉*:x|$e>f?ע26ķ9uŠPzh r_MfbχNfϽ4hIg&/8P3$Lݨg +CZx͓7\(wx' 2-f' stx4:<PXPyi*6zP_GjjK }ϪzmF@9 L&/PPZ5s"| ͔!``A5iʐo#,xg.ʂ':~Y̞eO`7.d6QK +=^UL0 Sb#PY0ņ~ە[p"U|H7HF͋;0#ZƝ/c*ew1YK'kwd]YjG+Z>0^R yKG+x}5/vXK{uLea>[?׊_h=B] h3j W1:Xv#$dX +hp?dXF k r!=;2:_y%H3^ Ev& Ι<ш <ą6W/p!|9.Q\Aק|Ȉߌ7$$ +*s=+-jQIeuׯc&\ )[g: sd]ߘ؟ɽ_=ygcyk%)QVEG\p TT@@BHPD% MhԞqJ%ON\4R#;xl''[w}>?c\sy]k`IXxFN… zגaës﬩XWڑ !U{uz4ޛxzca\օخR 7qzc^y#5r^{^S}vOTLg3cPjGV\>՘9>ʢQ r +u5=_ xձugua^!gb j_PK2NFsh +׳.xaA%ʂ6Wֳ'2_hm.mP0b)S-CrڌQƅpbAeg\B )o05_!6ԗ=m!փ=8 u.ʒ{dt2 q{3=jL_}ɠ?'~{WC~OA<,LL`2a 7~ƃ}ٰ.lؓ:U68|CwaBhc: +=aƈ-lX}Ux?ʼnlbCqNhk- +RXꍽY<1siO}k͵}<"E&y;|m\י&}x5YyoDxoDkvM}~Q|wF|z-KƆ~l͟>mgX(χɸ9~}ȆCakelRu>_ ސ3N0Gbܣ1Nӓd4 +.tOr鳜B{B̔Q=1`ٵՙd)1`B=~šχ +?XV"|C';lThC.| ɚH~^,106XaU' lj3l`aLX uƆ‚a{ +Ms KrN3P qo,691 +L7m‰=um.qSW}p +< oӖVO#1M"y|wouf]c0_1={vz^<ԑZ;"rNd00bC#\S~eGkE<̨YQ_dE=Y`]j=ʏ[N1K8IJy.֥s/p.|_ 1kF3 V^wJH5"10k+DrFEƚ9\k5jH5wD8:r̙V'굵_eW{#s߮fz=Q|ehYD3j{j-f3e;43KsluFBRH'gLu_0ևue.$s'$^f|ur&̄Qx<_܉q~C5fFcAoEKY/|6^>ui>(1ڗZ ?L_t{|KP]jUj푏WSzՅVt{皗8?7Lk_0jsGTM|8 Y|XD"'ȅ  yĜa2!`dL} \ȼg(6p xm}ΰbsμS׍ts;JX5̮ڽsׅziZ7&9&z^'p^'oL;>;$āp_b6iry^N+<|}Z(gFoPƃp𛮅>>2>DfM*xp7z_"w'q c_;v2]9j'7~t跒իn^;}Z95W]xrLvn.jῪkXW*l1a`CQ#6LƆ]0jk\]=CaFF4{ửC)#+"#>w>4FN,2"bdz(ou,' IȎMKj~`3O~oONS}vuXt&tO;sn__ +}J3Уr&1}Z9ywuɻWO~Z} jMC.Ujc&>{rҏ׹p_Ά,fUˆ[M|bG zC kJ kfksowl|ilX>6/5V'ê;K+L\m~ܸ[Tmؗ|qy?rVeCƛپlM*0}pr9\#^vOy{w"`g8g#^x|/ӿ¬H!5Y;C~#D/|=`+Tz ސ}TlC;LZt ~VԆ:Zd饓amȢULf :^O}ߧ0_Ȋ4/k~kHڦȈ~Xrޘ6dFf{& b-qٍqp?>cY`9f7]ooL7LpkJ<⾨is_Oƫ14AtzJޠ0Ka΍RxZ+Juș-Qc=_>G6_zӘCAL>xXAA3ZP>If]x^zzd%Op 2 ջ#Ծ>a{9$'3B3ϓAe̩A|>ղ=ףaΧ0xI|@āJ`^`Ed)\h;E!U DR+'(_B|? uΈ;` @$3e4WGW4P뗏o^+4dPV>{v1Tӻ?P<.WVNVO/Tk,VO/'.\VrGvC6R0JxھwmvlRg6\*3a'¥ą1"ƄQCP"/٨!10.&F|}m*⾕ Čg Nꍅ]m~ٛ!RV {p,חvmd 5ޤ^Fq}xoRg~A{#p_/Jg 7׋s`VE/.p"fks GD<3[&= +"jEIl˨JݨfԧBf&Ɓq6 LP,Z +ܽwdu I$ AIQ$K$5Z<kƞ5HKؖ-YT`!$$_ `I_n$6ҝ]Vx[sCݪ^շ#T}O~zd\V?ϨWߞ <{i#޾OW)#?:=zL<{>V}Gx a?ޏ1~ƺ_#hӓWN~:}˪GUg/;iك#wTf}9>=9jnT[e\K%?V]\LO/}~p..{73K^,zUO=Ǝꭋwߐ陻_Q]SQwO/zW^ŻuTOy|Kc9@,zIg4Lju-t+/U56ӳw]WuǗQ}g| ]Y=w:R.Kq+A8nU_G/ǭ4M^d/|IXӒcT/~Ǩ)ih\{d5}lh>Ekzj\'jY}O01΁qQV|P5Czm ه_?~]1yZuj +k_ۯ~s}hw5.gةypk5}ߖjM2>]X9O{2M?|5>e|ᵟj['u55ǕsoK??go_M>9:?18^t?ǝ9J:},ףWi:BLbzգG9;ޙgDŽsp#ztC}`>~!QAe?pqpǃ##*5eBmp)\I;l49 + ']*3bn=&q*=GQ9Du]ՙC_q]gߙ5w?sjBf'?Z}_53꩕?[='WrXaT+64=] |؏:\r-vTT߼W8Db_d@ݖ3{~em~ą:&$:ߑȆu3'5JSֈwtEveF;^_&$ zyD@0/FTXܧc`Bs>p*zz> m]e мDJ>sg9B.>ez*Q1bdȊ369C^Zw}.c\WSd=2B2 זF`wuZ17|_y- x|6c^Omfږ>8}27&63&J؏RLG5Ί5~`d- nZA}Ś<5x_p!}6K^@9R2?;>av>^x>@=kʆs,5O^ ?Io;!WlX뙿j{>'I +4Fn$ Hy |B@z~ 9zRK~ԘC_TP  ’2NO9Vc&7w&=+w~>P}w{m_TlKw_FQE?\Ϸu}u 1?s٩VgY+'ɸoPHu~_T6†xnFlˆ3KnV†.}R?jPF$'"x0*cĻlcDar r\yޓ[0bȅ}ug^؇bQupYyUG`&JKmՠL6.a^Лa;pY/t޻s/5@gmFaHߣzr_{~r~Gl%>{ua %Dόl_θ(W*O_>":โm{}?~Vt~fzh) !NlH_1'5йޡņ+37ޢv?8*ƖC|籟dw6p_ xYn(\d"}s~/~jBc"> _kzŜƑ>ϟ}4l?#f`V4VU^\Hd\ƅƵBS2>m*sWiϛ1etr Cȸ{:11sCi[*_,bQC \C!廐OH+w CߕxG(1RɃKG{tR&]y['ƓWƑL)n}Gwqk߼C?W'Z9]#>+B1ƄgfOQ͝KcGgVݳ:mRτ5|t I-v1a4)/XF.aVՏG:Fl]IM\80#ȍcc=׋}ԺW+]h8FeF಻6yZL6_";˵Z7anHY^ |e}wA5F:3F?0U_\;h̽THߑg8TcU _(q*7c )W>>WY%г<`^aq>yI26gI*([y[Iv%SZ zZfqo1ΏC.!0Ʃ\H܏Łz9* 2=]o-ЯI _ Zs$;u/ 34>mar" +ۀ[:e#Lxp2Gh΃d=Op107Qd?$4rߣ1 `E.uMȓz}P7G~2I֟K]?c~+QP}Ch枵8R|$s>5JQuRuqO ݢ 3N,G>Yq?hb̨]C + | 7!yѸYQcD/ciqײڦ<Ƅ1w}BK֤Qs ɉKbbܧƄnJ +s-PY }dm1m) *nȅ.^dKr`XƎ'!3]-b<-^QaƆgOߣ^^x"?Z+V\96B GK^=P|yɈP-#FV4Plh痼E;#FV\̈PPEd:r^sF]au m̹UtT-.AՒuuk+m`0 !9/2|dZvog0oɁERl.i|j>z>^9od6O0ދܗ1`;d\lcKɌEpFdnŚFތq~MdTR~M;|@Fk2QYgÄN0MƈSc{tχSm9,/`k-oW=2CG! uvॆk:W^"V>ÿw=S;C_$LȱdÒaC0 G Ĉ]"'=]>(ů +A#0"9 /*nZ,]Ú3^T.qU-1.QK`r\p_u5 M&qvmn!/hlgZ&υmcAEkԥ༂m%a']&+1^x#287 yu|]n,[Z{'|׭q'SNaGɈ#ڤʂB`B2d^_7q?ycpX PT#$g=ȘL֘uf*Ӳ19Uի ~eT5#z|j5Ǎ~BvhPV{ZQ-1,0ěFn"רagMgXPX2"9q\ć F%3klfu4<| V,ՏH;U6W>mλƒfm.cxs'm޵&8y\]slWԳټh|wy19mlZ{Q y |٤Qz{|C.cI eBZ7PcI5n@, +\h|VpvŞ_y~z}O%#hds\ԻpO^GXNp^AZ`8<]h'Uk]3Wٓ4qmDf~܏2QdПy< h۲):ϼO#j1`ؿ#<>e/Oxmksl~WU.3QeqNUEP wV,~ Mqኛ K†QlhjˆN*Z">_p0 , r^l0Ĉq,׆dā$\SƉ%hJIڥfXU'8ܸz]o+ཕòg׷xs r*1qxؾoMo)΅w:"I^?},9,(hg~%\l/A=Kӵ[ޙ0$ʈW㞺e>!{vqXbxHt3Xu.|q!CGNLj2}vmֿ{"6L/0eɅ΍13kzT=styփ}c1ro!ň@ */X@# /glW,h^aZcbxPs8|au58[24lhzVgIƾ{;]._8RpaAP:NlÆղWPlhrņsA>twod^j`g&n\2,αaB\/ +˯1 uu|7OWwQ2_}oZ%ZWwHV\%]Qx}vr]:[|Wu8oWXxTn|0ߘ9/1j>qO0!KjȅʄWc!Ez .C;u.<:eزxLa4` cwꍸi,aF?\ס66`5c+\kv.u])M;u/%^y86Li|w15:4kw)Z355fkǚ=+?_݊RƬF~ʗdJ eܧZN"˾O275z {ߙCydA)b>W-~ X; (ڣi 802xR~;ٱA?d^!8P -r!'П?cb F)YjԸ7k=  8osfe?t5w䋩W|s-Vf86È uXdžmZz3bz,X +8gXb&V\"P/V>/'GrYroeFZ~el튜8[k#p\<1^Nr۪[|'>F޿VNֵtZ^čm<2 oͭ7^'aL&1y|5707.ྍMޘyrE0ܽ+{cq5NXLHV_^DeQ[,<߱zƃʍP',-L,}>wA{Muq=d'Y:F Λ>e>XPGA$' %8~b]XE0r+s031/[h50zEn"Wҧq1~܇1Ys$ֽ?u #F{=W0 u< % jLCau0<}*֋rL~ ہ'{XwNTy>Tz|É'?OѽQ5txe֐>jLg'?C}O{}67u{5ws6j܊W7LXJ+ֲaɈ€>Lj$\+ȌVUΉ?8 #2|H-F^ mW`rJτk p-Iœ5Q{YݾAW<ǵ cZhA O7H}>Ǭd|X[+xǁk׵|qG0 _+m8pI=Z/ 1n漸 +9/RG{Q7ő^_2Ƌx4nQΣݶ‚|x/PqdLgMmSe<*lGT25 +NLq.XvΈ9vu\VOG (;V&3Tz?ώВ GBx>?K =S)G뒂B!y.֡aث"LjujVMsY4!#,Kd^`Xg&Y> xӺy&Ss" +7'aL%wq |11ZP}1b9Q,=2 sZ7EqFwa^ڨyOd7cIs YÔ Y {dG.}Fv+Sx2ĦyhWMXs ѯ|uٛOQ(Q/?z("[4OnYIۅ 8 F.r0ď uLMi5y1z3XOx>y$/4_EX~^1{XĞ+gHNw58X[yؗ'pwT?7Sٕ?׍ >j 81ƎLXˉ/m>cy7ow>y,Z B<+y)keW50fyCי;B ~ j5 _VϬEaUϯQpk+6t1a+6S '-py6,ŅY$z-&,L7oT vXjhf Z&^|iq]j7Qr{~8lirqԹ_حᚸ.]7W}e&9z{W[9㼵oQlqk_gg}h;^Z9QiɈzF W|yF}.qh{]jʌxP/ޣh})#M9jzX'ԟ~v~]OcZ=3yҺ&m[y02aTl,4cþhR>Ę J-#hiԐlXLj=ٰtvԊz`> b&fKȉuKk+l#<\#KNپ| @x.0e ӯkX{s jbAXs;7kmVZjQm5q2ߏ'?>hsuymCp<2x/8XE5ns0_1E1ONGj2`yXRE?g:m;Ӈw5ZL3ՊaN{Ɵu1Th%cxQgU :ghX>c'jOG4d!BwO0$~ sY?S}]:_b02c#KjнBcBFKϸQCCל΄fԼ5cAT)jLd!X~U3;s1>Kd{^ss[;.;΃ƛ1YS\LZdYWjRx k̚= ճ4pd]չ#|:7[=ճ~_]~<ժ1.q9’Eϭi!|?$sI0ذmm9;$X rT. cǵLHpvafFĒq5 R8tk'8^RrAumXo8oTi+1:Hzn +66dM?nH~^a~~oOt8Si¹?M>6n=;ą{659G|{{Ik1]_]1>+yokd5jUkDx] h}*4&xӊO }FɃ>r_pg,0cCzJv]1!4r?lJ~cc(ydzhdL!)c>= lhaGhޠAčZH֛LPc {+|lk S~zv/oܚ_#W`VgU('7ɉ ڰaO&쥛ߐcd G\QÇʈRx ZF,8խ jb~Ze/ lD,m;Qcdu云uEwD їBT 9z>aAb9\7!Ok<(d/sě܄뾩s,Y"n(c f#yyvq 7P!yEQywe_kΤ8 1w2P!O{bh'mgH;j8Ozq\&4v7{ gw8>gƃ8Lxj٩Ϧm.t 8UEul((YRsquy2oj W ɈNCxuۭ(gUz0㊗gť?l|j_1`@_6gF~]ocx~1qA՗(2K!m3>Q8nf؟=S o`A-uZ62=@zrvr^z|Ϥg~4!6A3K)h:6}}#S9mDGmbQ+EΣ{c`Qy%ke$ky E+82A8P 5ch\sA8PxT!Tf(7;jVS:;-CZOrO~£96Gxna5J(gCZ)X4IemSĥb8\ bF-'PŐL1Sz]5^p\@7>΄6fj 蹎k-XӒ>Ɖ%M:*Zk뱢ud?(Տ7蹃Fd>2aȄP/^/LX%LAOPSF-5 YCxוC]cXN!LyvG;9SUs i )zro'PM΄ 1 +6V{>?5q.ZI`r!ʴj.FF4-UwCQX12b+Œ`rqجnRvRʘmP1^+-uqi>Pk=־ " q 2-&ޠ2z3Hoǐ&j<<yd#rīB0!Ep9/O<؋ Gj\W5獑1oǵaOʁ .ƅb WQGFY1<`dA  +VA4_LxH8PɏqQ8,hIGts{Z5g25z΀7ڡʂ]YH/Y{% + 2@ę6xP l'ʸRzoQː[U[㥈`MeSd>Zu}: -~8Z%LV +kRrX82TZq='HraYֿN$*ù^s|Cb?# r|o=۩ +y~)-}~:?y 07{lMW wu)]5&x]"]58澂^k =3c_xs!cNU>u[@q_Vg4ԕyQ7^ 7Koo} 3!YvOKcfЧ]c 并*8Po=7 G8PmQƤLhs ~_Gx{ȄȈX}TomQ޿ y$xPI8~w<{Ax{E˴K U0V4rLj>{}E`H?0=6> CƆ4r>9}B?{& S*GU9x""V5<ƒCϋz3΃o|ػF!Ij޷F'|&Z+ZsG9K}{cDYz@u>Ɠ>lG_C T5ޛ`ce< ag T#At,ud s"nNt..TN.dܢ ߜ..xfg,>r2`BU"܇~k_Y#`d?B~&,t$/30֓)煟 x]wXܾW'߫o9x_UO7oTn9JCk3[6JW=OW'O-'#=߱/Wa kԏ W?#r}j6*Ē܇y[%-j%TV>֩>X%ՆߴoϏkc8E xOҚ'\ ╉ 7qΘNuj'2m=!:"ox{fømyc 1d,T_:A`B~T䶑c9[^OW|Zr^OḯfkÃZD0BA3`7Z#'z\hdqDŽ:2]Zڧx0{qZߎ&i TћA!z]P~?k"&2~c F0 }h?Ew5ϗ9`AoCާQ8ZsKf{ޟ֫hf(FgC-uM~֟\LXƓBid³OJ^ikvy +l9MhWWCr/>'|N9~_Y^ʾC#KznK! Į??Sz{OC pfyLk'T^Ađ>Mk?v*B=YF΂7UaVïN+zx1jYL؋eɎ}xQ.7f^Λ˄@05&t20Ҿ+ه'.,|A ~k5|Ÿ8j+Sx>a W + rSZRe7j\kuguG&ypˤx_b8a!\lCVV|e`Vc?ݾF+<׏vZy{c{d@Rp^ #ӵJدN`sS+zu`ȄdD?Zxҹ_8&LF &c;ßɄ8,j>&b>٩AZ7;::14 %ƞ7Ec\x9ՈϜ&Z/H 7YxqO$o>~w|A_"+jiC>~s' YmO.oy0 >Z9^s2O0}2Se<>` U!Y^ z&%dHõqO΂ם19[|~;_hX3KC`S 5ElykkߪY[̀Ɓ!0"11 jf5z:/1/{AHۤl}p~w?K.X/G?Hc:Wh9.fݛzZ&(a#flXOix#ckN5ZOxM|8FEF'忚mA4N3Qo]R7]^rOv=%^Z/: u5ǽ~ͯ xMD:.2R؆nMc: z&t{W +m=}B7 {^~ͬFNuGxO·Ԛ塆 }3}TSDp^Y)r cIK238RD"0/ v-QcS>{Qd x 2C)r~GZ xy~ 8Z͘N5 +8 GH&T =Omϓ=5 h}53XOĨtN6e#B #8W"kB\rQƋzNdGb戁 %σ#^"c~c=ҘkQ>MX{z"LɅ%`*ur +c~%jyWuvg'/zx[huc0WԵJNWcYR%3j$fOE} +X^,Ghz#aeE|'8#^p`}X h-#ĿϡԤnÁYO$#0Fg1v)!84#^J2d18ík{icΝO1TYh!spVFfWă@[L`Bzƫzq_休WfBm/{_3 E獋Jk>y]Eݰ 7Q=SzAƅ^(Uel(|B1F1*|dBe̷C ̨Xw^+p"ͮma;5Y};?xآ y׽F 18Q~SW~Yd>b|AX0c)rsd׬kc*ϙ!cX8e9'>dmLNz]_L\/8r^h揋B,k#(2sZsu8GQ#ޘ( XnOh*XT%^a-a'5= +,}²ި D P u=* +-RM%*`]xxб F';_K&Y(E>wiɆazw<@}R3OfB_N/16kjp_TO6,.DRA02a9v XmZ1N,ykp.~|T WtuBq5Vaqi'q@R_b2k8W4?o/k61&l虜}p1k[$߽7Ӡy 9zK/h&CAeØKѓ#To1I\B 8ʶC7&fxШߠՖ;|{6L?/rgyƀKe=bܩǞ̼W!.C_GF<_s:KqM0m${7j~\/ǭy?.VM +U b6wu#496q3qyo>^dpMzcg> g6|&ol{E}8pӸ &txp5Cx{ xvhGy^:9OŐ +|A PcGFz+LyA6iކu+c~"=H\$ZsG2><)DT*bJ19smc8aBH_#5k }'bn(ۻwjGZ:GOi]Zv`X_=5x>܉ܽCs|.1HΟ127&ƈ2O ^ŵ/'QMX`>='5Pȏ(@>XQ>9ue + Fu]Sض+d ?XQޫ2 +l$!tջh[RWoKPy$g "PL5f$!sSʾ5{ʔ*|xUJ=QGʄû?(xL&kĆA0^q M'zjmS爵|w?ݿ]=3-aZ n'0R|(+Xq\D`ON@gcV׌j-rAQɚ+S夅b; ,6 kqp]eߌB;M<0vS(e@Ny!C;;"l6tb3zLj&o~$=Gĝ 1! },2[hc#SDoB.z{F&~C]Qgx{Đfv]֨Q&e̴T+ + `0hh;RmNƳZvd9Tz-cDO"xQ#_!ذd@?K+h(;\g6:;'ՙM$8||bx,Z=`EAMX=bs}ɂ3D}k=,(!8PY|@VgܖyV j GX}b_|.dᏩ.C£Xl&mtؓXh-=mRKnqaE%|Vd^~X8nS<6k@kR]^dzq}αk>u\/]΋W5 c"}F-5|̺6y:1!gQLmq` )`^ }0oWRg>bhd93vGh3k"kK>*|>~^c^ґ2@ kvobB<(o]J]iL&ܤkiRy|qyܧM#;,}Hm1z'P/ؕZ.k۽v{k=['g!s<ܝs^si202s!W9/;G#y%UB]=/X+;fwZi8ցwtq5HB#VQ ɇ`³I9zxp:N-Rģq'=?P=~|r꯫wӘR[]Um'݌X +̷9mX=cg2ofmDZ%zǑN>] Q:z9.17֌.l[D^ksl#c]"+ύv=}ă +q`Ƀ1p D~s*r}4<]aL!pf<Ύ)u)ܧyLd_c=12x k+7|F q'|Hw(#R3=U!ذN=/{CJ9Pvqm?y_'#F 9։Wn0s#X-lusk<לhYkԘxLc9l8y5[b-MQǗY|gW%+pw4%+o@+8ku͘8ipKj)B'Cثkʘ/H/yOܩCzu>xY414Ɣlk{lzʖ`AKgM+2T?eߊ5osC_T 1Ú!s-XP9@E`Aċ3TU{P b"@p 0}GٶkB)$ :goQ8T))i_\=J\_xO869yy A(0.M@|Bfv[Q8yGV/XĴj^w>as@}^`Zg]LXG.?0"mt۟ys7>1=}]5NM ͽKZWW<,?7d ǍZf*b 1Mܜycl܁uvҏ+<(w[Ƅ΅}.ێl7& m2<9q3oPeǹwh$gw*F-vL:^'43zИXU4[ce=Qdy؎y%F +}1"E/zY.{;:uId<z:kD>X{֠Zyd=%c^ +aT&D(|BxpS_Pxǩ4Vޟ) + ~1bOV3f~_%}|*xO}~_7~ÄM"#FVXh=|;Ɣʼv@`;Gr,yFrO (Z8zM=^c4Rv6xk'=5eC7׵d^\N&ʵa8B &8P5i1s}118> 99pw<2^k΋ׇpviyJΛWHkS؆OXLT_P ~ B PT'Fيg8Q ~\`Be62>d)~/Șd{YaX}OssYr(,FY`~V& cD9 V{+>C11TAS/#I,( 8[u3$H7. j{η6O׹߸,XƟS)1dGe,7걸~q,P=C'\ߊ5{bRʏ8OcdĆ\, +1ʏ ^'X/cN?q XԴ|̬6z`=ߛzj klhXSaAi ^'ސʈ9O:0Jhu7xWgcuxbբ_ڥ`E1,30Ǝj>+~AXqoMKvJ6lb^؏QYpFhGpX91HcO~6wk8hkuۍוs7d,F0֥^񙯍걀T \G u ϷcKi,h`v["q }C2^_{G%samx6ֹq`b$ Ga[yA rM?mB'cɂ1'B's C`11S"#SM]Ƀ~%bIJM3{(녞y!O22̟sZ*?}Rg=duu &>(Ɗ ɀt6xhd f>aCpp_tE0p!i}` u% {p\Վd-m,W'q!AdaUzx~>?h|(G>lzp]/ ++|=g@ +D泸<ٿ_^LucpbgZ&Dq؉rʁ>]]8ɌpJx9XupeNg]5Ʃ+zҐ;}b+C#^Z A>{TL=q>#ОnV=7s3;|?g|>Y3{I`M8A]hO=Uzȋ8 'ʍʏd.isa:o{Nk}_2s^Z{GE"AۤHM5:(U +ޠbK9Ն#q=tYk@ D(F|RڣycjP/k2ƕ%اs3DmS=`=0kkb,)ǚ4`NXKXQבk 4y5sOdl(Dx"د'쭑#ԑ\87M[#FԸѲfL##b>UN #1sk0S 3<Ě:]lȺ7BԲF(zhd\m}d1FO3uuflGn,o3$y))e^dk~sVcUY6f^̶?OugQU]ח>1%k8s.~Hkh=۵ǔ_'qZ?F{L}!~eh1^lPFB/j=#zSN;}hDg;|Rگ;Gc/kkI~(RV$MߌiⶍʍŸ#Yi{cu |TTnǵq1]-ը׾-`2۠t5EϮccټ_bA#>L^ՙXS +!9|_ӏB}(RN8RT#=cCQ3F"U&яkPlXȿ}(jdŚ4%wڽ9azdO)?q bLiqոQÑ72vku^K1pf0!'񲥿}6'nQڛqvT=(պ(viu yzAĺ)YG^Sp$}d?Nq"_O"'t ]׾i +WN~Z3S_|Be=aA#t=usFFeUQsSW$Ω'&Rπ?)!WjdN,޴QKUynЄ_#3 +5ϗ  =Եߗ#20#}=c>=flR!Hd3-㵐X~:_Ŝg,}+dNGl`ya3}'V۔uuJZ@͍>%#8Okoa3[ެq΂v?Wl=YI#y&zo|3۶%}HI꯭jRp"xиҺ/1h IuB{Q )guLm$w9i15A!@Y1#||]Zs 7WOC3ԿI,ōN*֨^ʉ9p3b?#3)m~c>Q]#ۛ䳂 }-Y>+l6f\~| ^ñmYܞgm ָ})x߅2nd3?/\8olC2vI#T<y/"jmw-}^O͠j|?c; RPC80`_>yN ϰ2`T i)7F*/rc>͟5(X1ZS׾ q՜ sCqR8۪g>yʞs%YvHu r cLjIzix P7>gr*#=1GEF GcN];z/F&@>a9ex.'?N\bUqx\Teuc{k_XUl@ g^Ɋ{pdX}LggA*ec^nٰ湗>ʇV35E +k3 )ۙ{3[81؇c 2*&6^8^]K%ɖqhʚO#ycǧQkrau)V~,3^XNQ)XxtFݑ7?¾UOWO爵[(ˠ7o-iz2b61د[ +XX10a]'raHFD\g=,/8%p\oq\?5icּqR[Ў8ami6yέԇ"]N7L7Wo{iKs ϹTd<~y}Y y;C{ +p֑9*xMb18 |*{|A 'ľ?S=wj籟7PWi㈌m1Nċh3ޫ; ƜڈTW!qzd~ĕ^o'y3GfaXg[4F`řY3q_Ϝu ޢsYy8c.чy^Tۘ;[cD$kE{/y|L6K1mzoa.3Ey~8d:~ǂsV|1C4g`A_sCƓZ|D oSs*FqlQ;|Oqa_9䋌(GQwڳ_-ZGcQZۧg?gh0N7j?,l+=>r^Wq@]iK +#xw55MwS߮4k9ka7Lb;?{]um^}e濻q@hqLd /h~8pkf,xQ׊,Sh#{w' ΍9|K 9É kdd/8xbĊ\Y$k9 ̋<@(NN\Hg%{⺾g(&n+vk30>bxRj[&Y=k +0`fBq%>w>Fx@Ys. ^st&>1jDM̃^S|%:S+F׸]1'Ťaz8^^^QܦJjFU=joc$[*rXRcn?lPclUܑ,W19Սv{`sm\^~p^|/tΫRn0ձW{z}~/2xϹZlG-΍vҾlZ7F`c_i93%|˱\W]Rw3(k`OT80Vr^ \k0aS66Ć/Hq!ׁgx{3_ ӽ5F3k>iLzԷL;ƍ'q^z9kBŔϔxRŨCP ~b#ۘ^wSæelu1LJgߛ- ڪd=k0^GSZDz.EUt7y]#o0<=Ix}1cC˸8LH%#yWB&r"zmM=vkH\'~~嵼Gomö4X~#=G5?^(=BcAƩ*vp4::uUIeS-njmj}r_zjZj.\ώ#znV X 4r8ٟj'`qYt3 bG_W( ^ t6hf6l W؈/xz:㞹C ubF^ڧد#85'6X˹4D,IKqO \w*r IG3gܶiؚQ#~r^x ⵑnDFdA\71߮vy`^søo/3Zu"ݽK ˾tdk}5]ι,uղŕ.B3x:tZc*Ήu,<=y+ +c{Z'6 Oye3ɲb\ZCć3j<9HHGayP({<E 1үg+!x⼾_+<}ko}={p Z3^p^wWyphiiz.z1'`^{z̆풏kkP(̼?= !P<ŜG,(t|Cp*^#/MxW嘆U/le8wpsMqx{ȀwQ#?sjCX3b?fّ8D=~T;}cǚ#]}i{jԵay}vXnнbz oeEl}W&gk(3[=nP*pjP]yz҈|7vv" ٯM`!<@K#/0$ЬuĘo"V[Vsݫ1p^sT<Տ@ꅞ9Jnn]PJy}G*?0+s`Cc ZU^aT)׺yPy=1*4>5Q{ȋ{n :;sF0`dDyh39(ǎQg 3p k˜Ă>y{`1Ģ $/}N΁x3Wur]+ڈ3=/gX3Wńr_C`āM]Co(| qsE2k4jNOοTk${%&_+^w?LgoώakÃ$Nl$Ʌ>n3cVr;}yy`J q ^'ט3Nl{hxxf}Ayşs=n3aHK:x'|Lpzb{jxƒ:+jq^Pf!֥5GT'F:w>@s68܇ +"VԴ=}/'&[ˌj~X}^c,𲢣B +?VX#pjaLڣIb&ND?k]eēdk`{_q+k;}&qV>3 ۓ^U' ({Pjw0Hx vx}QՇFa|5g& F b̉Sw\XŤʯ}6Ks|*?Of`T'qNF[T!=V+5MG Oq:e(=vTњ+34T&`F*3KQG"OTUovٰz!2)vTv Q=9ƘKbarKTC?*}9J5dN\J?o3j#Xmqx΀<\?R cEg,VtN֔<Cli뚳]c5CX|y<=tY;7Oqkc/x%#Fҏs &Nv2(1cCW:P\)6u .L̵mCSf4|Đdz*6jx.s]|dQՓd,󬝯y3` ~܋C;/0,m2^?+C5r2C>=_6UT=ƑlRb:T)gf0BgVyذn7"g`Aɬ[a^xΛ06;؍?L\v}j&o óT>d}'Fw϶~Vd⌉+}OsKTH9W;2G/(YDmsY7 l+>3w] s,O#0^( ~lW{d8O=q[{WrVƻB|NʞOXPACW=Z5pen }ĐFO:1Kѹako# >|Yy8ϻ7H3s%snB_Qt}l$YF)g}aXT< +mYE}S1SyW!ɝO:6q&bQ9C Dԕ9A>ִCTk> xjOؼj(Ϝɣ\H91yΠM,?z8[1N%O35Č8ג[\\93 9ݚ;tƢ\wcl^?> -?_9hsfk&:r +;{ɒċ?McM3/6r=<(3v7Zp^51\Y|H̃q/@=U:'z>܋>|_z6ℽέxQ䪂m e pB~€#}uaEƄ'Mu~ԛΘ}y̆W} A#\paxCr׼"2A_ gXJ̗ǻ=1f$Ru=8~om8va|vmڞo>knjWkxw-N '[y# \Pgp%\|OZB0w=ϛ~[9d5˯r bB|n;kw7uhdk9XSS4c3j{&x m~. }c؇{hxOZ +U_ +5DĖ2Y~:#K5H#S[rQTlT7n5?x3eԲoAā"OGC> bFq}@io|5w5w̜X&OX{))3q+cD>\:dQV?u9;ٚ`gkyG> 8{w]sM/Nv;:ng䭅'_k?}BAn12/wNQq7IONԼyYly~ͷp0~+kCMɴh}xK9 ,56F`đbtnlڛدfBpV̗Kν?y},&R-iG;O=ړwy& &endf\|XytdAՖ5z}!gI Q9{oҫc=sDzv~$^3a\(6$'s c?x*|׈ 7>]X {bH=ps/)`AQU8gq@yb816ƃxll;G1y֎G7LAg_Pňf}Fܨawh"x/X=F΋%!f)%I /+F~Zt}-dIu Ə,]xWyV? ?'΄*^,=@#9.k {Nwu's;&nٟ|kὩwv.O4ΥqP7 =؏W j15BeΉ/k^4awWլOAx4?ow+0`qUQVS+M ۸N{a+r[>V;4{#uҕ`;[?e1 `~SrmLWk㹬#wu\g_ Fń`Ah^}uaj~`>|@1Kkv.l|sa}ˡ>O]Nϐb'Ɂb5Y9΋u<'"/+v_g^½ԇzuĂdCߣ}PG?b+k7IFlXŝ6G(Uc4OOxSą=L}u~b2,ng\q/3 t=?Pc݋I^jԐ+UZղWK?FMnè]ʺLA3, L΄ʑTn!k`.qmx&12e٨_=ÖZ69V}0Ǎ9*c +}ט~`!Cg~"T3!l)}6ԙ5v45Ć)+x`#}7!T\{c`0K V:8Yl@כ/f\Ya?{3Š n'zB)|Q+H,ZB>gVyAcwğ;Xpi]s~co\8~3ϐ@)p㥉[g&o0x]- +D!Xpgm3;:j3H<`uą訥āzi>1b~;eHNqS+'27/1lϖm߾~ީvf{a>l7c?ˠݎ=A7" v9n*#e~ym:bEsAV}DžYl=Ew}Z?ՌYtmι?]_IB4Oe:Llr'j5pOL 7c:39IOd<%|3Ol~3翞4cϸLS;`LB0%Z/L)T˨KĜ@?0yC|C2b>Px56\.~=/ K (fEPZA>5p,̉u<ޠn41lw^0w9j ]3KO%'sΪ3;<`ԚAܨǕ&aP!@|q>^nTso%2Ǜf{n#s=y};.yp1/%:}&:X0{| .#o ^{yp棯P15_zid\3i 0,$Ư5۝ͣlu;;'A.H&قƁł} sp.7\$FwˎbI}YELQutD077~p#cZ\8kZNYjnدGEM`5|+^߹XQw'6熰0۳Zxn|r?iE~ w}x:jkpFww+~$|sy3k>ZŵϓɃǍQ??orq}6]b8ffl6}WqbxnkIN?5Ιo~om\'fVd +rf(?K|>!su;4MWSbN\/L/$TF{ŃN %V}k3Z9[#n||5J(Vg[ǣ6Ay^5qLq^#L9]/O\o\A.^ok(>|>a)Pb!. \յH7ڍ>c,CR~s!p|Eqsֲ~qҙG^G|(Ι@1!Y#1/[yXBL̕t&T,̨%'Z`]wZz[No,(q}63p8pp_t5r  h<>i|.7'0GX>47xm'BV?~ό۬<'&4n7J;Yyx+5V$?S/qc@tӮ/Qz.8z)S'fmzm=ic 6Ώ}Ikb4̹{X' SʬO^ACJs oG]ϼOSܗ_P`AUsUHէ٨b89ޒ0_T"^Q5>Ubx:Rj-C5ikqъSya--Vc<| P΀< #%/z]ҶZ3o.K6r#g>ڨ#nۜY>O#XRo?J ;; +xw;ɀ T(1r 78.'o.i9oN}{s&@mZSCƈhkn5#M9Hc=X|AŁQyq?€–~K![p\m? 4^"ZğIcL*T> ? |doLw|sNuǚK(ośZ~ǓF׏>?Ui]0<6jЀp)E|*s;gԘѹc  jΤXQ;3%p|(F$a,G܃6{6Ɲz9*Q_s(/hk"9)UGgœLQxy9^i<ܟq-uo:,57X_&3_ BS~64F!ѼAyzdI'6 7~eo:V2='̱8 IlGPAuXgOG΀` W(</J_Q9,xf#T&ŧ L5{()2 C#B:*:ԍ=Mqًʞ΅溧=M3S'6 StƢ*-~@L/Λsk_ƑOOs +ed)8bGl-}Nb#T*|(Hx=ɜul/Q&xS^Nş29x&^rz#(j-^qǮ!S5CsT쑗S2>w=NybgS #mu$Yߑ>BT>_=~5yxT`4GYDn2^1s7c?!?jV)>V?A?_3鵳ucvԈA<(;X7-k ^8pm@3%6gyps72Soϗo:3{~Cp<6rT6!ȋ{Ԍw/Mr'6Oj|^'R o6(M;d^N8n8hMk xu_X~6Tta8S7v=jwIYɪE}jݾ\;{Ax{?O~#.Ɨ J܉?g3Scx ZǏ>W=j G4Eli;}8" F=Qi*/~"^<9-jz=qNJ Ňg7g)e!?g OIgLy:#b~6& U5I~:/C6Ϡb^A?/Y7^~ĸz\nH=jl?{@>l~I 5m :W7eA1X>Ϻ76} k=# 3'Gд} q‘YmsW3OʖƏ͕;}޺z^Y6Zi܋3٠z>ljv"Y=6֪Wqe)֍D|w=т1PkOܳ̌ ?Bdôj .4>X+Õ}-~cNzQMb̯MoN!wȊgMcoo֤߫eX<ۃ"p>7Af(<,y:so.q7x̨qm[\?lb-& ޟp<0c>hb?Yos&)\xXm߽ XQ/woՑiWm'LWK̶Ck]etzV޵W 1ߍy1jk .Vj}M%F,Ϭ/^ < PxsgOu[ymhXׂ7=?g]O>%kj:g/vB?_,vίX|҃匌w-x2{(1&4=T41{*Y:Plnp3k!1T(@YĭOy`B6mR_ yPmHXOm xH&t9CYΣ--'Mz X0t1 |Ƚ.4F>6Jqi=ΓS[6~>3bU鋹_௴|從b)q}.3įA^?/svq#7n;ٱB#  vfoXPLQg}؋xppM΄i_2CgY;/g->aD}pf܉zWP`ŝhX8rZg@9Rf%s?HOKUม\0VqUUFdlNQ|tc:p1%RBmϒ[`Sy&,bMvN>d\uSsTf)vMK`9#6θx sX>=;=ik[l?RŎ*y`;jFoէ Vxy3vՔ~o^T K.^gsYPL(<=k"xd'ژK)'91sN{z O쇱ΗgؐeOX+XGo'03"=.Ű){+,kL1Ŏq ;}WqbAqj~f<*Qubz㳇n + ;vΌpu#0bB d}9Pkཹ[Lٞ-Y*jтi\3zYqOm/IO}4IϽa E;{aƚwÒeBmsnvv{zkM{Yk}|km`_N"/ںDˎ3{&1j@FLXǜ2Tl Zy3`)uL̙=Fyjʛd_{1:j_^3&snj<KV߃r7şG;uyv&r?׹7frjDPPbN[(\6?}.Z蒵Ƿ_{,.ts¶>xp:?뾘QhڕY5Ār>͞WŪ~pl7Tmg0̏gv9n',b_?FeKo[/ ekwx95yw|<֏Om:nun՚}Ϲz\;n=%Vt>': Ą !f;b}Q">Sg zܨjD\)r= έ@״ psr ./]\dl5}ŕ3# A⾋ fKP,زu/|-~sq:c{aZ +Cj<6=xJ/i>ǭ?c%r{i:d.)>׶qaSk%FUy32pbb9ɹ 5q&*!q+ z"Y(TO6ڀ9slnq'QuQy9PbTpru +&$zQCՊȋRg_g+7LH?qTĝ|$x0XN<=ƀ<fsۚR{[8TŪZjec6·"XsOě˹qȽCk?Gh-s YybYVx{)ֶg;u,9wM^8 +YGnfό^y{(-X)[_-΀3|Ka%[4v\zc }sEM ?+'v}?l>CĎSs %1c͉53D~ZYa7G?}s}v|v7S_<ڲg8 b>sAc ~A n>_z[͏kyܯ/Ib +o^]za6i_y;fF̜H-FwD[3-:`_7q׭ 9BE+_ngdLj+\|E,<|5aĘ7D~E1!-)*<(4xRpFNmd9 0~GRyLigׁ!/z=XGftltrJ~s+7i~9s\HfKbAx\sKnDm}Nub#3  y u[#3.+ +4/d>_[Lhňh/~L!._=A>>Zy~b́y|iΥl_fL:5Ť j!8l2)f6_woY3;Ω83չu,6{5HMgS 'ي'!6cQ'" tRLs~-Frb!U(n{: нƙ ^q`ēژ}^{dD |?( Np!ϼzkߧ3|MHDbUz6"}"~%Oέ5oX҉2f|Ԭ`Aڣ\6ɟls4='+_4~)~FSda SW{`@IL:1 HLh,xKևп|E8h!ԁy}3_Wr  mnRkmOЙ{~/ BWYJ{ +.~Oi;=^QYO=2c֜}E;XOvLQ53j|ytԨ}wE~hw|~#R5[{^$VǁgǚSc=10z/ۘU8glW+3ntOWY96R/1΁}muDU?Xd1;n|gIyƉB#Tܨs"0B[bG?Fֺ֘V-;&.-8W' 纱S|*8SgJ>ŢW(Xpř+ ϭC."bM 0F#b6}~G:9(CO +dBVcf6yS 暨_!5ȑS< ԲIOOLOgtUԽBŌ*4QflzEmΩCĉBb@q`#ʜsd'S-g+}8v]pnmm?+Ǎ4ynd~AdԿ<6Z$PkO1cu ݰ[Ux8S$ )Lh,_v.o|̱1/:|-?{|?z&LgO`ζggs2jt z(/ ̺ +rѿlV . ÿ Vf +_DIP< +,Wu}`I`0`@ "$$$HH` 66&ـ‰;ё8\K'zs5YkWuGa|VUս{wշ\s{MuPu|V^U}UubN}'~؞UoX:<ǫ#cM}ulǪcCdyd'X*@G>ZZup3߬~up'CwR Twzphj[>׆UqCk{)ZٕV>::r=1ŻK?.¿W-(~Xꡙ4JNo'M%f*388W4=4ؗC_|zhsաOUG?q7=44Na7Զy<ʑOW?'Y~pաOTo:<ꡁ[cաTGopux{>rȞkvZqH+#;[=ԡW~#w\>q=WWGv>ڴc:Nej/n*ԑ{^,0ω}l;t;r[kZy?IQb_w]ޑ]ic?S;sTGzquHEձcw:zc?yCuw^L~7Pv'¬?:u+/KҪA/Nm+:/L~]UX;WU#/ؘhV>l3S9X?ڏh>ڪw/~/)7)!/{iўo7~3~S>QvN֧62v-j7թ0r +!دuz)lی&WgԸ6eM#kmUv5u3>5I`[@z7e~f{ήsz4&nz~]vx}o5:537>:6E竣@fuxձhs1_}=Aڇ}Qf:>~{O:1[#}:1Lpub8 ԉ7zC>:9Chɑ}`Z}Zk'6&{zsՉWk=Y~=T]NyGgC ><6t Gȗ=2#'&N:2r / M-оoxp|'Vtyq3/B<3#_ЗI\#%.:4/۬֘ H NӞ!M?`i"p2/s xR\>~s#Dn3lp̅Gn-CpᡛȉG~ X +H3M{`ML(՘`GYkxt\ :1 q.Og6s#K?.̛w$6qpUctSYp#0,gcޕ,)Xń`rlNy䧗 ɇƉﺤ:qcw:qũXP(O{.06q߫LvQϵۘp+m MV;_8oƌF_`c峒mۭsS1y|(_ X/>b}lEΌ(|*7"!đ%qqx.4lTPwدܙy )mkCzwS#F{6u`&W.rV"enkP䮶-\xn#9.j,ׯ2wOBXp4'&{8ǩ$ pk޸=7&a¾.Mc[N|,xds_N=ul8ф̅&򠍗jۦJ mnñ)ɕS{wPG'>%\hwrAN:9vKfCɑ2}CS4V4ٰk3+Ć'YMݸ3.z?xp#}%ƶGOk:Ї)0/'ħK?WoyY:7CbS>PXTŃ%ft~ЦOF/C )cCߢȊbP;tf̈KI;D7syM~?lVSt_Q~"hbBq!B ,DņCY~*`Db=DFpbAg3%čE2#EM9F}pB]qO6 L,IуF3+Mp!LGZ-8,sY~e4O~ᱻ\ǴɻhwQuz1יߗN︐}=]A{˴~DXO6 3P/m@hyFQۇ2orLyΕ\mۚƩN,^+MϲVozY?jc:߶+8m3֋JuEFyn;n.J\z*5k1)32<9?y3sڮm/J rB'/Zy}_IƃgnP?5q;u|5U?1k^a>Rc#S_N~!mT:`S +fнA1,D7ؐM Rņ 7`T2 +ׯz O6T=9BʽS{ޞK>_ľLJI1`BxME5ű::1D ]5\35=t`ӹ/ǜ?k#uFh>31bC0(JǸbM#;af/x^"=EȌS[bSk\#R B:? =CZl*x2F  ?BV<<|Ȟĉ.@qcz=ǡFtL%n(OR8ge.Ss(뱰^~p~| 91o9w{pOMQ:t>w%>$SFnu NgfB=VdȊTljLxt;?k:؎$ݕs)=Aygw|?~}ufyw%̄`An74o%-,_lg/v=ٵp cO|G=l<4Ӱ]k! 1VTbWfCCBĎnNQ|/G֘2s*շS#d*i^ >0\=fu.⮶z7[SWʱ`.mշM[dVv }Bv2ݴ 5~\7LP6\zxRv=o7;y{3=Լ]f4m׸I{6 +M=7q!J0=SxuA1!Wn7XrO';5}{GBX%8~$=Ic;P>! K\Dž΁S#ZקR੡SEyj>\gBdBdȉTb<8h"$&DU)"ӎ"%TL*؈y7:|SּWQ#y&;LXC?MV(#=0ئyڞ8Sůf8̂/ "'.M3toc-5%,{$KW:'>8/ɃU߉:CxbKG>a#! [*</1f17/|DbO66"9s!sb<{d(񨸔}sNxq4"Pe/z?CkWGQu^xuWS]s'ji~k6Oo){0fl`~FۊZl&r[7綉隸/"HC?L}߫-0m1{m#f52o _M(Tk̖'!ʼnYEłƘSƗ[D| ?̱Mklsc`F?QF!#m,Y9Kӎ~tc1^W8Oz@vưqG_LpYIt̞B#)N 8Ď[`(#Vonȑo.ffTlW|>vr_KyF51Fu1|F7D('޻ֶ=.pږx_MF7te&y֦bmʹyrM7^v0P+Ƃv \''_,8m).N78i['n77豢9dbńQn !T13Gw>GM|O=M&_Q% k9gzFonA6eNG豢dBCWS Bʾ˜86z1^4=W~AŅ~ŝzL*0ƣj 1R) ?IGoI9L_:3ƅczxi~ƀ@/PLH.ܗB5\5%C&<Q?ĚzW4Fyn8V9o_IIUTq!=Dž;32,/D^ꂷg|6ƃ(=M %報y,CC(^>` ş*gM]CB Cq"bR^b>Λ}bK:2/<KcG95LG_bW0><dz}pcsC8/.lخt;GfsMot!0Vo6t`` s[:lAd66I9cy޼][+~}fYhҮX|̴]'){n:um_صu*B3!+Z]Cgj$ci&1{ylQcTh|ϧU9K1?qy3bKy5-rUM+lbHg-<=r-y f3C6Ō"խu1c =j N}Ubv741R|BS3?d<·(pᑙSd%đ cָ 0g]A%S:!{IĨEP~F6ĸqXA1 T2s |QyQN1/Ld0Jp[D;Dr>_}+\O8JmWG +>XXg8 &!`BN|5}^&Y9vV?; ֎Y)k|E'}|2xr}2&y0]uŏ#w:=,5s'vٵe27Wg^ʒm#:8qeٝ6fmK#x~y5s!>ۜ6C-fܮu3=!)-pl8?/ԍG0pa& Ɏ^W_۽zfCQaȐ%OFlc&!v07#0bYG}ObN&Aɩ,3ڽ㸑&s <@CID~~M`9)SnsjOIX6L/`xsџuZKo~Z >g׸fOu=SG=CvxO;Mg#-Ѹ~l .s^W#~VmXOu?x;t?sP%7$b>+ŭ>zX+1s,)9Xň=K6u>(_'fѹQ196v(c¡7y1;j۬]vx{~c=foCgYĻS[n,8ĀMk:92cfGC}^SGyqq/܋ŊdGGUP\Hqa{k3MY$VlKTKbgƍMj  u\)4#Wr<:^#Scm{DX٥ؐ|lr\-F:{r"mDۑBU:jվв}(+=_xv-횷N"Zl opΞB3/J<8m˒?86.)B\Ѕ5y- zO^rBw*IǧD ՎjjޠYbNaK|hfȄ@>GmdCŏr'ɒ R+\&Sl Z6574W[1 9y|FŪ* Al0CS ~|H'!&ۑ xӘ/r^^1ٶ&ok`s C~Sr <} ncO\9o1!ש8Q'kg# (!/ T,+1*SfԺaޣxO1c]Xq$|Dp>gmpUy`|f~ ʸ^΄/171xy^&O"^tu-ڏ,w^ṝWd1~9[}{-rǛ.{_xlוߢx#oxc@hN1}0ͯfz3cשYY{8ąs5ϞO_(eq3,cד?ᤱ $N8Y0|P+>#{b)x!cEϤI#̋!rxH +7KvlRg)r]*Njz)Pcz9V[߶ 14xMwabY~1x B}|qlrT[}ϦlKsM[mXqBv0[/kݾ+m_ βׁ ~мŌ.>> 7 +bӒy)4$ČN_zUDhKrk}A:΄k_4yaɗ'1v5ƀ'R(Kg6,t1F1&'3 ;3~EO0pmYJߧƏaa@AlE걤X"c`E0^,9f5o;þ8YR'kܩ=c)%ZI6433bRQC _F3:<k v[icjs9Q9F4eɏe>T?}p,XSy=MfȈi +1Ơb)kb[j~!޴"x7嶳"ykčkHُװ<6p]ZW=ϬYoS,d؞t毟Vf-dMԉoeU3ubTf,?=1!Svm2('ch;Fc=2c^U UoxMō0d/p=~eP%J<qt 'c >l/cT`XqMLMqմMhJk\M1sN%*9z40uQ!B +[ I^1ƥ3b kfDtS}bmnc!v,'P" L'9+~99]ܸb=/i}z,.:N¼kոȂZ+ױaf>GEG91׃<:@NY=;;;rM_|aO5ۛ6huv֤i^]>EZ04U qI][(4cY; B&inzNX9eTqWrM"FO}ܓӱֱ#86orXqb hAh[ۉ6m%z3kۋo&u]Gl;ۤ׷{ei>+ Yi? eܮQ"wEۊ"a mkmcwM~ܶOۈ$:k{ /l_Kv3oNAh/A`:p91iyKQ-Xx~:ד5LuW(tfz7c:ga\G3;3vq +ǜKkgl 6k\]e1MI@r242cہĆqW)TiwňM#Œ+ߧܩ ay5ĸ GX#X p5QG) ħ"0>X `3d\ʞeFi!H0 $iC.XyA/=GgKNE"/j zbmm\ GDb8k3>lc40ǣj"ʐ&ǔ`10qfc\S@ęyyyUyyN:\ľy!bKpW1qGn<6w B|=Ś!)jCs- A_S=2-V.}3WKxs^JMռ_ HuȘ#?n-K.{<~?ĜBӔo{~[caIQ:/ʼnm ,b4DQ:.ĶXR?jX֣č'0$8\P&n,,y*%/lǾ۪]=F]%_El`W&Nm嶞J4yE{ł{6wanצrxBGX>]Ǡk`%A?b³mqY0vŞBkvSjU{n ++~|Y~bu-uɮЊ=gͲ繋8 q6=$_lQ;|A`q[0RgF+~:Ɣ^,[諱`dy2j̑Y3s-S/9Ԇ՜y#>RcMU稘7r#x֫D.?ȷ3ߨ#@Ś$gj#7'5cCadGz[cbm;W}bf[9d_}#s!xøpg'MC~jd3lo,Pr^Tp rϚr|ؐy-VN3ZNS0b\/CaBZ<θfHZɇXq-v$J9K<:/H8r >!8 eM`FgH2ՙ\H81qGS>Xgr#rO|)o;}xGՑTGV-1-:/-}:cw'usV N.͞sY|܅v?rkcN]S_ky`ŋSB,]({v+17|DLGI3b;.VicG+%pʲ5P/s6Ջ>>g +mƏ\0ۚ$lkbQ {f&]֋i=13۠C&f`(rjaV&+k{NvݔcZ.sqǃ1]uӁۈ[t~[ڵז(K'ǧ}v-36$t1k֞ҶB\|@+.x\ c<ŃQy-xRdAk40]5nAd>k|WV)FӶ5Ŏy2iJfl7quuۖpk0lȜʥZĸ=fV|r$/Qsvs# NyOɃOr><:"."b3HM%fl:y9vRczo7st& xSpbP5ۈ E1 Fy#,M օlj|oae<=; *{rbAzu&xd>-T,)Yca^W΍v7Y ~y:^nB!/5!GW'T] Yس,dǾŶ؇~4klX~4/6!-ލjc7e}Lk{붭M嘵m^\Wzq}lMU ދSԆj%kگI٘>|zt7>o%j;;cX"^c=ֶ۴=:.f^I5?ј_[9(kg}Ļc]l+2ܝ>1Zs(1oQ>~Ă619|$Ճk;I>s?јtk qK?N;2tbTZ0Ćs.hu9!1Ku{ZjڞBs^cS9kPȎmKCG6YGdIf]b6lrע9⾹ujۘj$pRS]} 8^[ZTncՒ<^KhŊzWm|^֤mž?R䱶e๾XoPu;ěE=*^ٖ/)o _fWu'q֢" G ,H5yy_0C;Bțjeñv&ló%Z;6pVg}ᷧ}}r9S9T˵3ʼ7c '1l9r|26Ιd@&+DcC,pOR%a`?l@XuFr-X^s0O'^~b8ŖoH3#* 1wg'IAz,gt sA +>xyrf'\ Hh%l7rGۍ lD^;[s(KĄ8&8r9 }ϷqVν$iRRPGX,?/܈>ԣX4(%_Y>0aYnE`Dz ԧW^Xd~ٹVdnV݌u"% +7nߢd}I୦mSзifۈz0\/pauh븰mIv|>*CN!v}//Дr]>֥qW\h_yTlU6!P_ +6lFlbFkM#Q]6q)d,KeKsd4y|#S\iX3#62:F0;Ĉf>>KɘY@&ǎ}! L@I5b$ :o7r0̊GDCCwHL9FTq#9r|{1kGug=Y;cC Xa}ۑ+Qn3lu[=to13Ԩ{p=)RN >(r`Zp1p\uԍ 6lba5ho'\DŽ΅҆x |+U %KG׭nR58;朧Ś'WcR >iL )Qn|G` 3zpeύ@#wgutߙ]ѵ9lxfƄN/+/]*Ŏ.4g׉EOY|OZWzO3}OCB`F^Dh^ǭטjzLw-ˎŦ6m-K\ǔeYLn6P%gӧvSMxO}vR- +֕>lMK5k>jXm;m+Jm'˕LM?/{mkRkN\`eo4!4wE%ravpa>ƅ}0bV^8jLa#b>iL#W)T)XhG[9jZʻzZchgBɱ[2:=??}b@>OʹJAIa,Nj!яyFǦ;܂>x+Ń{:Jd1|!w)=œw(?&e}^Q3T.UWh;YcBĹ+tz#U;ɓ~bG=<5֍x>u!\$|?sO!@"^2 If\L0r$u _,ntFg-c!L |xN=yw`?NCkXg\|\Ē{3y +8m9S>ŐɃ7y9U'$^u%%-5lQJe;)ʾčeTS4`C"Cڽz,m^=29c.qQ2>*q>t+A}po'wm@AkaI7oܶo[`3[֍6xm\E6mm ײm[[~&m#qm<חK~S7 cҶ>_$-17|V!p?{jadi aDa #F&ƇC!5p"Y$}n9`;[MJ>4)kPy&zzS}w>yw5N_Hз_Ǒ/cݿtābF]dȅJ99N}N} x=D2‘~3z+5_}nmy h^yni= +|F?)W1dV̰`AqWsaTWF9{0́6YH yXYY΋Z׃l&̍(=>L'n,Y}^'ݩok;qb f.ypF:)?+>#H;5zsbO>3&E4C>2tڮ=œ?{?$9XXc@{'a2{іGNK~5q@r{}8?.@SxRʽØG}Ƀ{Fl<3i򵍥ȧXsù0ǒ"Xzb7}}"Gb$ 35kd=U~֋y2P {C)ERQX/Ēf{k ?xx^. .Y:YK17XN,~$qSVʵ18{CL^" >ÖX?8R"#j\76I פ̂XvžZ?ҶnQ/#_Nbߚ k Tm۷Mdmenܦ:z?g[sls}11_m#>F-ι + Կ~kc&G~NyAsQh+/J̤WcD#k8.ƘF>#aɈ ΄*G֩]Za|=8f}l)%0pcmna\>-#:!ANvrA0Jl3o :6e~Wc3_N}3_w|vli<XNp,~PyQ㲗(3vL\s:'0 n3bB %r٠X^9;!ӹ߈|3<ƙO!x0xbD+Ǔ;D;}5pE~$ރR8>r8g,CSst?bsV9Q[ω"28՜ș/'BsTO:aG OՎ/ 3=#_/F,׶R60GWQ[ub.^Y2pMgWNٲJ˶ǚ ZccZk|mąK%?ho:uI|32P.XKmXiSDz k)ʾq`Jreد c/KmP8~cl6_y^l잿U%{RlMk~a +ێ8Jmm7jح1T?+rgЂ=,%㝠S˪,E6J{1▼àI=i4oc'՝3"~~Qc#Y2 +c^V0X'w# S%oƺxgⷓ$sefC1f#?FƔI69*8YuPj~\e1χ3~SS~Is&"C-җ,FX~.#ώQ- `$J ɒa!)'uNcTcQҎx }"Y*_d$6_3K?Ytny}=o<ۖ^rPxuH`1nIյe\K=R^F)/^byO"ϹXV_:oaHMmcۥoG`n1My-2WS/KM-Fmtu e}S1McިwlFmGSy9b~Mj-*Yi[F`;q[T[,w]_ ԥo/z}5-.t][v=-Ft;:` ۸ 1"n 3#uZڰwĈWlݝ à-aP?|91r.{.diGиH%oqDOCӓʼ"ynd_sR?# C|Xo\*s,,O1ԜHz`DOHd=UJ4^{c>862NԱ6 },љGl#t)s;#()3[y= 1}mDfcȮb%yJ!/ߋbV'*v1Ƃ)v5bȯu7uvcf02%^0|N"2>GYNyDFc\."l g yk1džo}ov HtVD]N } tf >q5źsPΗGG ?6󑺖?dڇV1 Bs +?21X'ZzoE[~&{lM˘{:5W"yv:_px>~xMqJWWG9>?QnV>EmY12r[פv? Rܯ{?3k+EC?} k<~6nLs˶*aMM_ݶmZb> +lsOۢ~QL>, WX`2\&nTyKa8: ޒxpoR1ߗWZZ\uf3#vD؍ kx&>66Nz}FƋ2‫Ow^bɄ|Ǒp +xΡj:bcMC/'q1䭉c +Cxh#ɍ7S~O +o˰ncZä<&\88_zVHS΁%'$)׍+o>"*ēΚd>#P饦xV1&+?X,E4ps|D<5L뒛13q,F/ݳnِ&(&8θ>8U֬M~39X6Qsh}A!S9e_y.lxI"lqV2diE(V|KT%3=_?@K\X'ttvO:oO|H>{e? +Pn?&dmx}g3źڬrLMe;}T[ลg$-K+_mzqu/gg'XpIsoNkȕ㗤Ss@%E}^R?b3:LcvFC^vOkFi~Բ?UMUMG.W-8]M0bPf+ɇ}ĚqfƆ]/jaŭra/[ϋDGޢ|N1k2v5)Fr& 0` >aɃ͏ԼɳCW%X)ھV#sJ.zmJ{D>D^d+d\ZOӪZy9'ևp,,qnJtI}~8O8ds⸆wc m\c;u`{/%ط͹$Ƽ. cmәoHP7x,ۇm m,?6Jȧ&_HpqmNroܤi1hu,><0Z`zi"8Z gur > ktWGeg(rTVE=qkptkm~}:vWuKkc1zև+ }7Vӕc>X^7e>C: |&VC䷍?=;`1ʫy7zs1޴p{0۝"lJ6uZJMd@~n]kwc I*e~~1r"yA9L[8<ؤ>lE1ƴ810֝ eōa̅MVJ`AImQeˑi}$y\ζX-zue9(Is~a=Ǻz,+Mj%6: \I5VcVہ4/u%t13jf&#U{@ù;=L='9 ۞3 >Mx}SYi?[{aȋ'T%UE+jY p/a ppc@&\6Dۛ8䷍:޿6s6!.?i_Mo=ۀ{^jC@w}1AraR rf-}:=K7/9h|}#K?`[P5c4٤m?gdY-؍ ذ#vGxq>8qbؕ[QC̬v†·v6FP\7|mo+.U"ޛ1>R:;\ẍ +a;XN)=+obGΣ>oRyXu\2k:;˵Hq3b)IGG=q¼Ɯ+Vȧ9x䁞ܨCr>!ƍb@KZ ,qwx "しvOuac,G_QJ~8F+~u7s{iy۞/w$0VvƉw/M+KE713i,؝ޡ"3!vT,w1Iqd Ư%[1=z`̂#k1+g>ΞX'2 |?m 9#4P}?̀ƅiExy'DKy֓:P8y$ذ8u Y҅~'~zwqsg8Og~x*su+P>.ޢFЇ!'5ĂJ }OH<&Cb[}(Ա&5|3Z>hڎ";NL3 gͱ>O\k~j'k1 _A>)Ć%#ٰT_lؤ>^\XS5+a 'iF?`qBUVnj|iQ3# jy䬷wm?#6'Q>7<({jywz5|'.ڏy ^"M:s1C.<DZZא  +D\k1oRscޠ3y 1_x_q%OsRߔNeiE#E{uf@^aR`:wD ۹lKS=3KSPfm*m{shuW_6xL+X1 *}^ebd=O͜m-1s51 'lӺRfЧ8U01!XKi!H{~Ɲz~|mAzjT5owp=Bu<$x-/py{/{{suNC?vMO\ǘr\jejjx=Oy[M WyCY|XMbz0C)+ + |㘼qN~57xˇɉ\']V_'&Qe秿+8<%R]R&Kg$gsycz6ƹMڇ~A)V8&D{ }(u6fܷFY cmfV.5qfDOM#k$qVxOIuy ۗ^-j߫ Ei.*b+}ϯs}sz\|΁O'"O)}W^aßٳ=}{\ ¸4݇ ;&|]mƇ,80 30A%oxv~]ԇx,w-)cFKvr{qii%cMd:g<2̓דs)q猹kLO7 ɟ:&GFpm$ܓ^[G׵<l1`X%Ǿ6.=8%s&YQE~ڌ%mbZ7Humckc{F᯹a;'ݜg28@9Suy 4s6wm>(v qпlu)~vaQN~7 KK^rc?r8b]IŲ)6/Gp!ăQ{7\xmq{'NrOĄD> e=R&C%'r1 .``U]>{όZ55^Ed:פyZbn(5L'ƺܳX熂!v!t>#C,)\AlhbBɜY"uwd]>_wŚf&}?<_7sXvw^^7NGKgOZ ծ '{Yk[R%ήɼƥOs}6AVfK}r*%Ѡ.M6ʾnmd\BO%63q9ʩ=@2;P_1g濽cΏb \!ژ# #{(ac wu%0*<,\&iro﹩Vc_mmSaΙurI0/p!v57ņ:#?A?Ok: b(AkmE_ev9vE6JkGwxb;<>DBD=ҋ;t?8ʮBF<\Dƅ&ͷg5 saJzpuۓ뼲϶ɛL"=ŗ1 WWoT_<kI3͛kX!o#wX_-ArfyɔLSMȀuw]ϲI`Br &/1ax=4iuf/^؍'{ :ŠM\ؤ^7%:/==8P}q[&&ƆM=X]+o yoXϔ*'c>@!D1O GdΜN#PqsdA߇3}5y9MqFEC\8huh`/rE0MLĈb;#ɒ+OυIqW2q=۽F峭q$rb#kgd`|fꪵW83c5wϟ+`."Pq_2!cJ÷%[gaZv| B 9OEټ׾}V\C`T ewFl\̳vgP`육 ŀbaM\Vi5FXsܞԼe>H1}Q}DxHkCT>׉4vgzw)g&˜CkijlxI< )Mʯ nd>_wJKl_x.Do{xץ9̧_{|\5Xhwn/sy<Tg4g񞷛9 z).T5ch^fP'F۠(>,=ōr"_^K/8}U^, ]C)vbfĂ1ng%x%J(Ɣ3 J7d9qbkE Hr-+3e4?aZ?Ą`?S ޠ) =cX9P~d59o'kegYP<vgR{_]]]0j7kNU\s<Ń}1#R>!>52Lm,؉LBH}'2F-_V8yr$ .nS-'\1^S1<svRy|Og곯G:Jr!z4Rհ̸q0~ 4 ŁcpK*>Lx%I!0xmEF[l%}9MyZ`Eπ޻O:c)ZG^}]E,~vyg-ʵ]xXmE+cgԶwɶ|I/P< BЎ뿶Oo3nNO㡮ldKl]b +US|+3qr"}ߕm|A2 IAZ{| o܊e=+ x0t ?$Ss+M,e|\31u/{ɷ';'?KCWq0o66Kay: WY38P6ƒ}0^NC= cj)~{obW s'kװmWq.gY+AL'q8wXc(X{NIL=m23=>}sE/Z9~9||?J`C;To{]ċDEh*-fޢX4^"EYN}E,/Êpdό=;N=N1'fP0mʕ9݌|`C8XÞ~DM{FljCĞ{س$7vz\FbŞxϗ T`uϷO.ɾ7߷2̅5~q_ bC' +>e2833qYP9eĆ#,Cx-D}|^c}1uomԢ|tʁ) }ߡT+ẸF"(Mc} r"P!2Obu/[{]߽:YӃ Z{a~"/Dz 8sяr27B_;?pi~MsYN>~{onnq-> >cΉQt;JS,%⍯#m<%wolyy1r +6w4/d僧~Dϖo}+,$~'I0!XW|,Z qcs;lTrE4NO~BG'OCcDL=LT{mo>h=CD"a3^'C} KDQo7@ {~:1"ڶXm;Ek,~m;xx H.B G5&=8P}/e:g7~u)ݷɔ7ܶUv-ڑh/f 2ۣ!|6E 2&/c|`;1NAh}4>7}! b6/#l'0yz|&J_? @=9ԄKaY E:2Tuou~B䪯4)>w>Z㥃'W徽/s ?o>^o6Bks2VX,(1^z PV%=d䳩6 Ǿ-^!<~xl1 &o8+yT5ؗe=(qgzΦ:ׄק5p^LT)MŖ* ,^Nr'ifT?.q3t8bʎnY^_؜{rɋ׎y q+xSc;//#/&.u28/NuY7.~\%~\L瑱3,`;7^zۿJ~bk^+"lۃnw|1w.CO}1=:} 5/eyT=GyOS[8 L/Dn#>Hl^Pr|4z,/z6/p >qj/lBGq|Ǵ篇Sg.\`=-ll+·$_!6~!^ 0/L1}%ڸP.bj[Q]mqЅ Jl$=Zj[ƀk[GHg::W!.1ū{yM(_Yk^u*Wz?N ,\oS!CΩiYH&'#F9rq{'&_m%|!>x8+sL؇ /!8F2c>S0xH)"w$x_zq650yuxK0x*-؇~6;hg kuPr\Jh8|]Zjv!g'sa|jpq}X1 P%Q̦8I19/Tl&e\jj?i%q]pdNΗXx?/qlaL9o<߯WZl+ɵXcOFu1'cˊ9yF`F75~)qYOr7ʙ:7.O8"9n6bGūz"V8|S\.[t_ paYq-j6>=<Du6ĐR;mH!S5Qwp"'ú?Cߑ옹*;Y?QRk;OmlGo!y>|eduBy@~<>}GI{ʓqʗ+F7b0#6")՛e7Ì8rQ8׋/5y̫T{_SY<[#jګË(GyŪmˎ9_u*DzWf~{Q|؋۝0$PxΡ~'lѲbVNX󃇆z'ޡm^}wۣpknnˑ琋98˻0Ĵkܶt~_[ю*v9ņ`7vk`A1!ۂ!mȅ_rs{/KJm-?nr) ?ǝ $y#.4]e|yrf|W_QɈΊh[{Fx3&NͰ]1>k:;͸֯80|R0X:Ch1|8\98oo5r3] Y{Å//ZcX`mE(#FMyG7ߐ9HWx~!h+E;tZG;~9ίRjXN>^wQLo9_/X3Hyn'vTWw6G (!k3"n9F2'~qs:'Qy^ޘh؎cI/_7þZX⯷׾/e׋6z׆}c:xNܠ8ډy%=K mm}土0axPCt>¾׉x],uuFL1s<73y,Gl=M՛ϛ9|Ǐ3b*ifLe+$7/Dk?NjfXng\'}|޷뗕4Ȟw)řb)5 5k@Tm]NzVHއe{GvtbH9y8y^C,׳kbb$ 3 +gmu{6ڂm.p;vSTG\̘:0b FıF񖛙אk7kq`>riƤ}`|br*Yp-CBŻ +RL9'gqd}_ cǣz4}),fy7mƇEʵ)':#S`A0/-.ˌj} KSӈ1<1ϩg>ΎMgƀ&;㿍B﬍N0?*Ez ,Sas+혳{Io^/_ R8G2ļy7يڞgM ׺{ ծABc⿼?_ +a1PuU cbXͩq +.zdʘ;~KMԷ>A<'>ĝ}-Z۬,m[ƪۑw7o~1 EM8GڼXNJx218xcp2̃~8}K<;xVDKq8'^ۦ0>/? 1̻>びb:v|01V1fwvڈ1kCA_#q[lO"Gboyz}fcsSJEPe^W󘢖D=v=ÎǼuw}x: 3fQ/{p<^Y?׎\t]ƫ`KՐ\'%}m-u=oq\{R̈y0n7 uD'V:#$}5閻zK߶ލ7v>un|jJyc]CV;굂8pYIƆ')DF 6W׍)cSw>80#|V0|SSɼ>p' Ł JszB,@? ߽^?'y1ˏF{g)]?:-ˏ׳Bv8}N +K78ZUQ1nSy4|ŊɃw?aJEPhs>XHfeo~W #ֱ/'b=G5_8,o^`_zm{6!bZ~q"AZ!0/1/ez~ɂx}F@-ϛWze>rf: =>XI0`HSp~$#+}rH.L=ygNx1"fBtΚ#ss^qXWsat/\㗎r05j!ڼN&4ƒWv;Y-O!s쏸5(xPT9uzn>dZ~Sd Tg/cVc}E /> 8cUǬq#3uN 泀M끇g~ |4ah=<4Γe~{u{QyCˁ +Sr[.qc@L8rޞT﷼_kSCAQ9RyloT >Z'79bfZ=ѲF̅qPKOy TKARAqitZ7i1\_iqSqcEfN dP[_>=7ĪyOɃe#)bUJʇEy?i*Q->ًϔƮg.tht)R\'ϱn}8%Āg=OuŚPϙbCC5)Yr%wϓq KľT6N sskh_kߓ5/.ur=:C:Fӫ1d|rʛóV5Rdpcf>ܣ_=KgǑAb=k${DH/j 86o@j$U9r_Hc/ =^`ROD FۿP=Ĕ.bz"Dڌp#i*^fLHŁ:w~n,fulcSb7#eg=g@y|)=Hp=&Q~j~|YAyŸ<m'"@<|Az)c{C(^;/DάZW佑)(8vSd>a }-HT߃ +xu{]9!{^hL//x`< +5~*7[TKP =6/=]PZyc %&G9 qkFHyQ0՘;y椿ymr#6Ϗq V[޿<9hD[~blX >J83!Q1_GcK*w1+cN1L [{~}e->05yt˰"m7v1xxb+;溌ϑ_.kW㓹|Dd-C[̻_I.0g/ի߰o&3΃._:>R:{}zw΂𜏴{/1OyZlǶ2޿nBma bM|!m]|0Wܙ:8?uv\s/LP,Ly񹻔8%g&1M+zwzɠdQNJs8onӹ΍Qøkf}SiNG5oy|.:uv{/iD'Y}o7ϡmo9W/m1dJu4ހ>b@\/>?z +PWtygw`Bzb?y~@>3dlmق#?0fBOy+>GJF3>&q{`>3jݛe_y{<[īK{J9b>4|cA3jd>]Vl/Smj.뫱ҳZn_02Vgp[x*qssźNKxWAMrxn)x^cX}h器w#ǚ9v^[xwfY93y*|景{]'󕏧ߒ`X.O?S{W]K9F{WoƱ\~3TQ-J|W=G};Qs}ӑxA`jIz,-\<;Y3'cVPOrl (rnFKly>e[QmX590fժ}VAޤl @:,;͹m +;H3) ^qXy=8ק3:smsyM:Į T}t߾+=;状`'>}pxgM8_2^yLּlb=w~GV1[A=K\^{lYH~>U5$ևW7CZ_y/Xl.}}I`Gab +˪~#eWpObQL/9$S}o`8#pcEc_9Sj2ɟ9Yޤzyy~dLj7x a#SrT03GZ[>W*x!a_+qLCl/b?v6wϨvb›xcANs~ gq!tS΅ɉΆbDg$&z3bϋΌS!cϏ=KN̓fϝ+vW|aL2DzHh+NKh˒y~ȹbTɈɎ4f}:yOZ\$X=#ƽ !fk˺]1Aya e{frP[m_fN`^!˃7eTed6cT6KL9Sq̳1&!D56Kq]s!.k[)X  ~; ?؄|v  >:Gq`쁟s:/sWޏXU +FZ}Ƽ?Ŷf],3!XD{8oru.Ȩ&w|O%jڒ|(=l)8Q{`'lS +F'j)c'7`% ,?Xљӧ"'s:x=2dMukݼg&1u~?+_P mg 4`G/9ONm#  kMd' $aܦsO5'~+$ۼf"Ւ2d%2pb[Ym-ԆzΊ{vifFc2X)w}XX9TѬ =8jSjRP9|s3cշZ?>M OOWi5(fGdɃǖȣM=d/'f^W4~$uZȾ|fsdg Xr[qm޸+8Gx'GNkjr1#kٮi&UlgWatR+Sl-2uqWUQ+Ҹ__>K|5qʷFfz튻}#^Ht+9ŠV5 =⼜b_;8D/'d2QL2m F wx1ws%j +rrQc.-yN^_ȃDLm1_,gGn6^]{h-C<ג\(ѷ˧.#[lW^_قqk^$ÒՒf. "K<>ؘ)Y蕵j+}4n 9SiC;SK.ʛv?oxkq=38{艍3!h*)u]怗1W ;?᧦V8Ɛ60Oj&sf.ZHE{ƃ$_ 'z^ת :ȇ^<EƉbC59'.K^l {NZ'M3Γ#rQ 3m&߷c.lnZ/5߉o}7ufB<ߥmj(&

}P/taC[YMk,3q}_BC9Mx|8qDW +r}fT rR=ǹ-ό1zM9u;vu˙k8ԑ/S5u8ʽygc!u \sEm u/mlk=Q쏨q> |VWx?S|7>I 1T\ u܇X,x_j;DCh|wУ\ <զ8}a'>$Xۦ1GH2=BNSb}}?w>I]c=>b-x:?őRYjd<ꄨꄈUjCj~kp"jJ>x^b/+> 5N ,i"ŏMqJ(5.Q-HҌi 9kw&v2m*[65oDO&!Yb63v~)lx\Mmlb?aWE<|ĩ5=F[uu󚊫GY-ky4My'_l l_EmcbZnb%vxCXrt~јһvfy< dxo?jJ!:f_W5ʥ~0]lj&k^k+X^mcS((3_5yo$F~<65U>~ex*&ؙpg6(bn8ߔcg0M2fy+76.P>Oi;Xy+&=}c{szޓ͌ͬbu;Ca*kZ:%ն<ָ>LKxOb"!\?fT1%1qcx{+:K:y9gr"kXE1/8n̵S؅bT~݁jgljٰM,(#/AqX.ẽ/9K%%IZ)M>%3yɎ\@^%XQEP{GFJbC뙈/-8dF虏qKrqGu:^u®a$π'2 +cyYg-RYoTz4*NH߯5sx$xUp`#71\qWqk'L}yS]S%5bzqm5+]&RTqf7~bhG8?Źdcur(O'(rLDžbDRyȳe\Y}"e? +P(i\\/q~9x?#/:cl|]EL&'/2 yR[:jgZiU == mwX{\Q֛nEW ƍkۊS'Wvyh==6}dEhƫ :NW7x]q RC>V]aywJ>MH i1w*ʿ㵊ocxr1p駁7m=Fp Ù ||8#s:)ڲqvdF\;<:?*~ıxq\`5k18g!jh̢XVm"Kx?Wv\OŽ>W{i}̛Ǡ*ŋ>!R&ȊNH5! O3$DbOz:AyHbɒbJ"Rs"3I|8Ô$\7t#uST85?OΎ6^3cb{T,(nϫe~)kU~i{u?2Sd9ro3OZVY?3M{:CMV!Oj=~kՏb>=J7XHoَ˾lc +5S乎5GT.tLW_<3Cjf)C%K!IՅXKMFgM"ՔU]՛l X[R}xߠkuy->cOcg]u`y_ӑI.kӾ +߀8d>Oϼ8ބF5Y^OqUqɱ8طB>~Nɤ(7M_ؗ?j̘1LL!$;!GʉH+O\6m_ӏ$6}=؃1Y3G=:/>UFy5g}|5nlvõgLUlW^?^fuF95.2[>tclΝjY-X {ІJX@m\q\1x?CҴ?t_9-~ +Fp'm['$~O@\9skY ̡uW:$ˏ? :9i!%ge ܎xZWf|''ɝ<51ޣg23ɂ詁=E_ʗؘ{= ũ:J2Z~)X,^zkgzOv=>sKlY<ѭ|ދsgֳɕ/CGW(Ūriqۇż+OGz&W}M<Pg3!DZOϾ)ۗy}j{0P\\-qxgCzasřTR>.|Q*nȶ} !dG_46vNA|+oynɅ}/އ#Xgfcb85Yd̦M-QL?gRrfrx:-r*C2{ml@S튥JUhhBޒݠh$zrn#c'?jːoxG~XҖH>Ɓk7m`xzc\]8xpWcqݑ^9G9u7?7u< #gę [י"9bwW1S֘Dp2K bZxU^q֑`&9Gudd>yp}5u|~ Jhy7;Xx'T=0{ 9+rjfݷG5oSkzlc\_ʝcWYm >P,h@)ڪ31qq[Pmjq=bݳ|84Zv\e+^]}"F30xcz2X~WNs=lzmmH3Vp>gEc7Z)@ⷊ1l`{oPc!T!zyΤW?Cώu_+SjH8Q%/k0xU8n^eZyk~n3ԃ汈c|V?X}E}iU^U+.KUSi?N씧;__;)o=-po8ơ !a ǁ>7roZO.hHqv~mc;Ϲ^:H[㞲}9ӑk-wucy90џ5| +_R"=.}tSɃKq<$u>>O[k{s9ŌbBb*ߐqJa\E82qKm_bezz#n;xL8>{-1 +?0c?!iu-C^iA\mLUc+kuH,JmZԾT-J,Tݸݓ}:<ۅޯ$ x՘/{{m븏̗ +/ˋq.zyNm~$k~!W8ŤӚj9sl(8顶%ۇ9uO1EOf֫}W50#Mq6C'yُvyጧ؇WjܴX(.ڼ_^d_vxצ6XpDɁ[>4~Ϥڊvn"8ɍ)_`}Ïas\,UnG{z.#rR)NBiW)vsߩ3SP ޳ꕎbA>חY:4yi\CRƖV hv)R̶˧S 5v¯K{}`#!8kb^`qol~?e֍Rn[>m^[,x~ѦG]~3l=s̉Olݱq6?}l7uȶƈnjRd_cqǶ5 `}DŽ6w9G"Ul+NԾɋcF/WeM֢bn/l3D J(PR:>{L7M /=/ Ň˒mKz&'ޣoj=|o`:|bbkқE-U."g\E,ϙ|9CݙHcF*Qkhlf{b0$jajcԯ]cT4E-Y\'ՌN_mX{Ȃ{ +ƪ{2c>O_Un+]1!cs̃֘f-NDM: !͉y&`U^G|_UK V5x2~]yaqSyߐ<͔36ɘ2-Ң:z}\mJu/1 HN}K'(u=sW3sXW޸B/b9Y2~swlg?J(1({(Y?<7{E +pNߵw<[!`θ.D#E +^;A?2jd/90yB>TLSׇ8=wjOx[aխmO^dI<_vG\ގrtm|FnKA8:mss>3lqR ,v䮍'V=s9 #c̳jO%Č8':əS,Wvl*/PǙB|s|e%t]`1hzdLC+iŰo>.39>g"vV12&ަ,dN>jvTUBeN՞ =j1J ,/!iݍ +W0&^ +y_&#^7qq{N:98¼c4yWW193@|gc9D}3 7.ϏI?<0 e<:Hm;Xɭ༫5Ivx>15C{o-Mynߺ~^(''1Gq/hh[]Oe^Y'꫗L Lm,Zhc籚j3E5)8n/җ+"sqQ +4c8`>^ںK enlG.ԫ$)UAO@C<v3 CQݮ}ʕbp:ԍb|?;{~d*%&4ÈK)~#׶-6?%ۓ_sh<=_*'{e}h;b%moI|8|j2gqRK3Q?s ƺ"c)PVc6[M}Y0+~"[s{ߣZ絪-ଫXXϕ7z}(*/x +;,WCs&x<AwÍb2ۘMuZrܶϧsM/yηi׿ݎqN|Sg^838~K/l~ٍ/8s2=myN<81>!!1`JX3嗀)x(c s`<#CXnr<\΃nmuVesy$_=|xzǷ7 ~;օ*f}+5}L2/mJVbCs>^ȉW1OLߐӸKxuɄҞ@΃+7D5aY(Ĵ1'a;n-@;p3.bO\w}_rذ CCmHiaK*VW,NJg;3>iSN Ly IQ!T7o{SN)dov +)tymK-Ǚ4^j՞o≭7>9 z +P\,mŜʟdb Udύ}l[)Tmg7Odx^ 4j#w@ %7+t)>9~]x37jΎjJY^o .Xyy>FQ^h0^mڙٞ'뙿Q}{qq=UXƁ'~ +F@̓]*ڸIm>qmq~͘T{u?e]tt}e{Vz?Ɔ_Rcˇ{-Wd_ _;ǹ9䘲a\YzORF ӇR%c܈qWg<^Msoc/Q+fR\A'FʌTzu~_k?{Z}N1U |Cz6 ~]F?37S&x8Nc9ߦCMq܎BXޙ²3b<IX+3bL #QΞyq/qzm۱^ȆR0Olz( _8ȒjH1>G|H4^1v!ϩ**E gU+V7HRIx_`J-{5^`S|6XNdZoO>8V>.8Bw[_HB_^BZ5~#Rbޯ|%φ֮TMolTmlkӓXfm\Or~r 5MY"<1bB9lOS}0wgy!_7u9lJSokn8Nu2Ycx;c`1xϒȧre1X Yf +1s5-)QA2_Lc[Sd3]L=ܟxVӳ1Os0b9(#c|P,\w8Gb4Voga`S Ĺ|?z}&gwvsr̟?ƹ/uΜ9q쩍Oqg^8}4ِɍS/H&Oxbƙc-ɵ'3C3 _9qkQC +j"LѬQu}%)OSaU7VӞ[`|$_~l|UL϶,ȷP[g2&`~?@_Ocx~q4phCd﷓6y0/Smuk57>s_}̨J.L}{>h*;5.gNI{. ];LX8|G\xabp.XGe[Qc}< U/Sd9 mǐ|Ӷ޷(FL|yjot8"ue,cy=9v?WLܻ^=b[0NDM)P(T}9.`XL>X8aսu86xijVfLxuԴ(:ƌ&r+ +#JN6j|'vu Fx|Tt(X0Ǿٖ#| AXjqTN]{] ޛ}0t0ޛ$zMų_Z : H< gCGCok=hCŽDxO=hp<gLx9ׁ(e׊C`6@| 7=EkS砸?>+qi}*l+w4q^q]NQ3\LM3vVد_>GɎ>a.v{=f k"(jMYJs-j>?7 !}ҿ~J+a* +Sz]89e2u:NI.q`/>>LFn>_ 6۞|v~4RipǔOs/bWx̉gRgmzṍ_|SKzxǛW|GRo-UԴџ26T/0^=Om9N}Mܧ~8o=`9I{>ųxzSR+w5΃'YpaEf>e}%7._, G>aǂ}V%kVW.ëg_s[ubRgMxVK׉vmgB{O|7EAӯ#+F>"Y m?A}w#hO?ӫ/kOaCH}MF +>դ6 ,|rNx9ȀY3sP)[R{35AGRK'uq,擎Aq>X :'гq~./kC/♂k@`G]">O5boC>2k8O_ppt03dzHg^=X<_ _2査m{\W[={[[wv}E\+[}Xj }rL?ʻb$mڦ5rU5Kk]yWν;a^;s(t6| ꍳ+DL=s<% |*֟>׸3};Q 2v^aޠYxx`-<{ y3r BWχbB{, ńȅj|}Y~Ȍ e|ĵ&EqVq$y\˛io8\ ;)L~SԞhI:=b~~e@Υ7]:wyd~9|=SK=/ݞqO{Te0w{[D "xCVm߁%y97Z2SyH]qoS +^^t 3m1Z\Jz Fgc(c;ћW ^{%t*Bk5}./=}}G1}EvZ)KW8Ya z`?25] &c <m_~:jk˹ZLN)wo#y[[+}a, Ƿ9 ]xfdˏbA0{/3.|pڍm_ϰ}˹ݤ=qsk5I<7e: b:}|럃` go?{*ܩ6N~TNq<ϟlku-:ǟwHOO|',`ǴAp8o ?lj!=!P깰0PrV {G'=ĥ1xge8QL"FNJ9Z{XinVS7~~>?Nq2|;>kl+"vuE1Ubf1_C_K^zO2/r{n8u8t+M?sq͌msq_Fg?ѓ;ˁ2ѳq_:3Av:t\Oj\ M]-:?}G[i|1%/Gy_x#l\|63s׷)8: ˧O32o1eK]X1mb&<y {,,gS6oel?[kmX'<_JJ|𞡶r);c_}_r Tk< 5?\r Xǒq>2!Gܞ̧eiK?`P\`:bƊ.1M?|XVی힏LWo?3|}^\A`CĆR瞣G)bqX^ Xx䡍;B!^-3:w28_ 1)|PċbF+n3^/YPcF A![>Ձ<8&x=υb?Gu݄Z&܇q5SͨcQq߇6CAA'~{LWnm\.#iwff\·ƝP(D v,C`?,3Xsm,&OTO:IV7#MnDl,Œǻ[sw6?$<ŇXFg6kܲ"(9|.fv}a ^e}j7~kc_A|M1STyVM9>-x&Y3b9LZ\4 yQԦf j/#.4W8źQO*.U7Ɓ@ +Cco{i_y23_{iĉbzOJg8׫qo /R,٫Gɩu )7WG%ƺwB[H{ ոK\C'1:}T/ISN:qP"rŒIƞ()&5E:-ZN^uY ύ|܊V>Q(+zb3v;y!-vB!s3>?ISYM99ŃS`=q߁Ȩ3`,blhrFb|S-(2(Wx zk8BԦ2bJ#L>kG}|Dz!3H"p`Cˈ-CsakJޡi!N1v~F謨$'=ˉDΌ3'Mńn+^ +<ˋbXpmj8mRs8rEc<Æs.̸wY^4J9p<ǽ5n&?gΩz$?{szyVNZsjrj)19,BH cm[NS*ϙbخxRQ+X7 +b0]_"5 \1D7Ǜ<;^C`xP7$+|DgƏl{>>Sq~Ƈ sYBܳzu׌Yr.[{}ոPːpjC|)OwyD01pӜ +5$gFx9 ztb+?1oG Գz42a3!'x%9r(}ss>Vkpj,Xf>Ã_~ 1,A_=oB纐#yK%r2!bO>Z?9Xsj7Vr}]\tNs}1S1tfx5_KEM]u>SQXC"k?RC5iR5kC:9չj 15~>Y%kޭ^f1.#`tv#(ZocUļF78ykd4(_w"n'^>Ax{"!D;,źIP#e7xq5ϞkCdSȇQu _6v#OFBN£?#JbCy.0" a l^qGg>QL|4>+Zn) 1~~e"{Myغ|5oS$yqayO>7^i"q4CSY1rt{Ow\ɪrP_ 6(ln^2/cW5P* qgW1bAxbB3q}%ޗi-fWy3;_ 'AuXz;z-s]}jL?7q~5!Q:d|9YI~Օ2|߷ږ$շd 4^bwkݩ4a-[f=B)N;ݸI<Y]}ScVg_U=+6;ϼm{-: =W}o~;bi|D暶Y}?U;G_qLWW#VKU58r4]~<_3k:j2cA;Cfu=d SwM}ƃo(/ힳ n쾌νR硶ੳɃ=z!<(q_T/^^|Q )Oync Y0A 'bx&ė~'1w12M5vޢgő`ϋ]`GgCc¼CZٰEqbJKː{S(Nܿϸ>Ŋ.ǏKǢcT<^Lw/vgnyXTMŃrscY֋VS1h#A=G3^췻y_;ս>WG=³jރSʭ)rL5,Ḯ. ` CTS4YLEubOu "s__x3=;}~j'+&>B1A!^ fMZ1qг?h,_HN^ L8,^)-ŒLL3l<}6])X:4> jSqu [eN" uHRO9cĀ~c9h+tWj(!/ +|ݷfLg===3dk^V[uN?,}~g}(bHŃBr n'X%2x-:OqOù,T4Ã:^"jlhbͷ '_R9+[Xـ S|Tϝ`AipD Ōy}/wq7zn0J/q*jSVtW<΃ 1v4ⷬIbotnxX1h1ƚ s _p׺}5m\Go;m_3޹lZAN7U@. x's~u)7z=91S9[Eu96U$B _5#F8V:N^^|!<0cBz\#<OɃot8BI|Kg얏Rj68PK^W:1SKg1|:ŘqJgqq#6u'eqq=>7iCb}>%B<մFJ'o/(6 ||e.r1ը317kid[?NZ)cɆ`B,Y"mZllvX;Qɭ/^P_ƾW\y"uc>t]~-q4>u78>?QCĂKcwO@+9>XȷWЍq26qҍWgӁ񼺧Zg KoPxϸ4c3pn>̏$ƉJ4 _%=]-_IPo7:BQ'L'Xn?NoE~vSNz)S:Î?n|]eFԓPLc)5.<0`Sď2smb<1m¼fi23IJŞZ j5L>TS K5N-%Ō\O>4'p1sJd/b3qo6ăH%Nb͛.7'љpnMٶmsiLi{qce)o\86ǪSV`^sd7 ӼihT`<;{]?xs} G- s +k]n9Tɏǵ]ȁ8Oi P55D*Ws;AC-nƯ#umNΪK.'Y| ]VO.B}^ R~Н}qm-5%ƼJ*.f'!6uH*/U߳ăpNӞX/EŅ/ Msb\oj4I}o_<;fbԕS$O?`{Iט1m6HJm,O]c=7v\S߉¹xYd\)Qzm_K7y1c]qC_I_eLAן>1БzK gZbGk^rTW9o)b"=Uc)xx-՚qe]ce\})>|nqˣ8"qnոWM-9^ν*zJ`?༩{t'H0o:XBoã[ܧWIL @"ꙺ,gQV<|Ħl~yϩGqOBgq<m(+|mS e3Km^*۝/<Լ>\ł]ńp%7(78Ƃ>^¹Sr|DӚgscI`% œg5( f߸+OLǼ6.DbjOt>8%I)Dn:U nfߖXLXZtصC> N,%4ǿח_V8}ǜ;΅E_8UCc5sopa(֡rV{w3sĞQ<cƧ">X^G7Ǻn(e}h]RD?}mi0f`c;|u/$},K?7gqK=><x͂\bX\mΈwHh1}ĂVd[Hld?XˬQ:-#3bʹ1)1m5M!S*'Qy s~!re<Ѕx ! pLΊ1?bFy2|3~ bǛť[t5qB{d-fRڄX^ckYYqXko/q/Q?N:|}@ʿ2O^݋y}jL'-Oԧ7[>%m;-^O,N͡|vwsM}catn_G7YE_?d__ZFGg'|瓗K/}Z}mEmvdy^smeFlfki?o|uѵm&7ս~7G-W.˹O6^!OVD2r{[_7>gd[X:غϯ0[sލc /.=:bsQS?0kݗ^o}or\=7zty5m|XWa]']iڗ xIﲥ>qD?o~j, %z|\~/wS-u SkXfeeO|l]w׵bN6kaVӺkkis}h@mu8TXco>.E97|s4sJXO4w<[ 9s >ަ30ֹ7-s"lYT7^ǹ/qfjҗp%3 +"lyOsZ>.UZ_+ 3;u2[d:c[oX.7x*Xj_x{D}:dˋs9PЬ d^ja'wܛZߝW'8&n7;z]~7 k| ˺ŏ)F0a-Xڑ;1# zLue&Uֳ:t\87ǙSc-/ؚ3/X9  ?:``';=vXexm^2_=I_R>*q&s̃O +^bzF {gu0hv4uOw>Mngƒ!e}ϊO˶]d;v`@7ň΁ܴ &t+܂|Fw_,b(7`/[l:Wui?2@[[y0_HqlVptY>׊kR_ d_oe4?~j`»Iq[+^( l/*{N|G;pܷ8&nF|Tی%m;5dix흯*nXjvCu}vWe{73Fsn X^ϸ*%n&\!WRȷ"ߍ.;n,cc:c$FYYU|ݍcY{}<-|s44m/y7Ϲ[<]s؎n>:sSϭ528/{,ʼn=Cw?fp?}&[cE90bp57Tb'4N)0[9#F&/TXFW6~A9Z{#}˫us ֽbb@ed* N38 /8k13cɍZr4^u87=qh˫rt$lS.ҙ싲2?ngQc6mޮwN\J@:|| vtYns_ɀo1E,{\Bbk4weP9( 8\qUQu,OJ9FkɕΔh|عϗf!^h+'A&^edi?eihC%6#+5ۉ4'~izgS-G1}Aǚ$[)QF\({61ܾxĄ|9ձ>a_멷l/s!fԑYr3z?skyڸ7q:5s-cY1:Wֱp.{^CL]h>WWf=5̛r~»_I|dj/Ώh7wdN}vffx zlx4}x'Gj:=jFTfbM?=4v_a Lk"\?/9t8k4т7&8OyMX*J<.7ޚs{?Ԏ>ۖ}) ãd\&tw噖)^ 8.vW*0XqPƊzƒ!k8k st>'bd.ˍ+pckR=\~%=&r],.e; 'ibfϕV_<WpE`ޟENoX|:#Z S9c7wWtj ܨt,}form- +i1|O9>lcl|]o^Ϲ|6Z{ mqi?n_;\/n5Č&4w)(k?BMEYSxm+[)e}1&ަˣ_2y9ٷC{>U{߾}P+?+Y'3x: sަz^KєA +N؞r_7 Mc-cڹ8wyz{:^̙&%#-G{S[+Z]xb +6i3xoSO\O«'fb‡'& 7:p#stVK6욇3s1ǚ;00ʋ~fgȍcgȵ!5ctnqqpM Se ˵\/|_u-F꺖^=˽lÄ΢`A*cE. :P}_\a|-ΰ}RX 38qSͱfrm'xoUx@<ƞ€9Y4oRޱ/ɷݬ9{ƳҞf1>Ts<΋isߤGu/ =uχ˱~y^\-w }~g<֏|b̳c`2#C% j1TF6qe1J< 湅Ef,瘓\qͅD䔅[ֆGrBߵ*nx]ސw{ԯo g6f>ae3ℰ e A{LQ'B=ƂU.4#Xb 95ך^w9_u=^vMq'kcq&3AXQyq:=EƱǭYmkdb;,wg~a=0'dep쓛$2]}H ZaȚ7eL +kx e7k!ofDa}Z?vK(m~͞30nMK>z{_ 0*;SQ|g;1Z5@|FNq\aG VVbplɓ\P S Jp \?˛O^Sܧ㸠 Sa4b΃ʂ:Fw,|x ^4o<Ӯ_ƎٰtWqƮx4^ٹ02dɓ-v1c<)8s~FXzU~\!.*92r:5 ZWYFk\e>c=XM|Ndyb'Rc/犂}|{cʁƯb0Mŋa@_XԹ2-_2#^d=$ 3;Kiށ\tZ>|4c|nqfhYqϹhqo<%xLjTEշq;xǒ=<6^Uŗb3r +*1{T1F]@#d +/~`#5Wxp> ֱD*?8zbٷc/a< |ңu|m־S.yY0zּ!u&s} ?a7/#;|x> θeȮ\I90cɏ<{VfZq/V](j3od͢9L/) +ֻOqA=tx\s\Ѻ-㬶l>54YWg,0*kr[e۴y:J3[_x E=ilޘYT1:qcPe_ty5Z7rpv݂? 2fE3Krn^krJ{ Fƃ;b[wyG'xCx Nox>a8>O"q/S1B{8K֘gK =azP?Ѭ" e9o)ØnEΉ}*ԕsg䷠~őapIGWm>ll"gMކ彼1QŻf}GR:P}=>*bGo?=XeH4fi颏\şgq943w?4k΋}^GkĦ'S(Oydݻ0Vu9oNtk;3+:KsrA fYA'02cS`aںbP38?[SM|&G|%0/xϧy<0,afeumOh˄ug@NpyJޛ>4]}p}5oB]ٯ^?QnCZjOUхl䘧?)9dZ>x@kjH5&XcEݜ%V1ǘQO&+co4֗ОxW183iqgzb\on3,G}O';U$gu.:X0<#FFscdƒn|Zٚe_5ڟǻSPx XP~OZ"S Xr!Cnj9V7qm映5+~XsEe:jLNcz|pF;ּ1Hmrn̐'NLl՟)χ03!ʃ #PB7c9g<6t^ 'dDxF, NlŐkYr:3VyTqP2y|8e̱3_5x}U;̉LYn׍\4I<AqR4ai NT-Z}4:~֏}2cֿ3!kϫ0r%.䵖G[ee +yI4o4x|e95&Dy05㛅|2ǪB@LKsS  Dž)Ƣ}s^*F c쇸`m\~>y| _ڹ5TaPOX$Ƽֲ{79:OPn ϓ̲?e,}m߱}hbyXjKa9ef~=.b=y!g([[X%;r & 1 ;ø{q ұ|͌e!w YR}Γ5dc +v>RmV {ϐ9=-6"̋uƋy/4nƥ 1R3[\s|엙τxt,Pqw=3ؖ8M}},OL62svby9|,@x-3SOs7zq>bIw]Lh]θ|7]̷3Ks= +&o4/=Nq|,xAcc<.z5O06#ƼSz0 + ?ゆqajys\-M1.n c8Um+ ~ܘ` k‚;\uo|΅U{Lh /x rHǼ9nھ=l=^'m r1Ę]{{{ldԲ^Jk?Ycfk嶰ي/$:bn샓{lӣew0mq<Zد?X1ϝͻVFlZFϔz4rx}q|ij0}e_症?;/~v;}Tԗ̓ȹ*\Bk}̈0:j}f;FcߕK}Fu؟·no^?#7e`]ؖs|yGʆد8?1UV9&fBqYKm97ͨsN}~|աm9acp!!Yb|e[=.f*TY/y꾺Cuڏ:Zxֺ#+C)W|u[; |~ZoX]ʓ-&a3r6qulK8>065Xk.x`_z}ge?0c'ǫr%oFo$` ] A;Ɩ83Ӄz*xN K2i}qFx4~Z=; ^W)k7߆Wb/F,RahCָXug^61{Ͼ ]q3~-ft M4|7K,z"^'XpO [g6.;Z6&tOAe‚[z. ˮ, 8٘~i{:4&Yo7ge1&|̓#k7.{|=,x#9oLBgtj75λӟcy-1NpkLy| I9An oʁ=YӇnAଞ)6x>^g8L{ ~߳oT|߳ 1f0}v=ǃ^#|J$Ƀ> Ƀ4o('((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((޳+! +1 Om"! +1 Om" ! +1 Om" +! +1 Om" ! +1 Om" ~ +1 Om /xu@p! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"V +흉,q{lǶ5ڌe$X$@ "$]ˆ}GHhE}7Ȫ&vwuwuUfDD[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[o[ov2tuaOlit݊w zA]AYQooAo-+ 蕅zi^XA-/g?iu]?)?$=&(?^3?.a[w{&颟,zAzAu + xƊ?m8,quƥMHu>scyβ\^xQ3e\-*?{J+E^Q/e~IQ699-ѹcAIZʿ~􄢇.Џ~Tt薢'\]w@7[ ANta*Ý>,<\bA.lњ϶baMIpI1Z q+Ƶ[~fz׼áyn\[r [l[>x]y^IZ_ssVd/8Kޯoosy-Xy|K n F 5Zf _ ֚O d.SB̉)sӏ2mONB/"1Zz׼\wq꿨OyL辢{L,x+&w &D\s805&0N|x!‡p~kGn`;-;A>KPIQ4?Wg== Zn̻<"ˈca~_k Ώ Xǣg(k]*z|[>ąZs.B}³Ern5X; FzhgVC)k+Z/\0/B"cËfmǔ\̱kRk.xι 9~XYxsB>EʼSs"2ɒ6viצ|]0)4{|kι~&Ivk*OGOgʵ9֒ZKk+^lC佼ɺ{&fA$Z> ~#59qĆsBb]6jƝx6a15[6ϹNc gwsi3o J쩌?|.5̚w6{Z &|bF=27o>V`I/U1|I{[4FkG1;b} O2ʓ+l͵k#Ȟ?"2 c|8x<[al؃\qdEr\ZGlZ;`6mZ8Ϋ%3!#q0OCSk\`^և|Imr*ۊI +"1s[>6c4z$̄w~Ţ +\;hЉw0bg8ǵjWI397m,zY쑽-] F[xL>h/cܹZ\ɚ^6{Ҋ=]{5~f7Ջy3nl()kC-^.cG&YnM{eke>-ݜdǴ>/hUZ,ҽ>WKLgՒ!Rz9tx0Zq[xgMX,雹XjDm0_tV-ߐk9/Yֆ=r^vҘ#Li jce\kT;}Me}JH_(yU#1ޞ(V|:V%o#79GBK\kZ9mNjF5H}qI5oPj ?pXm68&3bֺqZjWsN6\X#ƋSXsbx2-G契ѿ0 zR8xX"u#O*~Nr=0ʅ'-Ʉzw2ӲkZ9ޓ`˃,F Eq5yc]jsuWȩPjMD[꾸B ՘u\u^rR87C+y<7W'kxKoSYQfŤʿaH=oo㼲+~2~q:gDC1y}]Xo62ԣB5|}K6rN=+4k8`Qvu"@rLXO6ߡ&*˩&kNlJXs-pk4T`FJ {8u"uݬj?a Z߭r8i0a%/j{J\B }FcKS~"uYPAK_-G 8$@}?5?mu͗6v +5kȈ/7s1gQPOd^*6/-ܯCƑNYlX3O{KD֞l"ôο`ù6w]S ۵֗#!0ъEjYkMRe-խ}bx&yWz$+j+cJ ~g9罣`)q}^+r`Ӱ􎲧}&}(ܽHɺ,|/k"{| =)s5Ѽ Aq`K&%,s ꊠ~Z/we돽jq YLy*2$߯RĥLjZYZ7њ'f"γNkQKMr,mー ۴7֬Źc&Ԣm^-~>*[=sZ'RgWa6U*ʟEQOU41Pjq/}88O2pu\+[<RQXPƅ2ʼ?-6Tc'}Wh.l5kK7P70`ռV9%l/jy3Usj5_jS] <_b>A-Y#:VoVk-T&kl[{']szܷm[jBoЋ3bN#j燜Tm.lc~ +UkVW~os3x Jbxy_Zj-qQ?$> +dYcm7y'Rrp}4K Isr}BR*l(;RMwzr5>V/=eܓ=hIc/~u9^ļڼ+Pe|'pyXﯧͺ9d^ׁK[d(m*6sak'͍qƣOh޹6Лhc\{KTsxw-In`'/:1(+aEPόp`yK@:k絬,-r6ss(KiĚ[mjT%C=}%b;1Xy:W'[1i18I5VLIco>rqZ[im]cU|,mTP]#C*r Y6eoV=v+OP負6Ɇ-ަ=+% 2\Cܧ+^Kiz?y7gdΥ{QQ*ȱѽJ*Λ{[PSԬQ&P rss"^԰y>ZeÓZ_r<ݴž/_i̓X8nV%-:Re]&>cOgj`QI{GgxeJIVm kFyv\!m{o6x-*hzd{P<6unZ<?)Yƈw*܇_ +I~1s+׺(}jj2b˾=\2Wo+5/Ykv= +*oы;wKcžӓC"7y<JǙG b9Vt} `Rh1Gj׀\ۇ+urKpkZׯ6i1־gHZ׻'dX=i}WUw?bרŴLf$:RAξjezkk̨CY _U3^嚬śkm^" >&X.=WOxqW$b2|zi2nF-x=]"^Ǎ'KZyy gՕU/]bx{/?Z} vy:q +T[c4\+>g;;Y5XrΚd!H\@(  ~z`qu/to{ۼu%^jR6ױ%Czu==XC#z kX!’X >۩x(?_GQ^XC@wr,//߳֩őڲ|FTēr߳|LVsD>x檷5y_ox {I&|sY.I:2ZM5XOx_3sk='a(5ߑkn6{^9Ѱkč/{;>{ʼ++kD/z YgzuE M#:+faS .*ʛZ\fohuU'JshXc;ͯ|G}~>'sm7}?h2N=Frr11XYYUlY7j5\MbZ3"Gichk H>9Yt-AqgZ[/-r\jC3ni=G8nCYkaw5iSm<>k^dB̓j>-I*)ȹ(&29cH܇B}d\!rL*Ӄ5f7U8ccCJFo{.2i\8 e0ŧhȪ1AQEel9Lp؇W'?R$ƒ'|x:T48Ǜ_2$N2:1_ijlBcCo9%!3ӣ(\8=~/>4\s?>vϧD1!j7ݜ9ߡ 4W9Ĉ^]>wʽؓ§Ә4~OjRO5/b|qXuIl:!Mg2Ǣ|`q_K yhXW9y1r 9:̑2'Xy+VELJ.79#9k2X%RHikIK2rkָ^zl?*I{bKZ'^C̩jk2P;T(A2'+&~\+?c$i~~&G/l #`|i7xe9G8MUxe_(yVh. ?vx#q߃L~=Ead\35^5Vk+RsmɄ׈;a~~;eB[XICϟu!4[JsSsdkqm{֯X1uH6<q)ssňw5"{~Z<=柭ùlj?jDyw1tԧ1asuĆD sr?q6EjI7-lΉ!p=ekea]߷1kn#F+<"+\Oc- +!|yb +5(K:HϑcQ5ϷDϥŢ9G8s,N~iEdʃ4Nu^Ti/](FP38As=YCF$"[I͚3WSh11qn.}YFą$ Lq .D:Iɾ#ѷkP'џp?,{(=^sesMύVDDisZj1^ij#}g2aɺy7}7V+A0?R{W_Jt0)MoY|4Gc?;{xEsk5JsV5qc-nƪ-yȕ-FE=x4y<>_t ǐ/M=Ji1q}"F3߉L^sϾ9l7ԏS59nc8̓h xzTλ~:G8)I2{qR|_mn[~ P9+ +%O%WA:H̲\j2ak Krz%GRui 늆rI̙g}eKj(v~>Tr,ucQޚY5ku ע +>5O~C,iLyD~?`e<# +5WjWk-V|m>N$.]fxIǫreY4G)_'{]PD1TU%^:‚9F2p-ssyժaӊύ9wbr0豿yua׸`N1*yTfD#-J+.3XC׷K\RKI1 +2>x*K ~U~@_I. ν\yFS9wl'!G~_>)q֜rK4.bΨ{cH +Y70…j`;2s4_T~Wn_ľ13ϧH<Ͽk b`cDm)r$Z}&ܓXg߅sTaZ̩yx.#Wk5d,Roĭjuoj׸p«F:p㋊(Z菇|iq 7k1lv"ǺNr%%kJμ_y݂{yE #w>R4ΛZ{IXGT[,IiﳯH;քywOi'́/b'9iE!٣6gnZ~K}2+7xGک/r?Sj,mil =e2PZ~w^/8] 1 +š2dAym{_aRdp_yga8G k9W4Z' ɜ5=i͚䚎&˫V~Gc +=) :ZmִT~qZ#Ȫ0G.d`9G9*ES1:sP+5R"k^.úqUmTV#[s㼘KYNj 5Y:}'xWx +-0,JaPl( q3Yyo_a \WX.5xo|Wc4__?[yZė#i Rbߋwzk; 8x{YP-kŠ!c\XWL{wN{\x#>MߙE߁LzBZggw\H얽d.Ҵ^iHRto`k}OOQŦ}('zRZ\u.wE%N2-^]XkZL9˅j΋־/|Evr=r?;R%3yc*ױYkު=5["#1f^ͭ^Dž)Z?;CSئ׏箴f'G9~e"ZwxP`YP?oOT}$-39bk$n"qQOT޻Pu{vRΝ="v_T"{$7˯j[jdõ8rk6SlsYl~Q^ Z5GZZLi Hb:FD/wc56Ә.♍^WX)~W֚wmK{RШUC\Zox)qG˱iexx̃{kmC[Pg!0oQb$" 2f7f>}X}~|j0s]46q/ۢ>2sI13sp7yUKѵ.BwJgĵwƜE2c0S'乶7氡ȏ}QϮkY92OQ[V +򱽹~K\89o"2c>[kx$_d/kV u!u QS'8,O +OqI|d'e[bF\\7A5掑:50[b1=a =ƼF4}SG>|\%:Z|9[yc݅|˔c [q{k5.֞cI.^ݏfn_pv2X4NXy +ƘɊsb' ǺGsNrgkICP.=5xG5}y=_ p :KObP@8Gp1*jWy2~͜㝠^BGb6d>dF$&ܿ!u:15߈)Hj'9eV#ic)wKxNjҎ2o`Ji,b)9i7}hNcYb&Ĝ꣓@< Mgѱ,}2: xwy=-sMpNJ9&ǢJ.d6y2f-}G?Sg~;J_֝\^qM0++#Q3㹎okq-1O+ /1s+b >_+1hď=~_(.LUXGJVG’Q梲6kِP?%=yX% zzk㑨GL~"Bz7 zEE>Bg=9xO[]-\vm,2b;)UrN#u.gqVrb۲4"OseR Ĝ1f|׎vW_xu/&cͯ:YocaܔRϔ䃱 +o1&믧jsFU;>~[CyfԿ^HZ-Cy@YFJ}ַ +w^Qޓ7h4\H(#yx <|/ڻ6e]S#+SYx'}5oR%EVPj^WIr? lۼaPȅ:߰oh"TX+EU㳈'yo|e7jl6W 4c҄{80fп="š* +C"d_ms`3f2-~;4Ap +_q{ub< )ِrm~!q.!!x?u8P(ABɁ;Xj=xm"<742ڹOΤ|G8hd\Ep׍h/<~YkXǜpl#Y kM#Wq ;ē3kF鱦̉# `a$ոo?G@Kn !OZtZgM9Ew<|r|hIi)d9-sPD4vO7H73߸D>AKA>;ƜkOUWCz/UVDonu1?{f쇘5?+\ ipKt]K# b .{§瀐=~Ơҿ[Fede<\T5iM >5q G';ں*/Fr犞h` ZTojRL$IM8r]o7ZNԽqn!4wr%X7Ia=c(F&aoCCs*^G" a +o%ͬX3dOa"QQ|h }7n%,=mDr|^u7<0Ig3Es=>4q玥rݶL_mBk ]KG/{kZҏ$򁆽(z4_Γd5ObpN%h }9~O%93+?X4?D+2ƈѹN['E\<'/w0R%N0#]^ɤK>R>AEs CPf7jh^Id}ȱE|]L>QkʪuֱnK֫ Ίk1&ywl!GpkNF}\ IƛsV fZ|<4yza졔z8Eal~iok:mS% =>`o,k-!f/p }.{^+t,B$tyO٫D쇒h>́gfiCha w +jii\#j:P\0gkeі񀲾u0:c"YՕSGs6J%9c$޾׉n[%. | K0ݒRu\Yy*,][otd>)1c$[^"O+ҿ=69J{='\Y9B\kyJa?a_71j3cG+s;իozKr.lXo\K9w͉Ѵŋ +-'1JIYԠoZ(kX 3{p#=ܲv1>7rMK.ژs%݈sZc4#qKjD<Åe=@Ds,=4ya-6KZdf$Y-3=\b=fHbsYHlZ_F~ fL}1 xvպt4aY,hłI4Y^`I YEk33Ĭ\~7LΥ~+Bgl=.؏H``/91޾m}гx戏h a=CSw[yض80o=/WP[nea.ɼE"̍kUjo,d;>7ǃ5TS=?Ѫ(8Q㹿?!ix xWJ![.W8keξZ`Cz7DYK߫?}"r\qZciXU+&B[Ŏ\~ck&œwyskjf-$녘8KQ [#sY&ñg&ELY]#>cQގX+, Gȯg*`+GHlW>Ԝ,g1wEsZ؏t`箵r\r< |<8rHgl̂(w3GB$?ȏljLj̃̄ӵ@b<<8c?7,h1 {P{¯:.(׭ɀڱOE\.͗%J4V>ɒfat} +黎MS:0P|dsP'7{kTo=@X!CCM_}H^Ì~2|Xy"D~#F# p0ڢc>Qx.8>=XZV}5O2 _{V^pRjrr' +Qg]%:y=fOC:1GOMǤ,+ygd$o]@MOB^/^#č/Ҩ'q|!w+"fǏeܯZ[Փ2s\J>&|tOQ_{sMzO"O1ʃ?ke>Txlh=5/z%XT5l \/7$b AC ˱?H%FYyC(=s{fC OҴK{ ?$V$&d$ $a^Ƅ#+ CB?lXvR8ӫcM%:u˒v6sۧu.qǠ4w#+ڥ}/ξT"|t.߬I&ãAxȘx$?1 +yP[x}h +qK]"|% ]g\/LìWN_w^cy{ł+\֍a,co?+v4웠~puI^;ِ}/EFY=q9Gk6)a%?: z<yW|={ f왎u.ՐuX̻,e.C5O#Ik5M/~-̇7a==|rς>jk|,41ڕ4&8Z̆"~H}3~_!%"7~X}<z09pąe3$K:ēzĂg0s|_/֩J !3J ){V̂o!OhXVƄ<{3u}DO ߣKӘA:Ǥ^=c#*:CTh#$yO>>~b!?sZmp.cD͋0QD]AK܌k٧kyD_}yF/@c-8a sPۆZP**Z)QX} O6>S3D{ Џ9[xNƒJsfA^_J12 XJ| ORk0fMT'1 tyqA9V[7ZJ?72~)}*"FEkf_Z+{j]jೖ|;Vcyܧ_4sa?/€s; _39>I kx""G,8Đxh0TƏ{O>hO +$fH)|D4 # uBY6 g +y0!ȇ+`AIn\9ŶY\2GqZY9~΁v=>Nd?7eæNwZK=(sB೿X +s.-,k׏9r-9Mće8gajbOǃfF}I4ϊq=oYn ]ʹq/ Lx> | WiŪmֲ ys.W5»RXouDn+OoFy -ieb"֖eKhG2}Rc;7& +Wa}QYjy~Q +Yp|ޟ[RrrUypӱ$ łȂpqL@3)E_jxY(ƑD"ǜ!42/Zܨ4bI..bILT}/͵H9V+G{Y6)h#opPB,"Cop'͵ĵ26tZ9/B0W4~Su^Nb+IqCTS(FQqâç.2[KuCku0ؿ)P(@Y4`{3sw`~ [[5)yOe~u1&1"$5 K//<k@0BZCO7q8οbk r/Ywo1yL[Cޓ1ǀb>}Qciks{ZNMUnOü:Dvw' E'0re>e9R9`@Ɏ]N)L(yS{ ^|_Qh)&_Jr"2+Ghʯy{IXGk #,^SG;l9s˝o 5l'ASL$EޗČq) +%cSې!=?K쇢cbYH_.>#q!)z?T=AJ(GN̄7:m$,=fxA5a]9N<Tj'.nzG6; >;nk.]oCX/C K7Հ80-(&b@w~2*{ĀG|UFm +,iUtަ{A +L2 2  2ỤPRU3Uus]ڵ'\v£2}M "O7<%Fr5uebΧˈۈ _9kJ-sxvfp٧s9d+&-9v?g4{_v*v:{5oӱeOλl +yNwbò];6ؑש3[rz@e7u7;o//gkv?_E="Η+kiK:pr{wDNk\9?3l \w*v%5__kxQ?GvvX_۟{]<~R:q/ gW䊯x:•/OyoPo5 OQ}$+gPB|qa|{!η+ǝLA&yWf}[=Ot?r=PY_my%?{o}/T}(S ^ᬷ5ؐϹ )Cn~}E[rbu)Վ?{ֶGoW}u%Ǹ#:1p== m^{qw' +;Kx_7~o~aؑ yՆ&MyMkSa O '>7^*+omDp\y݃y\V"=N>d^4η߅k&%ćjtf9xx n˱U@9FK{?+pqs[RsA}b:_̯O>|i?yp!uy_.׳nۤ' 9ܧ>L>u_{rRezK=LEwgan'~Y`4ϳ_xIg.DRG;_m߉ivm8;+F\Ɨa?|~BqpT\ݭȎd۬m^R(euf +PX3&/ g|cnjʻ+W_oC|h؏l:LO URFg~?|34csY`:!磬1x"pJtۑ[NeLW??3'k]ZNkGS79;Λn|Ld}9+<Bx9O&~WIhO%| cl]748 %qE q>:JɄ#퉧monk&s:l\*lf\Q?3Χ΅:DZjpt=Uc#wVzW#3S4g u&IuKUck:w#Μ{fz%tJ m#ۮl㾞vWG7xLaV^*R&5ok(iW `o+f^+}o,̯oWrMv?gMi\yZMr;ٴ.fisa}TԵflu@4s4 M0Q(a_X+v@[xmFsmzkη~pJ<6֚B'9^w!C ^|^n,e<뻖hOv9㷱휧9V=aӓ깳$;NQcfmbݺrk utF^W֗p>u_W\%}}(K:O},Xϟc hfh&W y]?x۾r#%O̮i3ۭ%b0vۺk08dm%ؒ<|ގ˥DaML/~~6;b$'D~e^9^Zxyr_SL2߬_o v+f %4 o\ &Tl c_uU~M|7ܓ&X[חix۳19cs':Y$\O:z?G;dG>4S\M&+BZv'=<|oK=}2?Nmۑo-MEZ?%5w͸`+ Γ6Iu>[EkaC.w,s;E? 9ǺY.Kcy#3R&,ގ\jSȴLݫ4mygZ=v+٪t(5}EsMz̵{ȴDm?ί5voiwܧԣ- :NcP:z"X伮~M8^U}ܲo3fͻb23)cy$Xr?7,}S{^=ozϔ9ܡLSpC3K{j|PsdivhP{^4PԜ}3;ԃ7q~iQ_Űq@;f^z|'Yc}Jy}[_X;)]wrfc7ʹ=_'32>ODuyhsB K3!ri?62Wd׷{}(<>T3,3v>7%o8(gu^nOT:;lG8f5:X=|$ig= k/>Y;as8ef~v$5 P#qM ;/c.X"uhY N/]^؇yyixt|g XK&hg3lt[im_v4K%^hjSE?\p/K')\dJK.XOnpF)`q1?R|摙טܗ'Fv{׷qqRnGq<߇2& +=6_Q:f}̋OK.9 ZsV&?Cg+[CQSP4zB|V^O.wR}8K<'\z37Nr{M\>ZrY,{N>z=N'y腷Գu`{ ~]X~y^|uy۾쀜}&42a4:"na Z2~}ПFQQA ":ہV>Rt@:A9 d侗2OYDyǎn l#{uXg߬ :>\s1$d~v>'#ٷ{g+5h=C%7}/}% r;svKk7: Yω=]9;ny"bn삛RI3`+A^]H~}.g]pRﻠmkJVxfΟ͔8NPEF2;oz,a{}m!f h{l/Ƭu;ܪ 䈜:XYB=1@p\p+P)ZOgFkbvWq}۔ݚ!M러 +eo )9Rfجw?*Dw$`.ѡ]}I̼VTyyxէ8v7 4&]w\kNuqܞГ!7O8]2c>_Koy܎y9[js'7syuc%']+>+zR +{b_>N ֊\*}<)-弭>YH=G3Ya \n z> nk%a4fk(>(zOTg-~샍c̬;oF'&y Xy΃,o .e36{6P-gf_b5UC48g {^5y\6:abkXHɮM PWs?y`8k؟c?ǐz=@rrv]#헓r <?ל!KSIq o)Q/ۧ~%C,jݨr={mKq%w|P]xgr^c>Tg7/]-좏j,skygvcy|9AoץhV9P?<\S_NF߾ s ޡ4:={s@}>TPGk&m^[[WZS51ɯ'HX2dq&g v1qdz⺻:U9DžZMZ'.vBAxrdE*'lg}>Rث'f{ֳ߮6qY{l¯V9rDgԵ-**Z=^.Gٚiڸ롶o&5kڵ߈s8upQ@}g 17O;fcGztAgvXEz&fn6Թi\G-)fi>gzk+5x}>p%gY#}yt^=azɀ+&Tg4O-)Ҫ3y|x;yRSg&BƼ5s^%d倯zQ^NG5vc ;Uψh]1Y=z9Qg_q`Vs!hk +oZY :y9MѾ2J\%h;DZβw"oڶ"Kry 8d彏+ޣPWߩiMa7kLur}5y~/̒ܜf>']9fnq=e]ιor]ϭw(GƮ7>i^xCy]<4~yzώ@fZysώkazOb;î靇2];`r?}쀚jf.dp<ð&+_O?guwӸa|3w]k8^/uߣY O5Xo-|]]{P?b{j3<x̲<򼫊|~R`V^w5èv>wT[_$}/;mp>fs+ݓ]Xq9I*KwwS\iXKnrkX 2>7u^d,\º)3>.\ikmךSnDZl8`,k>y]Л=B_kJCuvv?uq?WjLpAyb9 zs?Q'\ߕ+{|u6o{'wi}:ǧ5|cp )*_q I^@z~:/],9vOO4XO:ot7jfNxQqgc#wDz߼NW_>̬ѳsy}{ Fύy|Wciu/82@y +\Fj?Nfx=9fٔ%ݟ/f9&kob+6^+?|3CyF{1u wTD+9xlJAU:ty$whpr<+r0=f9$c>rUS΂3|(J>&o8s˹јwm䀥}821蛥N^9:I|A7gC=3gv|+ +Ps=]쿫W9x[uy|Fޫ򽭂}m?➌z |[q.き^3r8/wx :vffoR 'We5&W[ >ᰉ>,}gp?;KbN^P!/\klw~עК=ߠg{؞,y9}?/ywK54{9'~bdIt9vX+;s zy/nof',kCT5^g.8/yzV|wWU73`S.#`_; ׳'%`S`"oP\P}p?嘳/o%v:($$ygq<8U9Vo!-kr {Ztmݖb֚ݿ{|r ?JE9I,}rB"'Hh/DCG_D缄|K cYyN\;4ӠB//#sho\ѹzZ>Sgl);Mye)~Kowz<>$'Ь \;$ۚާ~goIEYԑtJηҊ sS?-lG@O/L}b@9|Z;] vc(.WPfk=9`"ь[Gɱx)` :_kNʤ8-A[̦؛ X k嘄3#n3##@Ku샨 PAd\pN^JtڻH _gy"_p@u]h3@kEs?(1Z?<M?˭F]I}6Xlf,;;<;Z5z^ߕ\ &Z焞'<<<+ΰC/=(:@cH:@gXsCkv?t[x,:x،䢟u>sz2倀sA֪>4Ն{hԇs.`/KrDKH$ӛ|oQr>emV^^&KʪԳ$^$ ;ϫz| 50[}'{YtWK ~{Rه+Rǩwq{vw߼B9^d}o8~RQnN_l>ޫ,plJ(sLw)ACNSw;P?6sId|o|V^T" @n*cޛaF~̨4gs9/&2r}av@@/T[ aS 4[^TX0@;\H[ +RyY܏/8+S.E% \υWV,J%c^g|uߖ|%yԊZ"O v3t__vR:v|Om;c>9ɾr{D*EQp ̶x4%wti\{ڼw9_uȱrZrIm?0Eh«/ۇ5a_D>wKm:Nσ1ꏻ.~8 0dԂ~$Nz`X7x؜Л-=0 2\kB&, ( +r>ظ@ A@Uu{ @xj?Ά(;3z/3>/<Ӂرe;ę} ִYm}6jd^-Sv4u?87γc'ҙwKyw֡>>ŬM]feLclY'fC|̩ΧYÞO #K5DD 8.H]'X&={KeY>>!q>Aˎ(p?ΣDi2y +v ;}7zRr>NևY۞S΂U)W_ih)1En;8.f9+\FdԙO.^XwNx CTk ;^cƟSwwz_B"L0r(AA!#trA3%M.3@S/+)]]s 8yy`B[ej>O]f'Z[b}u>|aV{!ήsƙgǵ{f&,u>yE[qzz7}8Jxp{Y݃37lz$_xnDŽB=v==:OymL=AC?Q`N|c^>;< K Nhp^rBԊ*ϕe3!g +2Ą|F#vSrZjnCێ ^+n'?]dؓ㨱9@:帺x@;3{vkr—-tk?W3 Wi=qQ8Q9&TP]AFjF@sA`kп;~ u4ɛK×klLd^.h3Gv`8S#&A8YN\CqS#jE 5<+dw˅1&e鹺z:Ƶlߒ)ŋkfa=2s,pv>ח2?f=oNdC x|J=5kրj'; m9L8ַ5nB770wY;3%z} ,4pY@#3Bv,Λkw|]r6yWJUl.h7<^os5 /Xzi 8`BjGs,k`̈ '*r&~b!%ߏ*ےA*i;R#Oˋ#nΟTlWl=-gu o_r֗1|n GK:!x__qŽH}{7[vn%#9virg}zM㓼Q!Dc.J}[0勽bSB5So^`/ 8;xzP'ֆurB6.ԅA@`@Ps \OmZYp>|: 8juaۅf3CG}A-.:\[5 ԚϔktJlh{yjg37;|0F(#d?qBTܿtŶ|u1mqIbW-b ZL ;!o? LW򁟮5C_rKO!q5' qI|yy } ԍ +rp C`] 3P^/E33Y`#Cy@{gP{H Ӻ@vL@9U4x`Ih !dzWo~k?x}f?e7|MWGl37ozӑ93ܝ>/mo ϫ:Nx6u}:ofu`{_vꃡupAў% nf#6BEe|)S&g-ː)Z;ys:,}m~o9G$(Żz;&D$^]c.g,ƤS4;+U%P{+kr{Y_N/gnԎZ6gCr\oh5|S7p[rL05 vq./9)rȾu>81wNc獓:Þљ8|^]9ړ(#vJQ"\/F'+rN|rOekp\cj̑yaFA sϝ\T/\3#ZK)fX?vq힭Tdd糄 /||߫s>&ab]i{\?\r=bu%Ӳ)}z1̀9MBmq"^2O #/wcx.9).YiYx绳1{ uGMqE>.{̡|g;c5oK+A \0~4vՈ6L:SjEzaK~ffQ>tD( ;!gb}as;C~4x K'-×ՙ~fǫq9`xn˝͚O8ϴF g׬}ۅq nGN3gp=9tyaX?zyY8?͹S>^;zPSCLpB 'Du4(^-uFNE].?MMbG5rp"/k؛|7yxuπK/x#2].?zyy=pf^՗^zYuy_ϻgV }E.ieUnu9;~6^'r|1ok #ʖLZM9m9>ȱ۶+fɮC}zp@go5'5>~\t ?3+-rɟ2/[KN~qfs .G|ck9a շ݊N僺 Eq a3Ԏj6rOҚ 6oB^}>WOsyݟ`)fyve + 5}x9'A˄Y ڵK CM7ܮ;xߒA}V3W٫˛*o٦.nӮ:] ^>tv͌rO^&t| 7P-K4 aĹ`I|TY\QsILBQ3 +g|a`чTX}l{Tƃk'5=] $:hΖaKst?Shێ0zYo^vR_۰yۦqɒ+q璓5uOg^h꜌ߪ\#+[9mq׮zȱ~4 x=19O>>Ɯ]# SFȳL7gpͩ!ppl׍LOl<8Aω}>\aCˢC4kew q7[Y:ovƟ|TSoc[+#V׋qzKQ 䁡³4trv~ǾgOۣÁb<׶>/EFT5L8WmؽN¶yם}!и/}/O78ܑ\; 5}[@/<+TnTY{i.>_YbU:e Z8ji<r8rx#I=^;si_|s r:K_هr[3C#?S+VuNmu?F&y!K5p9䅑\>`T툜-&?0Du&dԽ\[z_\+Zui.ymg kIve~,w:kϮKBizfi9~LJt?`zT譿;t }ﱨ3yr4.Kn׺-sR`t??|r%焼0do:,}R<_ }7.C9g[i%Yc!lI+v˺GG'r>mr8~b\2+ Nr]\!fӺd_l|pG6;iѱq/NTzrm9fڑ-Qzlل䆩Ltu\#ʐ0fܩ?t4Sq"zn ֔1:۵clkzY9)Zgsmiͦ噃sܚ<j8y{zv`9ѱy}aCsǼl='vݟ煚 /5 ߫󙟺_bֶY+yzK.ョ弇7/"g3U_qM'\-3 ^t۽ ϫ9K|Aγ~>6ݿ/kvúNPC3/]HEcJm:oߊԃX6z9\k-C}r ̖۾5Cy\i]1qMe|2Po*ar4˘8k_+\ϐ: +}+ꂷ/̋6{لIJkOHW̶h ϼm7E KO^͸{7nO ]Wy Q҃59r<Θu9=ilW>2u~9_ q+e5$9d/iǒgd͸|g)ؖw yrj̃W7DVk qQQ.=g|08e +|!rI'w̹|DΧu==[r;7x_,}f6(9~a_x灹z[N"bC=S7k#f=xNnfN_>;m'^ id!/g^~dsgN6d?Q?.]?y9A!^9 Ʀ j.`n~C.>m+qiWb:o|,9q1)G4U{~ ;ꋍÞwu(p>`SVwЏsY$<\O|P=z,o܃Yx[59澞P_[3xۏ)7 .r +wӸD)E3\1m\qK_'83Jˮ|.ԋ4 BA״NȞXW3zw͚M*n>- j_y5]բe1%֢"gp5_TwvbBԮ +&Ղ3C3o,HX K5ݞ[Gr8 <{VSRӨ%xiDF!^ȜrN;e8O=VmC' :CBuԧ/4^n7# ~i2[\S*=],dE&eM3޾`s=U9LIӱMwf᝖Y8@nS#K9&uə#;$^Y/'#=7=#<n-h7}/j?0yY!Ӻ^13Dlyȷl8zM~NgLZ?`پ<|wݎV֯q㎹@uAzOϺ^Ka &<zԟZTBTy|@3#?73C]pL#  y fX.Ko}\|ykoTpKC]** +${RB=*Dss%_.Q.dxi_>g2x9U-$}<_ue0uX/ ƞ XK:)([Yz += D㤦Aܾ$c"bOiʱ]"c"S!cN𶾗8Q"뉥˜>Ⱦ ʩ}rCzL1#33Q:?UF-9R6_+?j=͏5ݰA5ؾ4bKv~} :5 '"Gts¾=c 9b.;tև:p}h.OPof6 XG=tZQ|^-(n7u*E +y:`\ۗ5?Uw\ׄSI3E}x 'ya |ܳF!οKX[h| ^'./a*L}k5?NxV'߹ ;anݞʳ^MC+?yϱ? ZUM#?|^]'nrzI8/~?ொS^^[57x4" n~^!u|ed[:ںQE4·ODo}>o\wz9`X)x d⁠Q7* 'Q:o;u9R}]OCג}7ld1'X!n?*GZwCM 2ƻK3upfy=ڗW>{H{ .\A>Gqw. qY?N~>ࣉ?"{Wp:|XFf=Y㧱L,ډ :ڲf1^v]"C{$mi|I}2y匽{?'vF;ZƆCfG7N닿"Wb &̨%fcaϮs F87<қ,Qs=1pbW ;&!Պum!;a@5~2^es=>R\iqK3/K&e+;^UoURƫ1N6,P MA> 5 .907睐N],!z]3L.>hW76sBOzpHrkx]^ou +_CxA ~i~Eln\xE=\pAͣJw)8b^ͱ`s7!ӕh9~e}΍ߔ|\\u}cNXG BݧzY/O*zc<kP3wȏ]>O2VFdz:y94^{usONͼԉ*s0vS>73l11XcOUjIr\Mr3rIUNq[#kZ?u9~}W4!vm C @k^lYn  3{D]kB5 {uFP* kS](2O)ȁN4d!0 YӼOj;\Xۖ~9 ' +21dZ>k+dwN3;K.˹$.< uCKo?~pmMc?޴`;g+y9(?%%EvdA^; :K_՗j|=jL+`7뤱(ǪG7c#>3'gYc6%g:c'uE7GkF)uv \[TۿvY^OڿYבruC>5sλܥ}]aN>i`:\ɼx-"Qot85ǂ}9n#eo-$XbqKvz&#i +1!9OuWCoV}kT~WB9ٔc4'+#Rp2tYu:Ngt?^OL\vf}1<6176 >b.;zL6֧?GZZNQUBSCjS74Fqk=!wk{Dgq%i۽6u@C49f]s4/f<8u{ A\SႯ/wlg;:]7 Lc|{[ /ld#u>ΧuS9du`/a2]F nbZS.u*'DvxY^G jGB2sКjzސ|3 q}nlϻXHX13ucȉ}r퇧+O]S23&~d|;Yz"3/Zgxq?vy_| Պ+@Kl}-}~ odGw +{]gaHoL鼖ut%5Pol[w4Z;:vBB^G4?:Iv?+3;:>&4l`XSlMA a<G$?z~f)'DO7V^ȟbL/e{/~/p^9zk{/ZX~]♸0ԁȬ5mLT!8#P̹=u!|p -|s KO]#|N*]n7]r81ő,%}0sr\ƿ9y9B|`(KccA2G/[9k`F r.\7!(.)ꏇrʨqx/nxk7"  =g6'PxѺx$^![>?f\guقw& m6;ukwSc_2i^ zQrBf3.߽0>J/gx NVXBצHs!Xq!ɴ7Gs\]f 'jW狢$\( Y^teWe +ZK~޼=.Ƚ@[|?-sb M>I~Ij=,,/ΚPq?l])zR[S\-vykBChBrysu`9n^x{"R9M1G m6Ȱ)~~6CL0Մfϩ~|ȗO!j9[7/C}.꺙?o,LuC jGCdr|V=]^k!?Us'ˎgh|^Ol }}8_/:N,Ƕ'9[ÁOScG&Y8 ,xc_3`wuJ~e{LwSժ+c83漑1| ԏZ/E;V?zgVuԇyf8@3Z^H+ye8bf#F5̭ޣLOy˷z|֘,x=OiG0rk˩U*ԑm]ϫWo/_tB[3Ax܏El8d +=9.x%; +;gxY0'ǿ4m!cЗ<C^vl#o1J9!=sޘc,w̺䑓z1#N3&wr(u1?'ϕԎ*#{ЂSoT}g@7B>56dK·_״C1<$IM~KZ7k';G:/ë4]o_5SǽX\ɸZr;|-izw rQK>3슶L?'z{<:}BvxsoBgTpZK>[0#az}JcuXK $/Mov_|v%9vr4 g ryZ˱+m?xg)`iK L+g9 ffN VO2j69-|Ѳ4\7NdQ⹤%cm'ܣZ}Gw{WrUa_mnkp]W.߭񾖴2hYߕ {5^'=>uzE)On~ytC-ٹ'k8:M;݃]Lk0sJgs9j3Q<˙WޢtrNE}bL]_r" dx {aeBK b=#;PP=U#5u˅=I#v bݡ%-cQSc 肑< jA ";~oQpޜey+9iFbn֡~+z7&9K,ϻδ9vs:7s4G/.yys$ۡ(]fSiLЮnzƹ^z[uܬZ5PVL^1*9YLXc:7us$,8-^%9Ҿkc/POS71خ5z5c.yiyyO vH9_Zy ~ETpAJeͫ Uy"brf>x15Tv!xv$;#a'}9+ cpAf6i?\ޕw!7h6zu| ̸sjKtb]CTWJƽIsپ{Bmh4L\4 ̓l's8COi/tӥ38si_^gL8_{;s>FY? Gyf D =".|q;GR]"nO.jLp$ԙ^)&G3FkzS3J>zwc e~8FZxw53?" /}D?Yw8~s;eX*rQx5}t}8/rv>;_<כTl[jP8L9vm /hC)|/β :Fݗo#[YQo3Y/z=c?l[&GLrEkgą_ |vw?V.HC u|o"q+[ys-u/>=Co5N@n> rLp!<޶1g +a.l]8]Rc~f'=f'uv1?w%s8KYzaH9*vɶx^衎~n/ 5'DsW愚C ?]cU}K3)C6ǒBט`|}Js[y?lYos;ƛ`Cڹ\OPhp@FϕL7L=muP_a&8yB\xy.ަ ^S 7ewgGO 5 |=Vk zYiU#|Z[7[ OCs>+'(թi rcXwSjق xe i~?FZo+Ϲiunŗlj8: 9s]oBs8_Sݎ r:9^>QLxcK,fZw#X8.gp {cOgص~sD=^8M&xOU?~Bn'ېnI&8; g~$/.DGq^W6rBΣzZi,{8cpU3Vz͌/Nowv]; a}.tI{: ͍wܯ1+;Za^*z`Kdu:O:ia[컨9;5C/[ nF9hPs-"_^0/uQN\snx8)wZ }3睓c"}kJ^v"z }F;);ט?NI>9WN^6iϟFu0MEG9Kmv=MUaZg#zd[ '>@}0Ԛ:k =y}4o+qm̚| v냍& Z}W4lܼ=A.oodYv ;_^.Z;{h9tEG$tMnӞf^uX42}>QOf1psvއhdY^x_W>w}+6Dԥjmzz5Xy @!UqF̛,M0ՓZL ^ԇ a>4+~7?.3E\Y#jtMc{ԥvyC1uFWTߺu-㎹Y'qE;yg -9)QjnQ]gT2 hsv<{9H;>47d՘ZlƔr9G5{~}y=”Ȭs=Z6r@3$צvuAMIk"|>|=ZfNn9]=trfVBk3څ`>,&QcE%w~O>}Γ%~u'W]E u>Sr` +;+&98Xx{ĵ]O9䚎7A/#>)!Po]^9+N9oL8' 8+cd| so5z0#l1ꉻwS :UzmՊƌ+u9l2sN;4X˭UF6ss=CsTkjwKU-)Xͬ,fZ!o밽cu`8ZYLyfꃜ `'>O]ы%m15{<3@S\\?Rpgs@źbE<㋼\55EוExo1[+<::!|P ~); O*,{,O7S-7uT+zWD1Ws#Ϩ9Xw9x}|wӍsZN ?;'Ǻ5'2!Kr9%?9ȂC}Sy3QS6k hWx8I/fa?nJԉn\/ğ䃛2i+ӮJ.^ت4`ڏ"8arxJ!=;SM9N/5Nh tia_ 5YK=` 2=mkDjZ'Uz<_w+t\8SSO,ͣ6gԞ3L/ryL~w %B}~gsNzϮck9Yf\hл^@/ri?.D#5{! |oSݴ(^g6u?~.k ~%9aD2Ba1CEQΙ`xd=&ԅҳ8f+> + > p/S;\'3+3E䅒*LQIN^(')ھ3?O/3ҍGyըޢS Ya_@lo2^ +, nPr!DW RvHH\P~0q`ȳֻ3%]]إr5~)' +Cœ=`}5[[t4k!SWyknZm=h15kuC,/zP{9̹`#A[@ }=I1' ugX*Sdw놸2G&։UՃ"T.E*^Ku?Q47ŵx *z&@/Zw*?jNzvʝG3S:;3N7Iܮn9%[Y{N4o C_1StrJ*oAI6fݪ#3S個{}Iܥ=]n$.,+&?-u]'˘yաz>i~c;u~^G' nb[רtz9wY rsxKcs ͠xC9 }k83+Ymy6"^ ` c 5S2%澀li})ymƗ3ߓSz+2| DxQbx^əSOY/^u5]/k16*ci\mQڊapoX+l:<<̚3^'iwpw .Ǵ6}rTΈtqJ/;==rRc:#s0:֒G'zL7z rG-+?vBy ޹\`Eޏ|rM{Vq~zsG]]qhWT<7h 9OTd'n}r@@u͡uBup Л`>uV}5ɹs؍ +V?z=U}WbශkFbg<~TN2LG3/V)[WkqbD1&s˥i%&V:qjt!i]]mQa%Xi(Af@Yb?xٷk1鮋Uwoǽ+'IwC02!|F݊Z}g΋NZZUč,LHYo(oES>kg5f0tCkN{1A1c.'9QY`Pùt/v XlH Zv`Fj8?օ2'4r]2R#ghVWl75Eg24}y6^~r՛|5 5yDZ.C1"iKoiK-%?nb{tfruƒr`oSS.~z_ +3Y<΁@;ce;NY8էNYXcD[?}A֊2FBy2]dC7,pͺ)2gZY2?]J>ft(#fN<;օ-N'$# 6NJ)08sV z gnN&gY˳dΦg?J!#lZD1sYD }6|QJ4s&>̆1}y/ʇ/aT_PxXeV/鳑 +*{}?b^p{d?tm;|7],[ d(+ 瓲05^}>!N_M񝏮/LѺ<⼖vPn@ˮn +~; -dkj=V=.Ǵ'3i]>jqm\8Gƌ3<|XFxq U{(}B'R&#\[BmiQ[š !>TNT^ˏUq 6~`<߆!P90*zʇ kau>D.yibhf]>fhUˌ605c!f 8|Jg?͆)PDEt*37vN}1[>Tzgzc|7q-=n~۪hl:IǓJDzg,_['reSOƒCʡ^ߨY? +m똯bG!Ϟs +|iF 9p?%w;+v_2Drc<3}~>msa Y8";I9|x?}}~N;p=ë+HGXx*qnv5_t 0C+>)3^6Ϲˮ̷A1]:=ۼImMk' rEc[{ ]IǔqY'[Q7D5ȅc9ZĔ qHk#8%Sq.'£YUG:ِ22d3Ȁ]y}3kZ̊6%u*7tL2E9;&f FVi s'9xC`Oү5^k>Ug9 2<¿=VN t˕9mՌ^\ߑ+$Wh,xdA3x޺lי*sמY +7{Q<!yY!ߔLIcb+ߎ_cq[1STA-%7R>=cg);xnfmg0ϘxSs?HϴO0aS'2&rNouy^'oٟotױ}6/p^[\}Ȁ΅̌2#e'vY7jY|Cr {}L^ ]J1[&^[1$],sxnS&tƌQ|K60BN58)Z5ÆSƹh\?;TE.z 8ߔLԡ!VK<ƚOAk{P><@&Ȃ S O0潴k s^xx Ս1nVMv|ѓNɂʄY@ٰł?Y(1DdףDQOd5[?ﹿe[{w"|qg&u/GkZOÊo^O!>S~ +Ǐ c7HIʱΐ^ӭgeFq⬻<_3~`/yO,GubMgta{[ӚO^}ཇs^ό7X N#sE^5C Ͽ;I1z(f lo^"_/BQ}ˢn z̗|ªҺKRlg|Nѥ1Nol +dU؀$$"!!I~1Dޗl, ,$@PtOO94=Yw}}>ޑ~nթSVݮ:~^O}{',#7#Kb}ϑ96}xmcP>r'yfȱ3pN8#Ǟ%1JW0spc%wc,/g +/m6Wd;]~qD=㗸VrG"!SxD'۷=6=ryWC;\nhxx{kd-mo6Q .sExO=H;Wȹ=eyF W~?{溼No}&=^+}~{Wxp[ ǻA?xW!y_~{wqY.ooB˸~~\Ǻ.y}ׁ\ȹ@7uWn>n>$߷#%99PD䜢/hs` iX[ځ5氜Cr +)!,!r7쀗: E?q"px=zO*|>'TkP׃=r(wA͢8f-ܟ}K~N)9)Y7 .k|-v]𪞳򷦨 yǻ9 tWo 'T>&;Q?p*^?W 'd8!^>]PwOgU)Wu]0^]];x T.mZx5ܜ {r3"?s@A[] $/d3x̂o3_EO.?tCݯ` use߁7E׫}O7{9XȜ et_` r+7HY$BuA}]ꄸ^N9;rBv+=w /8Sd7 R| l{Pl4#3=7\Ve&AgNl0zg%~6|cnloY +~.g#<V8 "TScLϭKWZ|^MKͿOx >QTwb~z`ϓs &'sPkưֈ~9/Yslz,n9?v%9`sԣfu*&#N˹>sF*#gLu A-X焗^E^Ւ*WM&`?j8Q +o-< =Oe NxRsrq>9G-}Y!׍rvR}833u}$@|ir Dž7ܻȖ =0{9h&h+ *႔EU+~=9 Ϻ`c6K9 c/|ۂoș5cϟ XsM L{(ey^&^I9)\.io@^M](2Evx6gֱ;ON\x߾ǕxS/yeΧ^-d[ݢ[9TyZjCk>Ŭ^9}kZ7پ-SCh8+5%μ-pƼPGy,E]/^Ͼ!'yy>g^Dd6KC-r6_]bXNg+.+g,zluC8 ԋ:P+j{ưiF۽^pog/|ow6h^1n~h k9zCwu8 kL~5HQ NNC5[̸p_D~eT +lF/4xjN5~9"Diݐc RuB&դ32 YO@\d}E66k-]kBfŵ)xjASMh=Lc䁊^zd rB8,MC7ix޶ z?Hz53]_\; r;߅srN~yÑ/LS^2=oE_?{.{3srvz]Wyr_{(fir^nǾcw|/ :nm5uܹ +qA8 m$wJ?rvxBoU9!~ϕ/h|VN8se9'eSR)/sN}fӟ-}MC.~h9&C<2e 5(}-C2C}2(g፽C|1[;Hy gA=[Z5o ۣ` 䎜7gߚT.}G;d>?mqr>M5j\;'L)dC ? Y~3g 37iy"g]0ՔR=]30դ_Y#Ddj f繟3=F}el(*/ @.8!k -xz_V]z>tx)'.x:Q4TC?3^/2B]?!%9ԵWH_k8).V~~=$;[/&9GEΧy7P!]djη:`ڬ/8{伭=s{ۦruTt^^r>`;+cC9.UbrFrcԆ:/;.NGD̩?{1E s˜z'>_$o;be`Wcm]: Nc3%ƀ[>C]|\ϸ`Zvv¸=2c!ÃϹCτŸorLE޺Áh傦ojOX5^}+>Q遡~.L]Rʺixl󘚣<$k"֧fYEv}Cκ7C =l47W'uc&*/yP +VP?Ԅ~+ 2J rP9&zN+<_"y_PBxa!}Ky=Giֆkz/.xZ~o_Yv{ b:ϑXc7;֞4'~9^g}rTKU{ց +{ U*wsKuJ;޶=o{(ydTb98^]ybpC". Sg}M۔ccq'p_qNws Tx7 |v''^JupAy S=_8?Am8/g#؞1 .2AvBx!gaǿgp.ȗR40a9 m6h=k2?ƾ~C6 F?}Aiw@EoP\f'04P3HI!l4k/ ZEV.h9c)sÿGKxipA<>(]nfBΫ9*iŌ 7Sԉ_E!{W#kA[cVoPrXz@zbd:{ of&kLnpzE)akbCKz&ީ~ /\5aFT .(xe~c/'~kCi6H qK1aY^|}r~^{}㴦|1S<𐸊Xwc-Xih,r,exT3~7zV^ho5:bo8ԠvѮ(R8O,evD%'l-̣O/L4"y;T3:o=!אr z9"2@8`u +rA4ݩ%e7|B>P{eZ #B\psQQ[{ݗGK;}x]>Oz#z.Zj/C<^g\s01 / j6>.QY`IŸ."Ϫ@d]4__ :_rBA: 8ǍiG9僥 >3x_~h,=j>zy+<lFw9(9*Ejs\gާ r??X;uvEjܮE2#}r.OגCu͎xPolm[Rx%Ԩ֭z.ךQף㽪#~r脚P?3mSo.N:T9^lڸg-?T]È0x! h>sO,֥Vf+f8!OVUtY  e#\1ԌzE^Gh]w'2CBwhsmϴvhO<뀶>3EU\ vR 뾘E Y]vMa6cg[N?YmEE]z!!PG'>dhM>l}U\0G.Ь>Z +ZOu:?|umhD]S}O}]L.Xr7{X\C:Qp X'yR۩<=M/B9j?+;:OkB##Wr?{/tvF\W|s:#+q=t:o%Ovq}U9$>a)l9cGsI9*(U <*ᑘnTOuK^08bt=@u=]Ll.Eqg5E5-c+֡#O;;gjGugLzyAe#zČRZO兘o{0~p+y&{ss@o'-z s<5p) slzQ뀔 ,+ܮc\'憶V6' )EcЯ$f%A=(evVP^_q_{^6>gdwCP–;3׆zk1kdBK{uhlQ/k7y6.=KWߋ}c_\^/]C]DK]%c}Un,mUMX+mc2+kX/v0G<61;<,ǤVȧ:N(a|^󓝐H=gvb拨5%4# aZ/X5o 0[QIg!{Po1*ft1xb Y̼\yNh@mႭ~ aԌZY[n ~4=tzN <^s6vfaO0C>! *}CQ;!tPgrf_#+Lkuy7_cn,k=>D^ݶpAC? 4.=dh~u9 db/}o/ |S/45Ya Rs)Z+kjO]z +/rޣk;{%K'hr19?Bu: +*q>F:GBs>aDHβi- K~}91 +X:xMB|>G.,zj2oE$T[)R-iEAU5X<*YQO*pCuE/#zPSD:Ya]yd7>o&_^oc5x%8czRƈ P =qu¬ߌnvԏgƮ#NklN;0#Yr_6wU vPއԪ{` k;@?p.=0u/ճ^k[=K.`Ol[Y<Dhxm 꼉4{ԋb ץQM³,)|0A/T];Ub3e6opıX㊇nT]:^(^pD7T.&[ yy;7ub/n 6|cKD폪'|EK~8OVXgc}sD(Wtpt(S]:]/hrAvzN}H-v-\Vi05mxg6kFn`V}afy%P=_ +f3e!2.{vy`FhN` *};HSԊnX8aw>к8I +׈,{zah} uCΤuTz} a$׈ڙZ'zG>!rw\7I9?r64倃s@r>~}^W~rP{ jrr:iq=r u{[z"_?5pWܷÚ5?nG^pCEkHY}@ +_x><'5lW-< 41y wR`)?bNWB926S'80KsĒ+^z r 1Ls8k +ҌwPB n޸#>MoHs=^c%5N7,wCgRՖ ԟusׁlӛ QpA?v[ˇ<sfoZ'\p[:QomukEZQuA4yp!Bh]5#3?vQN$)6mǺW\v@^_y3es%B.@t=| W̖Й^/ ߔ;u.⹞|%)/%&;PxC]1VT٣m]ݿ /#Hp\rv@oJ7v61嘭c af.5f}Z멿+?(τ~j3\ ZZhek;Ue{mc#rE;ksy|u\P=P{j0^=E:ј FM'yPjsuݻ/ֆzJnfL7<_x+Gl(ׂ±| Z'w6%%uߒ] :K_[G)%;יAR 68.X#_';q+QtƖ;C9('ZRSc=)A ፲ߡOh|R(ac}S:Fy<u CM_9=%*aa+rD9C}cEv r|fNh}/+BGYw#S6x8%WυYe Y{~1gPVqdL0$DSϛXCFgwҟZ9 x>|WG>))8^ɲT~SPԆaYpP; g<_VT]PzD?Iig ;Qrÿ5CΗezNa[ vՃZ<@_DZ/ +}= u:g8m:Ѣ*x_0J躞քc}oY2vDVIvivTS#Ѻn[GsA߅TV3b?lX댉8N1䅱T9|6(G?rZZDC1֗%ubpNy%N(secƉ8+VpAx!t2КT.807B Kĺ[=YYgjQcƜџ8@~!U%5䀶 Ϭ&Tw.D>OBk/|u{Dћnxy m.W kI> F>Nh] =\9k/Sm(BCᆦh+J`_] 4g®c k [z`WgX'^C֌\穙zY;{ׂ{5gFd}RoB} i/oON3<Yi[vko;+%mL9:o I9^8;2;\RY)7lO/TG>CN(ooC2 blzo<ŏ^x&@~. 3:>Β=q3Gf/>o^O̜6Oqn8׀^6xϹaҺ~79p(oGgy5L 9'DM(B[$bpbFDkh +Tߙ<vӱp_' ߅uzY܇R_B>o.]p}q?ݏyC䅊"Bv͓/.efEFnrqBc:0ZJ9uly#y0vuPWg1|wLu\y%y?%o.S=CRz@ӺPC%_,Q~}\O\x>OEvt0&Yg9Z&;. 9w< 9Z{ tT`N9.|9 )JpDG1z۪3:yu y\f+cu8{ݱ]w$_\u9+y_ˍ^͝LpL{4މ5f98 2i n!g{j6&w4=L_kSENaY\uA`6wt jKޡx'<  8=BC&bГA}3n +*|4 {Njo_s!~3_YFwaqh/?փM9gX|\xۺnmr2ܼr/33>{R\Q vF㇇׸ᑏꎝ]ȱ뉣\1!S劔)2 92#)sdCA䀘-j'P OBgNd5O3n=|YoD_;n_S/2Ebk>Q&{ 5^1_z$7mr[iVSVȹq5K5yr^w ^3r#א"#|Pypb`5O.?-t=QA٘ {{8gY'DfՑޛѸ5i}Y z}colnuᱴM$~0a i g~2dkl w Ëw8r ~/kOB}]z~1ty_n0wdNϛ垶Üu k5`%gv>={'vEyLo c?uE9 XrXቝh<2s";`O(]"{c aڳ2: ' !SP/z[FoZτkfl0xOsXMx9#{^_L}.dzޢZ@+z>hoM_-KHj|\s=zzP/S~@[/ѵNG KuAC*4 pgD'䵅/ չ0z_pi8 r/x7akym`6U^&Ƶ {ǿK^;eGd & Q-ӵ)躟d%8T1s86b}T=ֵ?qvȹ +9 x*XW8/xcq㊜Q]D#rFCȲ\qlXsg+N+ueqDe#zh~^0>EDD/+<nE,3ͽ uy{ՓK{>6_LsM_NO;߽lOP5M 9ZGOk.F_\s"}^u9_r?6Í}rN18UkN9g-N9=bx{e?%\wP֋7V#ya'k\Q=X/t9\3dP+38)9OtC[:Q#^N1:"1!,eiՓe 㒸/#rWz@ m!3ԗtqVC>2Pyxs蕆'3X/i;If/!O%c~%+a]{=,}tM>:9 s:{ /wnu\/z^3уBVH>NfRwn [S4AӺ¸M >Ǖs2D&\uXgٍw/~<ڧ=&^l ?.zN]{(mZ9ѵ/w?8~R'Zkr SOdu1/_ ffua| VᎵm3wsycǡbM=j\*_48gE)/y:{ĨZL98"#I/\{ !jHܻVdR=ZS92u~o8~=[y៙q';`z]}kgⱫy9u=J }b3?;y;_2dAH̗~E~h ^~i /k$SIpB0OM < >fQc㿹yXu!G}o%'^m١~?[t.yZ\lUQrzsOs?0'cpNDk~Vx]k;GaY~W#Vv9{m `Cuݶݱ*W3zb@[a<(וUC]uJGl9|Qb#uE8`6ŮZTX|nXc:/RūmYs2+7S5o(6|PYEF9Ӻ;ah8^|pH~n}[c|2!`ZÁ@M}bbOlFr6/,k=Z^0|y s$߫.a `l ߦy)炜 zk C 腨E?9tpD +CQ7{ fx7/#nl0d5cPKz@A]rEUz_hWTR+ +o{Jv:`Xq~Z}nsZ{^-ւ= H 9n;"`󕶯8cGwĢ+)S=1 "a'7CԠU1!;;@y= 8.2?ZO'޺=o-oz#Q&z, 9n''uvGx*7{ =XSHy]H.zR5/ĺ@:M@}}WqVօ:Q@v@냘Kac{x!炞: kuo[ca7YGጵPkW 'G8;DSg$y ma?1;\ʥ,/dջW?9w4<dd,$cT慑.s@x{fopŒ7?]+: æ剥\qzjops5 0h:PrC_~ zʴ=S=4PlU蝚YT7ZA\: ;'nȱ߾z=ݦ"|rۿ1glf ^0]]Q c4'2@v-:QX'L07;:A@%o Z 5vE^kh3D&EqA%ՔjOؗƒEsJρk7' d9N\OyEQ,eG9ޑj8=%]|܏{8d8`t_dkUotJ󐕰E?eb߃YY9}qI kZ/}9Df./;}Ό {eX96 Ǿ9a=?!.+&4u6 2svPxuBK4[3]. r6E+B·JrD[Wʜs!BWL<6]Ω[&~ת;Fy`~1' +g$JKq~oPVbm!\ ᵲAЫ-8cppef3Ba_\}N1EFR&HL$s!7O|k< ymϩtzѸ]aNg&G5P jZCV&q{v]k@u?7dv`~8^[j\rGg0ԉ @3 p^͎rjG57T:A#z, "'Rw ZQAd8 ~fY\-5v!\JYYÿkQ=74ԄK]uOkJ((j3>10u@17}&Pp@:2/زlmrso +\G#z.,_|`ExfβjoĢ3z!y\qĒ+b#,]^>s,Нox_kƻΝ rߘl)> r® Kp' ~7xl}.c&>BGMͰWj3A }Eu& (z`=!gw}a84f6 k6悼^mh>r&傔y=?D]+A«]WH~ߙvdTƙymѵgc:+BB56t߿::ožո 2$ϳx7}OH-}7/i["a'w"K>E2^ RVs#Foe {CO2CKHy≖>sPF: ޷Y2D9]-cܮ|Z)lV +lUM3dVbRJBs޶"x7<;%E{Ԃ7vybr>zY31Z_]|8_LȱQሥlq@i1[*ʄbv9;z ϼo{ӵ}&q S "x'w[pSO&tz`C^EvFتKzj UOk]ybF]Ssy;y@u?_U̝W| ^&<fǚj?9c+dg/ya71uAC+eGfOY7 Dfړe(^|9#̠fr=֗wLQfU/+2Czuvko + 9_cvgaKj.zڿTJJX}U'uJ}&T۪uwCMk66/ρzme7!ky89;Wt5t'amc䈣|/Nt9O#eSN C{XOzx.hvևv<܎g߃Zё2XKj_ߛ[1ޣ8ۃ90q!@[}fLhX3xN *N? z8JucQ9 gwPߘlׇZ]#ػo۵H/ +EQ||||/}N]*7fyOյxџc|}j>& '%:1uM`SoNowHz[m2ez]KփCdaо#rS.=g%yDG9+,[(߷$G'0s < HSg=-mἿ9i:[G3%En=1Ly^ybOs=X^q'o'd[RnI<_3%xf}Ù fRxkE\ES&=g 0S/^ n=AΰU_{ ۩h aCHk^A/(`WLw:{Y7c}] =d3zve$kSG,o9߶{ZѸ΢??WABݾ$Aakv|zWx/|]_ذ#^V|=y y&UDzY:.ױmwYO߾3qfo":C.@kvKCif燃|8dGbYX\Q=q_,:b'Qox8oq/_ҝCtd^Mh)7l/r| :#+dgR(Yz)s动,Ю)T':&ϸxrQC)5X77>@ʵJן=ZO&M +i g["OsCqA%~6BkjK8 ?PX/20[c U>~Ova ֆ}_-_ְsǻ_OQ^]e9r-#p3|OF-[F:`|!ZWI~Eu:aC>{$^\5<>~3 +~L3R/Q7](\1 r+y/z5h,խ6X,I9#?xW?aw7Dx7lQE}/:`f ^No.,;`ɱz%zO^ u{3AMuZ[Ej*WU㊜nKd=bO#-|ƒ'WuőW{ZJ}qĩk{Ey 0) 7O΍}q~S3G)͉0Ӯ#LzVJ,Jk#XN-k6PHN3}Nj +Ӻ5[_#' ϕz + @|0b}:a|P]Л5[Ю'33%N%`vA^ׇuzsT̆ܮp/ =m\ +J9G:䧘q!yjC߾`7wWlK4z'_R`bS/_ufr@ %jpu~}rzls!|qf9?ZA񖊜2F\.Xھj__|bS<13wć,8givxb#rjOâ'>s#VbXtAzxk =Y2Dzmk] 6'Q4{c<Ռ^48^G.Xr_&z K)5rm(@Ō y_Z3z󑓁TxO@փnߺq`k4̏A.hsA%vY8պMҬ@' L$g:1o~.9kCϘ7JnwLX7(.x'\P9gww4TlPPn\pvx>r>,LjA;o +y`L{o.8EO{nZ{n1:z  W ={pnꈓp^x*0!L5p!~8 Ga#Nuk] {' 3wގf^VPL?H-G~.ӥ7 W}Q#Z%|slEPvAօ*5+/X+V>|/|Z=+||Vvp{nu +ty`|>L76-L]W뀮cons=lޞ#N?>| unl׭3d_.x#@%%N9EȲrĪLqÚzӒ'ɞhp+GTsZpõtAY z_ ZSfizPȋ(ؚn}c;dag3gt Yźԓm:ZJk xsGmr}_-ߩ_Р |09`t>K}SE> t^әP1șOL-32e{uדE6?gm%w y_ >{}YX8!~tg=+N]q:Qs7E֜_Zzc:yUȚ_Lk({L֋]chgFxl1K..r0?Qjd}Y<2=e9o0/Q)C= ch灭ZQ7^TWgk^JX'Hcx A'侢P]P%@6g" Lкdv6 {a>v;®@xgS y8k.o4^x2X7-_"ߟ_(JJ370{5OFjpãj>,CK:`Z6r}Z>WM8MRӹVl̮%޽{nw5tѾ8;:X,y _p>=~Xb/v\qO\qG|~;bk\{R3Lu3Ru흂I}PWjg%OTl?P=|:S:+&sf%fiNǓӺahr4uz$Sz4 +7kWsx Pmn68M>F3Kf/N/!9 ~yx7 vʼnV/ |'xb_d;'N9O3G˩|*p7o=(ͱk73v6͛BѤu r=khD-funfBc=h Y+5^O!υ~>͙=e8s̕>2+z쇜^2i:Q3lT+Z3zހ-f!.xTzʶ۷.6ܾ vd\/;K٠އ]k=@s[CGmsnlA-fn1֒ +'?(߰ۛp |]nyi!<OQu@uan$%GLcO@}R:E`a[u{}- l3׏+Z剳 XJe9=qw#戃oā1s4+5iYO낥^1ͪ5a>𢻤u2Av$m긥2XL'Ylpqyf 1vD7 @vJ{=Ic㩗 CG,Q#^h^nijC^n=;9"@&55Pl0x[Nz,P70~co\o{͜ uÓؠ^5~ ]GZ{j/}0yΉpfT_<g>>瀺@~N2 ^`N]n}>\jg u7g\/y7{پKe6Kzbcs9\1(;[,0ԒƬ[E\%ŚE03',qރ;"/Ś?\NüDĜsrZ?&ɮd +Ne䂁 g8^AE[cS8BgMA m:[E)֋ 8 Y][ؗ zvDl}:\}[MSzΒӆ,K5ul"#LYED^B]W_ohlP]Py ^- B?U/s|%',Q끽'r> #Coiu<bL^5{% X+m_8W&9mls7Sx; U|ò8u9MC,#SsĒ'{}qV:bGxbz"(xzͳޕvvq@Ie̕.fyrFg!8>vnFYbxR6E3{ьy WY =cL+ DF @ԇ #baa+;Z[6Y\{ڵYzaBAk΄?_怜j&h4'ݞá>/ԼP"/zԍ1N.z|^9`&>E= Jky`7?ၜ r΋ zä^h#ʶgxb~F}kͬu>S_af}o8CP.G6|]C _!߹:5]dK +iX0yq z V}fs%[>83|5wlҬYG_腣%yb xz=G\EVYpA!k]a!L&yk>&6>i:5ML֕b]8 +SgGw;|0Qjy np^)ïUO_Qw&=c{\Ѐ JLUjzdu<3q@?-9u64TakFv{_GEpq6-Gy-6 dK2mn{gS/!;wO]@3o1k8᧾׍[ߊZclj($'NxL\PN<*։1Uh!9}Z3z?9>yfC>#mߘw(z̘ FsAb=d hdq|?.86ԡ<%C l קX##̕spԇzx{5r{)z`;jg~(g{er{4i!ya+u-)wv[zOlGDj漢OlߗbM(FP?!z3睞0ȥ#Uq=B=SWv6/ԑroyeP NJ=a,g,gs=Wxu9=wˮzR6W"T >,֊\xs$lF9`灔Yi->28&,RSaZ)Cͫy=N䎴/=?FEBK5 NM=wYFظ+s!&O5L~,]l|a͵XQ(S_jho|P{ ﻋ(d.>l:^2si njֳ/>kuXb\ѲYVkӬyo )b< :Cs«^kC+7y`\?:eթbN28r)(mܼx_ p==u S})ިaLxnuHkK/wtQn>}}߯s]0䁎)j@R{}Ժ`\plTԚr^vsƧ wyz'b3cpUf懃\q ~hYc09 ~,;KܽDOpNvDyeᄚR-b0Gu?ٯ2vc#)ܱ zR=hi`Z?i(ֶTkn=)|L.H uyS ZZ@o?匰䂭5fuF| 0=k|ޤO8k̮ޱ/o f9!c*:BkE/;&8C3p,[PQ8AA8PcE\r@]pa-|i wEx=tJ}q(BX=q?V+vKM8$_ks7|1/mOk9Way1:jx zpYfg|H<0n}# +g>'ԌSۚʉ?lzVtr>~YÖz 0Y<߳S}LmXrA*0x9,'~i)^-<sqwWǽ2~s5o&;P̜O{D u#ۉu u@@z]k=(.goaM:{NP|nFrC2pXS=nOzT5f'Fkѿ+GCĒ7NZHx 2y̐f;kהHgzd\i T ZXTɵѸ_>=rA_oEԘ<٬AgLzwoB8'+ vՇ:);Dօoi  +?..K_+5[dWnOk>y6+fN O]j7gՏg6*qW9✒f]8[Xp1.Xt?ܯS/L8`)sP29SV8/e"g7:c/usk^wZ#?늲SsNO=XC>JXS{`Q&ZYf^<5<0[.Iv8YL[z4g_NyYח-SOs{;P#jGQ +߆{ﯸS,jFK~h}šQ铽?Z/s#oa \pk;r@ ?C f:#Zk98G)u@a)ާ5b.׳ǬVwD㭊vŁAG}=bJ.ؚ1|g\e=O>qF՞MnJ=EShKԓ䆏/ޯn9ŜyᩇδjF:>^<$,0+!8epp9dv5pAf~%DNfކmXK"^rEZcu3FPe2Bf'zp1M7z` y` rX}>87t_9tA뀑Uz*:zukԛJy^\/nkq+9,q+tD'z"k+q{\gMn_ث2s^2:/ˏn` EaޓmLS ¬ /cS{8`tާXL<]ɖV@xef^׆zs +sܯN5ghY'5zU33u.poS:t}%5u^bo7FKܼx7^q0["%dE>~P>A>ۿa˿_[']9 /C:`yr@]#y/1;(*>{A}/G[Cu}#}&[S3f8CwvaUuCOd,`#VᜮX'Zg톎'r3[fLެyS ́G?O ǑXc:>!@k4[xaߌB/Gl͞0m4 >`9\3*, :@ggHxSPkND+fB>^{?h楍~z=clX'^󡏌_Z弞5Gq, deʽC]3=B>6kYQzWs[vأ'93&"Z3d||g|IæW9 GohsSOky 9~PBÝD8;t -a=:_nE%ug?]y[芣ܱyEq9b_8 8 k#&ݰ+[tOui'mgh_6fS?;ΘB]:2BvV, CSg);\ћN֌"tJ .Ԯ8`C]G4"3Od}<+>xN L~FpmhÔ7>9G"pB'' !0^'\j߁2ڐ/p~N>It]V`~|ǻ`Z@9Rc}pΚj/ЏއˆSYk[0CR:Z ~8KlnZ.G =7t9 o^.^b| +C7+)SͪV;7#]nYA1Q%`|A{|~0sY&^F0K!4u/LʌLT}4C*#PΦ۸=OAxuP|nڪ~v.,>k( 1a".-y^6Ժ KaUzOW;uGY`:;P%?}7(gNho,ƴo}P25.g{;?l"i׫}{*<2[A){b?Nw\av84?T߫v>2?p. qvG$7kgFl.܎<:<B9`v͞O5Tիڌ..5]zX>vs[%m_{8frO'N ھ1FlP#zPz>9i=sC="yu/嵢LrE1:Ҙ5T+zV(_vf+b(ϮhsAeù(~~oGF)"N|u@0+y`A|O(__GLoxCpwdClCaǛ]vo0f; aO!^+?`SWT4UD#ZȻ-[1jw2fT*j}N~eŕ1NJs|šk2b!3Q|\N0R%~TcFR~BᯚΞ1u 7z'k[9̼ʂs*Buy5ԹPCn澦Ȋ z穇ȑq&d_PYy [Ɗ4ZtE8q&{5 ,lˤ g4)ςs̄AeAΠ}ƒ᳣5$Z&N vwy2?h#xN 2͂ |E  r; +gYU/^WQ!g +&^EŬ" +"(x(83sI=9tI]ᜪz׳Oy>U':ŧ^+,jQdԓGծW;o]9v}[ymҼv|so*ǧk[ V(폛׶wvxk ~?{ѾB/sy{SjW|MS]u{\g=o=ꊦ۴PVJZ^?Yl4_-ܓ-ϟΖNeNDEQes'Nw޼͖dˋgy_]>|0j=5%*ǽ^x,ůG1ύ?;(qrm9y^c>?;\9sd^qp6n_3|[T}dnZ>{st&n{ϖʖOʖ6[j̕WeKG|PK\|2.>Px wS哗d҉C-7{\'/Gu* Yv|2=ױ\vdىm\ty.~-z_ }NWgKg{#}F3egDeXόjxm3O{{k{ 7_?/R …gysz=uYvgف,D?OOuzZ\M ,,u3T:Q2`ta@*խ6z[Xۿ^=UugEa1֎բ*|7JK5aVюO(<34EPcs3 U+USyqÉb‰U^,1b8$.s}}m,Z {Ǵ?+ޗzK0`0r zMg9v9o8pp.:.K{Wp,W08ZzHlA_;r>xK>u|i؃ bB{̃٩K &dIg2GfTd߹*V.L!#&r>b/y[qy;SǨϗ" =QY Ɔ,H#QOI~/f٭WeY#w֓kc@)2aWt5_X*dxOjTg9c=][|j?g&e/Um7 +֛Vݪnz}U&11eCTbdǞmX1ٰʉdDqeiX|؃ [YEX0cVذ̈>Ê|$/rOo8Ҫ5uWÂڄQ)x# -~ڃ281p.w!eRo>32*;u>lAt 9PrApo@mA,̻Ą=ĈdC)0dlCAȃJsB(>oA1`vl[ه8~r(f,$[{U7|våB3!_egG߇/|ӆ.yʨRwweͲC̳Ar hAUܙp` Vo;T-Q(X zJo4`cܱ'-P3c3uMӅ9NWX~ԇTܿfɅUF,sb Ǵ̉0!UPsF,s12d''o>O)spϷ꘰ +ރ }w{*O<[0ahYjyq>*N[rB@Ł <(3M( J`DdB4LbAm@^+᱾WT,D1Σ>vr{O?6C }7ϼ`A?v5dyrc?gԛPbD? g~]|]|/zBUȿ;vpB YpKUOhvh@@~U~Pԃ0@^Y5_ +ˀ[k{u xp:R[֛TMъ +Gww-t`kW/))է,1rcNWVDXӆ D,X¹ApX}&~BGĈTWgu'6Z0赌Aȁ3 M,zC@ЃZ<; Us,х%/Z8SFd̋AߣS~lripz>%㓜O: += !^O |h|6ǟs+93yXoT8#Bqϩu(>s.,4uԫg0yk Wv?;=kTUmJQ8p{,V]FL,@Ӏ-̷̠J>Ue6,wBV&>llEpb[/g wKˌ8,Ԉ}e }y> c#d281(FU2Vg(ރnM͆.O\P,XAWT;0 ++y/Z`!Pʱ`D.(fr +MAgV0~v`wp]QH܌ޟ7`gzC^Q|ńj "ʹAg}(0:٠zO{Y?WQ!59?T;PY0##g 2G +fy0쒣l 诗ۢ30?T/|"lRqe2W*` X3A}^@Z|l.3_ВF6?R|{x~2;!/:cIYѵyx߻IouwߘpWS BgUҀ΋TuA?FtjmMn,ػsF-vWVAsai=ܷY\onEVx]kg`HgVKXVI/zcuanl!V1aĺvlgfX +i=ٰ{1:6FCǂc,0r9At%AH¹EҳpNOU +:oT4!΄)|nG+BCge,d@0KeA+ %}ދ2g`NA7{D@iRCa91<`-cXN> 0YXMPpާs Q1<88}u67 %T.2|ޕ|PW\4Oؖ|My_g?e[>e +ߔ0r3×eF|mZY ⿂i~hI56{N4'TUk;POUlWU}~)iPOTWSf_5n50d)+9#bm'رں̋}Z1rcu.`꙱p|[1>x^`#B]; O|4Yӥb{)}֌ÒTsnTgkB b_6iʴ"p69 +Fsc( NT3F惑EΡI)]-^nBy=r&KfO\~bWhg8в= |`U1L= 8~Fi3ґywy܂~,nx_z5x^We-*3`:MVO08 J:`ARM߸8ܯ,zutJ v9Ivfli/a 8։}y|/6F|qCch.._j/DcCe>àwϛ.=+L: 3GKr0_JP6H.gf~~u>P[&Mt g#> #Y3SrC}P'=:BF}'^F.=gZr?<ϲy)TrF 19B|bCz:{{NyLNzeX+J_[U\Xۜj36(r& +/,qy7zJڑ^,:Pzb&Ŋ Q3]>vFqb2StG%`,O9 @9OWͲ>Wʀ _4` TJgY43_+VgP=NUW1`:8WVڏbt5=,F[꺮cfI7R^[qŠfgY+~Uw'VHM҉ﴫ;99I[X}A,!gq3eR3ZuwRflr>ҽ (1;4s!$7 {?ղfQofù=z~z#g-=*1~Шt&xVd@Y`vu6$,+Q׆ ]{^ kadP6fiw. +ȟG'ax ʾBg*a\r?=;Tfm8ނ ?O{EGC7g^Q@i1`8v`LMpy`}TW,`'<˺EFc֛DVJ_o_a55MSa_.,^_<~9b}ط ڐR_Dٰ0C*4@oB&.˅|h*1 +WXtOlщ1ϨCDսlbl`уgyNA{B&s_ +{!דh JӕY4#35Teî?>Q 33B2`{3<82![>WP6xj͜ .y zoeA?*U@?Ϩ:'4ԓl>1ق?PUvIշtM*p&,Ŏtjrb>,xq(,qL.51:KV؇pa,bm+*BkƒjW˔<0奪>`%廊'G r^]jgaЁ:3bAkV96Ztn[#ko #wuNvYp,Ztz{nUgԽTx<3w38uYTG\ {&QmA?]ufy`{UU vr_lc2v XϪ:Ӂ>j[LN&d5noSd= kEyqbo.Wi+6c5b]3iCmDqDg"a҉=ʇ>vpgffXs] Z)|`4ﲈ$޷ޏap:XUx?(u6Мg1L -0a?hSIJ,w4X{yzl" /&Zsoh4)ʪqQ~! +a87$٠78t:+(>oށz@-*sE{soޏϯuC:9yI |<hy0r{ U] ֧w`` 9Z灓rX=Tnt.J;p5ͤk6tX.z}[qFN)[z 64xI[>60FN<:l0uN0Bejׂ,?'1l;o ΫSQ +{+@]V^fęk=@97($ThxOTl |}2s3Bta Zd3Nod<ݪ\0+ ћ?eW++=|˨.q7 9 ~:-w:Ԁ4KP҂KF گ}pt#Uҁ<}@S +Z曶76RuIo^|DU>v8Mr;QR5ӤG3vaVNǴuأ S<١if.srl;<ק,rؽ{B=d[̚c4)Kʆ֎NzF;!#ă1P~?c˼>?=ԇ0F ^++>ղ{ڥrrn#J.qW`_篒s( L(gug +$9!fa(1w~95?L=YAW7z w?/v ٹ ņlYp[Ђ; յ`64`cza5q`Smr +=؃&yT_h0ڃx̠0 =;y 5D}zgDd@r~!$cp'썈{}f}j.i=t7) npM0 +6)1\FMySV?Ie]ר&aÚNkUu,VZ87U;g5Xˉ-Mو SF!GT u>}f&DY7?yF}Ikבᾈ2a'C&vf Ly>K" 38gD,}D=>٧?+ųV.h< usdA#1+]_̖nt|ev7z9%/o;pp׋|[U&zcsklR*YqaT؁tvfY[ l彆eZiM} j+exZ;ϚQ' 0eƔ{ &Ggi{?̵My-҅Y`syYbu\uGG^Q)`D=l?m3BKO +K$_% ,}Yvϲq}/or^J{}6jKr|\QFh>#V +u7Uskmv*3_YXpʪlYPMYVMW|48olT5D7 g +ݷl5I+j/@28úYiƖFkŦ^ߓ}J yu)=#=`_ӿgQ~J2? &Sx-q9=Ws۵kM,(Y!=\pMH9}Wr iCrmk}YZ8mv 1ۡp}aXFp> =R^_i퍰'MDL F{zDq23f;J߇/gue;Yuv~w|띊We" Tou.P9L{hтl_pw ^LOQ&wEGҳgB(ާ̓~'d3zZ ͓lx8$nCg׾Ye/7A^Q /Pn.!y]/kThdCr!UX KUǀڂUĪ@&k@忶L:_+*թKezCmFMtb\n޸YʲvweDpK|ՇuMʆ|ا ՟ {5OT;L@|p17;(9؞K'J١]HՙdUÀe:iF/:;8?ȯA~~^y#dS,h{W$Y\'Jćٻr7g4MU>W>N`{Z<{W\`è5;) 퉟轍zaCH{2Alppم˖G6!'\/kޛ-_\ڂ쾾1 {ye{~0w!1>R:c%ބ4yN|Z{nOmR*Y,3`A%чiLX08`A_ A}+ـ4_Xk%֓8;5.>+2s8j N݈-]؛&!n2Dm\%&daoa@y<7OQ}8c~z{>kKUOva(gB-̛砽X JFӹS؛{]>oXidf nBk.)΂ N^ǔ(=xar`28#r8>YmץȌcrvg1b{#XɎa'z^kV6vb rxK}5.; y{u%y0?c׃$+"UNjxc5u!d` ѩ-zAt'A՝?/ 4LΩ +a².͇$pG#Y-aHhP&ygx=A9?,γF猞ڟ焇ڔ('\΂p-]ll?dlMxW̐L.sB +L"؂t,y_l&+uwVtG$ ,5 ͒ *j\k\6&TMVf=y} +79qڰMM,Oc~+;t-+;Nm Ԉm2]mk|F[PI7XPGEI&}|V(Vrх;<(ܸ^r@ˁ.?}f,,A>` g8Dv&N +ܠ`wF}ʑ%y07l +or\ӂ{c.>L*!&/TyN h }& ~kþ +2#2c[2~p؅sB.lxCyVL.Q+ߕ-_|΅&܃tp߫ _;w\H +_\6H%)5``JU`]@^&+q0XfUG݈hL{'fY$FdmXˏ 62bW1sڷN +}!;LNLlUųq]L/iA֬·=U_rvo|TX̼=SwRr@<({ͽpNVL%,Ē|M9 (cY3jt'>X } 9wsa]AQ\H{w]L8x-a>KH9eKI +|oC¥̳B ńh h^{^E_=%R>HNF 3l }J;L6_k='U79ON: \gԪ_m|l^[̸ pXJL(1cUV#DmJ+~zL1,tW{d 2;PF&T)1jWadQ??D3FއUw{gxUz>NOv$U$,6Pcd\rv;0Ma0 +z@ŭڄ5v%5濄üR'F@ٔLAy_/% ; Ƀ% 3܄_3oh6QWt\LrB*2ҕɖxwt;3d‹Ʉ?g3{$#|iAg@9/9˅zG~cN^&߳:6T` +QNjŷZ8sgSe+ [#ل\bB7x:RNHg 3_ѥCj?e.}6eGO|rr>r~}RN e{/hYps *69Rl2nÁ4cJ;OSzu}8fP%_W6|KG 1F5N NɏZr%kyql([մmXyct3Ąk(Kva! h7]&nxP=a`av(H䂘WO Ca7`8<^8f8 W c&wJ`$wGm?"Hhd³pF0 s}SKiD#*UlLvr|3BUjn٠' rdQ;\#l{E7<&論ϲ`SY_׋:U}W:riZTM݁5kͅ)+UΖ\9J55b6hذʉv 1mXV^NH:FsK ~Qv FnAQWfx[8+s*=z|*, uV ;$>PvKhܠ>#(cj O0y h&GcV^ysrb%y$Ω1Cł!3vMqLxmLA~Q ͒Y<~qxt(t&\<=̖ܽ&쩧t +M88 ޗ w*/zo_˖r^R(sv{o rP[f<Vky{Oפ'xrIM~nvT_/NӏSUlĤeÎF43Eg Ր!R~ts#Ӈuk8 f\rЛu5'/{CBYZ83<fl?p'__v4r$dhЋ\TNTc8S{AА[(.sgx1+ #wP53F !Q%K;#XkBg^,9!?~RdLcEhYP>WH)]A&23{dV $sF*#ϳvLPy Awɵdɳ{?k)x*wQ+6!&<+ ngPNx܅3]] X@>]}_'ҹ’ZvD5mRo yn8 SR}hqijϫio fXPvH^z< T{> = RNY'G kn(mם߂ջZ_*Oxoсނ=żOl +ف.;aƨl{ Ҳ-i,k֧CWFd|&=w9NA1ZEK2C<+gX٠# ^0KA|AYQ%;(oؐ-ܹ6[ . {F7=8Y3k,U |3'؁ #y6~pM.y>(l vpr_&^OVz{)Mˁ}׮br_ۚgЉN_V 6;?ä́aEg-3hލƆL˫*|Pz2{/ + 癪=A%k^v ,vLӹ~>̭$߳A_vMłP=; F;LHGCgŇQΧ*C*smyE +0==SP)sO/992˙y{م;t=2WfᎯd~![m3 FrFx_ W3¥͖ ._y(=y>Y‚V&=z_e=pS&ޫ4nRuUW.oH[{n ԉƖLj[5{)֭&s`fʈʆcbFDӌqe)ZV͈CCYAgdA7qт3Yhg؂LPf-A -`r_sC]L}gxCtv$3Tg O݇ 1J 0kz}]%%3UClRpwC GQn݅ 8mS'N;ZxXuS`a77[}H2SM(?2Bх#wFń'ϕ2tЇgt_ }gtpo;j6WK /q&<î~(?;y6|ہ9bq`@ZX}8}]{]q9pCYը:VdV6q3k˝̷ʭ80L۰ahZ12>:6k%N=9`Ѐ@ufQzCq CS-+>^v;!gR3b(oP6pT?vȗ$CS1XO2?)>=u /MHlB]|m_х?}lB.^yߨ ϖ_dW wq-]v%\vn}^^~tޣkd&XӁ<ƀi~(TSֵTłMMצ龙r`H@juQoeJ/R+dm X}7+b624LpRi .\A1!}@h ,3 ;vHlSmb.Hgfr,Wr.W+Jf( ȝ ;Լȅy}jBM@:C }r\eBt< W /i%rn.beg{$x&y@g:* XeL6޿w3A`47}]8uȃu'e ;#3Ð|LxqFxgO;2k>8 i\yϨy %܄ 3Fk[0ڙs'UN؁&=HsdjoldA/Z&΅}+݂)Rv]qFV`Ă*Xˎ Δ '6b]+)Ck=bA+F2~Ӂtc׻C&x.w\jn Z^4E[*dyʆVXر <^>#s8/F08}I~q  DQ9Nv:f˄Q}fr¼PK <۞%91WCɟhvh- S>>#&<>2!`F*|N!%.A5J|pppxU\~)x=7ʂހX`_'Π̘ Ąt#&96W p&l1P,UA-X83bT&̋:LPv|ΐK˂c/bzá,lMԙD\>] ž9s9C^teP?U83'ODڃWn;vytWZ{dz }w>e_)d ϟwKЎ Y'Cu@!TbJ.[]J6H~0ك\d: A-jp2B*:?HpsɜQ~QgAokre۞[D & i\dm6Һ'EUׁu-X忂‚o,7) 5_k) 8rSӶ߬ZkqpXYzLkYqZ6$bEZ=IES' +n0zdyf( U# łxVlU#Bf3AX}] gΔ eG3=3T~L ĞD dלw9;N\H}xMk{m KOK X*BOƇy?hB*4%:ׁ#?C٤ػj4>,0aws#lAp` #,YOٰPӣځ7vsewqJAѼ_TL+y(홸ӹs٢٢ W >o{E%z \y6l1oFV<_xQu f'H9PKZe`@<,j =q+x˿T<`v ?qLA32YrhfhINP炖tv`BrB1(O`h*F}|P ̇ȁB@1 gÙ@]Lй ބm~\ق>\y0Cf Mp_qkE ϒ2.# `EX{X--8yͫ[/U}HKV&f봥/wPLu4#Fe3^`YMۃ++̆3ĦVw +؃w܎k^3e|R>33lP_|v79 +.`Aq|d<'s`v>UoӶТl7RNvc./^~V3uօgPpp/?![f?=g1tPeg|^gO3r=TG`F|N(rA:H"z.!Q +](LЇ>E;) ER(e/us>)Ӯo͹ "-JgW:0xʁP[`90Ϫ<}I4`FUjvotcYt8k׵;XLjVg=t|8 Ql2b!~ѽlwŧbѬP}62٬pNP7,x_ڂz힀@@ad{7H&2+J b6% gV)Lk~oCl`j| S='*%ĽgN_-pr.ӂ~^䂒>ã>Ql]9 ,s  LzD_?{EɃ\80_tMmߟ FBu^/:'>^͂/u.ŨT\҄K€ 3jh^Ϩe.dܫhl0gƗpC*[ "UaS`JI(fŁhA=7-H}c?%߱,Α1 \s7}6̏>ћ1)3΃ R.(&r~Q .zks n}e ~p)Qu``'f5yȂ-ڃ Xw 8+|Ā w/}~mIMۆS0ce9U]ֵUu{Xm50brN*m%5=u8M#Z)fXdž%>Xa΋q,>Pw:Gf毉<,r]cPPQX64}e +v,1:͜1\-uTœRQ)2B9{X0s +@zVOh!b(Lx{DÎy??t܁tf1GT ݁wo*vKHxWi9~$r5ńWq/zw8хK~5d.r`]j&-`ݓ Umۃ]W˃5ݷ[Z0. |#*uzͥu_5LV,qµYi6jbѴc6Ɉ04CoCVBiY~h8D)Pt R(55Oeِkhio@}:>7;R;afoQߨ! F|%1ZTl`€XgnF8c Z˙A',8l =8'Tv ޝ$/}h@o¹/ +s}{E}sAl,8uos-^k\<3fO,G˖70[,j ˫~] X'łu<p`-zw`M'4 cI8X4ٲjbW^‰qٰ81*XaʉӞ]ZĶFJ+Ɇp|)#| '`AUޣ~OLcL! U9oq1v !CZ ҩiS,ws|z? (+Er{%ub<^ekww#{ߍY04Wļ2Qe5e@Y+Ar½ׅ +\P2Ay.rFH&2B!0* }څ|y맸{.-ȳcJ=~(nʖ li3BUׂk034W6Eۀ7Vxo"wj\sXp_ߵr<8n}Sb+7#ac+Vk6Rذ0% q ׹Q92{-9asۮ!G־v~ȔOn/섀: s}Nc`twM)Z&De~ol;ll6(_2=;eacR%YA#sAw0h ͐d Ҟ (Avѹ;qRjb Jy 9 r&(C\yO_voȆ۾'n~Q|v Znhr42XׂW&۹MÁqS3ԝM81 фmL7ac+`™-j6aaϠ7'v z.E^~1 +3C)wC79A ~l9<Wهܽ~I O}O/* ^7{?: +3;_/Q˄ܳr+]/ng|`Z!tgFLO1ԥ]=e??1` r.(x YPdł/|L8lwAeGF%d nAs~A?̌t6?a6wg,pKC(fXp~UZiLo XOWnA{MU> +,:I-BY׭`mY+܅8= {pbҏ3Y!#/W΅AoB $ry yhF!$=o0;!{nCS0G 1L2ͦjpr2Xkao|z<5~멳z,9!/r y݂j|Bxs.Q)j YIc‚QT=@ B-JԽhAq eWߜ̘'isWKDsN6;#~7gځedauTC6:Q5p`҂ .}W--X< փe[X%~};P[0+lAq +_]Ua5+NWҜXiqYᶆ&ۇl~Q g>zw=RbȐ) +7`0@a7vb&s2P>Ӷ+|c,,LyJlFLۓd7|G߻=&gU`f %m;9%Q六31* sWLiKme,SW‚\j}!s/q",sE%Ľ͕ F ɁKϱlG)w{?xO6wod;_ @6?ڀ*`ӸpqSԃ~ X X>B_E9LʁmY1 7lkǩ;r=zZ5 >YnpLND~YFW#3}͚;9KJu~LtIC(92A<aLb/ ]¼Pܕg^$OZZ:K[oxbQwXJg0 A_j9)1sDKq09vTcsߒ>X9އ {S&%33@x.הpfPKbA e-(CH3Co}ze$_e!.~G/^•-\(-h:2-%;F+R<'( NBt!A}3'o=y:Trȃ`31 eڃUY0̜rJ[Ik#sKt=L F|F5/=?0׌ PW,DΧwEx?gNt`*-H;&y3sAނswzD{CeV eswgA >.AgɄb6-`ǫnyy62{$sT9`Eh* kA+ˁkcr`]s5fQ8I\k("'e.TzԽ>&߃L̙2]E0sp[73>ӄ;{qlXj1ֶ"\~茷 w>*& ̌'ЀO"3}!EgmBw3@,3\G ,UYIjTG:|m?=s`'Eii# +dxăE; ٝ }g3eT^ EVY`@?=`tvΟ7l0̑bĂ#J<鳹]~VL^%ɹ`eK[^ 7=Ԁ֟ʂU,`;d@vXoك?g=K`D㳙[^̅f}yp~7UZ?ٽi> ֭%/,TMۆW Kr憥F KŇc 0DE4` +ge}d!;s;;_Ћ 2_SuvHe炞D8<=P2<<XgFMA>mN^ĂQr x~]eF,dc0#8e3W1Lap75q'0dwsUg= e`tV,8wdo4ST +ݱqt^%;$йk!G2B|۾7n~&WҀrbug4v`Z3&[XPM USWjJ{dyZ6~TuCJ`]-Q>Z\yU?zEċg =\W[,_rشV&b''RӉ3CGwgЇʈwC?#rQXȅNh=ĝ~v U!q>LWUxP*Ug  sQ20G V}*ҙB6oQu?O{]ÙMy% T`!}ʂڀU }W}ozR cSԽh@5AG4ws'*;)<[0d> }+E{#|% L~O}'Y5b|8:eþ<(5sa?#(y8PˮqW+v `/ix|þo5r6϶N(Bxve;u"/]A6̐Qy`r`V5pƎz+FHo^XGa{.dlQ6(sc8/Ty7>/Bj~?]ҳ>Ծ+s`45C̏q;+-xd3;\_=tVHHoܵ]=$.lye`M-xpoSMBvڼFvU +V bU72B6(9Xܺg[,skкqې_[,oOd,1dOiMD.XAa~d[HӴ6ap%4옴_u']R|Z ke+tJшjyq>lDtHlAenOӳfsEG,̘SEpAof#~#۸GTC 3h֬ 80̒sI~3湄%}|º^>e^_2'}2o ^X |(愒 Έ< սU`p{av:8T/Ҳ>ѲQA*8PvϟeQݛ㳂digGMι Rw{Kɳbw1[#;{r nyI6l 6`LP>=Tu Ăɳo`kM:ށd?\L&Z&A﫨 `xo>%FF& koi2^ XZƵ|^EE".|8N'FqÉr!C +~9;fNj1DP횧l FV + Bdx}2C翐+* 9XѼO qW>`;пxd;V.Π\dBv#9ֿwsz`a#8O + +$UbX02ȍ#@ I@ap7݂4]]o4۞.oڌx=77\pʊy9wUMY]==:?VgnYn΍T]8sܙ/utc_Gop5:z,/3󬳣7~gO]_5ٓ;uWTg:w˪GTgU;6\-<4X߿Zo{5j/Vgjnj [-\jẟ^jW:EՅ]ϯzvgO5둑f:?`Y|w/M;j]|{Zw>;TԹ'] ;Xj޵;{@:ko?'W ]xj5? ŽKgUõS=zjn*}s._iSzr]vz}xR}s=n\Wo/\ϿϭzsLQJҽN]gcis _ӹhzg!q?r8U߇|Vs'VO=/;v9rtoAot:7.L]Wu~=ʁL,uGW0Q>‚`6й&J,xnڌO e,i B<s)?hzP ̀pqs㩜{}E> d<bOcXz^P?wu5NpVt 'Yo1odM& +A`4 9oڤ6,ʀAd& N}A{( ToϪ>_sͿ]_5^qܞT<E8,q`,~"̃ƀ;4? .~D/'GȀ]e׋,Âg9CpƦs^:ޠ0ĊĴzUK>-/6l@w1_k\֟6+6qp$q\jJ|V$nbؒq#3aþ7d0~w6_ǝ)1=Qd!#t<|SlxK, q]s2gח:_w('*,g,( 1n7.lݯ0H%L%,gB0aAp >^XÈ@QKLlyQlG卵?EPy˙>Z6W .x^a!ϻ\bv ̠zȇʼ JVTss ֺk5VswJXPj_LTK%TyAP~u$qc蒉. 2yK{ȼ4yʞ4iRx;"8 D&X0z 2痌xOsƁ`Qxn,if[64딉R_/et_0t + 78`%'zpƂja'_=wܠg:륉՞[D `9p1<;ODt ,\_p`d2, b-1ʶ|f|L%KOO80ifٽo0W<(YTe]33;_XyP_Ć΅V&gȅĎΏĂlr]|^]Âe+G? sc|g#ٗ$d&O8)a <;Zo.Zoܴ8Kd/.EkGtćݴҥ2Zz]9gSAx{-ޘG&;1 LQ† gK *􎂁=rbwRCS>:{p//ghݢZ{em Z֕9 c-PD) o}.fqˊȄ`AŮ2,'^ˁ˺_NL]=lV0I~֚(XP|NQjăIƒsJwe?jлޞ:͊JNȳ#3- Z :EX60x gcR"UbK,Ea3Acux~}eAA n`1~'9nƀtvK( Z(Itf-aQLޠvSNQ14wWs?ā;d5yoYp-b,9p`?XXXȃKdAG,gKJ:Si>‚#}ĀoM߿Upzkk1a(zoӃ/Rfߛ10rp|Lƈř窜Ex`Wd?HOKUrL+{K?O 0>!3׉7ϸ<Ѹpc2ZrjcLؕ/V&\KpyȂ (ZvIȜ0 v !{)K٘,wXfT>6< +> q XP 7$cjYԬo+ħA4+ƁS0+}O3`7)47jV3Q1?EXxy1;3n,xƒ"zULH@HJ_b< "':w=2}̓~j 2)zv?9X~=` ʁ̂E["F4G\~x,OPre$_iDt$*~^!Dw,F\8K,.l(Y$;i23F'(5q'́Eo/XC͕"?xpf& e&x濵~pRr59p3xg[6#6q3KW/\6+0݊qaA}3of-+*`ƞZ@x,ρF2Sb'=259JrȏzL%t>|VŊ3 +YXUrM `fΊςk͉ą·k32Wp+L`;'j gCK0 =c񘟌<]Y>K.;A[x^D{{(XE<&p X7u Fynvs I}(t_`GBϻDM1{'́p;F4'~^d Ks,9Q3qO DgEcyؾ=A鎹w}[joP\7z5w/UWs@ .aAɈ/ 1r!yK>nR8w{Edɀ_z3F*̤` MdԯvȃΔE*SC^ǯU3&( +8[:Y1>pgFн =1Ǧϔ>2yZ/z<&nfۓߋRF࿋s;g7nVNLV:vqZb9hpa?j2bN -‚ЌF1::FCRP^1JρS<(!1!f.4 v 631-25]/5x y3̺̆` +_y0)x<ƀЙA}Qygp߯fRcC)૫]J<5B+a3 v@Q A0 'nP"tm'(L"yIQ\hƃƂ"\( 9 v~s͗{kx~KT&T =?cA}A +fWG3&LYec"ˊyB0jwG +ד/v\ + nt&\ .Em<LpE|xp L3np 31K +O,Ⱦ F-LŜh7Bþ=Y}.g3+cjn|r'iIx|{J<лd +2 <A+.|ܗsYNc6Sma}4'^`6XtWWI/h #y7؝$_pKkMj]jGj=V0-~yÉƃ% (0JY}z`w&3eePYcTyʎ2xq?A +#\ldCO3f2Oȑ_<rM<xP_C9QDEz/gge}>\aWu|KK%OV&t. L"],\o\.~N\c6\h a1'6=x%'=ӝby9Q{DUW&r`)h|=?K뾠޳Ss!3w;n=͈̠t\jVs}=jv{3ߢL(Qp<ȳµ`E8pQl wtqd% =0ąā;nKi`ȉ"xYOS#KL%2&N:&OYn8F4 찬~o6:YB Fg2nVN\7QJ<9kyp1&ܠ\nH+7XtpODez OLHyP;/& ‚^̀RϨrMrq׼{fƂeP΅f`J e,2 _{}9 ?8"g +=s\_x0-Xcֳ5ZbA\U!fhP`DN4Ă &?pSj_$ihʉAW&LQ7<8JeAdE.q`/r`7.z]}@e<ލew*(wPf̜AdfޤAȏx>X:W߇Yx=ȃmL)zC9bfR'GZ}āQM>g}NyOqܪ0yL>d#(xpwdsʂWMo롾`zdL]4E1]2+n&.\vrV3 , ,A +;&^>dAK;[^K& zfaΉy6PNkԻA',[Ğk1Yf#k4S\Ǔ4ȋh1S.Oﰡ3"и5*{ׁ#?t>^yP +J1^QeAgoj?A…IW|G |=jnk}K͂za$JYp~(qLOp K7zxw{?Q*'`jۧw+x +|sU Q#3g;ޛzeA!~ $q ibԬh3z!RVܳeC{ޭ3[;{5PypfK(mʃk7- 7mT6| 7& 7 |и0_zc ѶG,hT֭b C133%e>^ȅ r? 8!d!ktRV ]sfe8y26f(J|l8_8W!yk:<>P}Rh`Ti`]Xy x0z<Xިr@~z43Ck ޿-ˉܗ~9(ʾ U'>2!ػ* zS +]^n} sxwг]JYL)fDMG\pWgrpPs{|X'u5g8I]|h1w؈YC3RȂʙЮ,H#„%&{cJ,Pۈsy{5#6yFcDT& 1z6]ܫ=1a>fFV2A)}0n{,> h2;r8P9P2%cr6 3E (z6_y0j[BxPXpuwLٻVsw]Z /,(ss5&U?c3u׹A`AT+p΃̂2`c} RYW尠ײO|)1T`dC?6NO Z1 1(% }?F1{aB2q]F02-}j1yNΕE'ʉW^,AxP%,I΃ {U„K Ά7Kt31ap04p\inc9 R=Ƈ9}·SG>k8uLplH9al=E_/rgó]Obtg;̆cPYPzcx<gyu7Ć'xÈB3m=0= cyvNd>am9Qt /Y*A| /xgAHgĀ,8s߻7Y7RN٫~N|O#u37R6?A忂Č͸ >΄☨ăp` zG?GT3 8\_&J&F'0`vn:'yNA]''߫jx`M{ʙOLxyU ,ƼZ|tK_ F>?/%yPPXPvZ 2a@cY9@g]rQk*K,!v(`>qV/u;ጨۺwٔCu?PcL~˃f9 L\8דyP$=q`E @Lm`#/j<=BaAtby}AdE2/xoU3|֕QoPXpG=^58 uЋjo0BݷK_lɉ60yjf^צẇ쨾aztfă`r #dOP{+_gr>=e2L Z' /~jE_L8 LܣN<a&8CtTX p&/>yp*7nC5{}`Ō)z"cLs{{TII`a?ϼJ>r̂&prskmV[&[=ăʄnD[xW73n:qCpj~u0jC2a?gdžʃ"Ȅ 80ˏoHA F;%J$G{96;,Ap R6\PgAA#!>llD9A<sPOxD>gh>a ,P59QV'}-;u6toP|A3&CQˉjVf}`b[RYp?P ̠uȾA#P5w7+  / `90eEg_>4(Qr6]zn,x?Xoa@To&1 gAK fYO%;Nx +ϵTnPv  y9DzҼ0 p}C|H% |y'fbp,٫W Γk vy>LmW~OgbQ$?XP4 [O&=3#jo Wb*,l,xgMׄ |Q} ;H|r.`7=Ol#,PDWL_s^Yxo,f /c{ô+z`1J]2: Z64 vq_[(6vJ &i + wV#xA`ifYBˋ;jF19A-8O_p1萑蝝-SD WUx=OkNTKzfEGfvk뽸#DKd>T Uyp3"0Cx%p1O?}~dA.Pm(]be !^d:QUz2πyx}';a/ŽʏyhM,3ީ*eWׄ0b`xOf|׆\lY}Bɍf&hyăg~D3<)yQ~?^e^`Z1}1^u5 C?~n5y=k3>(s X6XxP$щOW)&y]ulK~`@͉4vr6!|A0a + 82dDmāCi;t(%'žxbAH`s4t0 3sFy[.Hᮘ^g[Yt͂̃ljĂAfAύX=Byă f1_/vX WM2ʃ`><_Tg}ṕUQ x?L?.>_d;c@HwcAbȍ68j.lr΃{dBm,Xh+s/:7]Ă ,ȼǾs`i<(T`*eE8P}>AX2&}Xʯ+J7ׅ] + +nmr0+l+:wM=;y[kŃ 7#>Ɔ1=(a'{&J }Fv͟dC}i_/ e8/Tf|6И0 lUȔ)3=2?g7/=AAg@3Δxo4' ώ]Ofa5%l` WH<g %/̨hSBcl^PxP|Aa;XeAufP$ 3_ݺK젰yGunpv۪oRopvuτ{qmg Khd jy=DImxȇߧ({JedDS%<'ϫHׇt}Z7zĀە:2ykH)9I9K?ﺔ9B%\':s*aß$ąg|~A)iA{`UV_oҟс&eC|ʿ}R,3U;щ =E~-L|M |kbcZ2d\L~&F\7Е|>ֆ W+\5p2b 7TSȹP ;̃m{ ȝ,jh۸sz*E; IK-+2žy`3ǜ#2Sb( ;륗h/&DznѶˋ2f^aKNĂA{TA5(=223}7gEgLY?9:'*J, z@瓳yAʇ* ~|=Dăҩ*CU:Vw6w7 K<pQ s\&  ju~2 NȜW='^Л;yЅw84xg+2! ʳgvw5pJw8K +FT<XuGU`B?\)q1h&|"+/O\6,gt&ȞY4o!>xP?SpbgpbsT. 5;$L8 unjJ̒y[3|4 Zǘp}r 72bB'!_}|ȇ"~fC[} Ŕ+lKE[͋GHCK  +nsKAo(Aʃr1s y?ǎ5=A }1>h{X#ѻj)<=2gxsʂ^EsX3uxg 1 ƅNJ>ozEs%!Ǔ`D߭Fl\lH,ȹQh`|ۖq q `׃w}~ J{qdL#Gq[}7oOɀ1W5/j s~L, F;ɓ*+&ny+ +옝k7G׃w&>d9wA1&ߧᓬGΓF {qq 3<q;17` [xYwNd;3f%kc蝱}yoo|LY5,Ί6ʘ:R(+tnĂgA?OefgoOLQP oL<9Q|]ou!+*]0p` 5).崬v rV<83ʢd^Nz_25v~>ƅ4߹j~IY6m+gEU;;^%qRsmv3pƁc{߫?ث#x>69cz>;?p|F\9!#Je~KPydWxM9cNmD B+3mux7N kxPXP(2/sj%Lo3`?ZތV/|ŋtU}J̴*⿾(RIň+fŵBE3"Ü?BIc$0 T <х_4ۍ ,Ӳ=v|=j,c9`#{c!xYϳ^QWh'L+dd/~ ΂ g:%ωkxp1,A!do0 +FdycCysv DEgL9Q X_YOU3}DgEʁںW4eE% veGXblNoz yPxQyvc׺r=|Ƅ-/ԙ=mF 3% flɃOѼ^,(ZG<9 fN(,1_7=)΃2{uq66mAa7ϐ.9-`X l&f=NKƄgn'~3a'ċ=r+׌ #|`dMxt i)3i7;6]aOwO y31|cgR6<E|5'Ď e40}3w[uR rFTl˟w%czJVY ؍f|֏^Wlm0!]Oy%'1 Atʎ葙kK=7xǿ)ALQ7x站/TgE?;觮9͉Njj̾7%{}bL&l&3~ zZUC57gNp UKL{wsM;S="}d1eFc3IOƃ~}z{B l:`dr܁c3sz ^2\-!|A9/L|7#)' 5z- 3>gK9ZN:ueM[ucƎ R@`zRtoXNZy|U{X-c3ʄOBHXZ\o/oj9o9p+)~cy;TpY|\.7\V ň-<''4 Zg(2ŎPeq2GWbnv f,(;m Osk")%s_f"2ljJyP.REyQόZF_h0 #tޜ eOL(=ʁP6k'~?e +ە +]/=354ҹ̂ :[RFĂ o0}ֆ?x$ԙA1 dqzB{ jN_aU΅v?H,yF }y1`L=4޼UԌh D ).ʄmLh jnTx|`i9zVT؎?GQKcA vf|K{u~AJ,x!;B5s[뜨z~',x/dbO(A@%)yO)m0Ǧ[}{w #Ąxe`E +=G:š %p3^;{g~! 60)vxeN.s"'43OdOsaxȁ]BKdlF2E& \`#SI<9TX<'\=~"y 3X>13!|ăخs7'L_P|1*3OƷ$mnp'f>G+3!-G̀KѲyjbsgQ֒ WȊk„Y/.l݁̾$$`nT" q. =a>2C;KyEN +E:DJ~`+J/ ++ʵپwo<*e;+BfC_ ,(s FDZLvp}AxPێBy};&J<8wF^}2`B8x3轢ʄfEo;Ss誟uS%;;h{]ü CU;\`6ާN.O\=F7.ݿ78J$;؍%mPwuPلpN;@ +Q9^aAtw.^{n?鈱L&<$1) Fy'd?-3YfUm]0#|3d4K<\Y̚fVdخCO*M<ؾ8˙X}%[ |A&{h?Aљmϭ=O(LYBptuˍ7] ,8}ndN\+Se/ ;-U {bōƆ`E*q"*A~`dA ;TxDdFJ7&_=>*zaAa+D30 X 3<٥'dѮ]4C2 {dsI' F ך =Z-*Xؿ휐\C Y9aAAڻLȳJZO~Qe(\ +~y>-q`)~,) fw$Neq)NAgA}9Q0ˠk4vfss"uKdP_O xLǭh6>!R.N̏NQK&nLu$ݏk2L#d-<&^9a4ǟ'{os{84٫D|K>.xлEyѱש##R4plNjj!p9&pu ؐOLl6rk<^#'& nDF\U>\ŀ_ nl_|$F΃<'Yo1ldF eT4Ne;/1\-9ޜA@ Q"X}B!cy?*wҌLRSSߐw۾t#,h3̢H;%Xa`ƂY@wS rΒ((:G7xTG(>Pg/*,{Eo3;/,8uoh85 X#)XF;c -vxγ= J&4B #~?ٓ=@y3V:.F0a(72 utvKڿ]I`A[󂼧|@G' K-!(Ab ?q:ZdF!ht}}Ă% <`̘po >9,W$}CC„2F^Tx02g'Y"3<5Zh7\֛W ׁVʆ1aākdžlp!lĂ?x1: }1m\L̨_Eʆf,I>3N"5ܻ>{g)>_z2%H2!`! d,hlF9N{yMfaٰ<| }âQplz^<ƾ"΃27nFN bf0yv >zID(\hK, +E]/̸Efyw?'Aό5{gSKAUئpo/>e5 *mĀBεu:= ՇPQʄv1Ă 8I,(31‚kPzGzɹ_ _h`VWbTʣ{ϫS΄zK=G8F͍*,2`BH~w}ze"̥Om0ߔL؋ &+{<6'#3|a/2ا]1,10wgt8 Ҏ tWޱ9dкEcl_b_a+ٵȌՍ;?;zBy.}D+]3'{?nOܦZ]?7~kIS +>yF8Z>6^~=(v%uVmzm<Ȟ w89 yPXPeqJxsl%<'XP\{EK9+Ydt5y`5yʃXһk΃?|@w/`F,]<@GCYpqn{;d6PwF"Vӯ1TK·>"Mx0eBw3|AÒ,9ry%_/aBOys>&e9Qe=/LQ +3.R|VA8w%D}ăFQ#*|' < ]_=5̆Q=P6,k3e><d_P>ً3Ȋ51aBihdA dO9,o^'n{ ׆q.P==a0b _f2ܯ.AnKHT-7=Ͳ ufwٱ5  8PYf}n FdoYN%L]/,k;RV33 b^Y &M/\{27x_{ԍ)'z//VW'?RMkBɳA a<ɞ=9e7g,&9a@b7p!ؐ-tbiXqξĄ70D> eO7vx;tYgEտ#B xPAA O ifpp]?*߃ ]z9Nxy3"YK̲gyA $&BP//c4qn-(2s-k"K|#>ko ><DZ=%@),[#oO_L(c;^W8Oyps:! EȔTmA#.;]]riW w/Cߗs@9/ +a&z_paIwȌ`B +oEPԍC>it20\X{bg?}?yQn TgF0!xYplʃ‚/* ω + }g.զȎp_7- Í#n4>Xx7NuQƃ:h,Ƃ@l7lbbc<,̗|AL]́ʘ 901/LXd3m^?cOqe/,p}qy^X|OvJ0R46 YM}7# rGhgF9 6o0Y0q!KYѹ,+}h͂Ԟ J`='zזK4t8 b~,xhVt_QoP$,8yǕefPXPzdRS>$j lcA0l;;4qG`(<fwr25q-><=f] =ʇUn6̀`A7,u5RHgoy0-,ADTOgeW±?Ibƃ=GuqFdl0!px02cԼȋ·lt%WA8PkTΞxF27/GQ=DL%+ÄǶ<b̓c>"g ƂW72#n\  ȖB_銙p50rf$/+wT@tnAaWŜ 4op̂eKẎΈ*@uΆ:?|ayMk6xgt 8=91}'~w9lCAn!szL# u}nƒ‚ >xf jFẌ́ ?sUYt7Mzu[KL^S䡟u8 Jt74#(;+&HvI7eOy:g~%6腁|8P}?aC?zϚ0V. ~c*)il' }_F4zex{Y̒b/qbe-@̂)?S<+('(&~`5CO(v+w \b@prdTdn#O6lcA~|/v`$jm,xXp*17 ,ZG9l^- 3@dLygwqrKvFlϨ44w (1cS4fEgҌљ{hh oĄʂJzDʊ<N'=ߜsOP}AٯP(MhP 5t.p gVmkLȼ +5]8˅px3`BpGY!Ynr$V. f" ED^T}At@̂ƃmyĄsSFr„ƒS]Sv5ug#?NQ /=ÙW׻ +{#70\RR~=?}I.T8ppzg]>gXrc,CLI_!B 3Nꝁu'}&|/3ZĀrlt;~]Y'?Ğ|>ʀ}:scJn{H}W!f +h6[۹&YLa.* +fE^acStNj]3_|L!6΃ +J:;) -#U Yeo&_ܪO+,A~G "/ AAό7'ZʊmF/=iA?8l$?<8ʚMƼh XNzdF ntJ|Kfʃ̓kƅ6+&?fG{uyq:vMyױB*@0cƁ2{L9T4/;D E.3}Ͻ- `dVDn3 J1㵈O5a1ŵ/&_f3hO{ cV4Wu~ƻ?+&6\)H?ƻDC4IOr W  G<|©ve_FS4eE +&OMw _g׃Kޞf? ,fCnpu1P?t?lC?' 9>yMb9Q<Ӻ'O A!9Kg {2.DΎ;h F6Q.~ySlO + 8O}{2 { \F1e;FGLk7LȚFdAtAfAʼ xT[۸gܧĒT]5%K^}0qNq><(?OWVp}'Cn$7~'=|~ptOxzjL"G:d3gb&z_f'wϺb ד'u`{s@22+6y1#yȍٮAb 6vG SJ{3.+xk:=hfЏ1>RLdȊs Ю,xjeAx}ATX0򠰠xze7Y5qTV5qoVWJ8zA"YPgugv \;d=яeu@Օw9z v[>vg-i|* cƅha(\ +KG o8W„y3ӱӇ?`C>FEվFϏ^#˞>T\zzL#%?Lhϣfڻ~QwOa2o2sTwZvxPϩNoG^Rn{ pF;WăKa^\\MmLv' 7'v.„I0vKAjO|l XP2zvF`>{boAˉ*^yw΃d1V#v36sqg||uF7lxe- =1^OS<-){% +}&ўG~aحK=`CpNczD5+zo/ŒSVT{eOFĂPM*JV4<(Eſ,x|oAhxzCGyXI- OOu'ԛC1|~dBS{zGvtƎ Hk\;C11a&I+:9/)#GqN.RR~^M'sj,`Ĩ‚ȋ:[ G#,/AxM{́U%ǘ +;2pc!iC}ŃAgKlHb?S 5_jr1s%%-ݷޟ܃'}=}ʄUвޚeGGQK'Topj%PxPwZ(xP4'JrY1,fȄ%F̼p)<Ѽ5RQŅ`+'xͩ~ lf1+HQΉR_vn +EESVR~k%n}]|Hz 6_ힷkp \y ޘ g2:{' +M0˒să.x.y>ܩk:]{U#1O"qQz<ʲ΄'ciyYM]URM\uES:eFުOy :PX;Be-Ӊ_}4< ^)*ۣr8mg|Bۖ8'f<c_1dH}C #ϯ||D te6TOO({XK %J9Q*{U]E`0txFo/& b6/bXP| 3L.2ֻm!`:YlOCCƔٌuF,]} jh/6X{ cfS݌E_{ -/ Tν<u֍|d&`n ݍ~f G݁|wK9escKGg36Kt3ק̖S4zq!X9+*rV", DeO:9+,FbA%uc!f,x;\2.4Pԡ.A?h4#hԊF( "111Ē @#$ƴ2δyCJ[ޗvﳿ{;ɹLgRT , +m^={kOrdK+Z`qd{FC#.WN|W-\Ez1!2F7yp.*̷xp+Ά; w: 4UxJWȆԨ؍@x-mLg ?:)yY\bI#. `Z#XQ}Lz%Z~A2&yvᱥT;EvZP!tęt Skŕ1jg-|u93a:©}\1$_^Q"K=A/ vƃ3\Ѯ `@t!q薇W X]֥)wy?<'ܧϋ44{?c<( ʆ" 7 F!uCm-$5ٍs? =kʭY06:T9  + Xta>\urF[v ׫Jݷ)RO>^΄ʃ>$瞿GR^uShjV sg }]fZ{j&e^~;x;FwӠG,Aɰx`̓!exphL򍮉OSP5[3^)N,.\ja;kʈۙW-t d·=m)~ 瞘JMSM0 Ml됼PΠw (FtC]|yBlhIb]wdŃd58N8Ʌ2=h .ůE;3cʅ{ͱwMz uS$ b‘W´Aɍ1<uiKj'y NwH&1t@NAa^R͝梃NU] E?{{. {=ʐ{ffyppzzvO5/rr Ɂ.>d2C83eZ!A}gpj+Zw3aņE'Dan/0GnZP6hhg~ׅ9^),^K?SOtԩ0j/2:śdA(08ٮꃐLxo74Y$kZxƒ蛀>AWߨ 62E5(X{ߴt+_XZ|/pуOYc;y0B ehs{~A .,,P˅F`?{sń>,&gϹNJѿ&Ov/8lGnhRJ荞C-.391x)C/3hxZyȆzsݏyu~̄FYr!ՊH[F? o R,,8W aaԘ#`aB xPZ ׂ דw/np#+bA^ʸZ2AffvuwJQ/HMPwb|Nc; rgȃq-9]xS{F΍rπ.6ssvy:}^k!k@j/1g5A@ =qRwJ9 j EDA 5BA>dwP;(lo=Ɓ3M2d/m5e7X̑#Lx5AJ[b[;t]8'Y Z忐Z~:͟p7gG|&Jfa! ~|†I${G{! ̈)Eد#B|:X5yEϐOy{T&`&C'w=O-_[A5ɘƒd6 3\ҡ‹JcK/L*\zSWxzcxD&Xps5B ,hw;E#4&Sp+.TpǂǷMV<f3fL|8ĄɆ[H?ܮ|8鴿ϺnCwNT{ȉ|P鎰<j#݂']Ns`Wb_ߔ>rj`dɞR#VΚ:^N$(za'33Ba(cAgǐ |h &Yzq 2"veVÃg竮gfNw92Eob`2g?0ɏvetB.,謘1VFhY+3ѧ%'%eF PzQ~̚%U"  gON߱}gcǗ`#^M+h:Ʉ2fYR[ ){~߿c{ǒuڛFL!kh;hMA7ۯ]pK]6_xp|7L4myP;Ƀ=FHиP½/1xO+p 0Zf3ffv ג `p5l]͇?pAeBAvc@njKƁs2!ywohp^3P[-mNax;3d>Tf ;z ʫ{s/jdaFRY,shOmzkyMľ`cgʓ-4mpf "O5§8nh:^zK _N!'OI3?)v v8'rO7TYYY{{}WeAfg52^> ;{)/TRcCcۀ&ڵP9=ez@jD΅w\$ F~]287yPw5TGPBmw`mTLY<;u͓af•L랪Kޱ?hʣ#ݎ*B^wc Z-=|u`m*Zૂ3Lhr LBc¢ N}nɄpE<%lV+jpW[ɜp+pe&/n?6 +QV^L0kA;$/⸤`B ŞZ{As`/%WU,ؘ>^ H6오'M;kk&0g,/S2`b.5hOS釞Uz K.7CgB!4牢=d<]Ƃ3'̑aWo04V^=βYnY`bw0@ +bR㍝&}ľ z}O0rX %:A ;,g6=`B +4<ҹs\F>/Hs.i񔒗r=>$=H2cOtA]^Uc92ݐ9dۻ,A5;9a>\_^;9 Zz^Ҹ +VI3_,iwcE̡ߍ[yP;'NhQbf\5wOtB07&ъ G b^dUsVfNbeg*++e bͶMygafFKLN嶊.V_ޕS欺&Rg`|^VD+f5Lw{ς=CäMjn۽weC4WlC>3U3y#~ Fh&?e>/?pƒ/]<3ɂZe~QW x= /y )Eދ!6Y#8{wSKs|pڧ~f}cCC +ɄMn+w8)u)K_rrU7H݆BP38{z,pLu,kk@?WRsrFH2FR8H<337`'z5jv `;gg):9,? ɃȊw؀<&W4W>Am|p种 G{_LHpP't&n'p-)oO4ʂkcRZϬ7#n&5n8/Gk6¬ۅs`zNmZF\.+"߅&T^Q}iv_t?* yDafy\Oh$3 + ^^|,Z{*) T,rM B, 3OV1.,ha c7--7A&UpO=ۃ 7tSq(/=;E;vp\XR88/8 ]&^ޞb̂z}͕v p0W&}C2d(e9elieTygP =; O8ĩ \QAf],h1K*7&xX +|=ƂXG u@z +Z :A2ľ 1Nz(m$ܗjo}s1&` D'L{ ^MƃeȂ>>닟|HoG?i4^ɝw@析#` 5Ӂ[g0(4P *>X3ŗJ{kCfl̂`^(Z!>Q|W4rypx?"C&Ut4h肝& :%lYмҍ`AA{AG`:1_k-軂vlG M`A֯P:9<Σh쇎/<7w~‡ٸ11}gftQG=bG0q{*Wy_#pjb`ٚvK$]-o&8 Z]qkx>>:VQ~.@~`ǡ\Xϔ+r6 9ąƆ!A1<ݾ8W +~l/J[T$>'>d(Y0v{R}GG'8۬o};O~c gq!xQA}Gvifr y7N<ȩgA#\1#&[ͬ '&|>L"6\z8󋮔W3D&pv~u( 1c(엽/dI]AM$y!T8hD\M#_fẠ9%+}yL4^E^WƩ`\AɃaz`f6x!g^?csp@d {&Ȃ,o{wtdO,7#_^AN *h)cYޡnW X:%Ȃ/h<gA(+,xƥ[{k<6xn(8OƮdY\xBj+z3(AN`>i'Æ`ޞuC|8pгdo+ ǧ>Re\v)LsM/kŃ AGnvgM.rCcv̉.Kb;ǬXK_3EA ! *>,C3yL`A13( Nٜyple\pTw\='?My.3!5Bdz{w}ذ;G\4'k+  +eU/t`zz8N4 & & MMU*U)KPʒ +oN;ggsne~Xs=\P_'ܩ#g}v?3zf1g7.u\>=&hF7m;s'ϒa}d:7V:W9N$!IփLBl7ơg$cEz`|}>J?;#'qz,Ϩ>Ѽ7멍GZ²sܦ|CU=qFOJ{rVO?ܼoOm=uTX|}=}'7+|~V:g;'=|ptzNՓ+N/ڼ6f:mںGwj?mg@{xqOwA?l>CI$Qx/5ڸG2-2ZF7h?5Z=Ӫ>6Zٟo~|ᅫh+7DsL:>7~?7ZoٟO5voyCk}"}>k7J Ljm9Vny'h}?}~drVh\}k7==cZtZ䚉pzopsy oJc,{M|7ZYrM}Z5;GW~hoMqrg-_u˿z}-~oVv}hi]YsHm27g-_T3? cN_S_h Gg']>F=5foGONBOODRs^s__sh4/ϓםx|%Re@=3"&|lSX :.<ο1 +(\eeܚح`A19d#)ȃIcI9o 3ᓫ;O>|g_ZyfB1aC<&22BOߗyYm'nQ XPQ̂~l'F7hƏ(n1 + +& +K6=e#gz Ͻ&3'Ά ;%l00!xL(Lv{Ä`$a#a556aC} g=^o|!<%l%uDŽEE`Ac>+sv…Ƃ·C^<,<%yy* ._C;X9g%fhyPq<䚁 8PWdADŽ́*A`cAe9ćJ4 ?kL|GWטfxpiϘvGYު,JL&ӰʎWf .o{Qz= *N<(TuL`^l l.D̊?V ł8Xge/ِԘ =.P|x>y,,> }6Kv-kDz y`(ld yNzį/21z|̂U޿d.dbB\:_ +ċ??u>'wfXf aA +~4xгhƪ7HaV/\3L wW$^fPR51ZG+W O(ޠM 5+T J + ?,(ZB+S/k+ #AY`If;\yIEƎ/̺,(A3_jk˲9Fω 2&<5%YAy`B“] .3|gφ9s`|3E.3 +JL,(Kf85]AZ,r,ظH=N4S#6x~5y,J̄q+ PCRadexto{f/)W*|AH9u +kc~#.̯G(>| {+7EqƂ3_cBᣥk? ?Y0le<]};Y#dTw ޟ>ΌOP^ uk,Lx(.]GKA< 䜨hicYzȊEKӯU,(L#ذ+3z6,8)/F~P(w ƄnMw yu^I <ˆ /<#>p6`* ؓLٚ;4?#1 r4bA*a:r̀\d&<6` fI+m wzoŔ~EFA@ x0{‚Muj 9 &oPrynpa_F_dDRsƒ‚O!eC׮o8p Y  TR-2,,b5c!R0!hK|Vy>3<4"} l Ao2+GȳׄknH(Kꁒ G(|2^0#6ƽz7yP9s>@ɀ;a+Ax+Bϐ +0|_ʅG]`^o5<•<(QTp=%  + YƒK3_ypi %ZLăK_g/L% ;|sϫOx.< +Ix0҅Aτ[ۿXy +O?0rqb w6ZQ'Qv/]Y3%/.eÝY1a`"&s`Ӆ}Hf47˯CZoA&NԜ)u;4gA1xb{3=kvt}YCdž(+ +~e-0/( ޠp\q`ă zsj^<7xx<ĞщGw'ܡ9QщNy0Kro(\YHPKe^0dD13(z|ƃ~ ?|JT^“M|),xGÂ9)JyI,+3}GY˜v?eI FxGr!̪zolC0!wEݙyPf,KsJ2{7+ A>>`3Bl Nw3wqmcoŹ2''{r 3`f+9V%s}ϘmPE|cSÃ-yQ7*τȋ2L5Z^<g^;F '".>!pys /e.N}Iw$. = + 2'9 23VBì62*W"ʔ^2Ys-˒NIѬ |h'HZ;{4\E~`ηR.4*okE35 +A5/pȼ`+ڑ Fa)` OwK$Z, >i ^{̋P :E!g%+zѹG^ 0!fY7Tl%5s{ɫ gtHYQCeb0fCoi8PtdL|#,} r9yyg[g80aq!wۀ 3 wTʬ[꣪]L(r~U+_,)VVG'l>OX蓹êw My>('&~0K:ɫ,K{P9Nr{ 6k8`{-K-]o|5 τ́<[~̘>O,x 9ֿBjWzz\n +SFxP ʎ(3xpq-OFrƒĂP̝2"e& 2q᳅ke;2 n<Ԏl3kxX^e(ϊ& в࿚g(\x1zJ3ȋ ;EU cN +n3`4dK %v6$nmp$#0bA΅F,+#ϲ+ZeAff4<8~/?U? {'Y )<9}Ak"Au&7NQ5]2͏N<2A}G5&3UY#Tv2`@Y!_YAYk}AˊLh<>!Ax1jxPL3$<}‹} 5' gÈ5񥭬r^bL(Ęly!L +yLBy"Wz2a] &w!{(3I RT<=m_OLZFk>{yN@γZogĄ~6/l=r{7* PoA ^Gnh?a_9:Y&N̅UO4#̢w e,sTE>4'XPcnv\#`0yzPy,B7S>GG EZ&&\И3 ٬]f:7GL-ù5dGm` + }^24!Hq2 $犞a&&PH'9E53DsA8B=3f3Xky3/VxSy%|eG'd-;a1:3΋YƒP+7ZGQ+^aҳTם dcq5^EUrqԗIM5^&Ae>4u<(K\XcĚWxIJ%2dCf3σ}0]`/!]9<#L`_g 9Nɇz1=2 4+*ݢGxAt;m!v.ăՔ=m'9ΛPNNPtgoPć7J7z%֕C{7(9J7ʊF8ńLǁ Cִ(oX͐aΏ500w";<貘UB'v<6U[+4=1`vF #̪sI>N6˜I{,# K^ݰx\_T\)ӱk"!N s`x^2bA#:d,HƓQLrڙ/\[}i?xpql$Q ޓnrgCdIF2ȏ2.N&wʰ?YPA(Ȏf6BbK5?z>Y0ZPvK7L.,D7v؋fN<~xw,ywJ?Sk>0x=X‚f9;ȻSwc7?(ݢ蓑^QɊ eDr>Xp+Pڭyx>M)ޠP3<0@'xx.WHS숗n'3˜?:Lz¨Hu?eGW{eD…,w4}> =ܯξ!GI̅Ȇ*B!܌ xmiOpyHyCxP(|́#B+ + 5S 'F .sYDfAaw`AƂ#wsiuyѫJW~x~0 vZߨ!P2.LޠdH=1 +\*F>aȆL1Ҷ]3 +S@)8pnSb Hy 3(=<ȟ3 XpsA0 3ʃ&B+='\8<3UW" a/ t)aun|Ի<3}=2YPVN<`8{?s\$Lnq~gIOk ⳡL͝iߘ~.8νQ>ȉyc"ʯF>!gEs_AɉZ̉'x|w!`bAQ1/3/]Dl<|a7bA̋ JrSƂ~AXxP3Ƃ +wߘk,LX yރ1VbpgG0qnL*[vsÃ[f)ȏz甁^ +<+W)%+EY0x*~A\vc &i<&%ߗB2:WQthܮs f=¿$[#5+ +4^T6zz!:E|_5Dz{b1%I!Q'\ʐ KeV&pwaC,3eM~B!Vxг[ۜhyX=A7f_ ~8_F49Ҁr5~%}n!4K3 u +^ TQqQf5o3cB̂ʀB@̂1ӣYIm :z(e;EOh}_0EAv f 㱓0$.݄ϴ <E eq.045S*#ACSKGݐʤe׷y}/ +6Oƒ`;ỹ?Yr<rn1,:dҵA<(2鷎eS<(&`':p"f yгBe3dK\cͦI=.8 2 rVT8pkY-0`laOb΄{,z\5oLdB +|ϯ:g[mwCyD:XPYu~B?Ɯw9Lʁ+/ڱ}pA 3p?*6Ux۷cP9pWnx=x{?/ vKǛ=wiH=#CG(=2!w̻mDŽ@6r[ſKB{/'_0̻dohޯnWBafDR{sf(ex_r|YBab{9~1J$gnS̗R.yPU/A9'.et B撅˿9 2҉b}?ɒ3쫁 k<r6|ăbEL bO=\'=kg΄ cإl8tŃ7yBȈ(88pEYt|O8TUqOM [|h{k]\8Y͆IsڸNα?xpr YxA8RN4 VZߋJa4_Y.<sϔPڟ}A}ԜhA͉.8r+]2'(;t^'OQ +]CYxqc2çsgÎ E@RFTeޘ5#j{aA~8zC xHsͽm&?(LvWÅr-GeL?P{\xrGDn{J +E803<gzn)2OMÈ쨛)"PwኦF%\xE|%e^. 佶Q6  {O7Bn X< wf.. <yQllX]#`pscbv wԺel{Ȋ + .NIypq{sbQpi1vH?Gu^(e}S/a?/kw|A׋7(,( {,7^2/.7ȆѮ3ϭj(_BM= jZ/͐yKeP"bAHF<3Nʂ;ψ1<۰k_/ ^',(~Pl W狜J JFTI$?|d{@풑A}ƂOԲ[w[ݍ7A=xטҞ.Kw0 "#b1y^0bAWC?{z/w67خʯ%}Lǃ. +27nBxELE6yFyP=B +#q`=/9`̂2#(v&k<'>]i6_9FVY|%Rb'foK";y9Pτ&yx`6xĄ6,q259/Z A77.{>+zlfH .4.>n_-Y)%;Fv J6Y}ŠrF9#sPfhߠ0!xO?f@}jFD QU|A!J/=r%# Lܙh2!3];((7ZW<(ѕ[s̃i.oBg<<<<gy?Rɲ"bv۞kb) <1;#^0!zi7ğ?LGs̨[aG)ybf|U"y^!0 ]c~`N>2?h=21& F&DsT7Xp쥇?h„ʃpq+CLbc2a [lxLXӍ8\dU=<>Fd@~g֦[UȆv N;p9-8ypsY„ʈ3y5.k>[sQ3<EfӒgCHkL8 <Ňks`#tm=bKs3E;x3[8,#4vL=BMo=T40|[9=삷zy=ÀjYQ zyYкD!74OP9012<oP^C{!y&{?xy^a;_%kW)3̪;ޠ sLgJȀ2Az̊ͅzxP=`~p1RLB_Fg ڮz!B鐻>mP(7i]CV'9@Ꙇ=.ޛΐCcI 0K!xN#( 2oki\ 6Qa!V1WH oX5^acvݖd뚡GT?_#xwik׎wlaă0˙*Aw"3꙰D7\}Gfe\{r = ӯ3tV  ^$|qϒzp!K,`CyZApg7ec'Suv^B<ϼ <|ba;SeI5yвE.4q|ǧ/75驓KYQǃyWE9/콏Ł>'̠fE-'*;%dǦ}0~1QΊ"/* u +{Dޠv=c#u s_~7ka}sL(}b??Gi#]\wB=ҋ%=b$|,zexCvXbahGiu8 dc.:bB`Ąv~r=d3eIqNTXP + ʎ4%~zcXOQMyAcAe3oP|;08^^a8< |=%7[7=EkGYgDCLRN^aOsy‚ `)F3w{s~QAXuf Lt{!3Յ]1eM/`j/LdCA_kCjYR#sbBI % LLWF;y0s(lx01O݅`A,GcA!` r Fa욧,#s恿)X<~tH21qxL.*fZEoL%̄x߼urF4 ϋ}BσzGmE> +bvOܨv#gE!?GPņ93e!2E<8 Ӱ?łʊS /{}\x#ȩ<Ҿޘy5E Ł (e?/X˅gŁ^]nzeM;dv F(3 + +EhfwAAx~]Wܫ̅CH_ + gDb.v!tbE|ƪXAdK#p.TOʃF,&$>0xI*qf9B̃,}~;fw( Tk+:vwgQ',r8{QȔʤ OrO\7N]9Z~PzfvAypaǫD>%z s0?OR*0a kaozɗ/Tн ꎗd1ϋ-煱D| b;zг^$of\g@ᰍW) Fkm5o<+UcUY~…„uM}_HCUܗfKoXBRbg͆gX}_=onFг`Άz_ Fx>ANf,X=rT=A7?XcAݽ1GtD66̂:9{y9J\4M"T=ʃ%|Ae{L^fH<)1^@w[#ǂ4;%Ci``Al,Ĺ.p +CQhb~5Cxk2ʃw=B\ջ4 vNpL+>ajfr%kgHY8t4svc(lf 0'"yƂGgߓ3dimʊbX`E4yM3ֱAGa~ d:sp]+ fzeԣM0!saMʋ!Ice^h ^co$O0A yD#|rcovcB ^ +΋V&DnP;G93J3Oxy oTk 1D.tj]3 ͆<b'8#qPoeeg*, VCgL| +^](8|{M`W613UG q+袉sR7cfpҘ5<3.I6Ė6>h&P=0s{®+Pa (se[= fAt`'DKɻ(*YPZ]`Ww2ae 80bΞcw^JɈ sO=̂9(6'Fa?1{|>3^xDV@@Cpn&| }h8CH=97zrϨeFscB?(,xtWeOpmL9CA̅eĄ5/\xl:6^-&B?We@􃚊^ʄIyv nr~nyoP|A `bAΊ=V^w.paGɅv ۾aˆ q{O' +E*D"ZJc">'"V8Qq^͓Qq KVє;F?Xt;+QΊ]C&5YYКNo6{O]'2:qfDKTxP%2Qy0=湐B0a1&}yv߁CA|b5> D+hF;ü28# }gSxN}" + e&1y$+K\¸={FyPyRE;"ka)+ +&Ey^ ܠ3!)ͳ|gfxz_<ؚ&&p,0j@È &t `A˸?Wa象ń+3Ll>G/FYRa=C}5syq}Wo}2Y4C(3zd3bm@Lj̆Cg [0a;L~w:J 6 wlxxRˆKD</n|g~ `8'3_6 wT没,X?Wqw|&u9kf`V;c TdD\}t؍~ă'0᣶_31z)]`B +/ZO?qc?zw<"A'/rS*x/x^$ǂSF{e|1!Ƅ;όrJ6kq!wt`'|I'_0 3r7i==énB1a^LȻͽ?,wK.I~UW!xTŜ IwDg32OWg^k㉆}5Y>ŃN5U͊|V7Ƴ &tHFT{cokkǯw>kaƤ}x/^s14ި w=P7WP,YW4̅:|d{G<xzLFL,2~(vNG(L6L Ln|˼ Hvd]1>_ȾtBi \3P=Pʐ/g%עȏ^o,"\̃r zh! }3]\96>e^tr^{7<0baS-}Vt ʃȊbf 2wUuoFE$?ZcAσ,XcT0`ֶ #XPy8PC;3Hs-0q!{„ ]^T}FT=@0 jw;e|O&eD|"3*L\ͼy=3=sć`_$n]fC>vx%lYs3  }'žDŽ B9=BɋF2>/E?XPV} 9/~O`B՞F̃#YyQ +!~ Xx '.OhQ]rn1b>ܱ7+ +Q9`kZ2.OP CfD;_zo9c>9pWo``Wh2 3+qLWW gˆ815{pvXt .lݤ\haÐ^"l3 x0~DŜ!ck03hЂk{< ?h+HkXΉ9,W܇3 80ulyu/s5?0dAvF +LH<{e NzN(yAXEV;d X$(K k%hxBx0<6x/!b/!gE?25.~jXA`- Ck +OUnGLlHȳ g~^Gf9sWlFZ6 &[j\jbCC--H4‚8?7VLr; L&dNLxx->>b#hz#zk]LeBb@ )QfsLJw8`wE4wg:f {Fp}}{τ ϔ/q` xț,v zoP@y+3dY` Ί)yL!"d{Ih=OdAkȸ;$x`%x‚u^1 AB3>渐xP"zpaY3!!s+dqQghĂ@eD781 zmD*0}<˃]QVDVľ[k3G>.o0Qw3o]Ǽ%tL5ffiW3ăIL<ؚ$5ڕ#Q wg`ĥC ՚BB ŃƄ~vPwn=fF?&wX>4s`f<ʂSaÉ \QA0LfAZ wz !ec&XqcZ>TDu  N…XeŠGȝ2~ ZL޲=E >Ί?hߠz!s/&D)7ZdFDfLVkA d ^ kyQ74x#Ѭ٠Ac e _p#[?E<Ba]GLyQɄ=Jς2ʡrݓqDfEyh~PFσȊG;_sfosRW[ g?;8'],f_1}r`k|&ڟX7=6 c^5 C~}T%X + zl!sCCtlZg!k<2oǍʇ'6{fˀc sc?EQJ]bk|‚#!sz5!_i +p(F|x_Jl8/(^p)AJkvvϣ+3~yZyг`&fS;E9* `Ax-qP0y]à .$.f _&>GQQ4VB昂 f1'HT1`J>Cr<Ȼ&t9LƇk;( }(kCȃ]h_TAƒ!c<(,Ń *?3`BY9/J3nWʙVp 6"1a&>,|@2`=l6ϻZWE Co0P+dysٰ`':.koʐF|(9ҧӱysN&7Ƴ .ĬYg]h݃֓ ޠ0N b5[ؑ=h߮ufœ ʃϤh1KhL77+ 2a֘\]?4&P}#G虐y0dB .hΎ{aԅRcAݡ苩p` ?8Ɏ  &*s 'I`zD^@^|^g #TGh2Gw5;wS/TwsB3} nCM\UAtmeS= ]5/S~ 7?xdKt@fAC0!F 1ls sa!}+9,X K_n_~>}g +LX{^Čȟ}˙8O`* '֛hpY^4Xxł7_(&7vGUKAm)r.Ɗf߽jZŎ30KhR6*>G] 9cTYL% +!,c y@jg˃<;ӈX07(`'D<U~ /ޒY0gE' 22Fy࿵]o5{E̋Tt*0ȏaA𠲞0xc)!ty̅~vv; φ /I7)?k}R2۝-/`Aǃn¡2/'fO ߻#7w5.x s`Whe%_y0G+=/Y/C< }L)e>`,f~!ob3g+ f 9ِN81 _nWɄ :>r g.|;1aTDhgŐv: yo߱^x`?Yy'c  nY _-SIVqc<4Ek\X@ g{}ŵ/(=|W&&T=Ą̅̃6|ϔ>aW دv'x&lyr#x&dCaݮ3I e< &=a׍Y0F' y焲eFWr}Ή;Gx{3n;̄]Yg=";0TL$tdg16h X.#`3gŷ9ırߪj:8PY̸+ B>sGFXtUm/9ɕ"C*̀Zݎ͈+.478v[ ͻl^Ptd>QAb/}4[8aL+w24&Bsj('XG[]k3s򾇤J ol'}?^Mc9:5#f[v=q;:wF\3˝"{S D̷+wYFsvMcV/z̋y03 {3na?͝#Z`5L;#_80b?/Q',D,yk\+#TZU]%y7xldTH𗰘5+='q ^< },Źwf`<.2.ϋr#mT|E0}A?/||q2\$x<ǓOȹшצx,b]_QwTχQWiKlqALXcîNR5\;*:€ b̆̃}ԉY!A A푱=ʄ'yM/ݣ7g".<>h-?r`;H5`V(x0%r`eV0bA5/ןӋwg<91 Bg2;ALggB%tZxINB}(x0씹;ĄQÎ 7ktGG 7|$gE3$Af=B E{S㬨0O Px&g̎ghnP|c< +y'!gG燾 z`XG ⃍G}=Gh5 _/F~g'x F +3 B;Jŏޡ/~"_5Oa8H6-f Gg̿3w&{Wܗ# 1so,jW kb.us=_ + +@h}-ެ|ȌȜ0 )co"p_8$Gw&&<18GJ=ÎgLP^[0hPF5Ԭܶ^[`2rfƄqaOcZrvwp'H?8t#|AςSkޕo0Lt~U4K|BdF= ?A2Enwʄ;ևTgI+LxF~#=>U.vm AiQă]#bB[n?a0ak0A:#/;"膱Ιt~sﺔ/RbwE;Z'; d={__>NwqƃW&bA04b"#j< 7s}>8p?CoPxӯ1p%^n_&eBƄTx:Gs(1a!h C19#*#0g8f͞_z n +A`ʌu yg#enп33kd=20;d4'z@,;<Ä̃bB[< aB?7$/Zcּ`3s(|u[!—9|Ʃlۜ\Wyă'dl&\_ʰ?XA H %+ąE&Xk>@P?a;sVF'ȍF,q([2X6x:F  >) ]* YA`<WHlQYϲq;q5 s=2ʃEw|Wă9˙xּ#^ZtyAς]yڍ#Q!/o(ZsȜz/a6fsY3jg37 z/v% 0cȅ<L)þig3>{G3|].ak&1k!EWgXcB'72 "L1n|u\7f>RfC;c@9N^'3kf(BB\gAs]zj 4!wM9OFA_P{c9Yy}OR~>aW5-ieJ{<0J|Y#OvzNT]gu ƒ4KC.I 0dVe@a3}A㸈TqT֥~Č00P!&}zVSłƟ ze/8peT# +o|gy5`Cpa*:s4kf#EWYWzR%JYg̈́Lau=u}~lp6b}pי(Stk̂CFYp3}g gkɉz:dzvH [zOPgY~?;3Df4A-XP2*^+1 I^ @Fս 1Qx,XAb!y)aA]=dEe`ăO5?^?(҃`eBm}U4TaF (Aׂ R.4j̰ǗtTQKfw'X9d/y\:+2x^bfy;"#DvTx7+-`Q(EAEPł AEMi'm&=4iI[bj;cvv[y;5>;흋֜soo[oυ^Ѩk-Yh&p fLXxE,郒'3!LG?GĥRٰ@Wl8/47cٲߡ̈FXuB 酡v#1**?.vLh?r`Gm&apP0麯L5bDW6\Tlp ~b i =I'3ac9Ywfd\FQgߪ`tKk\^_04T4fQl]% Y0<kWNy/͊LƂ dmм`A`͔hxE+&<2^#Bof˔~zdL|Lȟ]eDAvV΅ +x或Xp{x+hEK?}ǃwZ( #lp3*4ӳ$~#JLOm?dzDxW%;-+j \/uNNH<ȞQ}MaB E5v6y'ț{;*{uw,a?6΂4֌Qjvs({E= W`ް`CY2 rĕ냗#+ >bПtd0VNva^i4BҚ*T{Vaz-ƒξׇ2?eɘqV0ţ_o=6x_AvugKoc买m<{F ضDE>5ʹ0f3Wy1:7˃Y xxc#D90?:6#/jʍ~=nlx]t6z i 6\ha S3\PkT]pace篏V"F,YEB脢j)G68@܇wA; d{#.*^L̼`Œ;g{HYlꅜ;3x<ʈC,<TX9L7l9h] "ϡ:`3:&f՜ +\,?#NG0fX0<[%K=9Q3Z:C0a;{]G}a¦ku}F[:{)F5{H/`78ڏ~T$vһ_:'|h<"'fd=Vnac…nz#2bmz!`Ãe=(;js6ٞX3`L|U,mkVd} V'z&*`ScrΘй0 BGp*ф +gx?G+ f.<i1 #&ܕ7:Ńmun;̇{6eB +Fa6^…':  X=}'P5AcAfxE+QhȁiX0B+dd0ڏhx -DaāM{$>xtA ++SxY0!Iu„wƴ74B݇xw׺+hP`ƂQ֒z>ӘX74Ō+9!]0겨PvU/$7$5IxPB/ w PYPu,xRt&䅚6h{o\N.[,fLQLe%+ c 𐢇^"dw+?i̅']_H1<vP;(T#|eeSLS`0Usx/#轲`ki3ugh.WtAW]M E dbІ}? xO+jd}~QATzs=>zN3ݰ ߞ]<.f4A EY#x΄ JΡP=+ZcƂm# Ѱ>; /xC#mD] Oog4'LN„2f4?f(ŧpaĄȵxLha&TL09\!x,B w[h^61g8i˄ 3 y5<8ÄʆAhrw2aCGzaƃ`y\d٤\h…̃ o?.h`<ʂ*O1bzfc8MuQBc`BAgtGoa=h]e;$C"l: s>N`ӾݫNnz u><8}; _TvkËo.FvY4r` }q%f<,XsE>E3 z&}3(x?h92_h .,x5h :>`霸6=̃ƂլL2aą u_NLͤ}ޣ!^} DZEv X q*=~C6<F|Ta., g-+,hk.!3ᅇv}\oḣ>3F,yQ ?G,,낼'mX0AAgEh:_5&lx2F1`5]x|B& 2HU'YTvGk<i bpaF\Ƅ +y(;G,ๅ.CFwA@俗zF5[ƻwkE'4}PF"cBzh3&TGX=K83zR(sa_ʁrO qg~`p`38ܕ?.z4m9pϑYAΒ9~ӵzL46~Q}L@'=B䌲oA!+6L8^t+eNK2Wa:iX[yNPOdwV)Zi+W>cthGE,?j:"k _ÁQaȋ‡>bIؐ/'8wfeRL8a H{΃ā:nN,,YEGi]zWhN +g1&Ɔc醻wX,c_;ʔg^idy w#oCuIF93̡,XmgpiSz̂ʁ V]r3:&-2a%.^YԌQCx;MO%4&4DިywcA.;匾r M5osNFt'k~cZw =pm/йXPxPgVdh.zgƒ׾WP{-E,|p`'9PGd#`+ +&=gy` ֻ|سvX?d&L3cegqӧ\8`pOȄ.Hd3}CBdxViV)c +jƇ:ϽaD,{e:2 GL݅͹ꨏnBS4Ͱ&Q&i>;zׄ"}4C. +߅[XڠCgM4 6Ƚ]G7ikQ}80d- yS&ET&<q` )_4A|Gd0|d&T}Ypă'z'.B2[h_^<^8|6b(tvX1? ]@9WuAGdxw^Qΐi|M4gX72=OXʃ_G җ9A󌢋Lxp=:avcCΛ sg,%ezG/84Lh$ `keLytȒ7,ϚߔI k5.bY'}FT@;D|4Ă#6!]!&QG F ;^F90cAfBpT~Mƒ̅| {z${(̀V3Iϊ/C|uKGܖ坺&3w:+>7ctVW.邯_r;* O4t¦,8/1 F?3:33d<ȿ˖irF3}͗ 9i7$8jp=k#,yE/=OL#FG`Ȅ-!~ޗ:M6рk|̐1O2x&YA.WϠA7ԉAAl>V}1QnM-*2kf0* 6wE^h|!pLA} )S>Ae #aÃWƁ]dR(g`0ʝ| ^υV酁 ¤9]:][8Ǝy .W/wc2rd26fܲ!`֜A%d&WϖNL N2m3F~QxF=O 3!F0ud2k,/6Lx>@1nă|ov6}  js{M5Kh)*̃z2s%mvJ zhADCʃ_^7ї=Q5ox2?^}T.4V\3Ch(F|:bn}yno˚ |LuB/:hXx0FLXaH+h6̃k<\l6eC.)LSL({O7OĄvE+dciA0af:.QA>0anPv Y'5tQQ6?l;Ocą\{Żm L auEL;uC80N޿H̸C,1,jz ~|WfFY-zFd}P/Z5BeJ7}Äă;]Ȑx|σ)8dzz/eqio4&{748ЧxD)j,Fh)j<>QOmxk[ kKY;!kh xjG6=͘PGw .Lho1Gͤc]/S'>#[ʄ8]Pe9{xF|;3,}*듎r FQ#ט3k뗹q>#g*u`u|RgC +>{'TmFYʂW>a4b[Lh *jr Xi~ |t,OF&xAn: m Y/mfj>)ʭI,ɻ|tjːs0@'\AO1ל@7 3m&T F\> ʂ 3FL(,ȹ##Li~΃.ms~LEi80uOtC]EW Bb}Pk2y?놘X /*Fcשw%&QLăڠ"Ð~a&\>7A4< yHC.\O8ƳeY@!hx0ʃ_ĂiWC,ß5A͑WPЮ_A냑Ќgu_YϑxP1'&o6\Qh%_T0XɕQ Gx0̸[6 fY13, e?6Ǡ[{΂m7Y27WY7}'yE' +<~j;h<q`3ƒOlx;!tBG Eӱ"s!sH2H Y}Ț*ƄƃfN=ر]6!3;hxGsNCPܩ,yi5AF'ypU' 9Rxc><MÖ. XON̄>*_2F]Ճ{ϕ{ œ^FuP2eLX}̄ѱ‰6 ;t}jFu>r:eBY723&,;Y0;OfG@AUCk"t|4f_j:"fG`ÔIh +}<~>xLx0kwEeo33lXh. M`QZF(93V8FL.dx1ʂ/`3Ƃ8$j`Ã͐lX/* /(A_rY‚#ok<i>Ȼ bAΔd/<j}D,xFACvqwpu_,8 Li\@ʃȐ uAbABl%o` +BAAeBΕ'~;EA˖){> C>Kʈ!~7!M2v>n]s~#U/<GZPX<8GtL荙w&::,8fю?/긘-;F<Iy7<(>Q+-QƁ/4Kg7g`){c~ U;4  #]ɛ{* ~3&paedmOnȃGc40aăVxnS^`&ԉv?>Ly: CFq}>E-+TU^xO* zn|w)< 0OwGōXP5h,cTw 9F3^>ߛ.F\y1 .8b, x0ʐѾ9‚3<虢!#^:ƒAW|Om0ݹ`2 anS\eBf]ru?Q +gxG:40g2H#]Q .cz c؇:.ltD'tgzNK. z ]yPj9FlW-Qy{oP#X`09%|OL8 טPY`^{9S rE&D2`aÖjfxDz o%Y2o4  2WG6x;'N=2e 3evd=?OͲXPb4#€/ A` O{3`,݃5Oy0>_ٰ wO_{'F~seҬѲO:!fli`0SVLΫ :a_ mռ@f@ϧ}(fY<G=yL7l;k<2Z}ׁ1{a}pC2dRmpM#\ۿtAA·a^CFL ]:hc#!؉ǎ5:a" Ub'||5}s:Q^ 9 +Uչ,ZB29$ %-mhԄ$ uIye;v<ے|ut%yoO}޳9}%{Iuagn{Tgv3 ;_~Tw;vVܐJ֒ *w革i\J _&{~o~*ۻw{oۺt{Kono;k~Z(s?Uuun?НչϾ;?fu~梁0ݡfw?1fGuqB.N#řo.nũ_.95_̷u|[P<ֽzTڥkֺW.w^\ӡ^9w&/ s/zeT&^sOgSuս'%g_uy^}"եmy7ϕ_y{yG['CA]y$=uqٗwnR|AS> {uܳ?Kt~iyq; uiP.nK룺@wiPKuvowwWGupPNtN`PKǻGC?}pj%KK,v^չ^X3]x~T瞟uT^ ur=3՝{Hk?|t?{{Vꨞ9չgS_J̟7f=S'7wҨRJԟ/vO7gv쓿ߝ}Gj<>_[v|?mCm+6W6ݣڸ_tw=m]j_H~绍;>ޭs֎n֎nτZ;OZ_[[HV~[[[[+|s[[Z][[@ٱ}Y`}TZ)}|M꿗ԙScg g>NϾ;3NϽ;3{C3wgޙ<:s]xKރ5xtީk33HuzL7ykڟ u:=j{uİ>{Nԏv_3J/U|ڑ^?67N1.֧ԭy俑[RNT(k}P㫳tܵ뻍Ͽ[_ۘXqg_ק/\xWSg!9w}shm-3~Q𼖾|ڜvP[ 7Wmϙcc󌘙<&,rafEG s(ӄ3m& .i{kKPɂ ?<L8S6ṙy00NJL. +MP<`:`0A4dA1[;`Ad<IԄ5 ; p`A(y>0a`OPx1ZPj6͑;80Y0zPں 7Ѕ'>Lv' 7N|,pȅj6Pml%^YpMvc~5M*e=?aA5{= CdCqr))91,kʱ`nȃɄ>\虰 ^ł]xvdh80dV.hZ˜tA@6eAq!;H-b$?C{,xͰ̂}}ق!)d<df1ZP=a੘FZԚԃR {oG48zCDZf  Ձ{7 ,(|3}\pGt_*xvbhݹotǒ F]L(Y!&mBeYR.hZY|FbA]Ƀ|у3Zߕ$m.7C0BZ,3+ÄɅ1+dZ.ԅjFhTYAӃy@u-kg&4 ͙CZ Sd} eM\8{B1a yNP7#,L,X 3RVh,x$/π\&~G?&  +ŃY!xPQ 炜 z38+f! VD []hT}j) zG1ǸRt`UՄ}IW3eCknDž󃞇9 sтAAgA)тR+& 8;h zZAkv9_?](`eVMr.٠ fO +p ̠j6*fAz?~ѐ  fAovp;eP=( Vab^a#}X2! ;jE1'Ee316/σ?~0Wn %㬰0/8}fB!9BXA(Pg +,00%fܓZ3'Q,N9!NF#y磹A]7^층>Ars`(ÂoƲ_Ē ;i>g _U?[22Ckq:,N=hZVRk3ߨ6B9ͲA} hjhý6$'f ƼB!XrC)Ƚt8YpAaifdAof=Z0zǠW4=2_\sɃOWT{D7=hYta!#\BiFy'?z %7>R+\?~hL)L>48p!d 83lVԩ3^5w܄2 &T rY護۰gAӇl7-d88No*Za̓ɜha @czAς*&L}0tr({0ƹA +9,o}6W>pXS3,B?zQ_B4!]680r&BQ,ro(Ճv;TV^63C +eLra }3G!PhY{DS^6 fAÂZ?;gZzG'9O&X.1ɂ_ԚD :T}chmwU-O+Č0Ы̄̃qD$6ZIJTogϔ2B5u9?Kk$ЂPc.Jnt=8a 5`Jo,ץ +^on17dY&ٗK愙pN1A ͋Q.w(}cKI<\ZXA,LAonP|ӂ}֝BtC6] +O O}_(5_( W f0/Ђ_sB,96t-j&ش3ư`Ʉ,Zd?[0xw +hA0W˂kL 8?(|`>A9,ޚ0A[U<'#l xК4o >}lAk:ClP,shA+JO&ݼ3ɃA3 f 5#T QkhŃՃqM0!ݞ<0{hxfy0ytbpg {pæRE  '1aՄ;tZAm= DYsǨޢWMh~Q'/KBy3{5׍[<+h ztr%Gy K}AC;8?ݡoT_EՃiLo4S3wJv>=qG=#yB4!yB-OڐTDf~O{>Vf)kfF,!Z7C?9ݹCIӛutP͗90Z^>ϨJyEv"f2zGt"ݨSˌp5,d7ahX޼Ar^޷?z1 9>Qa}2EwɄP{9,~M!P>7C]|gV%ϷzT}{4Z0kkx@\'cW*x @(vU֜aԸki;p}h-}XP2J(fۛ#.zHхJMhyPKg хR% zD2 Ń)y~Q!+6Oӂ/|kA``i_ +emy7٠Z+p 7=z6! eL1Z&y0ݠ@b\r~7CfWzVMjFe-j. 0are<  3'g{kn4B +- QAz0쳉DՂZLJ}Pz@]>Ƿ&4 Fݦx\XeFC4lCk7 i1'd q<{opqƲA99|l,+.J&ݔ\=&׆Պ6twBiLH4s 0Acdg4gpnh =fpL~NRs0!7_5voWeyJ/wXs7 ;E0M&2Fqfϩr4z,sa}YA#1P˂~Q0!{Het)6ŃjBB=cwX&~P YfZg'3_KUr`3v.hey<9o͟}ԞfzLx~э>ݢGZ&2QprE5liNvpvl z/Z1# ZzppoER$K|:0Y,^viz .vbzEy֏s񳭝Vkx^sB yvв`uvplCj>(5;{dN4%_TA+D n zy`q{??cpW2J7qVМ4zDЁ }B + fc1D Ϟ^QՃ&yPA`2!hCn=iPAk&QqĄw,_L;Io8ךz:tltCI.ݣp4ghQ1T{4im͋}X*+7,eYPcяXHㇻMnY`i9хsF +TCwC)Q'wʞ gɄk:=B0Ѫ4wz6Y0s V3A3{c?TW!Ϡl=7( +7Zʚ,*>Q`Vf$fC-V6X0+ +`C<Ot[)y/ƍ d^Lv¢9,h0 >Q˂m Z`-YlAͯ>5dԂ8;uhуrn k'~9 ު;3j½20gL&>ra쬙c9в f ^U=3r>Sslhe Q1!G(%~弚q.慵Ԛ\ds}D#Zc0K~Ý.ϩ{LQ̚u9+{lm)v2sͣr=H'c oãF6F<) %3sTzX1cZLEL72@+DveɓɋO!޸`ޙZV*Bcp0准 6gqsBvlaUa ccD#c읙%6ܓ1L,[&t zp`@Cj=؏Κ;E  -;TbOԺ;hf[pkb7^QkhW!ߛA!- fk#znͣ-Z}  }toDD`|0Aσ<K64BǃgL(a6CH.3x> ~%/bifB!EZl_r,XY6IY{TLt=蘰ŅYVh儆4džIzM9[䇚qh)t-(˛=/ =2-yc%}Aw9O\heLGvʍ /rB&bKi%u?״0}V ~f5K9" Atzћ6ā dM4uS] Eƽ3#Ro)%ܰXa њ Ý +Cӿ0'DZnz9!ga<:L{5Հ$% :.LDvpo 1+,ڋJY!gz1s0{hܦ>=(ϵcd w6́тAׂV(fj٠+*\x4MH=OZEy_褳h:jK +1 q{DY1 zES.dG 4Чۃgg}C}2cThUɆVz8Ywބ=5 +N;N!,Nv ,oj(Vч&5LDkr.aZ_-39WX42@aQY!9{KfT_7xmD7B7 m}P|0g{bR)_6,ݴ9a%Q1P{H~!b 6!P +=Z%Uje l#Hi6AGA#tsAQ9lqg&r$yA/$ yAÂ} ޠ A vȀϟ;)Ã/,H7_û-&LӃ5⽈PlfA4`ςr(yM`|63HU y~ga=m&g/;Gф,afB \X38!#YPm oQo4x/ O/~(r Kw쩿ԻYcOָY(pnVNX)ebi^6 d yU3!`X 忓:-h #dBzB Z7+,r.X^p=Â,\|K;h4hA:<Є%6 Ԙ/Ąx03!ܱ-Ľ38W3C+#MVwb\%{v)`nLX)=|{˜!4|5N>ȷ$;^;;'?VƞQk#J3֜ g }lAA/٠'z ܠzp ŽQMw{Z',@6W^ʬuK»'c1Aalf,fO vz)%xӾg4s!p|~0amLQO;f2[kMzRQ?*{0Xx 3̃o<(;y2qsSje5b>i唵d¾4[Z 78brӆET `XKha<<~[fByM مWÃ%g[ĝ גk9'tlh{Ѓycs <&ڻCYi1+&hBvä́;)ĄA,`)ηݧMؚY){Jb&i:ÂHט Z&L7$>Uj.LF+ L-;c f-ݒ8[ n 5YP{EKsWf8?hn2 -8`nLcAS$ r6 3bA cm=@AEE_͉t,ȽŌ0zP3~秪=d30 +KE&Bׄ\Y +03)6 ,!; qm_ײCg/sOA]ܺhݱ0m{G7-4ԟo؀ߗA#zpmldA-LXAhyGqFP [o'l-ya;{=8峽Qoohz -LxbqGM لb|ol!هp0!䄻 Y1[h!',ݱbb>MAT܋Z)'5/3zs!ClDgn4̃wk9 y!Zq:ɂNQ{’;V.8b>ѸO=h +zY`ih˝A;[xgPg| +<ݢ|PwFJA#d0ExoQ##Z&T<rou"yͩ fA6&䌐v͈ ՃoL=ھt0.l%zF-Zٟ@fev>؂ 9/$w- Ƀ:]ZfeM}3^DjW4XvH.(5rŃ [mhp8WzeC떽+7jRohĊ y4/h9M*B/+{ Ճ4W3C;g6]X2xPM*;*¾ Z\UCϥqcyRa,ae61X/?zz];hpZ7&4 jew9ï=:& } ٠ vуyAo({P,`|[ كbf8?(g:&Df= acMe{thxͳd -y)[ aPd@+d \lX=7Մj^++ +5/_L ?9P fa ޙ]2  ѻޭ_ f-COX=>с8 mǹ-1Q.˺+{Dqh F ZD قBq_AKtF+(؂ŃǮ̃[V=HUW^ENTw/rP`f©=f5Yu!~ZM(m^Ѿ_T,(=)ESh ŒLX!L:m)Sm ,ya 僵г`f6l48y<虰ToR4Z챇4L8ֲB˄;j1M( v2Aτ~}u34?@p! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"H +A 1 p2Kf`i$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$Tc>```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````ু²1" +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X" +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X " +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X +" +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X " +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X  +11#wR)*2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-@p \ No newline at end of file diff --git a/src/main/resources/assets/otemod/textures/sky/pdn/noon_3.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/noon_3.pdn new file mode 100644 index 0000000..f22b2ce --- /dev/null +++ b/src/main/resources/assets/otemod/textures/sky/pdn/noon_3.pdn @@ -0,0 +1,1293 @@ +PDN3  NPaintDotNet.Data, Version=5.11.8685.3093, Culture=neutral, PublicKeyToken=nullPaintDotNet.Document +isDisposedlayerswidthheight savedWithuserMetadataItemsPaintDotNet.LayerListSystem.VersionSystem.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]][]   PaintDotNet.LayerListparentArrayList+_itemsArrayList+_sizeArrayList+_versionPaintDotNet.Document  System.Version_Major_Minor_Build _Revision ! System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]keyvalue $exif.tag0[0] + $exif.tag4[0] D $exif.tag5[0]/ $exif.tag6[0]7 $exif.tag7[0]7    + NPaintDotNet.Core, Version=5.11.8685.3093, Culture=neutral, PublicKeyToken=nullPaintDotNet.BitmapLayer +propertiessurfaceLayer+isDisposed Layer+width Layer+heightLayer+properties-PaintDotNet.BitmapLayer+BitmapLayerPropertiesPaintDotNet.Surface!PaintDotNet.Layer+LayerProperties       ! " #-PaintDotNet.BitmapLayer+BitmapLayerPropertiesblendOp&PaintDotNet.UserBlendOps+NormalBlendOp $PaintDotNet.Surfacewidthheightstridescan0PaintDotNet.MemoryBlock %!PaintDotNet.Layer+LayerPropertiesnameuserMetadataItemsvisible isBackgroundopacity blendModeSystem.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]][]PaintDotNet.LayerBlendMode& +Background 'PaintDotNet.LayerBlendModevalue__ ) * +Layer 3 '!-PaintDotNet.BitmapLayer+BitmapLayerPropertiesblendOp)PaintDotNet.UserBlendOps+ColorBurnBlendOp ." /#0Layer 2 '$&PaintDotNet.UserBlendOps+NormalBlendOp%PaintDotNet.MemoryBlocklength64 hasParentdeferred @p1'System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]])$*%@p1.)PaintDotNet.UserBlendOps+ColorBurnBlendOp/%@p1 * +]wu ƀm͔ %^BIB Fz{'-dKr71-7` oUgǒN-=N]_L`w~ݞ:Ϫ}Zu:ۃ8Ƀ'䞏NDҞ N} Nopj݃ޫuK]owLOEur~v4XSɝorv7'aԶשZ[^3xrUOl{M-7 &=j'6\䖗~e'6_7ԯ6d C=Ū_nnۮ צB=/T~_/oj۞ I'}='[ߗnֲ~{<>eV(ozkKy۞_~*}W}u }5{{,.ZI{_֯+}|MG{ym&o߇]ISғgq?c7_Ex]uGJ?d:K~ۧn| ܾwoyb("e}lII )_2M %LVS71}7n{̏7Zs`af=c~3!P~'0yń΅u(2(= L%~%cB 2L \XbBCCw8&?!? =-QJ,<Ɓ8Y1pdv;ʇ&e@`PaϤ ??w`>0z_CnƂ=ys%>zy0 ޳`?9ue?p`3&  +9yN<ńS>Oaɽ,xjݍO;3 7{m|wr[[{,2pk;`ғ[_1xr+Lzr -d# רgow\>oo( :>{:'ٵ&Oȿ7>}lrCÄ7xLd%Ƀw"k=\H\dLQphxGG8@oF 1[Ox +*́ʂ{`ىW f Pn]H3 3r1x]+d&lmA  ʄ|yP4wW¹{<(Zx.4np&<шUbB#4UaBq-/0ȹO99 ՜|- l;b8fA<{ -^!ؐ^Ȅ5W73wѯe\( {ĄSG7cƃ5}3 Aẽ`B`A5,7D΂Oȃ%<͙ח_>绒!Ā |Ac&3_03qXPO 9ƃ\΅͟\?_+PAe +E:+. :[ +[<߂撿9Aߋ2;'΃[ urk)wIYˡ.,nd Fd=“w$?- `A7d>}ONd)#|E3aL di~4fBa BfBp!3_V& +v1FO(х}O(gB= U8Q}D Y~8 !0g4-28MŠMhz?y,Ϊ(nj )=7v-y?Ο%p?s.&U!2I.Aϋ"+ (GQyQeoP8PtzTP&?yPs`A@퍺r556+ok\؋ +|?o㹕bz#ebP]o.,xΊa-| $^!8|l1a/<ɭ/r& U_făgGES;n kgq#aAfL!;:;BUU)' +fLx=ULbb_GyΆy++Lȹx `ʉ +\u m/9.c.-x:kBqc`@gĄs{1\(Xy^_-1!׋ +/S~Ƅ΅ǖ0F#)Z=Ô*rn}B'd&zz%gbL+}=dN)?ha\1O>qh#:7>C|oup|$' x&a f8}w>a:w}A}B0!9 +jF089?T$˘Ox+c>:\oz]v.bc;_S̠2 "+<ogifPx z&tSʄBU`A .) ,q`3ggh;Ʌ>Ì o{XgJeRV>`gx[#Fʔ/ௌ1.Ưy+ȃ}Y$gR|)Lۑ2-)Z`SwQ7 =B u&7n.y-$QϏ&X"eAcCȏ!=M-isԙ AgAA?*>a13f3P `9'łes}~{svkr7LG\X'ł _9xuo&;=/a#tv/0!(' `B^1K(Ͻ +d.?2'H^!zdTG.sQQvT>,(QxӇ>>̋-픁#D 7Ρ?Qx|„/;> }΁|`]9!7 r/Ƚ15O;my-Lzr Kȇnk3{kL+#>Asd1-#v% ^qߗxȃ1{[n?W6 +˾L8J.8ڛѾ7:{lJq`ł\z}bBJ^a'n!x0ˎn '<߹PyP2&t0xʃ_68zUB0!s9YC`0fE>f>f˒Kff2!gGG>~up(X,eplH<^!ƒwy&dLg W(b̼B9R:g  + \!x',( XPzV<7j3:;h2 !|¬_k:[hgif0 F29?$1C\8lvЙPraVYD> wp_LKG{…̀}}8P/z"ܧ<L{CyB$_[cB;Z=wZfT~ƄBG2z̽u&9B=?h]ax[v4FL!3!21aa_oɀ|}&uGwmpLS}„U`#> +aB' OdžeC5jQp\G((L( xPE1?(Q58PN@(!&t60r_3Yܧs{#ߧ_׵3zcrcƂ̃? ?/m_мy }.} . iD9y*VfBR[_Y .,yyDOo` +FESSW;\~!PWeDG8Jnys-P,!{%ޒ8oKzʵm/ucg K=3̄bz뚮Q;'E&D3a#,ޜAQ*uyf[yH7 2X0ˉbVc>ăg RX5:b2}1&a :y*J 1;PnB͌k,Ớsz.Lx̄)O&^,Fm0%TFLȳʀ@1r,2QdBȃ5cV~ +f3*1Uv F0cš'Q}NnBɎn" ,cP;G{41E +I3GBx dE9'ZA鐁/_T9XN/c| C!@Q++X P2gC CiF W._?/g_ٱ ׳eƃcJ3}}F+c7䌨\%z1Zrtyṽp$˺dF0{y5#2uiRmpԜH'G yD'd&$f xo9Qy0eD[Lxpz*]6SΛ?g`kfA+QgAcCɏ'>- WxW62a[.v^5ͻ}=z{ϐ/_`^3#`*ָcz_{a@ 2gDL%,F#|CQ "&L ! x0#WH;)bߨLxp01a-/RB}ze#̺ 1gósS8xʄ{{ 'tVfB=\;d݁nsw$<(全W2H3ʀ7GOi_=1C(-_PDOV| Pg +e'^xPw\!-6& yDŽǀyQaS{ʄoG12r" y|:zS~\h nk<69%o1Xˇ3qJp /xX%$ŀM|b,FȾ`lh|E/5ڥn5ZgOtƄ)`{+}?>g%" G1MW'Vk3n~r!T©׵|L;HyRfCfĆ̃13JxOF;d S,gMv ?(|P=`T+.zp. +yE0`Ck1΁I~{-*3!*뗁G-s];u/PP^ﻚ[@ ^^4BA0dH5?j3`BΌvP}yBfV k/: 9摍d<^P΃f LŜ?PxsΨ-XƖ:U'Al&2H܃1eyu/Ԧ̼jFώ ,?~egoLy9߯58ݒ%`)RfZ36*~]|lX\Lo \ScȇAz%^iɂz&ȄDn0t&u8(-(xPh v : ?Ƚ],^d@Q~X9zn+Z<k2mcPΎG]E&,t̨kQqI{(8GL(5{r1?Lݣ‚7΄ 1C&(1`dB,(&̺F f3B5 +&ѮA"?LH vL/(]2(̇AF/2 kbmȂ;y{%;iȄ 3qa_F|/sz5.C03^'Ǟ!{A#G͘pW Ggo#>Ή#Că̄7jl_\>FX;3Dn0 RV·(`DLi|k`i|YԼN}E΄I^RٝQM('Dn4Q^E=Bp!$E(f +bn9JL0O, ḡ #̅LX2]/1 Zd2`{&FNN Cw)ھB>lR# /4x{Á ]1@Ȁ!]3W /|<ʆJ/ KSb ;x#}TQLؓ/rJ|ǔV'Vذ ʋҵ%{Q[LX{(gG1<ؚd_lD_LWF_l c+&̂ + 2B/׷==BaBݏhL(3! 9_8vv1YQdҌ,I;)"bFU K{(+$=Afx~ d% Pcϯ0}‚I-&ˀ<eQ\k3Oܲ'h,(ŀ;1N^~6lp5/Xv^K5]tJG\b3ɀYKs +XS(&g=2]) p„ OBΎ2P4 >Ƈʃ#:?ȹQfn`̍ϙp&}.AϊJntO33:&'\ Q;;E}^:d|nU["Ad7 +'aȂ5<_a||L}& MPQcAtxf4=΃]yBϏZvTu8dHE!s!wYvR(l(D g KaB +]'q}mDmW +Easv/,ńVNtx0+0rmv0O37*ϡ?5>u˔xYЙojtכu!$<ꮉ;K<(CoZhm}6?waAdFmp`gv +/hQdń:(\'EoNEx8bwsck1I%?PP 9l i13R+ˎ 91ˋG,ve`>,c "#$ (X_sƌgM<`y(<[RJ†]z`.ŗ[ +jl=? js٥f3` 2'#Ԣx* ̌(y0 \ƅ/h<]Kp KyQ–GhL(yQ`!3yPwN?2&aA wrf4;> |];&,gϊ?7 EόȎ2<} +Kń1?OwSvΜz9AaCٽGINń `u/Ý!`'Znj4K]2"U?P J׌xWoYQ9ZߨWdUf$3 +&hA=aLyPŽ̃+C}*”`&kb~fDE?aS[c2p}9PΈFOP;d[ C۔W WW Giy G<ku\u+WZ޵_cῚ}}p%t1LX +E YF3,=B1yP0x K<(̨F9;Qye:ٗ)zpvʂ%w @5;x ieD뀙0sazEÞ?o {70oK{%21 _uDA4o7l(kbPE=@`CMa +CxQ0t̀ }BQ݄ƃ`Bągʅ"zRkAˊGLhXA0!=-R+wGwH؏_&,e[0r |B 30= cPd>:  &i:znjG IXPPr7=Nzc@@HX<8}Y( B{^Q.JVT3mt4O>`ÀOmyQt6]|M>+hrޠu0f|Aaw >.qf\/nj˅;Xmx/{ୗ ޱ8<<%g©xȆăEZ-/h<5F{FoT1b/Ew4)®B<018BfŘaOW(wˠs~Œ m7'/ [F4G}(#}~}2df- +Exez€1ZEX+{ (I4՘_bwv͘GQ 1!A49GyBeBdGKLx)vʨ~0Q3evP;evm0-*ϋyɊb^p0#`Sۮ|2:|ׁJOqM_ƫ,D/ܷ]ɃW2qyn9U.Ƌ%=Kblfu\=( WUt,X%<]`y„#,1!Bh-3\ȳ eFK37vp¾*7u c v VxY lXw;_,yQ}~ύx<*l\!e~F ?9c~ndBtƖ3~o a 0!,aW0z;}=*2q=3QirOkD=euA8%}9:Sb!(ʄȺR~Qʒf \.W(ΊFqѯ_(l,'*`kxpjh7({ "+:)y>+|!Onxf0AbA9AGuf+ۭ1hYJ޳6^W-^rܔ`',`BABaA;2No}~Ä>!!ẁ Cv,l( +J~w%5CXel0{wG&ce_ł,(=fAK,PxeDⵒ7"?jQAAAz >zp:e$/:<3*/}kƀ~Pմ̀P 4odzs Z 5Y&J`߯Un\1^$^rb Cf81sa 2<;: +fL$<8}ȄwBA-7(%Pyp`™]~QEivteOG&|B9qE8 bvQ,ؕ-sLE1CQ [*܎|XAX|zXe )G}ޫj=NzgU70!rsx)gFH9*Q~BEvTPUb\aqtASL(!gG0aVOߪپQ=3eg(0w>ldRD;G~.Ą\CM2a?HФ;(0jvЧ4+*ݢ„=hsBo2ʄ3#qT,x5c[d{%:Yk<8}K6=QY0/k5]̷ ܷf0Ԇ6vTZ4zF7%*GL y2!` [{E#~Q7lDsxc4`(`6; ƽws`A^ƂH̍/h*u8'E'^CMpN,9 1_ĄGI?j\*d|) 07 Xޟ὘h/2S&\8;;*L('B󣶗P$ + +тOȻm {#-x+̔E#*ϐY-+(&d'%^42a7~ +dH5+]` c[wVxPsƃȍz%nQx?N;ANc0mʃ*ˋ?xzk&L,TИprT 2 2X .'3KKT `8d@VEWw1<&\ 6\mZ*1ʕ̃kϴ!3aɇݱS>[ Xr<4d*OP w$7A@bBߨ~і?h`A(,|[/Ҕe_0ˌb/0x! GL>E )c i~Wy * 0 eB (:f{%  dT@b=zd.е8lJfW[,cUp1LXӴ1(pjKʂ k<2ă<̈́A#Ҍ 3$opJVTApd&hGF5m=e:b݃-݃AΊ:w!7} G]2&ܡ; +A͎wh>"3e0c{>!G}W,fEu`/o20zȅK*IcBx`;@r`̷>3aabIG;wF&4o>x侙5\~,^YC#] +ޓs#l/!A;?5̍J }B͌y`jW)<xY2qhr Q(;} %q`iF <O-#I64>Zm[Zk<ؗWgr^\f\mɀEx%6<}x櫳(>F#'Tp{*Zb)8pnoEVƃ_hL&ZQfB ̨dO X!q\}AO? _&?d&݅fA5G*;*mR 3^AXPy031(:e+LLȽ2,;*>loAxq7z)7N f ,d9:/Cܐsä2 ^ +\lȌ +WgYV.\Jtp}Ʋ?LH3KA͎*_luˀ^ +,8Uԣgăf xUCLWϿA(wɔXGy{ޙwb׹3g>ae~DK,2* ́<'x#p4LT~r!4P~gyNAalEW̰#Zl̖jj>L(ͻe+,).;Ox'ÄNz1!ݢ +GXb(K}f]qEa0c"WۻQybƄ(kQM̂k736GyC. +'Ή!fyQpa%7 +'>\rȂ˃h ό-CL(,qר`Ƅȁ΂1G1uxzAxCcbBɌܨ`_ +hb+2U{0mׄʺd2$/ vA'2:v(Cqν,Ȍg{%7`ʌG;gB5d}¸<Ăf]~EczD`#SzOL Y=׏wL os$_bBDAdEיaC^3Yʹ s،ȊldDEŒvʘ?3;yvh1!F }PNB+AOEAɋG1,C| trL6gˁ]:T̆3jOF'0a[Lh;Z\hBy-)L<8wWO7(|AaA'}> !LL2I󭺣Q ^7*z}bŗ$Flҫ_d_TdR- Z ('+<ł-aw^Zmd[uF[n]6ӭvt9c/qntKyPxљWeQx"?Ae_;&fByPyۮ 5&sx}W(,(,{ ÕߖEfs~ 4'q0( XP}SAE dйpD^S:?y`J~ɔS@aIcפs}z;\+n<+<+codAQ?QH>Gt!cBIQ0WJnRbBܧbG&ˊ{g>QoRLƃ{*paA{G􎊸+Ux>!s`+;vR ]x/^g0F#T/#!3%7S;eG wԘ0#nR^,<XdOcK,(%*2{KE~^/=O:s޿+~|\xp%+ . GE#O8pp<(,(,Ⱦ̖4^ xXPsȄ;_c/s!|B%?8'2x}Œ o/F.mT&Ήx1cِ1 vL8 + *򎉸g=1Cy%ӗk;櫜G;p x- 9xe&lǽ?hsޠokw.Dc0`yTK" HxL(ѳ|F5jQAaA={hIw ɊJvw2&? . +aD1L%( (\]]H}4?,}mʲ`7aB9 č;E+P1i62fG7'7ZS>ų,BɌ2r`Bt,X xpz;U~YB; uW}Gf/j&&74'^lѻϵgFޣU%WV\LȹQbBf\yZ pvf{'42]'.}}f&lą>/<8Vhef xy֔qaȌE[yʎ};"!tU <dj!qb cTe<3 !ʄu:; bȰO4?YUiI~_zo1W.3ͮzO P2Yn(~eCWF}~o=ʄa1x Zfԅ(z[>we!O:̂%T|yP>̂%l,U|@ྉ,ָjV,8~pOMTp9?m>7 /(sw~`ހ+1HbeB!ԾßVy90qFxp` #,LaƄ!e.xzƒ`(BˌB ux: #ʄ5ʽN!XĀ,VN4%oƃR(@?XnPv` ;u1`W_h1 :p(]Ub.<oFޛy;_zY-JLzϥ9χ}}||7&P(A迥&=蘱naA%d&DhcWLM~dLQz#TAp6D׌yƃ/jL=Œ )73K]3̊Le2Fttg1HLfR_jQ3ń1ó겋B?܃BzeU7z ;!yQό&Gxfb!f=B0fF^ 57#4&)nP,Ü& V\|(9H6\mXunټ@ѳ" B5,12xP2_Qev&=B 3!¹rPrE'=.d&za/XD fC<蝔YQA=ص>i^ʂ{U~`Z76o sݍjL`όCznO(ys'4Pg[gpgFpiG}FgHaU>}O"˄~?x?~t +B>1G.f|}ȍj4F#`Ӌ0hi}et3F%_~~Ńg m xPxƄ}D&30%d5GH :FWqbk07-A`dBLјq= )'j΀]=5:0}Ǯ*2ӻGHd&* Mپ 0<_ q#<{Sv|!7ΐB3|5Pzc83Z1!Ņ17OL(C)}0y^%bAx`B3{ߣ^!_E1C(P{T4nX.1`!#^DYȇ^%ߟYs k#|fW~+aBeAk<ԬSx~u^zFC>๣s=ā.;h})/*"(A=  ~V 5 q&„ޱiL{"ZfSYlO=(` rnj AfQ<(~UdAAbA X5ObB?T{]GxPXŃf`8{(XyPA9mwnڟx 8p-@ךxWe0GX Gx >Oƒ2?<gT,yOh 1?Gx}9ڨQ9Pp3/iY%6< gEkCޠ+ +;'?x~5oiÍGYQQAɌ2at"} av>vv) vOG;0,eVVKЏb>O׊2:+Sό + B„ r }n,7*2ĄG^=̨1ԎtPP|Be~PxPv?P/ tpj_s՚ܰo"+Ȃr5G<’O,ȃ;-LR^9ZAx̃%HfN|D6ZǨWɌk5=%KQ}d8Cxt8Cޠ]1: ̄l(Pv˞{mGݑ~_[4GȳXOfȎx+&ALA}{O9QdEq۽xfc̉:Rg΅7 .yAk=@A{2!9H*]S3[ܽ_t%ccsa'Lcό # O>:dB=dӞQB`A2k;wVAO.&D譲X`BIhs1Lxpt 53jsg|+#ƒ_a+7*{ QaBtNbpEER6~2bIldْ +-WtA/)4k`   1C8gLARf!ńcƄ ᄀbPypOÃXAx>O|BA7g +$ SBb'n&SlIrQLg2WwwuxƄ~PO Aq Āk3`ADg %/VA@fAAjdAny5ʃ &]&5 w`#v|'SbB,ʲhc_07! BܨUYyZPרwˈn‡҅£!1 +f +;7*] ˍr y{S[m00yx-s%ҽuoq=l.Ƭ5T_o[Ń# At0xAƃrx0ˋjedFnF d<80f2Ƅ=x 9GZp&do6_X#g g.ʱ5WH~aFu1aQ/,{ e05s7s~}Oyhs yp;($;tf[[ iv$MoO&tm WF\mMZ|ZL}paȁ)ή5%ϋ2 y~PB *J>4q!ywy=B#fLHaTƆƅӯ3\Xk&/cZʳZeP$p2ቆ epokܱf|ʈ~2U.ԙPGZ0z!(f{e#މăN8#^"6pWģֵeʃӗ/C[8G}'_Fg x?yBˍrf>a9j0!xpz+趔^sg aBW o\xY2"s#ke| \">KK< 3!A|ʏu*AC^tn,;!<(seD#ܨ1a 6 K>!G9b=)0cƂ ࿚'G7X'!X@=ʾ9 ;@cL +tfF#0F#>C >!P<r(wr`AAVw +"/*eϜ1aax?a&d}57}-p&?>2S&= %Em>}0_ xWehBqaOF}QσMB09vkB혚u%;ed^-~NC{d~FWjNx>#lC OQ?i) QUOO\Ͷ W}9RgvڌPvP>HQ>e"#``ȃ'm‹cg_KUy_,WF.ց鳗 VyP_`}`ǃ=75foKLؘ5!❉ O*ٜܽ;t тO#`A >ur0`x 0#=.,d=/?{yȃl0`gA Zھ#:e؄3¥tWs~t}1 OxkwFɃ~ +F}QB'Ń8;h3¨7<wbot4'x؄;(z _{`&]5r^ƃhB|Cp8N&$Pn&/PnJt&\;QXxrtW(y|:W3B'3yzʌr##> P-xf-HO&yZ쐡BYvɸ&\6'~?Ń + nՇ_6Ws9v(ZzA1}bAtuVtF3=[vߨxZ,aﲳ>!Fh +{Xw\ ffŃֈɆ^h=(Q?nc'a()<-vH;vF(7 Ƀ C_TvhOO8#pp&Dgo/gu[N$ VyCI6XZwZ6n9v  q y%Yx{ qPWĄlGʂf؏ޕdLCف03X YADfolvȈ  Z_zQ6xk`@#dR_nP]B&!y0!F 2^̰ {BFw&fG7GM =Z6,;n_4IQ wF*E>&,וg!=Q + A^#{i,/yqd߸k:Nuv 8Hc9襩'JNs5OA6ariΤ&g]ƃvxFqPgLw4fLXeA{GнszvgLd9ǂs,8sxfԂ(9 HO\y)se ?kPU\TZ (XY[Y[ =/ wsed惉CgM:{~vGф>;5Ņs4/Mr] τ8 q'{grޭCegBAA ŅA%{4ܢۄtB2B[n[}xkmrLF33[Ԧ2/N P„uMx86a7&)'ϭҌ~O`a008o ; χ[ǀvSJ v =.g4dc\(OB;S(ĜJc&tv؜PlgoR Ȃ@ς/ʂfwΘ^,#`.Kńs|PLxe~=Ńd[ڙA`k̠d RW,(2ŌPN׃N6Y0|=;g|hLwT=2ֹdwʨs&|mB/'$zܱ6 |yK.?eȄcf?ܜ|vu2B#MsQ}ݘ_O Myw|Lp~)`v W)}& s¬qpȄw'f=hZ̊gwVf:Z0/M) ;AꈆX<`(#28?HxfA E7<ȯ臶r^;RgT2扇4#T¾Q#L<uE_QڌPw&frvL]C߈=F2dAܪkBtPf كh=b\Pf =Uݒyp㟇.CԚ>Zv ф:GHRIjA |=39QֿgtfxLeWߧ}Q=A(ym_TA2s=ɶs*FbgϡG Gy/=j>_sn=8*=at]A2 >kAzu^A%c=!'l)1acA錊9ăᡵlF.DĆ&3LXPnͣق3v$w6ĝ1ٹ/ wnPI>-!&({ep z{QkB{3s?L2BGX䃴k{3j)wR>X-/d&ҝ2bFH&A|jvJ u~}Ú {|#l48p<8A`>gpPMBr}f?՞)9B9j=XJN(&=/ŜO}!=@ςlfŀ z{DBGT-mكl0tޕՃ(Y0Kq>n.yP,qJLp3*=xɮQGH|mgaqgTʜMnPTޚ7ϺPYnzQK!Y!|OL&Bf y=XtT=+ǃ IT}5]ҭz5J&|p!#`~0xfyLAȻEcNJgl &݅FOzVd??~}fA><>:4(xnDz{CuFvx;D)ovN,H٠'eǒ=2K~NH#gŃ\r An,=tGAzSn| 씑[ ['ΨPJF:_V& w uLՄlBKF{1_/4"F3yЙh& -‚7x UsbBOO;eȃ.AكwܪM^情+Z؃kكD36#$vdQ։c#7h̰d;m2g;el> jOTΤ. ROw6!yr2jvz\ȷ+PB'/Bîc#zQsSB]G}=Xz0߰=n<(WS Ń]8z ivELZJ;Vrfv˕C;ba=UȽ}R cq/ka7so*X~sYco+ͽ*&-5;W/|bn߇)f|;bv'.f~;b_(|=b藊ÿSbȗC_-f~;ޯǾ&8^9 ,7c*N~=bwfO~/̩s/5{#?={왲NUgR>Q^ӟcG~Z̝YٳX̟Ps~j?)+kܟM1I-<>~F5+R OE1(KX,?ObX) +_|ڿǿoXR,_oJ/|_9tz>{?ObX>>~/ݟ_ʟ +εj?Ỵ̈VNfb?.͜#>b{v5׶~i_C΂y>wv-7ƒly2gûg8RPyߔ&n<`L؉ V#cSn:j4_?GubA/<?@䃥 Afڃڄ3n`NP3B]bjF'kUzFX H[P2Xpނ(XR\r~JyP2]e\4.c0 v̓z&T FyFMN1!<0M8zOAj2' &s`1eBW)&JF8!#|JL8ssUy9.r™(]&'dFΟA0 zuG&Xޅ ڌ0eB˔08-aTgg_2B+9Ke*f+c-pNQ1uAdvqqoi‹?0 1!2(zkη>uz.k,ȾZ% SˣjsJL(.LgF ^gքo„6+sKH0!3¹iJߨ-oDmCZP J^CQAPrS߉<~є u=Z58>L䆑 g j?nYPy9dO uUe6X>P[[҄ʃs =g!' MϨ mMXAf/{F~Y[ť_^҄{>So982# ;nk#=5an%;*:# ; a5;L0WN쿫`{O,p#HLUКpƗEYnyP,ȃ}t`ʃ;_6!D B>Q҆ƈ h3AkATl@#j,=oAfMfb(PC']F8s۵}ڃu&Yaʃ;P2DV2xЛ.zF|ߨ/C҃9FKE&LOiEY惪4`>RfuYƒtT3™?gC_/3B7 +o!zF /| 3CŅ/L{G9EN^p7Y|~LP{Z0aʇ&쿿]|} g1`/׫}>~Q3J V0JF8t{m Y١2vA_w.ԥl2!kvޤ /ބx@5+HYLYP/sWGZ0;`bvVS0ڐLyКpeQ32!]8ʐ.Z.\pv5[Jmpn{KN/%T>YkB]Bf΄4}n(Ͻ ^քvaЕ{2`ʄC{fCߨ`ń>ya*dF+6\(F{{^Mg,O?gߨ􎚽2zFO='f /)Bu2pe(Lxak_w–JeQ>)D'}My0e0OMžQ3ʌ{ekyBz;G/Eq.0G_2K{G/<|҄Pyƒ7;GA=9mo rl t{-V{A)=hFg29a!AA8P 惶wtvK SEa?@|l]Ȭ0 M)]hHZܐsIA,Sm,ҁ:9AXpq|d<+/Fll Y0 k=9Y©c^<5ॽ-.Tqq'ń  +1;zq۽0xP=zL}2Rʄ݇݇1fʾm5@չ_ײ_8 8zAcB & D/rA F܃ DKpA]~ + \ȃ:3;fRdGp* Tݼ¾ЄYڂ9&sAflWtBcj<Ąnń-.;JFYpCoRR? +ꝣ sBw.DE΅!+47)$/T.d)=3D͟FeL'& VzG kΟq;1LGa@BN2Boa7 +>VcDh*'BoÜl\&WhvT!Ub0zfS!sB][:#ZS'v`Z7`:H_7oCtƂ ,z0 )\pvRp쎛k3Š 9?zB 3kBzЖ%ͽ.6d?)vlpn~)ޓv ǤrA Bu&h-HރzN{ ]`dAz?փ4a6#ӿnY/#w(QڹB΄ oOpaK҅.+yTƅQ^HfMr݉.6dc&&\8{gҔ+sg[vh0}} \h¬ fMg m>*ˆ][ބosb',kBynE=:# 'N +7(&|1I(=Gun_2BѐQzL{Qk LԇVs@7ߵ ƃ4!?TYP> agTgބ/'E΃\yMP$zHA] +pI zu\y= vV,h3L5` Ϯ=(t%&t\+32a + ΄{ zG&ʜJ螪 eߌK&zIg{GNWߨBhtY2\ߨKhkL;6)MP҆aƃ~ {H&4u@X~m>ڟ7i#dϨew7.P;3d[!MQPf 4!f3Z= AZ%sT{DԌj-x9cT(- {Y۩ _\FJ^>!Wo=XC- Tʚoiav=4Ҕ \%&Kܬ3YF_3@w8I&p\ƒքk"ng %#vs\*#mR?do[P{&D,*L8|8 ք!'̘OF_[[-93CWcAq]b5oc]MĀrNyn-T9!zpe &t ,H.=̐f/ pq yPgp!GY- 3>҅47s:S+ SF} +kBPg&+.ԹaΉY,&F7 +c uN +3.+}CIߧ-䂵ߓ/`ʃ7|]B;C=X1y{BG~nPn#,&~K]{?Y\^܍|.+|"#uRpa g Ssы`uzXkaom:p_]7 3`_v?k # >T zF}H6lI(qeY Py/rdy,Xaʃ~f=K05/._ʂu`ʃR`Azze|u+#ћ>ёăa~p]GFrB-V ҄.+DN"' ݣc*+Ts6/BrЙw Bܴbsfn~d\!ۚ|_=(e[~0?ءBB ]hd K<^MmBf|gvۂxTwm6hvLZP;P[0u_^t .XpKzЛ|pG ҃%'s•;|ye=M3@ῄ uFbž|)B1 7+{HuVAf 40fC\0dʇڈ 1Ox}BB9 +9{JsYх|V|vQOY0amN_o+껄 E3SVESקotsƄy݉('tn&eQ>ay`(<8}tW˽1~4R%#FQы;^SY΂2.yքa}x5۱ƒTo=A~o`vɁdUL=h.>|C1No”YWCVȌp(6^łx?K>c6|P;b]hw/xp~4vAޕ[D; &t賻=7|Q;+-FquH}PzMa&I0A˹~pJ2+ =օ.+)P;a'g"+<;I.\3]ϙ°o +s_ mB=Oo]3ڃք +Q50 {gj6 lQՙe-,!?Y6?M$z\2.r5a'KR6lA;u~ަOd[󏗻FiB\F+xs 䃏<(AL!Lx\!f +]({FywF}(oOpL0[# .x;FYwE#І!a]6QE&%ڜj/ {?aM73@:0fJ{[-=8B2e=HImo PƆصىC0`ńjߨ9d}ցZ傸coK̠9l wM,l0e`v{RkWlE =w}Gn ;GQfyBjV>Vg?=3B}yua- uiʄGPg iBU ҄z(Bڪܩ>ݗcR%&sg\PY0u/錰RƏ4em&L/+WB=#h:# 9q=BܧgϨ=29GȾc_N.F  W^[bA{G1G= +}|[ {dn9gyubCx oPYKkPot~[}|0c4WxK0gBVlgzF+ۮJeջeR9a0ϙQ, zV,x9#+Xi&fZ>YO=iB4A1!Ge^: iB ?v[k~0aT>lg#^(FaIa~|zmu_-΀^6_‚Ȅ0 ٠%Q V r9xp9G5YGvˤ Z aNsˉL# ?N=Ieg;5a†͘eveȌ gyP/}BޢɭKc({HP&eΈw9K[oqͭzҁp߃߷ 6FaN ؈uomY jHp:Ym)?@+* =T`ŃzI&3㦊 A7ڮ`х)V G9aS>QޗAXP<lT,؉͝N|LZ2@oϋZuVMhfsGmB‘;9B:-W}9<׾ {L1iBq`ޖ 4C +LaҰs٠+(փ{h(nQ&yk7ajLքt!]G$_o{T~?^uhQg ='o}@0ቲg s΂WƗ:bdj;f.p&'-#F1C<Ƚ'/G43a]nzK;ub]i;Z=nT˃wt`3. je.?\\ԭ +҄:+L0;ܐQO7at8\b @uegSulgp}{ڇ}ڄKi&z?~1cgd>MHϓ4!Gw=rYpo41?f~MPȍƒ+s=%W?9p;HŅ;_+&Ď'  b{P^c 5j0bʉ}狼VidAY`ʀSŀ]A,DQ ʃ`s[c6-z*)LHYUx&dFvu#UNy \pU(rA@;Wj3`š^+r<*`NL~ϯuPUToCAƒ+cw Bs4 -(C'?Ca >vGoq{/6s~0ΏS&49!„G>g4V/)Bު&LݲYOʞĽyGwYpWE&LXsLBݭm_&wBx6'\ꜘA=3:#3EFȏ%B|/aA/ } i‹*. ߤvo9O2g '|:K::Zx0lt3H}r-^o#8Wu\bFhw꽢 MHjAWfa!&/+R eO0U4 L zJh74`ݜT68l,8Λ *x)K42/myEgx=g=3Tڄj A< &T&Ąw%}օcʄUFy!>7Vooo;P\'&ކ{y b F<+LD}0yPкp.љae ,zGy09WDބ).=k3A+گuY'\hnvf Bl}s3ch nb zFyߞ …t N!jr\观3F{G({fd2'*6u5!]G;kZ9o}no꽍`Aq_@-(9 gL85& ; {EuJf .AkBBڐKQK;n +rLLpLYP- zMwQ}ڂhCsI2gZ&D՚Qa0j҂08p(gd}XBvC~t>](T&;I?yBz0{BI^cyB͙ 7'`:oprhńT}{P۰nh.a„!/4 Ă O쾙`§KJ^s¨&>{c߅ 9M(w'ԮQ{=G"ENR&D2D! {tu&o[B(OЄ> WSzrC[}7_7zZerϯ?~jU.zz0c?m@kX02&y n gJhV(]!zI]1 1\P2AsB<\:P[@C0CFZꌰ0wOݯ-h{x0cv?St4{q}.f +9KzFs_uk! L('2?zOBg@P]_AB!n`Qp X0A-#=^uae 1! u?){GZ)Ą*'}Q֔ua+%;GSž,?w IL2Yy=OXQ>V0*#9cTE6p_^`OFzG9Wxik†.> s0asnٰ}aʊWsՉV,﷿Ezc= {(m. j-n{%&Qւ3Iʅ9ҁCJ }h4zNz1 w]iwڅ]C=/ v^`҂5y`` 5 +Stu34'mҁlR j,|Pj2+ 9]ؐ\x].MXf1cUeF(n)^ MXqϔ9kܙp'A77 +{TnQ h[LN|T2B9\w S&\I\ĞW ^%eV :,N\`D>tYS!<΄\~n=M\KrCFr!gSeCQ[`:0r_ց vr' Vlq`ʂR<؁ 4zkQMe8pm.,=Xya- ?~ t[8ZoCgC_ VhBzPJ]pJg oJ/{NljNny[2/LP0!{GƒRރI?؟9OYs^7s&sIF٤\oQ(2Ti3cv2B;O3Do&q>ܡ8ֺ?rBl=S ~i=2NDJNHN87Ҷ;^Rܫޙ/&})l8lȊ^8q5ܬ Z}e>Ngkܞ񠶠mŠQޅMm SUOԿ&sPې}tւ`*nE ;P[0@mzKC saVPLƅR}+LF/3:^5WG`{KǥS_T<]xR +\8P}!nO!

R +yR p=^6l T6f]4W?ݷZ 8y`?Bv -d6 Y资 +!}Bo6-eE|3>ymW˅_TCY0|>G=|YF{Da@]ul.`5 fԼ`b~I9Pܗx]7~K#&`G^"9Zjz.~.\> Jyb^Pf3zOc &dNj A)dJ&lPJ.=&&T|ւ|'~N9\|O +GT}Pv,!ŁOy>jHϥIi?l*w0h'2&{gטj‚=3SGB\x,9a&Dq ⹷Bd_ĆI+s~&> ]\-=Qޅa7>Q>s`(|oXf̗gº^la!ըR{L.ԙa4e§ WҎNQrW15[ 9Bެ F!nٻR,=SR=B~ 9ܫQWA=*xߧ;3C!\89ݭ4!y!MzJYa?}=^mX29p@-&3Us_0`;5biݰ`ew4 ~xu&yd(lׂnB&ȺkoYW+ĄxMjqϨ +$/eAX!,?/y! g"' rB7* A,!p7Sϐϡ76!g8K-=G3& zޅrCzҽJ>hM%B(ҁS{r<0a(7|z FrBy2ShQ=3;w겳 ?dv}{]z}UoqM +NwgtG#({fS./}prm\HrPʹPBoBܿif=h\؃~go nڱ.|t*?5kv1ZfƒK&\;.^xZP`?_ 3_˼טQ~RCƂf^PLւ|0~J[.}-ڃƌN=Z yA?'rB@>;Vʣ \|^Rw٠?(Ft}0ʞחgTvʤAXOe*#d<{KG~4+? +r!7A9Bйow {F }]m\0?+\{!K{9M(.`  +>KN5}o"bou 4XMvȽ,άg y~Gu&ݢ ]+f}#& +#Bʌ+d(j]'[-ĽzoB_;HaBdSc):3D^8뵥 %}r7 aCz6ĭm.}k5 {P[۴br^|)6bYƀl6_*d~W+jwvkLem,peWDkA+”Wqp+ s6lk@eTE۞əa2Bm5&~.p+t ?)YBڍېZ.#s>_FA;G sŃ 6X&T!+2#I }LoAO~"=hMXg˻~̝͛J eL_v!~nbdJ8faT]3AFG ńʅ) = " 63@y͛12! +%+da]34oL!F'|:nBܰ2/g 9gR>wbEd\r l[CoDz[.wР!\(+=Çf\onvs&kk>w;pFr_с`\k.Z[KϨT\|hQ}-gv'uz|޿fߓ஌S&ʃY63Aq`bg;c>tkmAe&dׯuCs)J[[K _yP2A~bA=2+t5/zy}!#\͉o-AW'ZrY>QAY .&44*|x7 oPjׅoLj1`>Dg{DiAYv ZR&T! Guk;(](;f|.xyk`#4&b6ƃw' .HAQBFL#],h p!<A/q: EZzR! t Jx aE>S#҅/g5Է(=>[dܒٙ)p-Ff05{H En|6,ȹB 4䑪gΆvhto{}H#9A}šP<rPZVEBopLNa?zZsw]3O`LɼaBܩ0%=Cxq]bAŝ ܹ&$ ;b]7Vc7ۉ=~YzrMMדZ[kƀ]_2T.{̏.K<+:QUd5]=-x}0aeߧj,2}m5D=?s'W?U{5}&=Լmbv`ӊ,8zC-MR.d! ĽR27ZPJ'^!ᑥg CFQ҃1P|;_Cnx[) "w `B=(N<`t&4=ьaխ +:Fu?eHJ{DiAf;p=5!]3}n΄v[O;g8+L}g4raZNJ{Iy儸U(Rz'J(nRτ)Ryq +T~^R/;fd;ʬۻcu25a\ ڙN?Dun$5U o`:&Ak%D( +y!LJ)nڻ;Uxe(QؐJ 1greFzFQC9p2&ĭ_4.fg5Z?=~[n#}kI({Dmkh:s_F*JgsVLz0fM؁ kxF h^2Am>;-(3Ȃ:65[t s`A/m>7vgAvYŀz;dC&+-D'el>}>aGlP"ls> =,a sBJ>xN:TN}Rv,m`BGF9PWt=jxPtuZs/ĮQ΂թGC%P')BvL[!3R!g[>U6bb=„roS&5} bC \~bp샭4Q{(0~gb̎7pr>q!OmYntJݫ>Dߙ}7FvYFZ&6jWn7QCy0eB)>P+z:0W֒Z*;v߇B}#0:c9Y0Q6 }_dAPz.p,?+kDZ0 jfqDAf{Jf-;aA@CoD&m.EWY 2Q3]:{0uf=9ORNü5B;엟YWwsDe#Y}Z=d^)Tܦz]iڏ f GSH+}y;G3hWYcȀ.< 9B3ʾQQޯ;~̱o=(!rł %;t(<. 5pBW)?Rr9dކ;WC7^/Svن)'nZq.ZRu9q B00AF3OZ0[zMajgʂ)LQ.򽥕LP}O _e\p}j -/(H " 8?WWvey/XD?3 p6&CY>^9҂uQ恺?tЧ +6!#Da£eJ靣K'g<,HhDi(€-H҉}(䉰 {J?*w(to(v*Vn^G7?PL92apU?aLbL{;]3zd2^;j@ +I+<2!o] + Uw +~= +)sFxs_45߸Hխ +g?ʽR0W^L8bTm^l~;a6ޟA꿛O6ze|Kcgo\gvTͲCeփ ypŹ@Z & +<*e n^`sݿi|޿,PrfPezޏs`48ЂkCՃ- `D==y3: }M >#=ȹArBޣ|=~u&3p<g}U AdF=^Q EN}WŁ)zD0dވ36+ c1KC PFQ3 g'IIUBrЛ0#4+_)K]"8 ~QO&ԕٱ2a]܍le|?ѾSu1I8P{0ܦOTERW.PzG~-xPpޗua|Vhk3;IGq4!F'z(asM#Umk-{g oɁʂ_cxm D;`% L0e^|^P+\m)J{ {9!L  p 양2dS&{dhAzpD+24 ڒϟE B0/PeO.0+( UΉ9Cb?T,Q/vЅjv.V?oǔ :&톟ms]. LݴY*׌>V2z|A#!v쐹ٟz]#( 9;\ C3{?S憘3{hR6~ݱ ń °k,WSo+g TBf9C^߬twx-U2[YN>cwUy0:2!24`?jgi>m&^΂}L0x>dGl&sIҩWBx2_/g+ j9!+u%.J>H^x ^>rЙpe{ʞQO„7z(6 ~hBV(=HbP,=峭^Q;ƄtcuV( {K?Pgn!f|fn5 2~|3B )!e580d}:3T764(!~O_(y( D{FefGֺa{e(=/D!+{PrC' +9C +L!J°tkJLjrۭbéot.|fCa~ܬzZwݠ~MAsLƃޅگR,nyPf?o+7=Mv>LVւUǝ0CTfu_hւmzC} Fqa / + К/.E…:#iCx%.T=e(F#sCz}o,MF=rܜs>'<8drߨ# KB/ʝ2_F[Tggy~s {}Bzn0)d(_]1. ^tnM(U.?ڵ#'ҁօ>/ԹdHmG{6/h&V4[h\,u5&BQjzê:#D&.lf9@W󏔻E"#dN2%'ty!zGNdxm S:J级T҆S{>&.Ȅ]{u9!\Y-w7..DV(3.#Եn WNԒM?nt֧ݷze[怃t-Y ,fŠQմ + +S690Fb >n5{ւ~cfy55ldzB;{@_lXgT(?f.zE/2Q67z jJ_+O}#ƃ~FuaB;K2+\~fm + &d$>FNhˌ#D-Lj ݅\nhgKp^TOa!Kt)?b껅.mN܇Y@{=n h{d+wyuE>T.Q[F|L=b) D7*|_XP|hJ^GnԌ!GyBzGGSAߨ7]ťw @w=86mn{cn\m<}7|u8PY[\uFB3 F{ej^>/ yXPV[Lp X U^h}3L &CBrYbB􍺒~Q΁` b@gB앑2o7 1K=3p!Lhs¨op˃ф]!#\>gt˃WYBz_ǻ,"ф-iB3tc; Y7aeL<1҄6y$?o{L#ѿ&ya*3׸V6 Z }|o/23vP$&L;GesR ? +&R#=ղ-C/.Rdf0535bj=\^8%e9Ncۊ3č~`ayʁ`@=8z87!zm^/g\҂kvB6L΂64}/?y cƂYutU0gBIeHijTnQ$< iA&,=Xz 2°Ebc>;t A+*Ϗ~ep %t9mM=wFY`w4eBJ68gr>yfxdN',̛Lh͖9wDQJ]K3]7ߕedYc~!UsÐS9a.s:l7#Nh2& )`΄W}{h`IeڄU!I}]fQK:yw"B&9Q;r©ѷKԎȭz tz-LCpN#6kc <׭gֳ=zn@Yr(7\cFX>1{iTBkBK&g&O7 ;.ktdB_{f8We* N,3ڜP ;H J<ƒjCb(A,A^>0?nR{FN)%= wf{F`V+w)Co(#Q-OQ 9BSY^R2+LDPߺpFC15w S=N;z%6^:_㱿߹G'*#A[TzD>>:х?yM.3йpdPzLaã_}4p!G_:r9a'&Kzta#vc1`}N+#zn9 - |_jwJ?r\ÁM*2`_:)q MIX0 `s:/x0@6Z=4ZlXgB?b6a3P^kTF},q!2 WgqGzEo/2||eB',d "d! )g mzu j^OG[{DujIIflam{KS~5E>߱ e*+Lݞِڂ|a!FL7|m&Q{1FL0xdTLҷC6GM`„ ҄{!(7tzMw!g&y f 9GanyB]A\73Eц. s^SOSğ릵6 xoCy3 =Ug9`o؏_߉ZC xк/'JFUnliVh{Hi0WȬP9!]Q}{}3ў2#- +??(. þ/Cu!=bB??({eNn( Qu]htG">ރUC[rh#>d^Ty6|\a]VhM(wr5ԻfBI+$+b޻ +~L +[V MVhg uvtaklh4?ȟGLU_{pL|>8QJ^Q9/=LB)΃K_({I]~zKD%-{:NObrQ85bj׽Czi\zIeu6ج1}o/=vSf +=. ]3 C?)M9(.pgJ:|x|ԻF3NOOria9?]8=Kw d/72މ5ZЗ*EVm( 'Zf_g띣0ʃڄB?XSE>oܵgBmULdƎa!}j?)M(39c(u9RCg +&T(zFGzE˚u}~:b3u6FXq#VdxfkTmYb׃"kljOkt.:PO9h9 L֓ 07h<ط f'zPos`sրLHe`΃rj *l/=#yu CM[fޅ-wFev„/ } +w&\[愲s}t}?&9G+ʜ[/ERbџ L'!ZФ1҅!(U/>Zy%Mާ;+yB_۫=nj.F2_kG=gwФvΤ*)\D 1{ʫa7 wt!3uG* +`=~RjPnS|,^N|~igT.;ky?{y~-uiLuu ^uƂL+7 Y`7TߡOXP)\ڡtDŽֆT)MwjJibό + |[К3 %#҄PGHYB7 +҅QFxʩD/z;e0䄏\rGRg_~8pש4cvӳ#׋g<Rz9Tɼ kݣHy *L> )_Bx儲oǿQ5 þJ/n?%q_/7?$EVQ„M8bfM̶:jojfsHK~n@ XW;Ayރ}0= ΁w -{@Ğ`LHʺ?k@V.0Cќ zH_{w37b f _&saoe|NսzŃP{G m&=(CNтV=yBXS?7ID2č +}b(g C +ȏj_ie7Qpb{c)n2 -:/tuVh fn9mK}+"B=`Em1&4Nv),F&.D{Gg {G,ܮGhyk]BpfeFc6rfi:Uv=W^ `-ph oB$gk l&>3U}aBzP0] aA45C>R?L]3>!sBA'( |kt"{GŃN1쑏 x„.*#&lPYy$ 3+L(SCmFǘhfQorG)?R9"nv*sB9 cڟJх:/R},q},vKd~z/&u11X-^n'R_%<9dK +5 7sAk°{g })3DIv[[0o<8+t&Dotz{e(JzFqeR;.sm3_oMfgZC79`~g/ev.a:[]ɛm*eC4VӍu5l u2CDy ;*cjFf,9SPbC-,oP}+!ك!g Be(\[ߜ@=3B)F6<ېB|O?rM O6 `„AjGu(|$. +#aKJu52gkUڅHL;چ*s{^qVsDҔvcY@xsFiEѿnP|z#yB3t"+ 9ၲoTL[ rbbzН_oԦ7 vy|MW1W9 ,pNnZ!^XGTjV/x`n1x[l7ap.zH VL{nƒsgՄ!5QPGyU5]ȾG\sBw45S(f?3•G^,fr[aߨ tNCjwSYs5g~99sYŀm"S>V1̠VrL.dN(h2F~v7qP/= uw2slSߏL04aBᄄ{\{1x6s ĔǏS3 0CMh?2D#eٟuфgN~B;:sa(LyBXpzoTL8bf+pzˋ٭ tNZy;3~\߅紏Yn5i 9{.F[/ ݆\sXSv605'Iߌ<9`D__ k-6\j3R{ZY!Rx0gB>#g + m"w(gʑ>5!٣)=QfT+']B F:#рT~;?F&Rܪp? s@{޺M2#.G9)T%jPww,QfI!Sk*Ccԥw?+{C iMJ.r Ǚe{AǕy ҃{5XXY䁮?tRG3"#BJ-#w(~pt52o)&w5L(evpۋŃ7:E% +n*٬:Yo7h[_zAՁ ^6)=6ڸ0g<lځi`&6^Z&zHBzP }aî ]!+GoB>w Q&Q꽣Q^>ِJF,xWCP|P.?S)1!,>ʓ?Rn'nCB;Zc&aB5czMUBф,%w;!4w/kڄ֛h.eVp@6m;:|ߣy7P>Z)-\&.#J҅s'Q?3By4Q.D]~& ^07{> AT2Kޱa6 &g +`B; +Gyrv"o8пpVvRu"cA)V2]7usԭMO+!DѯI9ɟǹ|Ϩu3Q| ܦ+&2AR{Eu--gQ)7Tߞ?c)ft!vJ~΃G]~dG8|V8޲ԕ*mHR~ƆtVA6_WpgGíՁu;a: a5y܆s.΁67rAXGAx~m{AW΁MJAϱ3|w< +9~+2/(C\PypZѲgt׋#_.˸QrV1烑 łlo9ΗJnܬ\!n߱+eƫِ]BaJYomN3N{?+6\/Zv[}0{wGK |z` 7~`Ij)/>?<33;\6$*t0 [؂K:rLlܢˁ+0$'wOOOM3-|!rC5"(һʻ;eN(TF%#DN(&<j9BA) YGʒO͆lBs~ mD~7C7|YMk)p_͕rϭفC+Lf6t|B{@7a/h .~ \āuf&ٰen𨵄a΅{&>. e0;_Ce/6A. gބ; +򞙣{%&z5=|ɬFʎfMr6LGcϨf - +dzbA{m؅:͠4ަ {f!L͆·{hyb_T~ģr;-Ri;(# y'>u`:}gVlG%؅=qe|>W=shm>=l02@G_h= ~D.!nJ(bB'~v^L(3__w.'}ŗ.JV8u~zp uTdg՛6_`& ?b28DrJ(܀>Сwx%QGypp80(\Ću.j\V(Ya(!PHą!/|6PI|w/fv0JNxe8Oʜ2Be%ĭeVw(w}:SH ńodMOXhM0S}sϠ!?bBn_T|X Ɔk*WӶ{^9%~ [φGsXM?Go(XA߷>}>qo'O 7_΄:|Nԯ~+>7F,(<0g2A)꿻R"e9a'oO[zM('[|2#Ρg/lZƷ̯m4\>о  p~ue@_M,X턙ۂ0`cŅ}r¿FQTmL(|{A-(6G c/s̅ C+_J 3=zpуA?O.HLFu3BO s.!r>B6=G;FhC;A &.Y0!B^A;j~=+Dss9D5Ch4arς6HOp'$ud=c-d;g6ktb9ݘ{9nIz9*ehvľsc=b?X0ebZbBU[NvޝNFQMX.bҴu ˺b#}Awa;ֺw;Wk&72z>zKx{ +dו=3vqmafy2<3,fj&CL2ݠKмkO{V$UIj?Ϲ\-o?Ȇ/_4B++kc]bZ]꒦ziR~F9l:Pfʸ>s\gѡuSse+=vt+wz=zU0zk=VjW証J:\Jءմ";Ժ";|Rvf3mgd-gqi~t۹TttdTdUd.Q}S6q 5u[6Ơ;񞻳=D۲wPcCeFC?4$56ltCg?lx6cOdc[>ll63ec[?nb/EnJ~W%lZ6讯S#;lr6 QxMJo|i_mS͟">x/R/qr o]ޓj֯RU~-o5oew~L#S:<΋Ϲm pk8&ڽ⾾W|-ʽ_+}۾L ڷYp΋ڜfx\ eڻK</±xF=)υ 299jPq_$;/Ï?7|L>ED{ٞf?ٳeu?~Գ͞z {s̞mkl]ٳMwf5ݚ=lel+gW_^s)Kݫv<'۳Nv?"+pN8dg9َ{z?[j$W7q7*`߼8^F1`ߜoX35Wa9r`۹#ٸ/eȀ+p` +#.&#R)*h93`%&j 'ڮL8uc6}S {=',칞\ApȄOKLvrgH|n]syИpO|:&9qXtޫ5~f j7[.߸rj`z /czp2`}Ɓ3faj`E& 6r,X`&l. a +0aƒm'7i9sgZΣ :.%N]}‰W}N>AD[Jh mp<큇O8# c:F۩TƄƀƍSy±nr,g ̗0ɸ3 7WBʉ wa #nUnSk9fL_#a(}12^DcɾE/ng5:Нc,?{#L~OMn;f2!pM]{M[saܪ(A2z@ոЋ~rѿ́j᫢c%rcZ +3+be֋kyg@kd@W}FEޟ1F `1` .jtWuza!6UœWLxĜWHP}ȄA̍f.Oh\hL8yu+.d~Ȅ}o*`O'IyyQ<¡ #>}2&T.C+l)IԫW4rM?dF\+!k9o$?`B{F4Q 7{a5>k7yƅ?-yȄȌb4?(P Fs=y\ Z֓) UcAc@ρl6_%Vʃ:M{>GS7乐z"@0!!pUBȅ(=Bp!P=%LpĄuuT(Gc'UqkH555V6}ȃ&1A,կ&$+*(cMcD_{Xn)9Re\yx 7*eS}>H ?oL +%LV-dE ot7fozF^(f?'Wv?lށ/hPǂƁƂww>HzKS$}D);z/wQ4?Y֔ 3>5Ƃ%ig +E~`k=h9L'9G3=]oeܶo<~bW]ȅsȎ6G<=Ƣ׺*|ϖlh}xX\~0Km4622_%<@XG |xúm j!UyQyߐL<Ƅ'B%3d]eF s\L8>L(> +c CX߄Ҭi7Ff,At+Ȝx}KyRxƉ96tӴZaړ&T IC^CmDpΓNyr3aYo $iN1iu{*2z9TfqvݿFНoy"Lo)pΏW#jzȀpKh,AfFS&$ BJ`uƒko "7zBɍYu.A wIN +;Z+֓='ŒʕEaeLzBx[O2G&O8>XbBJҼz~YSczԠ *eFiQ9cBxaڇ|_" +CWZg41yLĊ^\PScdFx~*x9x +ٵnS=9l:xxRK~{-q=cztT gG/P<6z{);Jj-FY{ )x;30j>|򵨹|KWYo9_qgØ!^3j|[y4i_a`X:4ڈz %^O8X5]ah&l'FLֻ`cTѯXč cݠF YO( hT#,cBh;!-G +>?2Li+-F(ccAޅCü$8 Lpcx-yPʈ9NL#R9Ƙ11jӲfN+XidFOz~}x:|hXOX,{W>J;Y?yT4.tLUvcA +r<$ +g'7&x{=G8dFm=BO&'dW =#\~K͇j}.5gaF?f@kyx&p!ޠK̀E eaA,l8gF:sùz-eGyGl=+ώt\B&27 +fGcv5 +DB +/BdHO|C1whl9O5 =C4nCu>g| 9P{c;3e{iԯ_ANJ0ej]m[Y1͙ƬiN}t}j\OXi Lkn=@ -oFP,e=lZ:r +]{gMxp#98>y1Q'L!w%4ĈA nC-#s۸ɄmudBɄ YK(L>y=wʇ__5+E߯N7?X.՜]@Ozy `Ka6`%\zZЋQτ̓΃ g :\ sA +L8~ ypF&u 'Je GɁ#GelNؐ|zCT=j?u3&L!c8|BaCeȊ;:9wh}Jw g̶:.+<اF\fKɂʉ`-+}ke?Usy#_Ϟ.93Egs\ٯ|cLʀˍ- +K8<Yrȁ?+\-aʅ/lDTK(j)^3g :'Z_2a0a5TdB[ȍzBG'NG.4H> :6gh+fMښ/zoy5јR!гy@ۅ KK{>;ށȁ"ۯ&4zEiYֶ͔E={ɤς=_y檴/w/Ya gglNYφ&cA0`2D?` z_zx1/3 [n$%3=½ϣE=!P -/ZoUʡrݸ E|6}<@br5! +r`r dAc@}fȄb*LXW> s<ȎZB͌i9LhQxVOH'k* {oȦ{o! +4&zB%n/dGm {Qj mS>5Bط^ƅF6*gBE~.ƅ'U0͎9*gyZ;1; +O9頻,dÄ }gHsz&Tfa91h&u6iw?ˉz$ z +b?W#p|nxkx2>yt"z\P^>#:8n`x8αt^侢AɂmZ'h hYQ\φz+vYpo6AˌFP23w!/* w‡gIVsÄA/χ9F.R/Qȁ>Y:@\TZ kP㿥,hk΅q\p>aøFx„-EzIL\^{z[CQB[pjnra\B>dMP7LOe^B }4*Ux(ωGrlXִP&RRφ?)ֽkZn +Bτ\ zBtdZn-Gc?GM׍7{u#Roг +sE/89+]eJxEY0=?ܗo_KP]?8Q_poWX[\/2Ge@fD] "37+^#w%dBzȋVP='2/J??pct Wi~1c'-iL +"'Ҹ\f^W-zZ.^`"yK.ς6Z~+n윝ņ5ąu0eB MGOG-7jzVwb+:1ןhL[B00>"/F 1˔~ Ti^z.Sό2`azjm {ׯ'x8\CkV^^i)<4Oy3@u,1F+rdѼyzs߾S{`@SѴWOj57HD`wuo! _,Z?xP=BO?( +z`_XWf|2+ڱFpcR6WtҹEsEVtoxÛln9h9oV4-!5o׀9~s]\7ɁnF֛#=J]ma\^BjMb4+zj~ +T t߸{t(x{EQȅ>X&S}&d`ʆ7oh,99?Ѿ۴wP-az`-ud{<Znt3  (3ځS-J FYzJ2ѱ묕͂Kf1r>Zct=Aq0(=A f!y;Qٰ|8Λ&\%0!x@ۥفK#辢:&, +#blyRˑryR]ĉe\h-[j,r-M״yI ӚXw)ukjȓz.Hvʇ1_*צirYR5LC)Z[¯+^1eCɃI>2RUg~.UT6ێ^0)?}m}=}c9AH9P6o*1a+ eLZ}kZu}BfGהp¸l1Dž%9qY赪f.9-U}.j^~,Ruge|5dAkeo FJqٯ̄El8&ka\Xš„Jwj;ă lxb!\8{}B~!vF&!uHs\؛JS{e`.~4ƅ~ 5}u C2 G:ôO_?Ϣ{?ppaQa/*ƚEx|GT^=or_$k:׸1~=A=pYM <(yKY/> w˶{revEs Ug hPzʁ྽! j@a@Ìhx" > 9yP6 ȃ{[BoR Xh7 (lZYFMn3 WW[څS+dMcBqqK-cjJ4)5-b4 +}"09j G z֋P1U#G}SorRWXҜzZOk 1WGyl{?0fBMG 9O.3s:lG<@oG63)cοs*b}/gH49$) RN~p > !BA#p!®rB͒ )1rLž^taʃBt,kkIxzˌb|8js14SSEVaEgD[Ƃ// T94 :R]AbsKa\X  Ƈ`Cn#V`X[k #LG5:!_{hMa0y D=ɃO>t5ԗچu7sb5u-cj\X3`;͘1yQ[9uS~sv\A9BnL{"O0r%zt{ǸA" m߻U]ߞ;p0qYd\n ϋƉVg[^ǮAQ/e}]w^dBY;mz B9>Լ(X 7J\<(>!B^T8>!GP-S';W@HAKsue~ɂKf>kA,U==A[lYFWĀoUiM\΅50X s<&ѮgJ{ Ƀ6{n5)z>$#:xq j}eL==J+i4JmޭuX s:5ы&Y"Y}γVzĀrd*f\E5dĹ +hN{sr}dp}( }jG]˓zbdĮ{ T<3c)?KYxώٜ7B `}b{N +,8Kgcal`k^/j20`ӥ̋b2bm‚"ٿ$ |A*jцscDc95z֩XW-BoѼ4kG6(~0/Ff,ۄR ̆ubl8,i%>.֓1&<B8LȚBBːW(0W[{}/>7в`Bۏa.WZ/ޤEzyF śLHGdM ˜Rϔ|hk_>(}?`)cCψEYptA*e"ߌ*x<rdGH>ĺZ'o"u(lVH_8;Z7y>K9WElWv>~4 \c?㿴f@ =@ǂQ~EޠCOjM?P;bzVCpڳGZkN Je•9uQp6^9իox!5팻l{bUz~K~kAe.L-wL@%YZZ +YUY +-EO9g@+x{Å`pa#C(U?' mLעh=JyLZ4C +0r!z5* C+6x!8}hd;u~49&4Mo9Bsfrr SDW3f[ߐ{֟<̈́ƞ:f>md8.n?2auBFUČE*;OsG5|?ƾ1…F(?f{6es]|=k_rסɄz€da|8lpZ-* +׬9>|Vu1]ub6l`DO.63+ƁKsᾅ?.i?es dOFaP\΁%\@ XpWk`pQٰ1\8gl)`T:OhiOhlj0H.+ˏF.tf#g1p2!ְZuMXhޡ5Eiwjӵ,rQj їFُy]ggܗ<\єqد/d{sW&#c릊k +j~=% (eem44̦#oϵ<}qxSVv{俘whn,ciq #J^b^YQ%W㻨U%]wz6ldEhHS?ld93}쏯=!܋v\60FV+5r#Z :(6Yz~=O_a>.EJGA2ʂ6z=gep~]CpƠ5̓L*xitҾ=:2/yޡ"8ϟW~EƂ| G{K}AGFvји v,e8z׀is;KGcF;f{6/xoǭAz5*oYPo^Ao*~7/9֢^2'h my%px=y~vxƹc/4׿lY:p!W_w5_.yfW3ayQra QAEN STBG Xs!>SBgRx+5&B Jk<ֵkYXEQGG֞&wj6dB`֙ ɗ&YQ_Rܖ+9}|ƅ+FמEg H7߇mkJ#і˄/Z/6=n*Np亳dSk&֭_{&k|Tղv1VfFxZ{-볢yku#e϶=<9J`w9P%X搻ó5]j lt?9s`<:Z .ʆ0Փ ‡8qV&Qo6 ; E#gY{%g((r!>gqYR3dam\) ɂC+' G]װ+#}ROP<,WYRۋ&џ=3R=ض1he\kE.8)z-;vs)ǝALhјMVa8cɔ8Vy޳s}rNz't~@&Y̿&y˹K. yQؖ  4|BτʏZu#˜Ïe-Z}_~k?:7C (6^$|ns{~w23eEhuAבA|n5 Px8l|zC|88>lrԺg?YH)יwPsegP='ʈv\L}8͋݊Сf2|p Q,OϿ0/#x +d 92+3qǔ%C_1jy>q;c]Ȅ‚:BGB^7(! .]o,qr iUўwr',Iʶ!Ryl08ж-Ӆ1}`6a9ϓgC(<3 +qLQ;cƒd="/JBE\=*<N`dy}mD~XKy-k L'|xM";Xk5_c=}C77 G[o$/ 7bm2o2n("N CUdE+Y඙QSNڸFqILNםʹ?!;|| /8*uf֟Pr_R#:B5KEl{vPd1gGxv߶}0!>P F02f +ϧx^EDy.Nݷeof 99ʉ/x .Zr*}9zeIɇ Ʌ2&tQ'E&4.d&GXme)ZmgB۶57}[>Wgs!3o}A9҂t zkZX7na5Sטg0Ky <m}{{s.9&KhT2xz<^9Gs@˃?<<rlg,Ɓv#q/9Ϡ`BdE]'SfM ͣG׹!Lc^,yPHf`ߢOk^k<9,H,k=3,˻[-^6~(s[/h'ue?/J#̜~whraϝ!r"YL>"yK œlSm'.ZSbvp4rvz_.^>&om\z26#6zznF.dTy&œG|xl 2s6FzogΧvb\X`iQ;i~pi0  WR\(i?.?cyYrۄJ[a_ƩM{x]7ءɆ.,b`#{ʁ^jšpZnl(? S=s7F&t^a.3L:~g,U;zƉZym{ Ёr\L)P 81I .+|/'8ϰ/țj6z/z{6.#|Ƕ2^Np<X;{tFz䜜>Ȗ +FgD9&/eEGޠ}fY;oϋ<(.IoRmOОLx1cMf>z~FZv'f<~q=|}a* $gz: w8 ,q Bco_e^lԟ!34F__g-#ƛLp md.#|e5fSKCX6lУ?m>XOl!cEw輇Z=;CD^aUxq>xXUDqlzdKx<a +3TIdӲ&1ϓs=fϑ̦ͦ[}lC.LZOw$LЁS#El?O} kzP +rvwIti^`ֳmpDN"cOOg/ /k^_kϺ>=@a@gL9xG`@p6ޗMoxgPl|W6CӃf6\hHϰVz//Flz 8,lWTO6c7+6"S@.LbqwzN E zB 6lgsۋ 'b{La fhh^9/.O[0wUB?CYO;x͌&zqT;Mv8y&{o?1rNz#MWgAsޣƃx JY4YP3rבgy{?e>}cr"5اz) k^xύd=}o, npey5.!ȉevtY\C{^`=(ku_r9uo~6 |ZK =&qV*^lobwsЖOe#>m 8Bz`C`GÚH~-!!^"~gv{<8֮l뺉GS;ߩ$dd\f8t=wH"YN9ͬq(9>zNྖ (n12rk>q[9^}ȁqsNdB22et|m\!^ysv/ӡԿs~X5{ϭm>]ۚjmُOZCȴbM 9<=}ߝMmx {ӛʦ|8h6r;xy ߚ쿓^gl襶f1`,?U+6p)3BcBFWD&|T"v&юEG'Oӡp~a˜CDoR 6!ZƁ8҈s@ I3d@fJ<獜|F#8ۑ:SK}@"}2P/ @0Z_ ߭QĚa=1!sa^֗&A[j/h\/`M0m*qa5511ȐwzC=|@σh WƟٲ:aŊUA)-^;#1YǺ1C-]70 8KѿgesGKSO{mX'9͟>yO1"(\wCH(МͿmL\8u[=cb}}皮ֳ[-y-aY%_A-'³$+gMr=׆ue=_ 3 'F>ypGm˦8pײѝF nl0!υo,g!E/p(xhd-p? ɣHcFpx`C&kq[{0/7\wI^Zo٣Ma_ÿAo ?R812Nlޞ[Zy.^*l_RbĎKɎSWdr۔3n3<g|iPr#'*MI +?XpdCuڶqaNr><@D %ʣ{z +CmNȉ|Ꚁ!SvC=E}0%6 Oor콜C. o8zfypOp<qf{'  /O|,!PɁyp` ,c_u_ȄUٰ.l.6\G)D-; + /ޡz&"fIq\{bԱ!{CzCe4W[xhu"?4dc@;r^>dW;?{V1c%5=aJ蹲k>@ E7;KT+oƾ1Z7{7j33*9Y =׃NYk9Cmւm/>jƃO}If⚅1\|ĺߚ)yeޗcVF~|a t=Ҝ@z\И}ܒ |)# B6Todgd]Fv|3of;!q`>zr۾0nz`Lz? 5LZc[>mM:`BxPc%rznk:m}]c@r 8 0v l(nC}ACۨ[QmdR-##;'Ey zmWg-W}v6c%64.adDK(cu\{Bض}dB!xQ=CNz*9?ff5ݦP鞷ًfA9/>$l?b}&Wy_d>MA}u")" Zs(dC96iop秲]a,)gm0Ay/XS(k#=xqvrўs;ݳ\$>`# xЫ.W>4W-Y +ޡz6'TvZ#Zx0=SsRCĜU{a/Lj .^8XҺxS&D#z<,(Il'm?\>X83ԶO1 +ߏ}SۿM=l/]_̮\rFɝnx' ߐ鿆H6${S9#OI6O}tde6?Fkރ)¶x`Dʙ-)|I1ZɏjO8V1K =(^BɃƁ]R8:J=>F0VO9T['w/ߟy9M8of")l}=^qu/ uMݞ`"~dCaE} tfS v6'gP}`ͦw~.a bɯ駃qGkl3[>@~waE. ɂmǗGO([mg FP3G9㷭2;wil椞a5 7*}e\Ϲwu-~|=mH ZVԳ1 f=tfF͑Ec?7Q{X=;7rj-XOQ cM1[""Y3&7@sL}ڹkw!x׼ +f;ry{\_5YmY`>2d>7bm G@σ@>\ k6an P}?mrzzh,hxp>΃RcDf~pOҟ%УrMɞ֯kz~Jߣ6z'z,?g#WTy2!Vc +^Ҙ7//a>ѣ$~D\2X7/ߐƞ{΍oѧ`9̏蟲C晿 +HPc6FC2"dQɓN& !r# mRGDT3Oh,߇?u uZ \9P +<(24$c{496(sMd[C$ G\_ju))|*Br䄐b֪݉7_3yƏu4u b[91DŽcO<3/Z=|%kϛ(^f;?OMp?&ϲc+~~F{.#q P'39;XX>0jŧ͸7'M>- zi^; bg'" j 7?5a.r : Pguj>eB$y J i#8p' +|ʃ$y҃[`Ão[tIYRBdI]YB%^^AgpkZ׆KW)gEd=lD`Z +ߟ.VLsd®zBdE_8-2J+%jԯ[G&-C2̔2Ɗ9NTcC2Z3Li9thR 8`IH6k· *YM2)E d9mZTyx\JDb=Ig*h aj,s7| +ۢK5tfp8 c7leZS/1zƁr=y2Ʉz$8\xanbyO˹wv~%uw^ sv}(\<|g@ːs|9沭NO};ކ҃8 *'?<5?ca?ϦlGN5z`3d8c@ ;zh4n zlS_  ߡS~,(pyl(^!'lf'?y`G`vh̓vd7 )pF>{|b׹ sbrI ^!CyC٣a{ +8P" AB,d% ̅=sba%>+OH.|eGO[BΈ{Ұā~- Urb%C,SM~34ĚD_L&{E~Ȋh~/)ex67D4IyXoqMAcA]ESޛXz_ -4W$ rt*){'q MI":[d@dA ES<<8O G)a>MRc_&.UGn  q/EKRAMAτ5Tg<#,o @1 89r硾857}c*ü& +I;-.r$/1 X#Ol\6EkM?^X߁> _3Ϡœ_`20,Y}ܛ>ks&{?&O.eS?rlQ'/ɘyFȇ2Yu}h p u" +yEPs`C˘ Z=3/Jv|B"Ez \P<7fG7ܚL| wdH^9-{쥾SJ5OlFU`jO/|.Jd=);LԀSp!l8>lg0a¹a-LhQτƅX7֢WzXd4/*M12aĆ)2c*1[*^bҷO9Q}}bd>͝>>c̀YQW+5z,}]Hγ>f%Z!;$ )`< 'Y0Z5fRUϽv>=) jPM=?p]2KXB05TVJkm Myduw_dXg |x?"iuFbkz쩲 j%.@g}|<0"9 3!q|Aa@r5gSZ{+ujm!p?\~4̐j/ȅO=f#9M̭WaaYܗk^(z~)yZ_#v~3 +3#}9EVLΏg)W)zuw a};y |}7rLJzwk>@ ɀae=xd&rRO}3F_Ou@c?a=hGMs6f_c6=B#<ȍOHPB~!n|sdBGn*@z/^0{\ϖLdD"l(^"Fp1 +X/,?RN p=71m}\D[1GtO}F?*X_8 &u}vztɸџO?`@Wh`SGgO?_ֳ\\??䘍SpPʅJqϏ ᒳ`~M-3%o^1fE˙?h}o<(_\ȵ55Cs%je?ԵCXJDr̃ +Z Ɇ沣')E]!{̀ &mz0pÛ/> Y_xwvd-ѡ۳nΎ +.|~ko(\\3 6w(#*R|)2*cO^'yȃu&4S"z=Ǔ …+΋ k9gJeG!6*b¨01eN8E2 +@̫ݺ5EwXς?>"9ذ7_O2Nc:W@ck_,2?pM]5a1;ȍ'E&ͫĈ{-%Ov & +/M_ɾƆX#yщUg #ۓ-%qۘw1k'WM`Anh Fn{jVxp."ǘ\Mύg)O}|6?eAˈju)Uym`B^ƒ) OX$#:P͕2+܇W2!>@k-g &H)yVe~.nkC#m7.z4n?fjwdPDhJY8/: ɂ hGU5-%&T.464oſ'>|Ȅs9W 0 +^e%-s46͔o2`?[+5Ᾰ^+f5L{?@՞&y0\ʂq>^C9P~ʂ?AWy0mL&S!)6>oog;p/]-V fk5ǩ_̦~2yADTBzಘ"^Pg np17k b@ <8K#t> (?.gҼeHq/yB0!SA ЖG64.l-q!#!/3x7|~ }WF&_ha&$ +'{:~CƔ'C eBY#(aoΠ~w:(b(CSツ M …fK3 S., E/uRs&=h +dǣw< SFeP-!QC[ ZD[ @ āiP_n^`;mkb]!r!ִkrZ,ؚHǽXePyDEkB08Qp N5㹢~0Ɔ`?2zv.Tr_&osAxDJy ք?z?I^ #X c&χ8"ZƂ9,Be' +1a=pl\)%< \4UBc>)1 gu~dgv/^&AS.46dSl'u`C_JQ&ra5!zEnqԂk>Kj6 ]%u0T93+šp_%Nj)qa <1b%>yUyz>'Z/cN<@d>zjz|`ArXv 3ʃ j^2o\djj,//]"f@5s@2HO +" F=5'̗2]pޙ[zWeސ`B !"3(8 .AբBۡڡ^SU!V3VUFBBWJ)b?>{uKx{N'ϳޏ)&<#zH.3p_TF4<<c.o ÷gCM3}O*)ޝ80/oO> ) 4O/<)j +[UgIczj/hZ<*f _P>_݌}hչ=cǾ! Ɖ_>_,m ou΄ +G~864g,3gV2KL('_W&\ +r WS`Av+oH[[Xky~ǞZVL󒘐2&r ÅpRᨚqp1 1$RB<3YdAZxu^9O=o5EGW]RCzpB7u!$o&Mǃ>9y\K4߶}c]ɀʍBgoa~3;Lm?78 G7-7"; +€' +3B Oo|Ő ! ZP gox^|_ &NB!8pNC G73G:vtмJci6&9ƆGz&ƐTy쩔(տ;1heO8 !8s|u1q (4 ѫEy`fe& O__5Aq࣫oƒ:?V7, gCG ɃRB1Uũ>ߏ3ĉYۓf2IbAqy؎unkxTLdt] Y.o<'/y}q Vϗ#8N*M9;8}_0|A_{Qt60W d'/ؐΙ=ׅ -e>_§Ȑ"jL^rȀQ\Ň'p0afÚ [|hSza[X_̂L~<Ąz~ETcbĆ11g#5sńb@UWfW^LQ롕//6űkfOqd4!|M+f&šҏ~gz9R0HX"Gņ⼃+.voz =첲  9r_l~\,_fE 'a/_gsKo z8WɳjdF{>Qb |Rف&KXq -3&ywn1ȇư5Â&C)lޯL~":K#2lO㿯(tk]<>DNѸ}@^(C?G#9z]ى5x`{ X1⡡?H|,`Flb^yp7WS4yY3|Ά#w;w:Š߼N/k + }~. 3Ŝ{3 #av~*:1_<2Wņ`2e4{ܿk8ň.Գ~ ?T],x|<.ŁʋgDC^Vm׌r>8̼8Φ {ċfF8ߣ{% +fRLhO΋(мٻ?mwF1.$ B`A +,'"+ztvu\`C['6%>#u m$fTVyPE=!\A1^2fJ\5K`} 8Pq+?aŅJ>rN.W weg6 G&J BqB|UPFkʼnfBl!'ٻHΨdGzq{9e lŪ4SkY98>1}@obsx= )ˈ +2f15y .1'0gCsԼ>JbEn; R'$5G~=I%+J>Fy^*'̳(SOv5a[xЙd1p Xyf#iAs0xO,X SD1: ~#3< FbbCʀ*)lw:@w7 + |CB|ؘ(zv4uRO<4 L}C E_gG{?EN4f΃LfFQ?h TW~3n(ؖ4JA`CƂfcA NupjɈSQ 7];8U7!3_]ͯ1쟙~y# ;|Cqb̈́^w6<(&,ue<(- M.6\a#..;7#5]{Y_N[;̟<k.+r6ٰ>>B|26gsLi="3"kχ=u΂`@9f H@yiEk236DgDÞ nu] ѽ̄wfU|i+ZxI@zYĂ΂P0oƽ7w`ńJ.O_wFl>`Q 29':y x~`5pZd?#ɇ}_W.zʐ&{/ޟOy&_6Ozsյ>Pf{Su~/`< ga7 +&;b%/zv7#ăʋ.LYP`A pmo}!p7~pjp! Ɋv Oo|==Ś kToO,(̹Q`V  /t(p$#sHt}l`A1`~y‡j 9cm3=CT-X1bf,ȹwU.T^`͂GW>S-3ˋ&.^^k_Κ֌=kכƺMΥr{bB+=0CdC= +d>e͞`fA_·f> ֚3Gڑ+\8ZYtdUYqsAp!Ãz_r|G9rGuBAxfb]䛥Rj+/j^8 2֙ߔoIsĬ #K>ЎzƁ9`u߼v,q7u sp?t݁dž^eLs} f1+jz?g z;ńs'յ=E'$̂Gnd 2 BG}e w`vW*UKxט?(8 3bz|Y?X 7'쇌!q] f<S[fȖ]gs Ooz̦5%n ?+zWpS#L(X  R\bp)dJSs8._iVl(>bzi㝞ى}j%q!]sruƳNL=;5Ta{liL4N|(?1i/?gJRZ,cS?886!;NJ`Q: ^r ]9SQOS1bfNk'!x&|Bl'}FۆW&Oxh9V6ty{ج̇ P̈́2sāUU]>"  b$rC^rmb~A07K,X`:U\;}`Byb7}jV&`G]eky|o<~ r=z58P}AUG2Ϗs=*Ŝ]~x))!vh BT;ޠGh01XKx̄KFW>'CA -==2z˾_ y{r}`s&pOifSTtqCo ڹ[t.uq]g5,ؘ組813[5Ă {Vrn-Yv lh,׌ EOT-rʇhwgD[DQyZ :&sfݡ?h }AAmsʋOޠxʊBd>N̼q“[UXbA +`Bk(IńB†OmjF nx Ϣ9p>4ɆK 5EƇ `yy5#v۪k% &Fl89d̄0%/uՌa5J1;quɇM~&Ui˨nxZ!V Wϫؐ?*ZDI}Pޥuެbbfc_ac$B# X0`̀` +,A1a'DŽ2jp欬ѳ3h𞒙Zg"DŃȅ'3;𸸰ŇbB2zˤ~25wj&ջc)Z@QԳ/~v o y筓 ^?5>}mw1xЙ3 o ;᩹5ry0`VsZKf,`BˏbB:lxCpo/>W1S½>!Wq`#q!YȊ.5w|w2Y0Gv~zpd'7ü?186%nip|En,Ķ\'?Ȅ[ Jfb`A3o0_J '7|Ɨ )bAq!oO4x0Klx|ECBhQp)ذ/4Υ.k^y0afC3lX/sņU҆Y]fȂꉊ#31X! 'M}> 0f?8r> ΂f ٳZgEŃSkgx OB_ѻL(AE/ zplǪq!pob+WHl7hDgA`Dm;OO%2Xl~A| & XM/T|@8vnf^?8:]<LJwl|&6XoEÎ=c"ϝ/߭Q|liW/]Sd3gJSSNѯOgLfAfA_Vł'V>sb.dplysN<+V皟mMjW8W?hL{5ug*/ +ͮAk/Pb@ eÈG܋;P38qx0se;wFĵKń&s_^4{ϯ .TxHy̜mE={hCnM:)3'Y0s}^UܯXxƒ_~f cza<2Ņ;\3WŁLh #'dBwkŁTV`Bwy {€PXͣg=d$1aj΄DɃ7͙?jA|jc+Ɂ$I% :FG +l&ȂƅdD!ORz%|[^&q` v`,{r+)V#ony̶wn}{E>.h7/.UtQ{fsx/K 8j69QJ+FFtNԪ̃:֌IO>, rP̀2*ɀ҉Pg^b;yӑ{F4eL<>&CO[Q8 +r PPȄ8Ș9+疍Ƀ kxb`\/t蚻1JuݫgiyͥMm|/AYs`QpT^yOp۩>NvҟK'~%~׵:A]/p~|h`ۉx<-'ny{3>;ػsb90ט%lj-.+xPޟri 3Ws8'`oO,(>Dvs&6)|6fDŀ _ {7hŅܖPսAͩ . =J_з| ?~2_dE)ypOA^;Ho/ѝ?;C6~,x:5s}m%?zj,^3<<3n+3aV̫yD6,)8̛p]A1>|x%`Ë ǚm1Glޛkb.ÆSqfY-?q͐؏38D} `Xj+g<k gvzK>5 WxLYfȊ: Y:2΁}<8 ,ȉa¹4خӹXlhܕDjV$P¬QGr7ؚXp8; ˘ei _p+ЊwY7*&13AI=cAƏ_ }AM>ۜ$P,H&=k .w(|27P>0z uJqL_\h  P"̵{O3/g-=+9QwL X`o+΂}osy/dWw[@7(PMe>s΄ //_;i_\|ť^ ?48],xݻ-|b/L 81 5!.`|>q 4Y_j s#xPy_y+3`>8OA3/+sd 3+f1? 2RpPp"{{jgAŬޟ =}} N0^@vTYQy6 s3fhfB#kbċuNT,ɂ^;HorGì{GE>C0i5e^mO<%jx|0k<N\J> 4{rypgu-.t03}( 24 +~߼d uxd'f+&1}!p9R0!/+$J\X`+M{\{f?4ga{{+^@<yi&ļڿc]}rxs8u_RēSxP}BkLZ!ɲ]s`Ɵ<>sY/ X0xk v2p:fnPsv_2+5Pd+L`n\Ae5@I#xPό6xL(;~7䑁UV4qIy|T{'??&3췖t]9 hsŒ,cAٻ/Bx(\\ȕFn4͊0u-`6py5##lLֱ`A̘0dmb\@7 @l\3s)sV 3 ?ޠXpDSV4gFBHLxzۙ xL'K4ϏϲgEgvkȂ KQ\xp1pp>3aZK`Vߚ<QsTX3zBUOu0I{Wi& ovn61 CBpXͅȑN ,mńG M5(xQ?1>^4}qԜG1͗}6+ʹ,gN|8QDZsW̖9kŬf*'J=n2yQrZfAW _h0_΃\L +~2unO!av0D,_2F_M{\T/Ly`rzaJwfń{b8>wk?/N̅>ʼnńbUäl,9!uO~w~y[y,3&Ԝ/Y0Z%{t9ۙߧz(NS4Xм̃LȎz-ad93)zv`3:},*otRqbw砋 ]dlxn܌gP8.4B|y#|E(@x`8_ |EŃs?tﰯ0ϵ3%5&~ԋ[!yoe ԣ6Qu'<(G(&O(.<6ɇ/Η78Jǹ>$N5/q 9c82 >pLHKY]Yx?}V#c ! +ox5o\F3kN]+YɎ^^W^3K]9>u쇾0V,ܷC~> xPA' |\AZAˈĄO˩sHŃbι̼I^` !8q)>_#gN%;a>g=XP\.>9Q<(v?_御}z.{rx03!~pQmg(o/ (xP 89QgA̺4=E,<Ȋ7HO0dY؋g f< o9͎ 'P#¾y`B{ w6<*I3|`>/Bt/XX3~TYȅCc6<œ:DV/j]l(bU5ȿ_*J55`Ȋ+E?͂]LB2 f5XPx7>^5%ʘ%.}NE*,A)gEC+'zO<~O ypk=!> fzgN측n.yP!?l+?sv'707[Ȁzr-lY;.mbY?o6 /~?zK!.ztplF<6 u?qˋ=T!k ɆyQyPZ .#\86~\8Yc<8qDńצfB){}LX·gIpSZzeNxV{\̓'.kV#&bݷCNZd <39s!;d%_{]0&Oyg9[YS;Jq'  'f>ٌ8攣WퟘaCɓƑzF=>*1CAe+_P7hDbOLFUSH1͝umEzF&2qV)P_K=B[ vyd/΁ Մ7PS+(0>ǁ-޳1=>ӝ\~!f\W(V+ϳ?dOMgU\<#͂b1aqq_&Yp? o50w9tf@A#+z־K̇1`A9̢j <8sy}7b; Le0-E<s!L?- /yOb:O Y0` GR{fgEú ְ-OńuܳiΙ?M+ŝ; p jv-clC0!g,N0s!йP^!j +{2dF1~x΄LHy0о Ņ9Osgԓ_<@@&PK~ҋxN0|, ,y#P-*W)TV;(ḭd?1,X=roOӃ-O܆yd/ňn}oc}ݏ&8 ڿcޟx܇m.1vr9YQ^W1!93eFTI}cȁi|=_΋jDfL#O\ ~N0dĂ7&j{\WX˜zCZ<8L鼳;ç/2>\l6|"`VGa?bC阇8jɩRD]Ɏk1ŀQs3m L{n<21 +]}U쪗|f˜qQ}FWSoTˇ|~.ʋK͉ϷoŐKs&|pᚚXq3Ȃ8P,X {S F:vn;p\x>|X{K)]w|!E1ŇKˆ}V\=J;0zv05\X1a=O86U:g*ńڮ9ճNGX |ʠ6r?Gn߫Zl8q-^kwV_NewryRqr!9ΕV ˂sȷfD!k W/HβMPLإ?iHOV+(r>)XN|#?<J̃Ԥ+_Z3r{f|z93460nP7pvjBy0sdjj` 6@>yry2 a{Ƙpʉ[ R&/ˇγpg ^D6\,Nl8΋ɂ B1ۃš #Kwl l5b=Ky˳5OCRc !ł̉v+7y#^R|Bg¼!z_R(ΖW,dʋv =BNxvTŤQM4Y08|Q~`@(qLW(]j;%i܁_w`kKFU6Cm烈,I>Qc7q#r5 j^K'i?l;wyIg$N +{6j=lGM8 z{=ׅ +N9KWn|<=g|03dGg%Cc z> ̋ym5//ǜ72w]AS,XɞWp}v=+%RN!eHLW`ςcT/͞O,^AENa b%kWK'#ͺBQ{'zj|hP]L*lh' >>6bAqL L3 U}@O| tsi` J`;?0cA)B ˅ňgLEcEaı9ogg_P<03XPW_A_seK cޅ:<}Kvq_1I /2 i]yEQJʐcP͂xlQ;'Ku*ȅEы=/p-"rDj(P_5P]1Еz\8({sʟ%~xxcT|\F}ݟ͑-Fw}\l;S/+?oߑcW{r=\?Y/=O/P>~k +=خT},UoObφ>/ -;vZ5yo񹠉Y>#ޓ H>D8~?!WEaE _+&~Ex皼r^\{Kb.Z±8+sbW䳅&y{?UL\b|b<J5Éd;~Ԯ.Ďw}YLn/5퉦w-jj[o.M17[_Wlk3*??_X_G"y>G7>8Ꮛm|%Zg ,kYjӋ;>sS;=sDwyBqǚ'\xy}d?wyJ8_ƍ"bn]/vb~_G78_Tϋ_G8%֜Rs]W:+bɥFk[?_yR^+'5Ծ:)/`Uww{UUdcY^wu봴~T_e,Y/hQ3Z_gK,斜!ׁs-=MttI%Gt9+=9\SE\_rJ<칧7bfM-}\EM-yH1bԲK89qsψ9N+&,A3"=$5ͅwS,A35O}b{=ysz1b{*&9+j܇[VjtcEc~(~]4x: Ѿ'&- ?f|Ʒmzgqxߖg0l;]-!DR9 oݶÁ>U>' Vkox}`7 +gyapN|⺵+Dc׬z]1~ݦb [¾ne7'إ}p tI)ރrY!L/$\Cx܊:p\伭*pGvy.sێ `) E?/|޸k- M:|_(τG> ]R <YOr>'t=A^#p qd7yJ}F +gME/Z F$ u.K > KQd هLnn]Pr\u]Ȅ h1#r‡aO,c pSY0^a%K}Qg~ȇ9&.ƒA7pYsסl&#ziA@WX`0YZy_ +rɃ>3'd1u}\*Yv>݇e}w1T&pwE&$N[?amo.9prNo D鍯p0ozp0xO9ckS /hmɄ…ʌ`@D$ޱ#"By--mbnfw-f{s{]̝bv{o-fwKxQ8qk ys1ss5>'+|XDž0b- > 6!p!xw9b6cۗu|)s 3!pvaBeg?\/疟``5p\Vy50ӊ#},/+(K |dc`b!)S?eAxV ჽ@z+ {|{na{kpYaX{k֋7~z?jƍ%' +Cu{~r_t;> X߯ qyo.3ѥd}*0!>#xwʅȆlG`C/,'pO+GF&,yp_OO}%a +< X\g^d6e8gd0\x}xxZޠ0TQ|{cEn,F^srQ|N8?0aQ񽟎L{ +s|ߕ˰MLhY0??x~M)~ z k1٭. +eIN@a3xp A޳<@X\P2]a=̾Of~\WB1ćs{?,;plî0p]{.;l{LJpὈz͈ O$# ]6Oh£ .{'4La?HDŽ .ge^p cQ:FgC!Z?Xp<z6|xKKP|s ž0BEeY ^}Y>K?s`opt2dJԊ Kْ !K,n \'lσ!ɍ/oy2?w\C`#B Ƀ5!YYиZ|c5;ES>odUjcf4|gφޠ~gSn {|BL"ǂ~QcNS=B˄y ,XVC AaB{?W%8LyYM<og621oOtEɁ‚/M$!(ِ~a휢g'cN\/$P$,Ŝh̋F.T&\(LH.S78#< &Н $ m/"Ɂ6 xnnJB׽ /7ϊorfe)״%{x\ۊ(>ߗmvJ> ǷG=x}`+}U>:P L8mο-{> 7s_*uWK!ًV^b׋_>}?T9Y-3wLgn2ap!|phq2>g v‰W^a&lop᱾3D =Bs)fJ{D YgB +,k %cJs9Ԝ1F$_y†+ + xR0f`C&fHW8!F5,(<><Z&TopG_0l`ȋ.eVtl)'? txR(xʗ5{ȉj '.0J0Rp*Du~d=s Cv&<J%K1XjxЋޏ=^/<'ٚf*H''?S F.yO#axr 7Q@/j`30a*φ}]}0!8&ʈJY]@" J >a,eA~n‘P 4A}]gA3\(]<ƒnpaAx Ѱ?sRo D e/3ZEÒ"B x?ye=bOL J] HO" VP2aNJ^ ([`>x`2 ayoXr=Hߑ6pI,7qɀw|Mnݐ߄dx*Ξђi|؂)%R eCJߛ.̱a+.LpGΊbV2!E?)s'Ld8„2>Z,*Ñ$Kla:#cb/fD ɅdB\(l\huo0=,(aA"<~2TzQ/q?&o  +>CR@Ց_wp4*z^R~dyI#xDݟPYV@* + ښ=[׶=[/x!#!{|gP?Ȝf?m}ȇ'ѧSl &,eAp +m8FN[/R9TI\p!r`A3ƒ,2@H.  CEoбAa{Ia*zsqJ++>XOz}n({JtK>/^WzwAKcOݜ+) o'd|FOKs9Hs++KΕ._c.;)a/'c>b…x \lX\aEcBÅ q`@C>#̩M4zlIpIMbMrl Z0Y>r_NJcT˄0Å ߰zɉ5xo0M߉ (< \˒ <<)F~]a|AV\k_YYȖKP)bWCP{ޞxmc6O{8J," &PqkF;;j-K^s↝i V+^d"%C@E<1y@!ğ'yN8ƒ}ZO(Q"?jd Ƀ♁W@9B˅i{3vrφGy0,&E x(x S|6̀?J# ƌ){}xy +^3r_^2.eMc3b ^0dY^ I\Q } F$ '\\(d`+K/а 9O<@xy2_Lǫ_8? hyM%zDMx|"ܛA@k +e/*rgo >[?~,,&P.(7xx-Y~O'w Ձ/~Yjꢯ PrA\ I?m/v La%yׅyW,:,\Vb岜\bkמ-.\Z(eOa`Þa҄ƈŇaXɕf8lu?QI2,Y7##Dž;N.n_vj/(fYpfщplҿ&)F͆Mm{MfYyB8n׾*τ/\Ы N| 顣\٧ur PɈ* J}@ȉB-&`?ydE׼L$\]lp9죑Œ9g90p@X)N^Q'b?Tz~5yфoM{Dӷ'K2B+1sDM+{W "c*=rȅ֓2/. l +v%]6ZV#) źgD@σ6Tˠ <̘0Qra|EO{O̎@.\L,H_ޞa3WC쇼'BXwaS:kjD8O̊'|,Oߴ<vU1}Y\Z4}`1sbbM]~^a.u˅(?xO΃X/_=0}쵁*u͊bڡbYZmنkm+< 4Wf,.;xٰ#v†86lg#u:& RȈdA˃큑?̆>,zs6z@>%;kѲ[\dTɊI/TϱeD`9'WaABGqa+-yPz( lV \ؐ}lɁ}TLH|'OI‚CO-G^j%"/>a +W?_xplz\gQIP? f^vEZ4#?_΋2-PaA>H/ƙBPP{`j<(>鳽H]Ҙ?X~dI.^y<\% b #m7lߕ'ft~BVe8sm[\`=caŬhf.4}OQG`+~_GOks>QȦB>+ +oj99|1cze_eB̖W) b[4,tD{w 6! + W9UUP9(}‚~Ä.Wa~ |!)gk>C̡w3*fn^޴qKɃ֕]6<009ahF '_`=ὫJ늯x|8w^ ޸^5^Sì"0aPe_z+=6`CæyPP;lxBj\w%%Gs?ǂ<0lcf,xl˃?ĚXC‘MGX'*džXcr4C2g:€*;k 8T36 qN(ٱnab we# Kѵu-YQdD;@S%YZ 3bt|ܦ17ωU=@?0K[.PZf1 z' P(<ȆD-Hw ^5ldWSsD&}S,wb^zyd#F+9Q2c !h`Jbyo1\1~e +j 4<=˃uqL|p+=%72/?MgOHQ͌Z0z`Ap_DNls%]2 ^P*#D_c?CRdoḤT{WKu^eP9a{%K=O?fE\gjz\WHof+Lka yqgAe,of9Q|6 }Ew;،c5L F4ޠ5sT`&aB F଄_̐zB-ǁ%xF^ɃlArY"[Cl'}A>V$qBVQux‹A99_i{ 7{<ݲS$<*xr^w7R&}ox|„u`C ~*Ae 'yybݩQ6[1b aÎQ=*v-] вu.6cCψATUdNL-oz"  =8gC'b`BGP#pWS3\)196f~c3Pd99yR Ql{%k=H4 3AaA +Y'N =Qxyѱ?Y!'*Q<Ouc{{xDO0!f:'DFT=AaAE>0RSO?s:D˂q^? +8sP͈J.S-H6]ReA IrcgFƒȓȉ;ԥ0&x|x҃/ Ǒ9ZfV}γXƔYO&a 9Y^ǺK hyɃw |RA<pHYQ j].LHPDhKe%Èr彶qd],6SI -Ndo҇ + N//{L-L1Ka DnP{L ?Mg+!8RyPk3vvNx}:Bz+c9 T%3t̀g'u,ȃ4 8"YWPQ}diθ~:\ cÚIӣ&׬:/~CNt{(%>eyyU9N=I1=BmRˈ2dF?s㋜f5|}x Cxo`<̐0nzXʢ2~擜E#S<}6r~ru%,BQ2aAH]\xk]%wa7 J, {?K.6"Q )1~3N%ω=hk*Qi>qa#絳 P^/XuZgY KODCX#>re-! -'Z|߯r!2͢6X?TQS+XQvx0 'z-\>u\{͆; 6=2cZǂ|RSxP hӜ9Rˆ?[{(K{Byu\gflF$ ?6 +\H&sŒAWq0aEȈ2alh"z g4|33-lb9yx>1>Wa=$i9/.AE'~\BِZC'<(= [nԾj0aCd 6|Q, }sQ}Y*Erxs04lK9ʚ4˺I`Bz6\ +ǩg}J#!n/AoȞ22]{xxf`dBsɂ`+Y0^ZO0,?Ȃ 5 BYҰO9ዱP`P~2OgGׄ,>2?翜rñb.Úͬ"SCdJ72fM9"dJ3*6b@.g#F. ZfJ{‰#R*WLˆ̊6e»Ni,zHd⮡2IF,mT/C#wf9Q„*2!= ʱ:B.!-Nƌ;̺Q# +:13Csa6;ZÄ9.=i a@lw0aBsFy3 ~duѿ2!9/:R6͌FB>3p|?=A.$ cN|AzxRMhgs+4LH.7*XfKoZW7/sBπQ&iM Y ]suȼ,gXL =؊e}XsUʀ3~ EO ~ك$Kjz99nƼk81XA颙P^/ڟE {dž|"=4ʇ7N]Bז d&^cgw1'%jɇ^Tx(ש~ |rVw~i[ c+])O*B=VΗ;lmagZ4aąpb ?l 0/`ÞckY0|GY6#0"$-k4@{˜OeVlH4)DŽ'r&gC;N$/.3pUN';3;B\O'`>/(J) ^bfƒ,,Hh@Ƀ_^Y-o\8}`!/p fCY.>XNfźA?&DŽ =0|~YPy0,O=oyz63ʚBFɄF~^B~na),"|7 ˉ 6cA` )΢L˃|;GJ#ސ=6'43Ǚy|d͈S |D=s,7|WVOc̬A˾I^o;0Eb1hz&>!^Q|Th{0(5g:d,To0˄WB͟D}+3]>4໕ޞ}Db]r~G\#~ 803D:o &Le8vU/jfi^yNx8͘GgVPx1p|ʁ ?:sT(ez2\ytnY~`,8eTtS,6Zr>|iHt7ذ.Cl# M}a3g$dG0hD۬)\H6ɘ '@p<\tC;,T0aE*I"Y6,V̍>QǍaBP9Ļ:V1b s #ycKN.-?F?pI‚Ȁ$gE!xP(&R>]bl͟_S wKVTչѼ&r~ CnQdA[h3ڿ2SVe޼el !{Z4=G0%+Lh'fOm̦ިlaA;C?! /1nA˅Yum?#^ԞjQy~Sdn,H>(oג~1^:`<ӳh2kQo˔r`e>f9k}C @.)ՌeŹu5YY`.fD8}/GP+,#$K +.T7%rdAȄʂ/xPX#LysDFON{we"a Z&$bY4'j=H7ΑP/Ƀ ungI}ap~O0e/JpBoN ,w9xy +hK sQ>!*<7[ldC]M͢''`O2SVfyT5?zea$Xi' {]{Xɕ?8Dy^ [K]Lh†3dL{ʈ̘ΉûJtCJ >$p<֏~Y{Y./(}hȄ1jcՊ Z3#sle z& <ղEPueA?.ea_'V?[bl+ U߆G6AAXP%wQ^O +z,0aVc|2a#OZ&pJUIRV :η~9~?X|oهB(ΆԞ̏"'?k×g` Wά̱J~K +}dOܤ?RȄyx-'s}3^ mozcoeƻy0ߐLɂ}>2H`9 +}g\5uw,9d@'}b/(sT@|vxȡKMF|A~V$ p≪M{)k)"ڧP]RG^fCM>Txp\CD„ʃLA2௔5#[L=/ƶ!3ܿ~u0S>ޠ֢ 7?L̨B(`и +s=<\2&hZBi raݑ^Z9чT%xͺ +JX͌u~=o0XxpW`]ʂ'Ȁ 2?>dEJ?8efEPχv<J֒ޢ#܆佸f> _XNu`}=,&, 7'&aRc9R~6yǴ,kkQ5Q;=̺ ^, D]6^u}+!ΖYPX5`2ͱ/ 8 wSoiMJ`zoN߰7QCc>6 yc.I\4fA yL.rs əubjYQ_9-y>lhEˆ' s|ϰV5k![P.l7p!X +\(y˻GTX''wQ|`:ye‹ +Z 2slF2 L2of?A:Ӟa!p).{Po|i'|v0b7l?[a^aҜȟ#z0a€>6##ĺG0}Ga ^T&.T& -r"Lخf69qQXWh=BAAYѾ3D`@./ɉgG5|Bha„ 4/MoFA+܏ j`ҷ]kL!DԮaA`A}7zz@;35vGEY0fDmN}?s}" >aAѿҰȁyt :/'}3D˺}5 ix0fIg:ؗٹzsk Ŵ HɊ›vs"Y=̅^Q =clv^OYv|dND{k^XEƫx&Kɥ ؗȈjS̓ /25:@pz~yV 3QL(SL? '>- 34(~lDuM(\$j&n|23BYzzJ yQ)#k^T>\r 4}+mV=ÿ;= h9#R8%k k`3pG{,ں<75\Ǟ)[MM#^K)R B=/vӓl+ﰗӮ&H-P2!xp P.YȘn\S(Yq&I/˗7 uV)\(Z6pY[ <^x)VǖQ_zJȏ/F Pg<_*f_Ly0!b|{ <2g:&x#}0(;@kbP3v6͊Vzj M}}l߻5*k˰ ?k +5/J&G1k^EE?.= pL(htނ"۔]L=o{պWΟc~`GΞ~s5sSɾ63ܨ YVy07OP +\3w`w&x~vXN>Gk(ll fc8Ε/:>4 |d9QeĸhmOLj93"S#?c'~ .LY02O2`}˃z=ah(`Q3w,}0 ZM5yyއ036ʿg,Fx3fz$ިF}7!CK,weڙ9u5:LԞv3)&S9+Yz# 43~or9AM{0eC>뱯L59Pρ6j{^<(ُ-f.esƔ9ȶb>X7gx%b<|g(\P=dC#O:_5qwS; Z?0,|ȊX3m1whƒ_:u<2aذ.;<36O4vÄ=?\d?"a+y+#D$c +oQ9-jiyQn$}‡ Nh 8_ +|^>lOjɆmLGI& ά|JɁ%cֽ-8C3χL;ܱ d +o.7{B}3?gGc&=91Ty`+~3ɄY4>a!9SOrZ*trEkGed/1'kgs={Ds*2/ۯJDoiNˇ +emYx]MP}AuE[̖p`ca@*I75߁)x0F1PE(Sf7/~ @DݚL3%^!W{<̅ڵ&`?#9u~<1yٷCɨ5u굱;ۊ~䱘> q- fD7H<{zdfaɈzv<*Y.6->dJFy CZa‡M' ;Cra^a?\ubk{Þqb}M g#D [)6GUj )ɝE#E/&rRɅƒd¡ +8"ݽlH.[_0#fX1ǃ j&4+G 2Ȃg~2O,fU*Q1^V_[DdB{X3\2fWd>;>;!5jτk|4&Cgn H~D*Awhk ș4b,1a>D& Qf{>ܯ[W3,h{|we_~/H7_>uuYu4N7kU~!fE ƹ1}Vzj^;T(5RO ƥ"nעd,ZoDs'>Al%7N_EpPDɂ +gLաY UPO Kc}20x(3Ե>9ϲ^_x. jǾDaȲ/h|]+e^j,. > ^Nb7x`-mHNw9 NhIM``yOʃGZ徛\b,;UQ3=ZL4 madš2we|F4z^ hrqMIWlLz6XǂR^y1 -w]ȊGh/h߯z{0v򟰟2RʌpeF3O2x-Uu`uFLͨK*_`?[@S`d@dBQGD^{;F0"#a$g,JPsvF<ׅ^+>M~xvF;ߎ)aC1.+J`Ȃ\I- L\Q%Yt,8lH֫pœn\3G)Vl H ɇQ,[J͖.7_ aadBć5mr yP2Bٰ###Yw|PڻFmTrʃ̹\lV„Í݁UD'aGCVhu8q9Tfeh1O<pn/?(~g`̈>Ԛ?)ֽTx mo,ƷvAf(nZ%p_Ϟ2fKPɽ5֦Yf̢[ch=*\g6(0Wh93`~n`e&}3tǾ06W(7^`ƒKfB}ݠ=yAܟjd +j8-1wIOLDpsՓ9{dCO*2OJ +OjT^=m/ b^F]~3a !:DẐR'jx@{Cs~}9̦dQK2I -zy9&zZyLG;w$Cu^9{x83.H򻪙&ʌ>O e/Q1s#PwnԙCtN=!kOR˒3䑋 (eMs,$X ~CT%j>@s11h Vz%MeygALhfbb4+ +ຯ5x[<-7,]('vfLT fsY>;AYδ|YoP 7rF{Ό˨׆$':AτH0a EDȚfX0'daNm`3bKn$=r{k9hN/ Zz Z1ⷋ)9|dD'W\Nnze1XLl}s1mĎw UIzk2;ތAaA^Zsl*XD+`|3eS +fqdJħ|2/Xp 3KT֫?„#Dn4x!w}+p!x9p1)c.p0 U ڹpar/l lnA?&@DX?&'r`v|m ƙlӟާ$#"paAu/hg}PϦHPU%+ky.>!kX3=KDÂ?˙aQma^TsQh-fpkU\x{ ϑ5ds:D9ק0i}g=; +@{h{DkƄ{`^K5i9 w>{<283cWsg3ysLY0/P̾cdμeA1̗aul虰VfƄ͆Zg;w樒sj fZ,Cxoaa#F6w{vګ.c)'ڜ(􋑓 )˄F&,b+2!ؐYQН#.Ķ*LsEEa+ Ny~1EAx^.沎pl;%3:Į5qʾȉ~\fN\r}wwISYN~&^cB˅io0lGzx r!gzͣ?.uE$X|LŻ_RiyP17krl}A+A//:a,##*&hy;%S.ׄjR cA?屮W˃Ed 齂B̉/Hmx"j7F=jYQ+ysg$gȾ:ܨsdoyT큂kaQ]uT& ~Oz0t}=eA:.s}ȑeF5oѫc[W1J_;("fE\aZ !!݄=F ͑u^/2 -3Oh2S,.6&,(,PςuBP1smf=vY^C!vņ-4 +;c^b!zL*eȁȒwhP!'a'VgliwMdBWK(,`3&fŒzɅ]y]r#XNlOmwONA]LɊNbj $/ +op+,7,],?(Y7"=<@3'50fY7EY71lf9R2a úޣ3HݼA`^g_m&}_fb|{R+1*>7 .oPkvj =33 Y0:=Nx=3f3~"sg|JýޘeRsHg ;IқS`йY#%GY,hE$ +^AcfC11e2R_e֝⟹PÁnM/Y0w-m{9^ɌLc`2W%'5wxb˥mGfɗ\c"`Yae\`ƒLFΉ=b%LcC33=iJ_rѺ9~E~za{ ##vFArbR^dv8cZ0LJC,uC10`TGπQ''׌kpJqbX{Ww Yޠ3$'za zɀL`A7y1Uq9U‚^/,(5,=F ?„˳֬OHOF $Qħr<rB6li3)3 +yigaYf&|nn`\(kr /A0B,H 񠟅{X<(k+sLNχ#L)r2;X!( +Y&t1#u{DDp)y=ȩZ9 a{ gJ@ͅ6My@_O 35~,z8#2jLaA[L',Z~̜U%k͍f|8mڋ0|A̔&5`?0 @ӿ3Lg̉:oPfGz {^gB[e@s5ˋ2ٙʈG&Y$9fy?-*!Fl;dDiɇ-8R{H>\#;\ha|x"a-.\ZE5ln{b{TXhB˅ÍLQ#:9):_#ǬLd8a@ǏdBxpa+:-&+.V tW_-bF$A*?$dHCntWY{W犦׾D@ῠMAdD jw|97qx5m9PxZe G kd,XE^T){+OԳ*ήyO)_/4 rN7WjzfZGcx9#F=+F뿼O%=Ukb^aSȃk>Eo> 9.쫉&.acςx<A?kY!ok9E W+PuWqe>}`f{qf;vVD}If+]}_ZAǂ8{jOg>w%#jg)ue:w 21^z٘[{ $wzVs_L?9P))NFz~.SږyAπٞ M3fFk4{}^-Hff o0ΌɈ>1+w``/u>_ǂ̡lKTX 6~anE ̋yF]a N6ʘ39#=n8l?Lj{F\d"F>tI gJ-5 %-د5?w"ń  ;[Q#7vʎ ZR&I)<@AɊLW>dBh35[HA "3 +.W,=íeftr;%+ +'a.N:AӞZǽ'x3 5Kg( XÂxʀa&}c@LzpY&~w+v]‚*a@,rN,^61 f0љv^h]jѧkUO~WjIG)߇ػߟC~M| ǜY|3xeʱZij6"_ɀ^0z-xѶYЪf'\XhY3/%ȾZhf8033N|`;,h2{r e?slŃ&9Q]9icw:e1b %#zM O7..#.f b36\Hƴ).0_߁{0Lj6\͋z Q=Awlŀ_~ˉlu W`9f\,F>#/E}ly 8;T1tvȌ>86b~ׅW=Ejg־@0xS[^o(3;] dX +{ee >;^_<}fg?X0##A?L~^0z@jg'C??αS1CidFPHY/HO ܨ_i5*ƿGqdõ{Vq<&,zl4].Ikg|1=Yqrndy9#=O=|\O=3_. { +\VȨT +P߸.vF)˅ bSk8-.5v!vÈ;af؊ N.4gJ><hp1(r[ cB8ߕz36lƇTcfLXÇF^e58#x1 3ND <('k~;sU2!byPP}AA>2sdիn@oBuH=[6qdB8lk #3aD] C 4L~7O߸3=d/y\g;[g-E?y JX073xN3lFf%-$Y_L2:sC&yO͈Nl„qYf@̠N0 3Nރ=kX{1͘ F?sp i8_KdAilyѿ? F4u ܾVyP &a +Ԃru4cVYmsY,GbVEmi6sCZǃ)2jDa?'BY &Rl;mVu1TDŽsu˃+yP(A0@έ~Z1ٵ/L8y'Y‚3Vb7ќ[G"SsY"son8f̌;mO? ﯙ4KϊN|Ҩb˙gjk*P$KxO~y::29oP[c4Yun 2)5` 5!jly#0efyLDRkgs=3yﭞ@209YL]PI摫>w@oו /L P,{lIZ$' ?PWh3_(W_s0}:5:mS4P{m5 z_-9wzs>adB]&9R&^a3BzO2tbܗ#{0{|or`hfC4ߪg?d헃(=t2͈eCɅ|,k2؊_.'GV1w Wfns WHz?uĖI a.$po H#X.2#gGČ(X 9/ |~}efD$^YD͹9L;NaL0d0A IDBQ@$  (O=ӓGQ@D ㇦D͌F#^9unwL[nUݪ߻^{Yd"0\8gBӘ׸Og-<ؙgZ̕l9cF:as Iz%=?kkIGs3ǟkz_xmʵ@z gٙ9E@AX|*i`vNC;,6{y[?`ɂX##4SO]zZ9}:7PPu)b8F 4íɀ>0U|0~qyUO{U,Sg +FLQZd3=gdT-s8Yꋶϧ<8q^qBS ƅQ'6XxYvG ·g=^Qi#N՗U\տ3ScZtGP;+lh9ˢoXת)ADL֞?j|E__ۥ(}|(3ZO<}ɯ\hlH?gdB!xU3͇ Z +՛2M1 K|SLNZ f}ʧ3rrbD,s_X&mC]@;g5g͙߭,Xgzm=)5W6"Fow2,^ȻԦl[9&cB7iO]jʃEy2]-y2m{3BulzgW12kE:+}efhGt2hÁUk>_C-0gY#?,Ɂ۶\iD~Jlu4lxD|(Υ 4'ģpMSGćW{l8b^]g6M1.&jذd6f'F)aA>#yqN +#>' 4 ~YHϳ!_Y1Vxxqp"=‡ m`NhrksO4v^zGg0GR#2M5.{B/Ȭg52OkjS͕$zE/m|™^%=n:@s_Z{j=_#43F~Ē3=\Wޭ|FCc!0KquvDCפ2f&Uo(٦,}46~jPYfet?-VQJ U{$%ԟZ]ʶE?֮d}y0ʕ^IjA72CF)&_hE*9KnD:NL/SOiI$tʼK7K'-,Y:Ήms +rF9z9_p`U tl#sQ,X @UD X&},9:G^Bks9mGE(I42׳˷bC6 S <.̐H'GɂIW.۾Fn^4C|(ppH9|8ӌ8)ebNSKt<0kg?<2+\{Gć#g'c*#ΐNd2kXrt3lj>|+_džkm iNaWy ^g #/ Fl7vՓ]12?'+%iEƙxOm>X n FLs:bl>>,F=z.8<>L?tn,{>Ey_56= O0 "-کrKyUg0{2m?Kj|]_eSs1>Ou-yXC;u&\tGA2Z+Y[O-L<**8qL=tͤ'X!,"ȇ>ZhYܗy KMou&lĮyu}>f3lY|J/dIߧjtZ5>a<~*ޚk m)$6AAIR]^7H(B@&^ںʂ3SgϨKV鹜J=մ4[˲۷\1"C4$Q2ɺ{gWT$֋l.uTs2F ]̑:+ץMR +S^Mk+#ah#GnWc gX?zd=ֽňGĆ[3'N gj&!ދ:bYgZ"3gUhmM}IwF^`柙xph#^Fje{KM닜83j-w Ί5a "'eekoŅ&nVʂ6<ƤC ^hs2ܺmA},>i񂎃sn a}kƆ`*QܿnU;DҵJ(֥4Kjv G-2=5F΁ܜR9eZz~^|d9 [ BeǢn?1_# + asj4&,epqfJ}J~?q|'kz߯LJ q@ArFY0\[6V0b{W&g6N4 &O)5Ef3`ZfKZ/iSxdn{w0S-!X2 bȀYQ Xxpi䳲W7, +')(Fz3¡E ,x\8p7|8A6p{?Y=[b}ՁŐ8ƃ?{Q88田aǒΞD;XaN-{GX&wܧOhA<66 RN3b!( >Sj+'fE0]a4g9/2Ajۂׅo%Xo\mj\dBC oS.Smoꍵsa`1޲(oJ M<k"z[m}Q;h,k0} juS̲[2ܾ2n]u;y6ϵsytVмs@0E[YQ2Q;O2&|d^dKe9.ӷ64Wtf^%] xRjqYϞz f>QdF&L\8&rŠ`͵ +}٥ "UԪw L+,JմzHC:lA3#Ԟd[ܼ +hBeNuUl͉ɎAfj`Wf05]ƂȂFZ΅jLb%WTm`6XcSl|X 27XvN"͒ڸOYevxK]/Z P &/&~wJoNua_Hؐ|x Ɔ¸l._Zx\8a =/ lZ9=^rfp§O w.z޻a=KNܖ,813Cp$r&sqdegs؊ѕ> +ZȎgZ91ξO=|ꇿwT|xD(bMK)6GtDpa&qΫc56 "̆9mC<7 /:' xZc%ۖY]\f$GF4\Ѷۖ,LW_f9-`W4ChZ϶眸İʇD?Ҹ`Dm]qQ.,Qv<8ȂM_7( J>8"mRp+2k}])\ԖMe83ҕ=S˴AoZq8u=y4A DPE,g0ߒ|V eoxC63!y5B?VcBX\PyK9`Ao@: 36l^a*y1|Āj4qy8'Qp;z5ix١ hu?DƺLʇć2.;?E^P8pqEcáO2m Zp|<vz#;޵ɶp^}{wE;'][ϱug}{_|-"2kR ܿV`ɻ`;lػya7u&zMKC$lY0ateadm}l'zCK"d#𚢎DGQG<6i-p8hQ5#]ĜؼY0ֳBN̒snٻPVI?l뿰"vuCr&дEh=K۶}8y cłuMwT}yeں }mn"⹌o^8vuϸcM s {6S?0ncs4/+o콢}Gm-'s x^^4 +73s%i0 οiʬRGYfÚ&tNͮCj3S(*y-D۵+ĀK\wcK>aΒ.ΫW5j9ǹ8qr,goLQk-E2ϨWazjA/ea{6A9˭켺6믜^Òun=5$z̧m]s&$)ϩ3ep<U/#-MU,L 'Qv}ֹ̍Q2cn@`jL#v(y +eLQ!,|e ?BTJ^T6,+G .Xr` WyNw->s;c[eg~ӷYQ"%O؏91V[0`G} +8|2żyw'EV?bR0t +g >,Yhh8q:l8zbɈZ<ƪFck<-aǵO2 ޲%,u5o8/`䵡>uGƉ|_m=T4}m7Z m]-+j%kj f^MH݋jy7kmڌkɽ=>j]J^kglj3Up^n彄 +ω\}4&^rEyɟ= <6`N;RsoaĒ wL|׌#ifί }~{%uzIg漯slϔLPצ#xs^kI&T 4ۅn&\kjS`m^f)g(ɼre<3Wk<4yd>ʶ4S+ռ ͆lGhh%S֕+ڡa (٢)?Lwfy\ZL)=8V8Ez6]K}{ަߕg~n'֓\o0Ɛ}9GVƆFV3%jS!Ƚ 0c\r\= w/}j{3eA\cض_¶M뾕jsg!#N5o!N;=jNuq"tģ`]l+=ԉ;C=UYJ jgOPzU.YP_W` XYC7]aB  W͂(g,2GK6Lϗv`f!iv, 2JU-6~2z +3q!XTsdZc23J=OZhCZ2aʘ\Qu>^Wh9dJQlH+yp9`R慊/4{2Ӓ=|t;JYNΛ"dN s- tZ .ܯ8c.Y^Ї9 >aXg3͹`i1"΄ !nF9Yk̸xU ;gh +>ۼc_c8Ʀ/,0]/a>}JQ&h;'.90K}8 +d,\pFQ4p +ɶ$0Y"KQ/X*Xpڧ[ѴA˶iMoЙe}F%IΑKNU2U0Ϋ1%#tUfdI29 8T'+i{,6๞?~j +;!ǂ+뱲4 !oHYx!Xt"%t-c3'w{5+<ѩﶘ?y7ʃv5 JY^J̿Pb-;LP/PV~"=uڛz+9Գjh|{cYU>/c +s ~5oh,^-0?fiy ^[2eOYB|3S2GulWzf@腩n+0UԞr}>mWxR8??sWnۜ7z4_ƀ#Ʋs}579~<ןNň+hzOopd ȁZk1zc-zh\FOGxdQ yb .}V 8poagtۻQ{[[lGv8LD/x|}|;agm<~iuߴ}W~$j⸠n|؆[@^ԾWAOv133zRGFmߚ;95>C}g#.uIj͋‚aŊ~xH iwxD뮫?yw_y'GM4ˈZ-~Kw7wA-C} \d}LOv_ƌ:뷮[;4. ] mjb?PZu^;0{l+׷.Yn:/5)UG*zO<߲P3Mϑ6ƁC+.I,l\ӈs}ef{f'묅w8Pϱ_4AcprJy,ʇZ prcU[)c +2=r4ux8U{,QM"9t=(]^'^@ֳ;bKj#q?22´ePM<3SjͲEg.u|-Fڳt)5 Wv<5"3(3S߿ɫ|&eFMdF /ji6Yu@+a<~G`]j/@Qp-q+WƃR_>OX'^rd+ +fiuֻy~)gU7'l_p^B?Tuu90u? -G/ 5l0zKFmr.l+DɌ쉚ࢇ4?&.O,y'^aW L3x\>v|ر:rʋ(cX߆|6~5r&4p [^{*^G3/SwEmO2jܻ,wrel2S缲 qs1˚LlJZd V&Nll&.飫raO{D[|;>sW[~kp`34V"5qWty/h~IQ!رhf-_g :*g嶒y8 _1_:fzj}Cp] _#{nɩK=ѬVu;s$c8ڙdROOeB3R_(-Y?ٵ͔a.%fRfo6{PLLe>zTUO 0Z-ԟ2&Sr "3m^dF-~i<茗d4Y@p(ӁouWj}yG~Qꂸ&A*27s7Koi)Ӯiy4t.M3r;r?%%WM1˳ྒ;xgrR9BA+ȦoYeXʆƇZGȊKƇ]8MK +wL\bmK F4\py5 ˊ=vk,h,#m_I=zB'}G64Ȅ 7}X˱M ;sX"s [}ݶ|3;_Ȋ _u8[/:zOc1,8,dxmRs?lVfpnWCx,h^@AcHsϞxξS|wjXpC#Mau ?7h8:+ƃc&Ȋ?j~7}nN+w Y~& w6ަ|})r~~jZz1_ӊ;~se8aF0(Bx`O =a;B>+1艇ۗXÒdik"7Gkzd3M;1(}mk"8}y`L;1e3uny訷=G2Yp`d@X9+й!_)_ +M..`R<>~y>(fjj_6])Ssf2XT7{42sXBzk 6,~J|=ŵG'r r@/jyg kƃIn$'*&>,fg~K!lQm> vI񼅗uI+?ZhUk,,KF6 V~=-g:`SRΡ0,fglY +y4;*vZ}<>N5Cf%=X|:餾GJܗ{pzs~{lcX%֫lþϭJY!p遼h<ϳSM†m:j5>ccÞ']vzZ9Au|1ad[\WVk#Jض2c920܅aa'zAW}ǁ~qial}?יxn˶u}J0xex6=ګaMm0=וm?Cհ`dm?2 .<ZÃ3֯ L_oas~g9#OJ}aen*/̀d~`Ȥ y\2$r~?B8CY]qi3Cʶ #q`EEEMFk|ItLceF_|e>Rn,5P̲GS꽏fh?NY:ݘi›:<12aN8I~Ʉߛ%Ҽh|_~Tf%Uxp.=G3[k~WwGJ04>,)gwY j?qqD6w=5V +KfK/R܄Sv Y`Е 4CPVYtK{5E4 1`Z_smuE˲D|J|..B#TOrIg׺%*Wr=1a1_9ie6~6eOtmW7wS؍~Mu]0\oXvsg65f(lK}gЗp獤x;Z&ŅɉNLXr?ub8` 'p_Ya[3(j'6X ^ȁ +Ly1XO0cI64>v"쇳?(fXa[wۘVlˌv<㽟 cZm5}_M556đ2{׋,+]*?XLZj.z^84?<<=xjM?w +q:8KRWo{;0Q<8+8M? _S,mi{囼 /+Xg2FAz=S>mwST%{L|UT]Y껔?t20 +eCg,0[ڹ34s3%~RxCOZ|#.Qx+CFc S^ryfQӲ 2;(T;.J̸9Ƃ56LٜmxLSgɊydy_:_Md-'qYY-S+s2^FGۇS;ڟs_7,yȝS$91kJFٰ;!f>T+ܳ`)N<4=+xC#mxEWxகt*\}Q',ڠ1߆~.?/|5%$|I7v@$E庮R̸0 Yrg~ov>o~Jq.K-yۍ+>E+2Oq}3Wfc +_)*ͰXxrS=rVsN59uhnO.|5m_ +z$n~[.hro{Oļ;<3Z'Ff?,xݷN'͈d/Ys}`{w~HkâwR>!Z2{N K^&e6, +X*EnK N6\S2YKָcውǖh}k"\\g7>0̷&^D_jQ~y[֗1qtݡ[kTψ9 }`9pyovuq 6~B?2bĒXײy͸uF/ }Ip^ o5^Thv"EBgAFLZ~֜ HΈ8~<zk3Ya535>j31oѶE패۾Ou+U49rZv0d˾pU61kWrnZg\\e\äR̹zhǰ!fL K|Cu"%C% 5cTKH1ۏQA/gV86˾RBa4\+Bjv]әs*tv|xlBS, +a&7MWAºzͰ]Ɔ?Jr21Io': */̗fjW̻'yitv.N^eo}G]Αu +nXdV΅eM_zZȑBt]0,=C} w4ܹUaޕoMo{V/ܵƁ;~ɎAdر7thQ]9UxI 2Kt4Fn`+ QTuj\~4V(|kg7.Gc۱/'$z3p:_v)86^ٿf, mEB3ĜEd+(& z_\Xw}T{ODAo}N 甦OXcə\ؾk/`KN zhj+vn\| n9ﱶvh|^o73玹ό,֞;{k-~q߮/}F mȲm9mat;x[FzϳYemƗaȇw/xy8ys3;w59-v]^^|s _ev{-4/s{z1e5m#94[ݙxllh#Q<]OͳVsiݏ}=;OSa6+Yݑl:ދZVvcq.ebȌX"oذ#*g~T6VWǗ;z&s_ɯ̄cmZB93C*5߰GZr!sg+L2%ּx +&~V>u'O{G9G33kV5ˆY3]1{f]y,ef>e/Y)=|LJ3&IX摠oU-#x`ɒYNs'.']z2sydT*V?quKtGͱTgQtz2vlɑ8PfȁiNr!גݙ\Ms/&yh&enGS3f3k9u6K\5EaQ{9C걡:͵ȓNz!mW# :;¸zc_j{F?FV^w?tͨ=adzFV^FW}g1#/isENd_b +c֌Ē#~x,C 3Gz}͛Zo<y]5m/qxq?s//fwD<0ݬ!8G5rc9?o+׶<C~A1~?@ǯ75M !;&y;ʼn +uXfycM6 ߐ>=;gڙ:e# +\{v>#y^jW8wƬrR,BR tn|oL(J\mQ8ȋƌ/:eYOꙜ bDn,|[bZ[!4zKSZ\͠gNꚯg=BO2gB[2JnQafL~Tr#{9/F|v,zdqMDtp ӥ'MLE'ߒct3eqjK-ꙋFg~_Pf-nQA͐Ǯ<-#Qjz:"ixpv\YuZr =ڋ _?9?GLs >xK.w-~ό% K,)޵H2aML}{S[,lrv{BYޒs`į_(sɞԣ~a6'>/;Kg;;},j ]Ǡ9󩾘9-쒰<jR.lߩt +V&e\x냽?6pwKs`Ƅ7x{ּϘϸ/222>FܱcL4p×~#]gYc@:*DߠCd-KMvɇa?jvs_ǞRrscz,ܳ!qdeߔu߈Omm'{okw)7Yb=Kyl`O&~m>i5"n["Wb5KVvqba:0n~a \?B׾6䦧:oKҌo41X6y+:3y + <{n_ﰽ_nθ~gi-(&s}ya?>M.o}zFzLsqyIsϠ k X/WEqvT-y\ k}\ԩ,9G5ں䂼]й?rj2Mqi+{A#,J-p-ŏK'5P+}ƠW +G}\ϞYp CRꅚ9e2w,vVkI٣rZM?L~*}\ l-z^#U}owQOX|ȬP +7enΨ1GS_Bm~CwɳsɚʉmH9p6+œ]s#87k^p`9A?f:z mܨ9Qk1O f>k}R?.l9Y}GJ, +0%*>*?2r3>x]ggQWew|WسŽVYOFcE#zn΄c}3G0kaso/7(ɄENL'e辑>l؟粉Εد4 q9zx__|-yw:~[?Ca4~~՚NyR^+?bH<7:>NCAkGƅq_Dl3ke֗,=[^Z"FlZf53 #܇ȱ`@5?lg$ܔit͋z5ᭌbk:D~xw-ڬbˑ_إQkhP8:_7 7g&T ؒ}}%Qrd { 3vsG3SϽz~۲lBJև>r૥ ϊdÌE[$k{:G]'C֗o9g5f?gW=^}5鈓H2qa%&n~Cjf_uؚ["G6X5'u26b=7~}?ČfקB2_?K>a90-z`SN^a8i g63>9i8]ֆX80_OcH߭9lZ^z'&m*7{ JQc~^丳~A_@o%^H wiRyk=+^ךshm(ۗK`xnE4GfsN0"9FhcjKjh;Kc>D _eġϖij:%vTjaM_xΏ,;Ljŝ}pm'[uEʆBtA4e߸^l:Y𐖹3͌ˎsI,gbj?ac'3]9E90I7,+oSX|sxI_Nf5vNbd%ɂ]mvtW\k)vᢤ r=<ʜfXZq՘OǕa>S ޴hgTY:Dߏx)x=t72`@|:{Og=~cYk%K&&>b_{/)>moȬ)/J}m>mܨc0o_[/gų/+ :v?jo)ELs8sQu)y%gc}bǚ%~O@U뛄+I><&]0b~eCשeOGh37 ܽ%3W_肫EߨyEEvpçOri>v^F؍ɏ|i53 <ܖz9>O²]\bA-GƇ ̙+5_<'%x77ڹ,snc=?㸯),ۗ vZ>597g8^p]^Hi712'ыi{v7$*as7 GķnUOQNk͊35#QD8pۆo[q-rӓC.tE +ޫp:5q|>ψ9(B7ӟr3Vl(%oM܏_vmAgqe{j\&Ǡϙkk\NjƇY|玷'mX|#8„54>3+;2ȈZf͹N0gHӹi-F3GEΦpm0e@,\FɲTij`mK C=oC nmTn-m8 Zb,VƊ3_j|v>WxΪƦά(VyV+/ⵄEf+z# \ڬr4BB#qa +5wF0k[Z*RKLHZ-},Fs/~;.ۤ/}#o~@-E8&!_'32c.-Aiq|zBy,ߋs΅U2a<+Dz՞²GOHYhFO/sKTk'ѕt}Y~<2{IZ=g4ÐzqnGFL )W>OY:rvd^@αnL}ā⤟~d4{9mon#b}ꏦ(nq);ny$5wbgF_}m&#v8  #y7 hxbg7=}6L2G]pʦk>)k\H&7Ш-/[iy`Ahddx9LT/(jZWͧpL>P RtD9o.m'αo1$U.չtV|9KeLўh |xΞ%=[Lx 7.Jۉe6kڪ]{w}~^E2a\G(և-- +|> ]g E()Pg=wqpo~j~ +>rdɔ2k9Fw-t=tX|N'}_A߫cNTS3W +`QƄn肉 +5`:vhZ27ɹ<90?g#Z zܠo/za-a[ϛ%Q .:)g-c4+.eoc^w5$cZ+;N^VYmKߓY"sjS >ZqI m!A2 x^Q@'w͔\șgIph?vʃ3 LX*Z|^T#Ya*ӺU+fk*KNOesj7[9^'[awǦ:iE]M;d%6G2TYJddRfz(YV.YnMSdԼ29<}%ϧ5[%S}'[uޜߌʾ~1%)/9oKJ(L=И+.\`iF9DjBO5~Wnv2W*Os9˚^fqֲA-K`@UC|AB3_qqXT۴c٠>;"e"FS4y>h e9q= D2>:. WKUECZ pc `q?2a0_X~+^<=xy7MQ|sb@seѽm;V71឵ +}R~\pd L5{[I_i4jyҘ Y$ZaY475_I-:͎>7PC~ 0노Vks/\޽9=T?ӺOا|MGZ|mzOzak 9#xPOghS81z9>q2)we#AcBf,\_YaEd@ˈKN {PXBD#F}i F{EZpʳþUo{X?l +CaȘA/Od0ɿO2`‰^xwYGm0iBl-Ok+3k.TTV8/s466>4_59aʺfs4>;kN"g%b|Ro{2/ĵC]jk3 cN3c/|-V1 +(^t \GFML ?φIy ~ Ҍ,7we?Kzh5lcîY>G6=egJIM{Fehb6G4_ʒa\O3He`,;fj| gm)x~x5ԙi19NgM635k%WjUdtvra:,f_:#v5-2\pb=+^hPgy|e/f\cYKv˟hcL u<! zn(xӖ RϋLA6gC fz&ӗ9woV̈́Sa+s0t, 8 aATA0aS áSpUƃoV1_vcA6UotڋM#6h<\_3h3%4-?߷%[ B'䌉.(Pref h6 Ȓ͙HQerT6.eԼ%r43>(҃"\ {n}6`$>,1Axyl?Ӵ]xPgfĀ ڬFI,}#+d^=\EgNCՌMs>m̴d9[3 5C&q}m2dCƖ9;y5a9G kVsz$9r-EyI.mt:pCaԢf9:Vm+Qhb"GzUk\HfT4-`d>06?~YgacNe"!^BH 0i!XQ?zD|o N io!3&t><Ɖyٚ"/л{2#'N<%sSowr)ԜϷrP%_%H\v}EaJK9gMSmsʼl[ɅMj93GYot8~hS};:pϷ:p5L5ƃ +\5Brad@ |Qܹ2n[9S@3H,Kw<.:SjL/Yik 57urC'T&f\(qd3R+p isgOX O8qtޫ;lCL;rdYmc=[4LhI&tF%3Q7s͉ą(/ohdm B +_V>dʒ5ҡ_ Vɒ/4eufjL҂u=ܗ|C+}_=N1¨%;3~,9W‚W?[;za%N70M3Lhe>:CfД7YgTz%yz[5AaA+S-.s7%-tߐK='( AY0fuwg~lr:τтG?X|]+nKH)rC1̩W̫z`(|Nd`w73L<;5)N>i3bɃI\/8} 8&̉'8 >a'ǺF8pϊ3; +޹s[55h+p$&4}0j(D E ȃȒ!  ̞gΟHLQ 3.C oH!6I$\1a–*L A̵Nڠ>JKfJOqE[e²_R0=/gu8&pf^UݧE{FȞs$ + +gfiUu#wD 08b@$Q SE$ ]S9Wu`wn׵^ާNy?߽szSu\[l{wĶ˷3҉Km\r;stŘ_j5;gug>{[ns3?-K=v< k;:gsm?gt5{=s\{ʙ6w_ڝ>sFlwbSweS͈\Ƿ~X']ҝ>䡋~;u#Ƀtpwr-=8]cQCwǎY\wu;lqr[ߝKaqӏN]-_nu>[gr/wU3}h҅8w/];O>ڎw;?Ѧ/O>?N^}|/ʵ<?KO_䧟XosSm,8.ӏ}^;9>^%u[_]]9MN^Wl;Xfmmy=zv{}><̱#N$pLGSG?oߖ>>ovv~k3?CT"??]Vž>F=w}^F\}t|~ }y'G>fsڵ{owfﻻ{Uř}̮o>7kOsCqr ΉuXfZ=x<ᱪkcrF؎9z^nEr]3>`WMg}gc|q}eݙwij!ln]G6Z|σ0}quS>8W}38$Z`0S +3K=g"w˘ Ԍ`>;|% _{x0YHI9e{829~c0!-\>f|N=% V~,orD;OV†ʷ༸g,{( xY,ϯӢʼn\7ʘT*xLn";_ Mug^b<}wʁ{6<`Yp kf{I6Nduk|vdAP>B `k':+Z QP@>cNh<]zM5'.'ǝ:rnm9 K&"uB}W;⽴gQ'2pD$ vco>f ̿,1˩tM L#;uɟ't\LsT47_r.q*4mϳeu֢#}SlcCOsΖAs30\̗!LS+<#QD[Mv=Ͽ<>#y*Z6h,5\:0WSXF] ;azYc~^~k"2\W>6c?!0-<dhgƷ` +0r6)E2-Yl +gk3 _i=a;7_MS pPӋõ=i&3&3}ǰc˼-#H<}5c(8qOG^xz(f|K + (,X‚KH'{+ֆ낮w(& X _ OtEZ$}V}ʁs`h\잋Gmo͂ +Mϟxy jʀƊejF+vcNTUߨә=ڠ|AG4֗y Wj6T ],0ky`n0q`wm{y=m{p r<q.sahr=dBlvwJV#h0P$O*뵂텧[6M*%6}Okπ,~; v n׶>x㗷yDM<3M#iM'q9^0!xQ胫{jL|FK@#\9~}o<+G>\r`BrґG0 +WQ}!9 7ȅʆsTkzGG \qPic9ڠ=~ 2üpC>G0)ߵE +jqH)=a۬g:] u_N^ ur8qiN{`@|l,.P$f6 >.~:#xg=*݀n$ a,!!yИ:U-B #):vg.<0"CcO#J'~=|٦g2Ȉ`HFHn\A=0PmlvxِL?unVОOz oM,k,NƝ7V4*cjuqkI$C!$7F~RM߷W+[enec O2{H+$/0dr`G[-,xM~W)~/J̗OBN;{ sӟKwtm>?3E<w?< r`h89 ُ\AOh+ Qt(oezy^mΈ x{}9ȄA ,{zmp="[<ȅƆE6XXov_Wiyy1yFggLq5 ;^{F;_ݭ)Q| wVL1ƅ !CjLxµRƈt=& 6…oJSl1!ޝ56w>>xĦ}9ϣT{>e(ݳ\Q1;Zfq>Z>;rꂪefgȬ1깔5<~].<:3 e` +e 7QIsLa /NsȄ +\B؈q8=+uj{QX<-L'XrPr|?g;˧yzv=ǧےq-ǤSuqَ|G -r1 \Q-qp }32b0.+d,Ix]ԑڏ}gTWs0vg&9^QUH֣X=ɀ/ZQ9|Ss$ϴ=pb^HA&~w"SjQ#C+62Ҹ/XqɃ2_P5@Լ5֗!Y ԗXggG~D`E z`AY=j~PpǛxv_Xmz\w?} @Z.3`ŁEDzW^u?#Ok}1^K;cA{ ׋sG{ qQZbVlNm[.QK{'<ϨyE?VG&ZV_'˲-na΅+ՙqτsE'S4kVgk̀ s. ;^i!x7ꎖ^H.$|_xJC/< c? huEv xE+T6p)^Ҭ*ﰡXze 8Ƃ p#|{ݳ^Pp{ӂz=G ߩGFԚ͞ n|U}Qr=yI[k{tv]Or;/ BijJ~تL"6ڝY/ Ox0xu@[g2F] ̄|:)Y4o@AsPEjuV=`,?jy-Ϝs ɀ'F{`?/_z1YQ˂uc4׏ڟ%XC"?3E=2kɜd`~4n}Zh`?qaó,4?Tjub="U0SN sjlYo- +i *NlC4V]P7ݹnZ#܊z2*s\x> ݿon я0lφ 8晧v7=ôwgwP@#¢{{!%ךԛ3=>gBzMyGɆ)C^tN F, F0b:Qc3Úle.ԛgzLmΑ8p=h W]5wR]Aϐ7¢-X͟ݹ<˙{' +M1~&~1Q[ue7TxP5V_A2Y˵˘rRkzӡGG[uGM07Q|9g>AAԾ +vE?lSnuOkd?rU-Wb0g wucۡnZJ|A>l*n3Fl0qLY.JfuZw#N~ OVﻪ냬'539iVΤ9`֢Qdhг[XOYT+L8`A ?Kͩ# 6e?h ͛ }|GO6 J#~5^^'^6G'׋'GPk|Ajʂi9wW0^~G!_ŀ &glFNc~֐q D@E] B4eVLJKf ?p]O|Qos`8r}H̃->TFM:OOF4+;fɅ86oKK GD; B6gk3aK3 כVX>4B|`B(GaG #EBnAA2asdD/ Os="‡-r?3Ά`œ +̍Fx:߹}ʣq<οP.n=r.XQueҗkD菍|_Ui g1 M7Y:aF@&>.,ѥ{ߨEj;Q<} T+lF"޿g )oIa>gOB+bɎȣvdJs&G%)˵x.3#֙U|z=1etcaQw>9G~7xj;{(I3Tvh\Oݿz( *HF&ͮky%kR Vi'jN^'PWTw$΅%.QWPYȋRWZ#k^*ðτ] PejQg~tg^CTcA/@e즽 \}Z%jǨn9p~q=`G>TE;<8:&Xžw, x0GzW=*{Hh$X3ǰ/Z%gQSRaǵg>/k( h~Pp &zdD.X_OԜ r`?0}x gE$n<8Ƈ3ZFQATbDlpumޗ"iæѫkXх~d$ɷ o'3[ժa2 |Cz<\F8>u7TNR ' Ù)kwhՕ\==)16GˡQZ;2J$hsٴvr@7JM1yrxG ={$?XIEKod7>bz׸(ʺ\|O+y!ĜW,qή>9VZS3x6\? r`NÆF 64Okh?w>۪C2l^c=yo>^]~\Z+0 "̻7׳/멞OzgA__ʴһA@+h9OS'X}W*( 8pg=Ʉ' T+V=!df˜r6h~>DeB^-L֊[È-V~[g̅ʄ XBm1 !e9pʵ΄΃onh߶tφ[c/?yOh= _{B;ͽotߛ-lu{1/2_a}%VN\RXdB֖iH׋l i +W;e[ͅd[5{/%=&3ϢTK SFc1L*ύeiյ姤gC <~-ipZQ,kMۏAMɄ<2/N<2 +w`]^82Xg:3}Àsltw|)!7b/G u,/LH=o\/TSM5:gQjն%NӖ; яgAЙOk +c3SgRky>ՏYidJ,oSMVoRMɕ΄GJ=ry-*71xQGK{=ԬπݧIxEXU'27u/re뱗9Pggvg^T4ހ˪\<|̣7r<ű{&ǬrPkڠ* *]ZֈJ_8Zp{=cD_??@C ~Ou (X^31uA*&=@_? KPuA*,g~ yhs0 C9c9kڍԎfo#NNd^"5\Fyp*"X:y:!c jPφ&z^'Dl2+=n{`σSâ`Cr!4Ch_}+Ɤi>ЭMzOCs{P62@@ \5H~>a++iZuFY +͐a~R^Bgv6Pk0ߊ#z7;B{&AH}Hk_BmLQ2ـtx-د[Nt-dZEȺ:>WM8PڏN +{`E,'C<.il`OX47/ԋQ$#Gf)}ל hg,ʀ#dP]\*O4Ad~ #yOݓ: <r:ߠg~Pc?|Qۅȼ?Fp+,@3o*OS]-S<[ˁ-h[z&k?UNʱ2rug,XXLgu6hޞo5Ch-> nNݳL +mrmD=h? 4ADD%>Gokqjc\C+* R?T)ѬDž`BHKSkX?>j0/t#pHmU=%O9yuUJZ*Z+CqdgUOAgVEu߷ؐӶkTQ?2!N/j,ЪƨYg=֨AD"ON߃HFS(+פZLb>E2 =dGrL)zil;zMRkG#%6(]>GA T]:d|^7yB鋤~-l`*YgZtPM%վ .S 2rdoA^.ޏդ3zsUp]'Q ! #{pQ'> 굨4Ky.$GǶW|pqӜ7Ps먫}΁x?ZTNX z~ʉʁA,̧:&Zp] Bz1;+?󠭗2G1` 1o#q,;^,K/闓+7HM4WugLT7Լ51`urM Tu`~I1sƆrOBx-)u_ihp1pZa4.xj񼉗ĩ_h`@A:eKzBV uAylKthpY3#޵,Uu]l[Ga弬M~|gxG]+=ɉ]ck.@h +Gi]Is Zsd'ඍ +3j} Nyt|E\QsӼ: dJvV94isj^o =E']?"> ys ]e4nPo4ZΗNráx6#A )90X + F jd-|cua*?`BW'FyKK YWzU7St4zlQFCc۫%26x2~oḻXxpJܻ@/uQ_/jYke7goLyG7]a-3龸\YilWl1& 8+>hhX2K2 EAcFgK2\ƘP7j>|H6dUqޞG\Ul/'~C`}c5ReGTvLeL%hѣsZs( 4/W ]Niq"Ybkyw!ؓܤĀi].Wj{s9 [k =jh _٣<='ޠ^6uA> ySZf;kF$(il>S}s鹾&zKɀ?S ڠ CTi+~QhHzG:*Gfm$?oPHTkUOXt=/$ze}j~Y1 TIG{a# ε8>,wz:x.!ӘNܧ&k__ JO /\ܔ9 #*mkX'VGSMܓB-TMpuB2BM[Pf .|Ʌʂth -<6$mr]O=ufysqz|Xq6F NL<8u7gև<:{]p\X1} {Dw?x:W z=]\od!փ z3кLWScf9m M wtkxXI*oηo2+sχ&>MrRӞ +ddZ't5n'r[// ُP},,yA +:ju@&kߜ[\A!'=1fT)9zڵ]l4fNfN{8}LP No%}uϻoQ-C}}Qݗw>wk>ܭq|zg*GCmM;g'\~΅6VU/F8a!uLKjӁ)i4tyZb3/Kr#roC0b>ϳ mo{-HOTyeNukE&߅UOoJcɮL5Pޘqtqʬem >)TjɾWlCcykoOՇ9„6/EϜF[s¢_xDkkb2/ Y$xIlC^^`y:x,淋&q~\8.蜤54clhHzax&[<\lhIo]}8] X3X +&LC;x<_.NpPwDΗ-,uN/cv٭'̃7OBL59GYV%q;K6Vϧt(8^+og'N+31m!{2yoL k-g#F#Ȁ[=>eA:1$+56wl"ԃ < s.4W>ޫ~ eDФ B4llSX2kVꂜBgz➲/yn`R@;_S7{ga±p\s†ۋ8=E 8꾰u{g]x JoЛ[; ~^)㘵+>ݭ^vi2ju^hL(,Y{/xj^Vzd(aĕ˶lXtMAb€V#Njdke%3#6sneMt0թSguyX;vzѓN{mK D34Jֽp#YMYD-˙E_{5C< zԃɽ KChKWGS=u%1 d8F]ŻqdZ[xJg+ž ar6\o+^к-*?Z,ƒd|.\s!7ھ΍esZ_0SVQ:9sƷ|a̽NIoUR3rTU^ &hdf&F5ţIc;>O{1~\T&׻X0yFvr᳔egN|Ҧ E8L=~f0Pi3n[C&ӺZ9u̹}' -ϙ.}ҭyZ'&?;޳ݷ<zDshm|.vAoK^eZuAϙH4Wus_὿E?|~]{teH~^Qj~~2#^XvkZBrgBLxG΃2CtAO55t!ƖBk!o${q{C3b.B7s=68@݃ч8ȱ։D뷄T,l 82 :r笑CHivLpŢOB⨁f&c/3~ k~Pi~{i~KgKF쬷!Y{AiBah#zYT& <@eɔU{3?cu?Z.9OQ4sxD7ʂ%^=^G짵;#/-cx+ j[un,߯~*R dPqR3&Ν==ﺅmUdfF8&-ŋ:JLǯFu ,1k%~aWw>r~?< ,\vn =.'+fXܞqwj,CX nr4́ʃ6m^9Be¦fz05B¦G6tf'>aL藨z#{TY4 :"g [xxnyk-|g0wA=ĆcX.߹xoX':_NL)y:nOA[$_4{A_2kDo *K/PΪ9ގyNTFqU6<3{貊K0 s1?#3ڀIcs5mã5s?Ja-}(5{`A`Sh/GjԆ!0=r Z +h`ԗ5Y\ =z!끲N +sh];Gbg%{GNN+:8)ETVdaɺ`>y ɂXoaRl6ncZ5:o'J}L^cp|/xLTWyu{0 +~M‘: =+n>jy‚7."IɖKo=ę}?v,q~>tz#} /{^)Hxf|*V/iyɓ9&z;44A Q]눮.Rdd}0ňXՅρ'1EO9s-K,HvMՙ.j8ƴ }}7dظ΂C#Gxv눅gUxh\8Wb7.>7[|}瓺}v'Z$ 9hwnmXp}m3$𾎰^WdG nbtG׍=7)dW~,Ħ',R1k]CskqlK16ger c.\7 ϡ V~QjŨױ>9hMwhR+ qF,jx JX};}]b8&P3;߱_l_F$Y0kks }Ge=c-NobK=xn֠=yl0k:>- [zSh}P Ug^ ޒsGRu=jMO!YSki=*+^ݼOޠ:x wf6 2b||:rm=4ƑX =1z\WziNS>H@1S $ ٜ6ȁ799G4PkMք+ ]P>8At sv]<=B߄ >^DqAgZc\8w$#f>fQ2}ݿg?8pecQE|lw3W^2fxW.#n3pw~{h>ۺVX p +.hTbg\-Bj^{Ô-x͟G/W }+8=++MhR퍨RZ5F3zX._+w/xg3GFosIe1.#j8j>ۘ1\9GrWOR}#Cl|VqϗǘQ1*Ti Z$=*Gg`Na1Z𛳛꣙\i5DE ^3Z\K9^UmF;R?R'C;~+7h&R*zFޖk2E{=yoVZ0:Eu50 ޟpZG2~#wAٖa^ѺxR>3cӺh~K^HWiȩ :wUhͬm2OA*v.-(?d0YxJϡ%?b_ײWFjbԼ[lr 0]pafʶs#`+M7Жy *ǥ=zc?jƋ~:m,QR]Gi}?j6Q^ ~"|`0O!5>a=B暝r鵝/rƀmd/TR$&yssr|T{S4ݫ ZiwΝƂe.g<[5c^QgX2zC5uDzʵ~'t; +E.=n/+jF,1%Oz./^=cƃ~ZOn* c>O.k69RT[l8#m`T s-0EfLh5S$J]R3s>4y^}#X::=X2l?Oaf>UC~R4"srbUVzFW9c}0`,o=DӦ:~ Q'Չ끰Ozwz5͸دӮMO~fI״Hٖ76Z=+mt=kj=sίX?:?MkvVZ+}c{rzɹ^^KW3/jw=Ȏ9]4@8sezSi15DɃthλzG +;-|1ʡ?-y-U=[b灿˲Y/)Dz-؍u_f~,>0=%PG߶@n-}m/>}y9vϜz0?ٿ|UW"`a^lߤG0m+ta:WKSpT|$10hx8Ozat1V?/<+Y+ݬ`3Cfފ6=2z;Mϔ7ИFje>$^%r!zR&q)st}M{3ao-47{`o%1SҪKw O592zN_x@U_=.'?!|,XN.;ǥ>A% 9oy R`=0 ?]8{U_2 2o Vx yg5;gָ <ݑu_J~>Oj~urVb[,|U\(AoZEk1ޭu[*^_h LPsXcSE9:21/?*xO=Mp1?Y>>}8PC;2-wC.[V+5Zw%*Äzkaw?}垏?e@#5@jV>ăQI.Lkour,FղHM˘Qy3nE[ƁG& wX9:'}oݘʍqSiUlxPgR[$ǡ^,g+R|Nu؎g97$=+Iͭ Zۙ?JQC#{tBxFהydBE/3]4|Y:~'sMu\ؗC&y7~;<0?HB2j٨[)cxgu7Y;Sr#W2+d_7Z!'A$<tS?G>+n93O>x(u;7dYBSLYɮ ܦs\\X9iKӅf_di0cXVѷm#T[~jٶ/%Asr?V^vG=P{U ῱NkmEgò)3tјޛ &sRcDŽSzi_wRc6 gC};Bhv`Jx=N5H_+ iד/AhvڢCȐT < ݯL7T9{G/@Zqy,qnGYeЗZ:&g +6Ƽ'7%/jz{#e|O myu?9N 6Mh!D ^`t̅]x+^3w03kVx2qϨ`F>Mr݂[_*$G +QnZS%_3QY1X:{gUdMs$'$CS/$٧N:;SSkf{SmPJ?}qc:`XЗ75ys;U}:/uDs^Q~6k{/0IW5uo%%{k<_񿙜#pי,ON+ CohS*Q2seAukyj`gY"b!Cq}em\yT 6-lSIqͼ[~~4< .4V_Э̼K(&XmNmJĵz/u颺:Au13 s{ tH>8ZߓڟXQB$|3>-|k2x ?>K{#Xc? 6?#AD~3-'uD c60"x>J| ^^Yq{od<}N\o "=R[be=z."sLj?xE]Z`U7--ł\5#ǘй6Pk?4CB+&L`wj -P5AaA~s֋v@|ׁȄ 6_c p$2cAz_v\ۡIOj0֨5Ls`DPf**xvl{;Tz{b56N#G|ּ7TtBO*] YpJa)Z=Y-/Sڙ/ZO{i YpߑMr`BFϣ5y TS̚hU9R-Oj}U])0lb skz@ʜu}Yk!wygzLYHQڿ+ԖV=8#ϓ[hY#jsj%dAcYd'7t·K2C2B m+}1`?3ɼsdS' +ke$ҟmt{'u|}ڛE4E2'Z(z4K +~2b_;zz6(:!ytA%>}va+;1ߥm߄)ΛNޱ͜#]%A3黺Q8jyńK`v ׋<]>}^ .@<0Ꮦ?^Ɵ+ xD9xqmn8.-Oygw..C˃ &<8n G4C2gͽ'D#Ta<pI]{WB[D?T9Mgڹ`>IPG$Q7>QHs"/}mOL:i̽c_*^z/"k:DU_%J*"[Sg̱Y٬esI=Cs _h;96g?rIxג_4_^{$k"f wQKklp ?{/nQtd*ߊ4wIUsao>{X+r0u>h oQAֳ s c}uZ3E-,4: }g_P +O/\s\;0x3X]'X̙#߅tFF`>N;46cVz zm9жz`?8*Ȇy?eWql#:Jk +˫m 8 +VI&45CoSepQ>kՠ\=CseƋez;+]Lj;{<,b0B%xw޵+>AZY_|cylc&M#@Vh}0|-lZ U>Xbwa;C3ߎ߭S~Qp=m, +.ܷle|x9Σ/}r\j_k\fG4~[SKV@c]+4hK/̹B;߂Q+JX'!S(jĄSɆUߎzMp:sq\,sam}3iΡjgh)䨦d!'V<>{Ƨz5d?7T^hf@F 9Q 8l%wuwj`">J#_}iQVY̙XoD_]7{|U=_ZG嬡5+?z; +f/z9EpvN+G2k䔬on _><ȿ*s5a&^5ȱKҦ/՗ǿ 7 \& ϨcO8gg+OُI|ZeC|?mt-і\^gK={I&\Bt׾ dKkTԼ7c3a-G3<:gƨNQMuytө2| /M^9<5cP[VlY6:E_9puG#3Xu )\oԼ-:`9j~ Ƕs-\-*t=z@ٻ=/B`Fڢ8i-[~ń|A[{ׂyY2ƥ)H2C3Ɠxk'i2 7Lpύc$-?zqšD0kvnzq,p! g,waˆtf/1W| }c;{B3ō:?QנoȐ ]R92z!j1;jM'1>yT^ӑߏf7Bxmצߚl%ӀsmfE{̏ݓskj[3 6׮zʆv_'_iQSO:z=juX˪p :emX˪mi [aqDSW.$n>sN:onr<궧~{f6:U+nVXbul +.3]I|ki|$U3O&yu<ӁAF88V-sv.4<{߽O_/jw>7Au;HZCzu36`ZL +^}-2=ٴ􊞽Cq..U|E]bWv]o2;`Yw~>,̸$ #gbc8uXTЯÄm|MqΌYԙ\ +ʅVC5J'LDo!tBeg#E/,ڻAt,O^+/dA[S+$}qQJΊQTEY|隤-=MhNmf́ڛZGl+OhtߧrzC>үShwQ/S}^uwL;:ľu&jeLZ'*3V?jTM9}^~u>z9n61x]*Ry3NĞ9~!VZoy|=<?iSZ4"Y:|92$n']+6Sm71^0t8TףWq(yN7\cTF#e#=[4 upqհceiޯ+#a ki\} '&Ogueƪ864A-GDboa6.=Ecd4ރwlH>ipbh>ee~|.ZYOJ<0ow7|kwv7Pu_8n{6fkw Rpa67ƆcJ\f pCU!IH< 3j%0mx;YI>D Ǔ91lC1sX'9/ީWs&u+%K2L=eJ ftҸ#PjFOԏӑ#(ZaO% ui y?0y/A\W<96sG*LHt "{?wJ;zDӤ4/aɻmzUG}vm̖<77ž{rf |-y?9ԅTzj%f.g$s#]2\3fR9{ sM_|Eï]Cϙm=Cq քbdom'zj'ws/Rն?h-ƃ;>=\~|^o7m'},ǎLp?#-s<V^_iS^Qs񵼔U4;a7r[gˆeXp!]:"kSΪb]߅s{nvփ0&z6zս}_xއ +[[7DXv+9g^E- A2̤ xϯŀ/+羽ڣW,[d,D&l j cBpǮMqWmz~*z] +?ߎ_- ehڮgv_:ConRF#j +?iZgRY0i2!nC:SozH U+\Ȝj',Wb;ܦ&>;N>|GGp#m+*h~c+RAf!snƘPZ5.F.ڨ/L<=:V3j~/5\S +U_HmX`:zAsޞqD0%9,hqmNɺ~9?p[OO٣:|aƼ=E[#Ȑ4Kw7"Cc50!J[<;ygj-vjY 뤲ץGƇd)Uc=Bm{Ud/T'nkGGVxi7i}BulZLb8|rw( y[C-~k{ + f7}=]k 9ڿ;΋ !c:!k@#ÉnrZ9{ӋZ- +7Uj߄v&go=ۈvg +!v߽gD5EcAw0!o hR%L#vqY/ C 6م@F uYaZ9G1!0_o/ꅃ1 xdB>]~/!I;de!XP4gznZ'#(| rkɼt^=1FN&yMz_cMHxO5Q~Ilj$F#s!dN0v_+-[uΔYդnH + f.|\}C?d hu-f >u\g0k -0j<Ԏ 8PA1ϗ,y5׷s{,&h^Ϫ o/zA͠Ղ~S:r|Ȼ<:-8|`OnsπVd-F[j-PUN?K<;['-]ٷ_<.6zvE>󑹖ӫz*:jjOd,Sk̂z{@T0 k̀+ꁶ YvϷO.sRm:'<=#t.2M:ӿ<cr?sw{?hyxOn]{ \=g)X~.Xb}˺_oxx ]xXC[7`aAxDp-l] <8ƅY7ccᱚ\N>hcf}U˜#$4BիS;Iғ0FN#.HSʿz8+}xg%S]Tku}\B͡ %[^f>OZO5ճ!}nu˴8&.|EgBBukZzq#1N9#HnZU&pa)._Vp%{T}T:!/ 97?]#*`lӨÕj;ٳK=> ._ͬ~SͫG4~_(S}W y`Si F˾6ѵXu?:H{zs"UmzF];ϑjx>ulGOÖ36gzݦX>r継-An_ئŃC5M_4<1Cϔ hF(>Αitd>ϛ'6pqagI>v#d5G@n  ֓}tQ[,>ʕƪ/-xg\PxѢ.}& Gbdd>u:vl?゚*#v=?޿龼ݗ;zu7+q}o.tab]7>?dbybē)?qדӬ9eQxQЎ[8#D C_N&yv/|E0P=OjqNs 5C3cx/KuR#wOeH~iyާq2z}M},V,<ͣI/w@g|A7{Nڀ2 + SN𒙟LAkZ#==Y=hAM +;QsS&H{}W5nrXHTܙйz%5y(5R. =ķdYbۤ23ׅ?)5!zcި4hR/t}7Z`ۗP{sNz[5ԝQx_'17^pv~2Ƈ3y=;co_t2}uHm{0ԏQMٖcXm3d߸~oj9tB6jw_GڛݶU~FHFedTU*VJ#H/"(AE)-l{o==ݽvs9=߽^{Ys> w:Ge(g וČٿ羸3G惗S\e.$qYf1mbB=*||f{_du^gx?} x.+-Q:bPDsX콚|hރCɃg?Z2<|(>|S;?O`[owSxT=raN3j믠']<^ܸ9B[b󑿮hfϠ0V1K&ĔXYC1ntr1}]ǯ;l[ZKG7>Һ$?@y/OD/t?Y2ͅ1*| +m!~rq6;'5-笌YQ JU5dx^[y=7!,{.9%( 0=ul_X%U};w̆Lj!1]Ms̍{kPw@o|csc<>4{I57EȠs%CubFyJG6ֿjnFx=9O^OrW3-?fލ C8W&s?u^eFZOBo=I{C'Ď;c_:J><ghz}yz8;\<_d~`]=rƃ+Ph~=u@g>g+xvB83%6Oo* WnⳁFf~At«;+o|xu+:[oĺ*lOLv}owru8˶=%m;s te_i1!4>uv,]͹zσ .7$ԬԬaYy|؃ +^TJJ+':Gt.4guC#컿,-p̃K}.|MFC^;i;g}gK7F&<}m;'nD6OkH/v )vLkzOq.1%5Jx[[eo>1w:\FSԺcf7}CVޗz{z|-{y^׮W63G-޳wӼ(=9֤F=0u-1|S넃g~*Uyw܊FMO&<4Bga37~8gaX7qTcsk-Wf9ffuXcMnf2]W2#zfc\()rh` :1\ure 3qu-fgӹoc8ߴ̹Xon{hCň̑_ Ֆ L6KFG;_x|˺2 n~Ăچۛ;^:=Vlg+xjs˗Ljњ"1 Yfƽ-B+S+$_1^8$y_NjW~?A4e2+ř(ec|x(̖}&5ܻ'ҙ*+,Q[y|ޚKkam<Ȋ`;33MW~Wtc8.OV9|hN!x_jm'<# v9mVՋ'}ϳOQp?Ix*o6&DœyW> ?z G<@,de۷V G.&=3z`qLaB֖ޞ83ssO]<Ʌ^bU劆Wz\xG%&e>9GE?%^ }zqZ,#֥/V3uz񹝱s2P:b,Ms\KsUg1PSG~@`~\6|Ms&yC^2y7d;9+gG8ܬjJOtcZʪd,=̊C2hO&Pq?fGԗ˜[6(w+6c#+B9?}}Rۄfk5Dg8GufVo'+&/V"9}Yi͐- 2<_U>hΏz̐= Q^+,g[ynheϷ9:;ք'x]ê/Zόʌ/saۣW_r஗}`w=ꞩvǦڎ ecB[;L(CX7fnb@ >3y|mmG~u +_Z 8\x<g=y]ʺ y_孈w2/=+0{{epHyq^ubCW91ubqe>rt9kn1s"?{>#kς8?jw5l:mܷ?dD!z/ v&;ܶe,],n^K^e\+|y_3=+,YM3û淘b|EAD'{-Xeݱ[<9p3 gO8,87ӹLmBr?qf | Ƀ%kϡa6ǾBέx0u@ tW ٫9gepb+r$'?:=LZ$kKW2%_ϨYhRZq>\^V'duutO2\vKfXK,53+g>RxDͅu *cP;J;<߳}B(h?/UDhT]O*3x4$!k-.5:c"%5@gWvD#}mlU|B:7YcEhEWZa2e/{e{ ձynW?fh,&< Bۄ5$[;fX)#uf +~>bʛ)oeg̃Yc٨a5!85>3?~ Ył`O|ɃS7:WfzV93"ehAϙ)u~A _X^ݠVf=pY*l Ù0zO ΋nLËSfLf=k3uxN6/_^X.9'" +#X{tf(#fMZ6[ٿL Rg708=ĞQB1fx^)ذ-14\jҫg_,?qໜjb3>9(i}FIj&c3K:hJCƄsv̡,E>əِ>rbw.J捯cL f {9O0sa38asZyE} OP,\v2f :V-:4yMd<;-1gwp~U395,盙+ݖhpzcfȱ3p],F>9g)><|ȹL$?Y``$0=֜˂,`) t'm+Ysdz\p`9p|>Cs.iѱaf@_kJ63S,c5DZkXO hCfYK +Nl̏]%)~=v/G <'u"O\zx^<dPn xxɀ \793uuYͅ pt;lz(yw=~˺ߏkZ:&++9{k׋yG5&NX^7N28܇Μ:ƂCʞAtvȡ|s\ eŻ41 }ge }LS|#Ͱ`exFzճglefx,_p1Wc|Y;FٰyW/|cn/۸R;eZley+e!D &pCVDA+Nx_Of⾳/k˗/ŷO} g7..k/,**}kuN|7{]~ޭW[36Xz\ٿw"9Oyy|3ٍsΕ渰_0u| +s7;]?2dB8cT|X`z>~nҷ81@ ؆L.΂cV^VG!Ew,5b[k݌9c=Gf{i?Ή9~zDdD3gcOMXM.Pc͒$s;NgFߖBE2|qc](Ե~Uע|9|_:i`3|7;\(/o_X %\T4%_,|iyhX8BɃI3ɞ҂s^+l;eǺ9/~jL]9ULw,1)#?j1w~ej0gixߑnzRdd2 yX| ̷}mVqWwz1䐊1c/OWm腣&ح790LoS+ ,Nl6ߨepe?i%`7zvX~om\ Eu0E/W7%\ݟsY:h[6X6jvljc=yǗ~ϮO4'KVC]={ _Y-[m^̈Ah?ۋ d~ߤ6͏/c?Z 8SOw(8/r o`kK&m^ +[ 肞opB_wb3x_mur\G|@σ:pg4z9=ϓ=՗TfsfO.sC5f3"Zu&)t}fBts1wzlبpVsz:Vfۿ_J3k"gt855ĵƛf5^Sk^۰_tbVGEy1glh8}B&SH漅d\'7^^y{Ks\s=Oruw\z?^Cb?{S5a><=909ΙɊ=͜?q$ʭW sn6^_sBQ7 &Yc˕WϺKͦ>n<'y!?x=l6ٵλDƇ.4y^_Y%#S4.w&Β[El-0Z+hh]pd=1=iMgߖ؜݁xM^y ~YyǺsq9Ro\@lfy+c|őʄ*#X3*W_1 9+!f1+eNf&lO_j}C%ۡv\.6 +}mxqk n>3U#[3Fh +ޥ}}se6Hku3a!tAG}0]ゞ1 {kp~7z|/hJ/qiSẠk7;"|K ٝw43;3[ԞRxu/c3.+^^{f%缜b]=;s=ՙiym3Mboq6TzwϵȉɅW~lh=rq^AG_ev DRtn|>X3m,6, 묿XˉsafR2Fa2йLpΖ؏8meT h2z;o4rz7WY8FuSqx^h?\L%N}lSn(_#/"XRWn.,]}&rK|ɀ5۬g 97c~B.5 r|F4Ø+i99!:d.QX,( DE~(}F̊O,0梒4oV|Y=f:_uL% ű69k;0Ιwqfy13xk^t@fL9|}*vd?ߵ#GNy}s9edcEٱ w-$6m{_NN$+Z3TYM:I+6| K~QyFY #/fGz8g>3Y,}|W\6&J|-_5.i}isݺ+66u_:2+d}c %ˁO5:rRj{wa۩sV399O.ou3֯Ĵl8>3Z>Y5?l=ֿ +LxLFƁgi˳?!m۶޽xw6>}S'{>m6-+#e c,_]8_q`yտ=¶nLhp&<1wb yBQ㜫؍V^17y̩x[˙lP3ڟ+gN|T=u:keR;F|\=ޘyzeS*9=X\{v?sٮ 16r;_Xq#YA:`Mqb}j`.F?cg+wb椞gs%3Z?(Okqn{&H2ryhwzHX>g#h2?Yu|hAY><#>5ZogZvyukOѳC/%<8S߇y0Tz7C`~Bg335̐+=`z<߱ߋ^r<`]7P㞲{kfRc&N&+2jf55CXo0id0!4Avxxs1l* ;wⴟ5 x.MQrTFNKt9OrwEu,V2IMwKlW@RU~cr6>]{)%B缓}K܄,͚˗97sEO ~FRx.0XodR[뻟ƄvSܶNL,(tAFa`a׮] K;EV3]; 8|[>RǑ-:}q|(*n/6ic9L hP9|s Qn?=b_w 7޷uۗ>3͙˦zk􈖗R<p6N3tB'%8 PŋK7gvWf>ky=ἶ}d¨nwCV_C͠+B_V.3?9$ξQtOZ:f|kfBhpج <1gotޱeQjk>{Z`)wysNC+gVK׾Sgw7wqy-LH}՘lIlg=)7e٩%/N׸L% +uxH7D bj7~[lSg3K߭+ؾ +P& QS1_YpBu71 z]s+ +-q,q`޾;OY3U-Y0}#pL/_65Bh|k-d/j!O$} X2|<1U'wlͅ_م A]О~@;t@3#WlqZPW+S]~GjY3{!kDH'fyP;1}9#yZXpQzbW|t^|7f\3:~'^IX[Qkz^fcfԊ[Sc{?[1֟%V^]y3ZK43ֺ΃Zn&Wun3%7\h9b/4^r\*q?g8e=Cu ńdGZgh/ҟŇ}TUYk[ Z`o{͙z K"r,́,O22/B~ 3s XtA4?M#|V_,X,Ft酬 D`yk܄%Psҹpt۹bG+,R<+6~),ƌ{ȊBLf87rWnzV>RQ<(NǺ8}gw|&xfF'udA1j{7b仹$Nn< d]N= ?+ +_ivKm&o}Xeg?U-n]œ?uBoŜ ,̗X5>3eCXXFp#gQF.V=>O:jdJ+4 5;cɾ./x_| ?hm1k_Vv6Jql~QɺzF^8[z^piŎPZ'$#~8Ⱥ0g.r=ܔsG!|Gi*O7:hf=O\rpF~`?6sP]jub:ft?'w@s=AbGڗ߫s&ebsO#n;0tʫMnCLC`=ה'[Csca2#:LG6u"炙?ZLF|ngJg:oHu,續?cgr!'RsC773xF򋺧t$ !ԞK\ktȜ]Q#t!92t}~sZ3cbǀ}=#U^>Ӽ{# X>״|lyEy]M}7g,Aj`>4: >PKPULlƜCKhd-\yf}}~j鵼qOr݅}nxƒʼn.>n<{yY0w =S?XڞWN_8֑/~[Dž>c/pnq +b@yȀ(]mwLvpʔ90E X+_9 L˜H^ˬN03_<ճKSMV{fE_Y:`j@0`jۧ>ƀqX<Z}U| ]+fUyLW]V?PT`s6^X ԅ-\ c=q飬[W~ym}cJFLꃣ.8΁șz8"us*RW3Gk{{UYO?gG s+U^ȕ0seR/,}RiCVn ίG#{\ȼq}Ł~%u|^DZ,(汉#4JK.1sڼXx>3g:{*Թ!m,xn4%Dva=#ODgೂ~~acyS9ze^lf&5C_t;<;73? JX +|aΓW~`e +N~-Yj`̺Ǚg%3̺ͬ¸G,=>5U_cw35ǻ2M͎1#kYw/FN-r 4S13G6,U Ŏߒ_e!|hϥAK;zSY`>,BfY1#~L5O<ט A[cFʔOtȡz^zKzFN4|CmU> q )=+guYqxJpvwi^@s{M~蹛k X,4*z`?&sm Y0 o|s,H{uz|;|r!tBQҚ4@o}_Io(~e XP|HF<216­zp"K>'>ޏsƎ ł(t>;0aw6haB7ǐgq{[cXƃېsEF5=g<<AIy\w?21s?KySOPǀ0`+n}vfw@\U3=`{˕C~۱R5PlGV;߿]{f{"ѷhgﲢK˲z'BC}͌39pz8q9ou<0d$'Yu~G#W^9 3I䧪Lo&O܌٣//X l=yJ律vq^Ϊ,GhCw^}|Uz qw_O #GDe,p#hKlhVq/s=᳌Y.^8"v<猒WM[~c4-|fOAg me 3|R5=]\ѳe3zac sQ;ou֥r-]2y9co)fP1S-^&v<%ͯ4@_r`2ȀL# V^',pW[[ |!4C/Ʉ ?5j\6mWML^oa<z`Ζ'z; p!5hm0 {r3$s;_š$#˧y7q|:/վd9,/ߛs193Ԕc{]"+M9D;,خs>w>GkmbeNQ1!nf~njFx{ͅ3xLK?$6=fDfȳY/s,h2e/j.̬:{ ='33#>hJ齛aǼS^)qb/f֌);[Ι]|^<ܰӏ߃wߣ@un.>sBf\=֫7Nk6^1z{'qNjM)d^ O\P5!s:{ߑāzkegʌx߸!O}Oݯ6y䲼mq=M|gc7a /jϿqȁ`>޺?= ,Ʌ Cגo7u\)+58*`y|{9'5#jQ 1}uO!{u+z5% iOo:&#p<&G:V,<`B\3kVN4l,y0浻~{bY `o@nG*g]5bƆ,0a Y𝄗tSs-ИV^=S^RxpKKޓ3}u潱_W $#VTM7-rj,`Ə;ao=n۟%6?)W_O~ĆDڑwUY7v}^v=Rre|UsȔ 1W4Yd3dw^u.>,Gs^C:,]^ё fɇA/59[گx%VMFdZoӳ[53c4Gzފg~>=@:o,y3 cLfBq!ا5Tx9WMw]ݾƃa.H};Fh?JMmг2#+!ؽɃ㬳s,jKr`\vb|gůsv]hirn8+x%.e+挑nrBu/?Gq3]ꈞ)Y#r.U-5f< 0IB;f|Rk2G+ \ 3/о^v-h'æOR13gUڜc}=u+57!W{}i*X.XLW<v\ _AcGʎ^?0@D3Ԭ 5_e.˘[ͯi&$569乑}?6ˈs}8>k7&+R_mA1#}?S}7w ,x%<[]?iٸ}(F`po4ĺF&];>JY CCp f7s84YqِXuZٮ+7sʟa3z߳,0XpZ=Ը=s-O>U0w_2˜O4kJ\p?Nm::ܱ}`Brf|}\he6Uǀj;X'NıM3h9k>Ðd<p f6v3,VCiv+y69dT]Ӷ6ر>O~6AL7G繌|2X~,Zs +x=]F5f^ 㴨܇YY.eB0#L3|{zϕo-J 34k33гqũGyBa%[5 2&Cfx6;ٴ~<95ӼLsW3xl'pgG*k'4DLbQKT3{_ +. \CkdȡAJT΀ +{@uboK6v{ ɡe8&?(X7s0G-ag-WQ3]opĘߌ `8v"s:sȗ|< de;f5=+3-Cr9 f6汐\b]OGV{+컮oAk 魝?VX0y֮gV 7`Il̷}6Ϗ ̈́Ꜣ;:m[trد-iT2s,xrһD>=h\W$U:|_(LulSy.@]RWĶ\.Me׭ BO3B3KW!0#{X:=-lw䯲t_=ۼOۿs჋ŕPO]8>‹]邬/gV̄ꭔ.:eNﻸWS,V} tN`0,P<[lhz}mju\X(KtbȞ,W g^yMb#f[ LhgrglLGQ5'j,FgzWJi\sjn5Ɔf$ϑ̟NY˹σo4gKG~(g k׎/zr,O1ρXC⼪ΩbFxgfp|/oʥ(/RN(tvO^KaPw.~zqbX>x/,?g_5þ[9kz5Jv#b7f;SuBg$?tcA0+Z7o<'?G1]CL͗ŘCP }jGC>o1{VOZ!{;P_,GIk}\!Afʼ~}]l:5*1lrj^^W8wY(輨yu>k{9:j\~*v[s#ڭ>_}bnX |z͡'Wv'?ZU9qL;ŃńY`L0q{D#Ѻ5?JN~`ϕ~8 s9ByM+'t%hIKe{;-\Tn%JBJ<`AŘ-fr%K=o 7-LC]+#wƚ!=f, az~yF٠w*zr zdwȾOy׾_+x~ol30L3|Z)+>5Xﮣ|,a 1 3/jn^_Jęt_vc [`q }wזcaZ9 llGkaWfC.fE|ۻ_D&$J % *w}yGQC"=Kϯp."\쁋>Ϫ +dO3Ń:g̾?z}qáƠx-o:<\0kqo_i.ɉ|K ??Yܼ +OZ@s ̀Yb:kZ#~yqc%G  g:oqYtu47{vZem^3#_)o癃 {;Z=/}3wʚ5apy Pǻ/!Vt291o1oү-n7(1|X=GyFxP-i?svMqY^lUb;@ Qhe}ލ >{a'0y1raճ8\*sp=+}:`@ȏcɄ5? Tff6>W|΃*Zӹ:[6g%z. Htߕf^v<}}/YKZuSWL&L-K=o8-S +9/f vc| +'f)>5G1j~˺!m/cfuGY'CI,(46<K3ʝyffM?foj^ Xkr9#|:?5:sB=[4^.s[Ƀ1Q {z¡ﲮA Qy=ls>eX4/}|県ՙydAɕT9?g&(9'Ce+yLX7Ý,o(6bKF;1 6o(oz "5&YɁ.Čtv49xpțY +hd<ׁۓVx3>ySw.y \>WS``1@p=4u|~Ñ :A@0OQ)U?݌e./VѤgO(\Go:_;>"ތϮ2^N]ԏ ϷgOWV]c64B~9+o]1qgC +^ЙkeG,{ s;N'塀z1ۭ]^qi{ +d8w'9f$׊bnU{ldRf38xp`B>YU_!_\w?sy4̈e^l嶛Lg^|-y[!c{ ^C%؊ǫoBx7Pf?r:?̕/2 JK.4s{~]oQĿYu뚼mFM~- +iKyG 00&^s]+'=O8|Oq.ϓӑUxnn;ށt><|Nw~>YhcP2ߝ_UNO&^ަ?7v<ꡊٕ = tό9h_IsypRˬjZ+'yd߮a,isX:J;. qQBW@KS\]: Y<,]<1EG'o3K]hLfy47ryowᩰ뾝ѹ*(Mk#J t7^|ϫ"o5A0=n̓w| QNlAdz +u.A&N8Z/d<8uan8Y2SJ\5g:g8qsf@}VY^Szi8_z$|]Y0f@x:V~(nrNŒȰo2S Ǚ)2WXcoW^J6~/Ym?Ҷ&1/%͔GF G-4Dz^Ś>1&yzy1%Oq4uj=<ܺʃdƂ@`m`#+iӇopsL#͎R8s] fe?:Q=~ʖ5"G}ǩ`*?| ++xNHXv;~z`Gcd;q_G~8fј-.>nz8֥{vqF^~;53̱n9,Ճ -iss8NlQ~k~lj}?zR\jɅ5CXz<7:!ſN>ץ8~R3P:m,=C(λxnA_\A/v^숎.-3}:MWVqtiwJQL|d>{4/d.XĂ7moöbDU V]f ܇v7,ozGDžx>@:ܗap#_eAt?updN5ۙ#LM{@ذbuudjN\ RtI Ldj6vVx5*iw+7ߖַ7~U೶l{f1)~SkFWzAاˆzך|v.T?B˒*<ޚ!=ȋ|@"ڱ{/$7̆(d~~(09Q](mPc ͂_dq=ٻ.65-T-㋏̛.Ntz)2|m^y^K^?.*ϯ0 /!G}F>W9#U˺x->n\lgk49,hlvuҎ_#K U +/ ;oSFk0s3h`cr;ȋsV(6,/0_\A0X$=IsJƖDEch⠚uƒ"qeqa28N\L3xgk6P&5N|^Ӝik`Et I#ٛ|iW) |BoX/_[6M8w1ٚ L5Z +9OVW;Ńcz.'kdu8֎qyyf%e%s:,Nr6=/5OZxMṎ%#g!M6z ,(8p_cVd}%7j&l Es,w{w[Vr!8ޗtxKYdSVoɆ7bq!rf7rf؛vKm3CA.J6/%:Yc? JcfA<9)t?0 t?y:Yً\Ҍ M7<N#+ɰvXrد Co#:2=y:f۩9ÂSAO|΃)֋ +#ׅ3a9x{ZNXB+&$5tӒ QD2afxEK5><8zخHz:]fp_+>9+#&^{O&lz9kpVuS/zZwzk֩_M&MLo y0, ۙ+fyq\iv?{~(O,@^Qĉӵb4W S;'ߎf7۶ˉv|N>X3F2.0M܄2e]gl7zcF-n||Xv>1;^&_yOo~&s8y~#y}j]OZ'~ߒ G}^7C7c3=ϫ꼳c}8a&[BsGQa~ 'c=deZYu~#]}^}Wj/ K7"?6&?|Hq +f$ĉ'8Y 502R}j*>Sǡ1x<~2sZUvfD{5+ř-m`SX/t?s{gb\i>->=\brOΆ9|z~ X 5SL'M>^`&|RԵ*ᘇ>Vy3q޽Ϛ0|LˬZ80a-g3Pض317]r޺: ]19GLmO1a[O3Uw6ͰU݆mɏ`VCq=/"7ZX&(#obQVg¹ 9G8 4ۜk{7y3>}ީ9ArqKYlfOdW޲9F;2j_ ʏ})iz]1$xM\h]0{;A'd5K>wh؆}̜CS̗~Nz>4b~r] \ 0 ۽\2l9fA[1щcuO 2R=+"9٩3=kuU#4^A{B/O-8$r}Am{>;gYyKX>m\3n/w~LuwyH3e8 [N5ϼze_,du3ȃZ\h>&q>V~S]+/ؑ͡k\j:,̘wfM}mZ'ϥ2Ŕ9?ox늞u^4'꧗ll̋cՔapZv69>߮g J6fV'-m,h̜yi2bycc}yme66Lͥ`3A,<aA |Cb.̀c8sZ{.i c]7BۧC1 ^3ۉy'b;Olwd~&kTVY|ѓyuY#1-N\hơJ|΁ 3dj} /zr^\ŀ8/ZY-z̈́׎ckAyq+13x*|yes7{" G\=u]P<䎦%#\^?Vi s ssA5L?TTs%\?&=HI`?#AKd[8;u§YY(`A3n7N˦:޾s䵋[@ǁC4im,mY= М8̔lsbyf'Wg~ӵ 4ˈ fO /z=,ͯuAuKF. |@fYLo>KKD9ǔ!Lc/}ȤgŜ}mdI,P޵zޫ&3fNv7C)S6Nj/z>8J0zd]VGe\?oFdHTvC3vkŰ5k1+œ=f[)Bw|Lg{OR٘ũ*C0$OA?W2sS^۹,]g =ys:?W`zx.tN̗13gS]e u#{= ̇=qU'c`>^o~,xjSWLM:_i}zN7񼼿.~Χ*,gz}&'Z'7?}>q.Z׿@'o.ّߌ ϟbr7f֍E&l_ ?uL'Y뗔n_00|#ȼ\g˿Dz6H &,-qBuD3|Hlswr];wyy\=bd88뺻s3 s*?3% +z4;'^;U?ߝcSG^p 6>>}K>gfv* ֹ ڣ?sU_5/qY6&,d3p]+8Sۧ'&4B tV 9T:!=&YO-n] n Z+DP-;v^Ȓmr_iԀi뭺|RnzD͐za ͇ c't>x>f>yךol,+,5caY~3|s'aC4eԬuׯ+03 .:$No6> !VIdx3sP؏<%o2r&Ǩ tnu*@gnj "SaX歃-B7TU<^7@pG,G.zǹX?ik2]< <Pmytvovj7^ gw},߃fԌ< 3aq`{ 963ި}O5>GȂ +V,k=v,8ɝO[=O\X秪OX>&Z|bsYV 8@T̗.(탯.h9Jjju oq ٞ"v}y%c Σ+#IKC|IDOoNӃ׸ͺ9Z A>}gn'-b-Mƅϱ}ps#dsϾ\+_(=h(dǍM'GAƝύG%^ö3\˼?k7.k5{KOEyFD5nsrysrV ercY+8zxȦr`jYu<_y.qMz/i8v8<~ ++-n'T}{YDɑFކhfKbNY䖹/l|]6nhK rOD2a~U0=5ƽT?32ǭ'9 +jȕ̊9ġL9c=7xxy>}F_z{LU;+ Ozf19:?ev|9O9er Wz/X~_h\#&u`ғW4pkifCdH#F& +߬Wo lO.ÁZU + +9ki.{gqbjvX<as/n|=v[4z}wN#᱾GK)-̍2}|95sX1{#.+k>v׸BY_Ǯ z]9pā`Ǚ 8svW\cǍ.Y&l91 i>/Uzr:c >LX\hl`[_Wz +iyx^0hx霐8G>xF>לsU?/؊zz۹ +:ߝCy\9"j>6.j`@p$<̓łCoaɀW=ζqiMNg?h)i8X&HAa1A)DŽ|N5k$uɍh}%*my{Xo^GwO.-ݰ`Gs%-ihb1fNsu ~A30?gOT=7ھ:mʾ ޸ōs=zU⺎ƒZQ'} /Wt_n~Ѻ&`B{y-A| l_-\'s籴%Ą<6뷍߼ʬ v gvZ}J+Ͳqf# ^Qcxm~}0AOzxm]jȕ%rͬ%#"JnMKq>?i /cvnX2eeEQyC~9OXWN[1{cFp7/XO5K3_սwew5s5.g+nɎ.Y>Yhw-2rGOmKFM\zi> +[ʧ;2%+]2GZ0hQ8>;h`69nAK&/ +,gIsz9䣈۶Lf,C1޷#gI5{鳮|n{.5Byp1M3˶t=5u(zq5ҒL.ΒъbV}U/Mn۹zr+Xgy,,9Aw7nnzPvVs}":KU<xp QOѮ:6Gt}j~[ 6ƃ'=cB2p:^x t>2DQ`)kf*pa^eu}}8k Yw]':+q_gcF/Z#أ/&b/6܇2V{>E 54{aD g4œ窊}:nޕs7?(>$w.8sazxG}C~[%Dm0='foHSJ笠\^4Reeίܗzj,V׃qvf?Qr]Eo{8׵1^3WFXGu |f1)ns5qmNZ|bsƼ&5^3 c@LVS&]."eBR(~d(o25bQK&m휷vy̥DPk!<557^ˑHn2jesRc>28 +^b^NKgo+wvsOIj[yttfϚQy(|ݷy,8c.=_>덹9\ئύz3#{~'24@gA%Yzvm$B+ &TpϮ]"@&6x%V[{R͟2zev.;+mqod=y:k7 +.\ZkÆR z"By.WL ŃxMM`{12߹~/ikUsw>h); 3v8}XN,G5t>F> Q&`;֬iѸG9G`лx`0O ' O*jLe{fy/:ňu=pƒɁZw?7(~'oL߇ob釿/, + {Ŀ' TylxTgł&1q?WiГּv|ʿ|xku5"}:>^1dZ_ǂTwιnX><3ʱ/%Aw5x=YcLӁkeN=7& ڞjv <Ʋ\cGur!PZu栤ٸO=|g偦^3`ê_`bn z=]|}ƒڽ>>7>߽llYY|[9uľb^c]kރwq_csHaVz҄*Rߎ~ Kd!YI8 ,LGKiwAifxT̛GTgҒ/u<Կ!?,:ayJGKLJr(7i &y(u&wq7ۉxS:_ +lW/2A雞}y gޜ7O榆|KwAKA>h;OqE{l~{\۶`bm>p.6zIFޠ j&DDWF`g+\+TN Z. +"}r,f=M^'镩Z8#+E>EWi~俸/V@[~ >f>6Qk3^25:~}iZܻjg_ l-߶w~r `ԡRr;ze_Jc8WA/hY)-,% G2 !3s(q<8[&uƃyWۙ^(&T{7^8GK1'\24Ii8^yc~)y8P idC~o9yA2`| +w" 2Wԗ񻄀+^=J.$z3dXWD=*'h xj}1ksKS) jq?O g kxu:x1/c:l1̝0Vy1v\^Qiq X`X>mq~.ӸجM~|>W~Nn6ý^@-W$RK먇igNü&ŵ=F1΅9;qz<;W Ҙ1{-o-Ew?rkCoeJs=njL`C΁gQFu:B:':zzȳ6B\AFI>t3Mj_g15D.K&r\K"r6pNjIeq20XʎFu1FcO}$3>S d`{dȅ`78ƫ]{8&rNMz|j`&7uK3&4&όqU}DvL >*MOȺ@qBU?8!!Un(-FLHzc}OΎvޝG$~1"0y\rrFZh`e`j~|_0j;M`<ѪUͧ<GSpH'!os(O^Kv@izNy]1azXW/AX8덡3slYiM:Q}7mN\6Ƹ,uXSc:0w՜a^㋼7 s.& mF˺vm^|w.:Cƽ Smjgbct<}:.0m)s߻ˣ{C9v0m %Μ5zDŽ 9b>9Ɖ#)[yy;ǎk˯V+5E1aȃ֛%N8 |% Wcp|]#kgW1\/~wg~{iw3ٽ̞u/zwzݙ_rwvBgv~>tzcǻ;>g?֝X7Sݙ};cܖ淼nn9n~; h7޴n~T\c-o|GY^8vOuo@wnx?un[5v ҝ[{7Nwpy~]ۺu-y m'KW؝[qk~M!nͭEv Bϊt.mHo><83EX?]68nª7_2}7u9]yc Cvou3-z [~-CO\C }|9_Թg^ ^_P^k^eӚux~Z*>3׷we?_?\ϝ~P>^-k:kCsO!Y<6/~~Wgfjn ݙgn ]~+ufUw+n^z껺ˇzi}E+ֽ־hC}V=HaO;~WK %ᾏ_/UmU? =u?Hms =?xn~ )QO2r~ _75v[Rm3l:-._A]X.>c3).v?SM۱,ap=W]Xqmw~uŕohkMхUo͡n.l:k߬nί[xֿ^.t\ , g=B݆foUskϺnoS ˼wί}Bn-Tn17i뽥M떰ߵ + .hn|wwn8)ڵhlmndhOnҁt/i-\<<#\t_?S [?۲Ѵm:kӗx_)u-{?t/eͿx8 ,ywO)̟9w٣?ew诊;sejguD~/?;v;Xq7#ߝ=s.tz7 +KC;{Pyw]xĿ/.B_Ҿοw??+0Ë\~ O.S|lxf7ɆԮ'ȅw~%wfg~wtvKYn~[<#~螁ƃdBl{~5ͯg >r1z2·}%[On\TF21\b+s3'9U;&OmH[O0#X鞇LFt"7y`2MK +w:9Ag]zƈX6g8 4q=4fTw_q]a93KeseWbVn~?>ϔuP|]_Y5a灮A {ޔ~po gD֠ϧrHR&Zx3@[f8ndN63> h׭xẽiօWQZ'aZ,HV_C4W]Wxnuֽ'Ɍ3#q8y~yr3`YM=28^.m:>μ-l;plކ.0"ĺ1Bkoó9lǿ,/C9$7`=bȿ sb68X?ک#}{ǜC ޯIb3G~Ve/S<oKl }'m?,:}]yp}WN|OdCƅG~s}G{w$C_?o7@IJ1#BGp0M%:w>̅~?u>dˇoA myW ZP"y}Nx? ~ԷD~%ɩX0s +@g=H|y&_3ϹX;L%A{@!΁e#?^#S*ļ9O05ފkpj]7gD^\Mrˆ\G|c# q_0pYQf>V\mRk]uy~XqEl<5ҿ?֖kgV+jVtߜijkQ63hA<䭁=ssxoFO}3+ +=g񙐸VʞG}S3g&={¿O/<;t>~b51V}7mK54`K1 vX_sN(k_p`5;Ll}BQ0Cls#]"췵0K[u麭]vMoT;νC-}hsFV$U:yⵡ >ڰ\J֘(ۻlv1h_Gl;o~-X36z͇ :<;̀ez'\xQ|пېoĂ91 )gZ,gc]_;or|l?- +9=smzDC1"0 ŁXޚд`B fO02ӯ)@K3~ieD~~,>&-LXϸą 2VMٍ(\ H&t.d_a8ԏȾhfPǤuy__0kzu˾`7}.ֵx7+}>|A?kf?m~Yq1ذ}b?~g+-݄ڕպ16ۧqX ڽӎj8Ա +֐c g*{~b|X\Ƽcx`,rbMqxo~卅x_묽7^qέ[d:zO6vV^|6ktO{pSLz/bo.qw>~͵خ|>S[sOxu|Zx+OP~9~_L|0616N+p H+ dUt}*1=^i ץ8QaT g7 L7~¤kwI^?Uw9a})_!x/b>a9j98s-rV̧ذN2'fS|ABmcD+V|WfG!/x66`^YR9obbz͇S?cmVx/c=,7x0" %+`QVͪ\Y9M˟ܧkο 9ylT.mct >;q/h܆:ir^Mkrj>k7U='?-ﯹk7\*-oϱ=a+|gcA&r앑#8,})qT#^4Plwz~'?0|Ao1<@Ɗ +"c{]6\h[ؾCν:O f}jѷ}4!b@CBW^gA4}Fu1+gmӻQb8I(nh{@%c|& :΃^85%?_^<>̃m!Ppjuq׎ӹY[xa9W'> 7Zh @an'=O~,xnu?t|~R>Oރ.bgL݁R}}Ƒd@0 %af6ƓuȋʇbcYwbA34yclLOo:^f6pUΟ'6Xu5 4ۅ3S5Oi? sl~l˳Tι\8V0k9e5H[}C^>b[}&c[\_6€͸6_M>}$f8"L=YYӔ'MW+̃W}< ܗ .Ь\Xo7N~`HV0/6ļՅ\=΄ޟ .` xOaQw7̂ιwt<{FݕVq^A-vmϸS^ֺQ{21†Q]v_YGrOQ eDFp y_,0KL>u/זJMFN8Q>c?>xo8ͅ3mg'*0DW?V1|J!|0/lb :{A Le_p~ϗӸm'?aXÏz݁r Kt7BAH,9 S`<&^;8d>̒)nLAqO^ro-Ogr?XnjLG-x}b[V6+k8U15[5937b|y݊6ՖX3T2XPoH ZᏡv|f*F4JS]ܗD3 yf wPO1y^`-(/nx[>x7ƽY5QP1TT@pj}be~ BL':c~vׁ\Ny$s#Ā\zm#g<6t/>0]K\k4#)vRq7s&d< X]_!oxDs60|HW`wP |C0!k4U&ֱQ-gɠϩ?F +ך1=S˥e*v SJ?B|?K _Z2齖mj^lpc#端ٙ5s|<š,ƓɇK6c|h{b9^c/ GۻcEKimVm_s 'X'史&1VU[7<V 0ۦzJ5&KΓt!xv;.E- 6\k\|}joZ.7֣z[!u>1f՘W6lmm*-#B1`~)AYMHqST[ p\>x}Ux`'6wA\4,_ui[a|8b6Ur1ޫymvT7.z1뤌b1ga cAIW3b́+8@rTG2H`_5gxR->*=<9~bZZqߌ7aX34fb:1\?qjjc"W~h JeoRhǃ|?qGb09!Tf-rX/uuƾƁ?zZs|<"bZ?S͙67B+y)O eA4v,At~ [-&y-#>jo-lxI0_e*CQƋx; N v7wh6F^dF#< .ďYu^G2ΊX2ҀSl r1^QbܩOThB @Bƃ\F|-gOg !ř*]}O9cs=s&)xc&?a^, Cr}giu5GĎ]sc _}Br`J5J;`?ff 7K\- $21Ii.ʍ#8-ktAs=Ѷڻ˖8Li(wc`ӱq>5^3L+FZyγ]TiLe ʿ˱k鼍xIGLu_h,'ofD-[2_iVwUTf{2'5T/slgp=ȓO~jybA#_ZUxǘb>:P!mDzyfƼqbׯK}?pǀ '0`]}q̧`;q8OyL#_WM[Զ́ɌbbeDi9|RƦ1RƦ81ƌudpAZR2^Gh*<8} m֮i,h:[v!XBMLm]/ň>Q/n)}E;b=W7pݭ%nT<aYS)8LXNJ6k=Of1~5Άb¬կiǐf>\c!rL3^-l1`k1S-Zo|9,pByHmsif¥2XZ=e×>3J\\E>i>I/cVTrP1Xi~onQ߹8M㷙E^)f1Ԭ,N;r tVlc%J7[+[ $Snr7TC@9O:x'qq">cD'<@W>4?屬Xi qU[8.ŖOj{fOۃR;M0!= eX5Mc5uFE'Ô'kyx9g$sPr25]15N<@<ίpuBy\9C#c +f;eqn& ?COΏ{n;{4NtW'|G~и{-C#G6>I?MC(l2cb, ] +42bџS"ke.O2n(MXq(CT/JSf"nyrĀAT|є{HD(zifEaĘʢ@ +<~!؏2\~R<.lF > b >s)pe>TP`Z̋ ʼnk[~X0s!9,}XQ`60p1NlEKc+Y kpeǶZ\gXfZU/Glc,θA$5[{w|Onn= [WM9n~]Ϯ,5qE5L [uz'rZ<iKKfwn|c5ך.UkFhv7 m Ww1M}i=R֍soy1_ PMW1T'/r`P:K.ܠ{I)Cu6{3SZTzd?1Ͷ3X f&-lb7tVد3-emȸ3aAocFLzYϼg7&D^_5q9S󊽌Mw1C5=23`zs+ck\^s!''?3.E 0ZW:lOp' +:Əp{ZWtbG!01 =)M߼Aϐ8o7"o!EhdC4=sWbXaM[;2߈cœ5σ#VUOS"*ɍ99Tc#8oĥ&ϑ‰!xT,q+kRɽA)8ѽBza$&$mm234N$+*<֔~Q)1lw5!kn*,(4;s =S{Z^ O\xUa@MɃmTkliV6$oPfd̺4[ +#ȕ5~3749G9䗊][1_v~|ܪ5`1/߽_}/Ǫ9n΃ 6<ܝYGܚ(C4aT!㟚rTmb`S\,חվXc&z]0߈?Tu-|9/־ q`f")۬I#$W +ɩjk<0"se,c=Zb1\^s!+AŊלbPOkoj=R`82b0˼m1q9Ȃ_s=}n}=K"_k@u6PQ5?Qsx1iL=f0s`]tuN_b@w˱{hږA㚓#5ƺ3棷1} t1 O}}&⻜FγXJv#*oR {Xd< F F.n`σ>u9k7?os&>n1'*ӣ/:yc/7X5‘sd?tO? QG~ٝ=^4w)|Wg@g6W=^=dr{fz~K/am,z;7Nk8U z϶߉~[̠f,Lpo@ t~)$~JiXV97cQS=P<"L3' 9&gC€MxsaAq5bPu *Y\xjP.>]߁qa?0/IvD}|lY<@,94 N$3<:yq"AnUm8ղpzn=Cxu +!=60e`TrLG|e_SlfUb^sAu=clYꌶwnzLoy59b٧˱*Xshc;c xZk دsO) mudc \' bt-guR?k Z?Ce_=dM%s M}g؋voⷤOQ1[ϬRS`J & 9[4c 6\kmWi ]Aͯa@_ +pr1*Fs쓧[>ext*U^h YVkJհq@O{ǖHTj va͛ͭ!&^ BBpArhy$`')뻶W5gs왈^54-ӷ9q͜!î$MIu RLV+39?>}W߬g:mޏx~\Oa9WO`A,OΊi,g$;оr>:08,1Q-mG0Loh?fdlboqX_Lv]^~15ץvskLO /ul_|LӘ y`jS2n?-bj{|w{Q2פs3/` +#?-\wnFLt.=@+_Eľ n}!cbOY9k_}-.cƀSuݱ:tP;'d so:/3΋M;9\`8~`71\~kHܧgT :,\C1ke44IaI~ ;ɋ3 :P]7GUܩxQcF7 +P#hر! -\MYwIL7Z'W$% OB- /zvI[{bCԓPs~w>nJ6q0{F89Ux[!k +j;cӴj4 cȡ +lfc +wۥZ*T?3yNfxƌY؉NJϨ497\#=E6KGxƌ`Ëw}(u[,"p-TgIgHِ|xmφR0k5xpҴ8Rg15д_6^lnW,S_%/.-um\1_\v_Hk v6ڀ:Fֿq}1GSTgAyk>!ٴRcmjy>bC.n{8@|jhl - 9o|KdW>\VZٸp)d;.!T9 cΔG.e?1Qßss\K X+䓴X/1Tt>|~.+F2>{kd&0N/y?1v31u *qPcEcM#biy`_kq ;Qj``ll[J}|:jqmOfaǦ_XGV䟓тýj=^Mk'n :T<swOz`=Bx.x3R}ӎZ{zƅbqϫWWM|}ĆfK WYL7oP|٘fq^fm^ T3 rRD,1 Id1b?<)>80IܗY/:pۍj|{j;%e~t"As7© x(xdAؗO6toq`Lq$.$ XqP[2C}AO =ǨSKODZ5c{>b8Jpm΋v`*f;3&mGqkr~w}]< +}ǣnaU)b=>U;KxiS75lTGɁ|/l3MyyX/GxMq|o+-qm;>C<ڵs; bཅc?xO99ǁ %14_:Uד!-D 1yc-Vy=)GuKc_ǩS#3rfv Os2Wʿt#qG26פٳq6UG;jɆkglllqš4ˠ6~V}z;J^e!?>Yo{wȄ΅V'j DNv2q+ʑW=/8p)- ;L5c[PݠvP͕K.9q=c h:a/0K1<ܧ`|0k/GLuKK~kA~cPWWƻ5AK] FF|"HqJ H5&KH3oAl)E_]fku-Ibi9?32WL{z, 9>o0Q#憞ą Lq6x#tSlO^!mÿdrC<)PM4u݉0@Qn\'/{`z/6yu)Fq*J^.;~,t-e&q/)έcmqQK}ߦopS}b?y}翝.~s8a}CTvp[p#9i[2 v\gv{nZ&m.Xuv_.1! +ϝݝ7 +^!8 ?8`E!)Tco S՘ G +R)u5LoO+2q`8Ǧ8uk14>xĐ&σE5UQ&{Z&b9df>~<.sϬaDd},iU/8׿QT!{i=B_bߣŸ~Kn|(?w ؐ,{,oYPY.>D!+vtF`E)bJC+ּ>T)uōP͊qLa?;+^!{u96ث1Gr^lmKa̚38qT#VܫK;ja_bQ4[m@ +5pB0e=fЗZe=1PsNcbY?Q@58xUm}!32N9NqX1nu댩X\pOQYMyx,bWסIyǁ#Ϗb] {,|#.:l'O>`= <_q9B;lS ={<8ۆǃfyqShm21`lg=ρ O*,F̨>bL#'Qjԙ~ylBQA>1 +ʼnx|R 9*Fq/FQJmW>*΍߭eۥ195w!շKԓOEvc?l8{繜WCr sneͭSW5=G|z0P1̘YR֦Iu~!bN{&=<]' +!hH^tzW[ +P,13!M'13"ޥk e>lXǝfV\1>15|g)Zg/!3֌qtLu'9j\Y5-4 yNس&Icte^;1^\^pa+.[B3>SlK&|>.za91)jL .U_'A'04S|_j+㩢!4fG8z>X+} (/&2:Qϸ&}cX/!v\|~k14m=c>Mk 3Yxm;I}u^=;GJfLIHXW\.\7FׄYcq!#XNmyȅ4c_(Pm'..R׳#e0nS1ɯkۖV`~cCFhS)LUبCPSh{Npy~HO@~|R]39Q{)c>;fO[V׷_oMfN-myZ'O_P@\A5%Zl)u}-BŊ.i)QAƏr{c .t"Ƙn ˉRŐ*I7HvOmľ{&n2.nܘwmL8&[} V#΢WyZ7Ɠuۇ-7z1^}-3C8ze{XfDU{S6k::F~\>wb QSkDX7ʫ#A`4sዯ'&p>ċԑO>"i:n_1FƫΜLﯬwusDԲv-^W?Mj礏lZXQ㯾!1qoeaJcEce3Ԅ67VK)%[ٲWoٻk[L9fwN9x u]ׯ{𖔟w#xÂ%Y;<Oc<(!aÿm10njz2x`;k@x=y WP9j ~:#5c\ abKqw5Tqa1(ڍ?6$+GĄ/61kBh-~C1O;_.}<i9 5esKNIV)i {\|4b c wž=Z8.{/1wkz]'㴀= 1bGs2e3fn/y6J?3h>ҖffnI5.r]gͅi[/Op؆6meZ{y?8Cj{` уmgj<>v6cLdqM>$tfo +>\=>S< U!eƪmo,Gsϑާj!jN`fpxkj53V>+^#D W{_ +?Ռhc^.[L,3rZz=fy5s,_x =>9$VǾM3ߨ-헽>y\1Fu^Mt'|_;}@.rŇ.x@taȅ)V=q=2_ݗWb9iubZ;u/I^ +Vs^#T⽬xߙ0'}ܳ zqƈ'ǀ-טH&<8Tk XpɂZG1XN<w>;R:.q-s:򻸭ۼ~{mu /Fއ;1u=rL80Fmoӈ7?m5O-/k9cHY4jʱ>Zٟ?(ɧS.x~ˑ+Ϋ=h+g~c}{$x )3J^C's)iQbp6#uϊ=g]>߲θ )'1Mn B>xP΁eq"j!l[=.v,:SZW*McięIsL1a5__>Ɨ}S}yB:|@#¦xx?k 9S{˲P +0qcAj\.2|Bxs@c@?Q\OԆb}4> 5='X Op??1[n: Gu3 ݾvrP-qWć^_ŋ:n~cb7$,XiP|ݯ,paֺ^U Х0b1I5;֍)cں+Ł;WNDŽc >뎨{VR%_c87XicRP֑p~QAՖ7Tc{,~qsy1:>+'N4ƨƍO\/k(P+.H\.])u;zuoX9vkH#ZZ~D,dy1c6Z^8MfT8KuΟW7<wxΓ>Ggx +Q?C]C[ʯP*|sk: SdB0tϓj,:ՙS_rpo9Nо=OSOk1xCE68ΆɓiQ}΃QcOCԊ種ƫ՞3emQO?nLh_5xS_Tj{,ڷhˢ;Keޙ{?^wTM`?q1~(ӜHvwWXcn z% >o Ȇ;nwdkvAt_f>L7 cE>xkϛj[w~wgĊ<\F(<Љ,l^ }> qS>lm<|8D||$"^W)xyf(ZoW*uJy -?LkȦ)<<c-UzoۯkSF}bJyc^7pV;ZurYZ2 ~/Řv sjxnQ]T1W1xM5+c锃37QwZ5+ޡb5Ms L8.hXkvN9S}FLST΁k=+<$}~ju{J> wLV⾤ywx(-|Howi͔/͈th}?c&e1Wttˠa;3s'[`E)1c ;LfG0bbFpƲZ5miz7Aj+R%:.1u2:`^dl$>bLM^"[^qb-1x48wԔ}C.{l>xv@Gާ8j(c_q1o=_2[)lqU̬|vrܮba9,H<'n׭k9B>/c`UMw{]({1,@ߪZ S0<<{;΂Y[['|uς.-p=I 7W\Ĭ}é>b8OKf{P#}y.5S_>f3庸R=J]sBJoBykQvn|aS]g0qE)cAs>#kl<g&-5Ӫy=y^[տ\1磿)s>q]~վ_QoE+%Ilg}S_NP.Aϟϱ%`kS_xik[ϥGN ā{CF;U]w`|(7/XrK?0=C"ZgočSt9:A>qqF7R넏gq<'rBÐKs]x,"ͽ :9Ўӹ>LxYn)oJmcWٞD۞f̷};N,=h]'I׉͹~8σy` ͵?SneJydBۗg{d=?OQÚWwg_Irs+%p!pϺl[-sFq1S-0&ksN- ̒V 8`H{9f4XљVC_(dpૅ-&o OR(1uypqK9jEwqRLܓ/1fŗv_r9is|fI[ƱguF_`\P ·.ٰcwX@36㝈xlZѯ̆r͐!ňNYmƸpsh+,~l8ʌz]{]#=om:TB"6 mV\ʭs\GTc(9-RM)[[b{Jyj&`\GfU; LcN' aw-V^4rR ~XzY:&?WXIl}b3Xֽg#>ٌ,x]zw I#M} pϬ7'"1Ǎ9? gOgq!?;B%n9z)w&16>TxPcvc zHV9S EKt͜9/{(E.bNmE#v'$HG4ޠݰf~<=[ŝz#_(fԮpy1ro^m6X6r  1s.[qD͗+}2d0b2i>gFǎۄY#<䱣\韥2_e`gD{c?̋ }qXmwć;nAq6 ~ :g`Mb>rmRޖϥ| 'Ĝ>/̳̜ +f<ʴ1ާ1`GxniU&8ML猗uWu?_仅2gW)1Av qq^m"Ӂ]Boc|8O\[=3ube-s[~(>A\>_x֌B>9bѸwBZ ؒ ~=je67 |m??Ƃ.v!9qmk)ERřSvc5%p4o (/(muu^huW-uSujV0[5~T Mk_- w_ŔU}ۜߓ`7*f';z_tM\W;8,8W[\3y\#ky"g3zf #Jg"/-'qV1ڸp6nܗ+8-cW{@>Cڇ$yR]`5><%BS]31mC݊Ĉ̫ZFm7P0T䔐a):Mb:QSRg痷k˓#z$},1ʝ1oFCp!_u?a1Vڜ4;7 VE^]D|<$!QNڸv,Oil{[5y}.Sn`1!9g:ta?ȓY-4cF_b1̂>\ཚO̼ bA}>ʮa݉Oo먗~A_ֶSR1<.ܗPHKqb:.|Ș0Lɂ)&G_cW&ф}ő|0olt'伖y:SNB`9Syc|;c_dw\XWVL T. cf=1G}3efQ~q]JS}צ{eL_T9M$ 6s|j?3Qmk3uBߍbto\Tvh ߫R36K˵Nnףqzv_܅'u}>D>D٪B ?*~[6!y$?eǘTJ`=A:]/Z (8/cR[[P1̞dʔ?# gyLyP^3Z]/}g߻RE,Fɛ4 ]ToA:ܞ'Z?/^8KH~ߌtNQ|>^ 4x.b>UyqŒBC.m؏蜩sȠF3a1q&z)6x[z_/ ?[x;Y×oۜ oNa#1O2:cB u8J>HW,9ƜYbmpĎX1bQGdAF!D?א M5U Ǿ]8T(8DNgdv@ЏbڇS~#:u +|Ogb|JX'&c&H:,VSk{^{0qo}~~,_%9gY==L99@~nyLraT.7Ļ8Pl }0kAxj~<8"l8MZֻ83?%NCL>3nb}ෘ&V#yN ̆d9.~Gk}nY1w{ލxo37ĸnoNjӸZ#+;?c'[vjy DK أ\E_ҼF`۪j@y5Oc1#)ghx}2e}G|~*m`{{Niw;gLzLw= cn`|oyiHyLq־`Y/eL{n'ɃBgZ5rX;ff:K1f'S HAgA\iwJU448{/C99g'gxKC!}/ё?P~BҏǾsF"T7 YNP ^|\PW}KIsL>bXkT)f!Cv΀% s} fpfDH|mdKZq#z_/̈NQg7jOgfc')%wao{w꽪~WVXߪ?1ܻZM^uSjqBTmN ˷C\V:չK2ݹ۹;ķ{>޷A=ŵ)ۇ)~]oNԉqļkqn^k2fήo i?s==!P񇪫.\f%F\{YyVΚ|M]Zo7}aV~~/OLKrr^f]dq$c~>g}g;yw/Ͻe]}ջ8.޾p? a ҔsKT u#jžfCϺW9U[Af</k+,[z7~Pܑb|}>\d;iS.c>G=DRd|9rnWmiaywR{}*?a<._mQX,PH|ܦ[pVrUi4 =/,v%{;R](NY\w2ŜgA~7PW]b=߸p>i}=|X!Mta^Y#c:gr{Ka~9-ufr.Ӭ/Srz_?>̧R0_}󩞌QGΝ*c[`AJdBy|A \qSݡ<Ş}nX\Cc=#A1ϣ{~o=p8m{}YX)>ijZWCu Vge)TˊkC\z@Z|bG +qD51H}J.MyņX%1喫ݗݝL65ucxqL.5Xgзm`zW1YXAGVx ^O;϶Ti_yܯXڹ^kw`is#űPdCϷY2<,{1 c.Ũ˕k@&4N90rny,|ڋ̚AEAX"h߳GX7YߙOgyY=ckF]j^mz7יs'Ą[Bj3W!Ɗ/2ʄt/X  B\c i̻H ?K9y9^NnjLDޫ}]=pb]+ߗߎn+jYb!FR.lsop~[qcL_oBǷLӾSgg3}.8뺕ׇ(϶XRSTQBFƵ}%bߤsD+?3/z;JNt#%\%gFϕi=^ُ2 l8Q̭1+J'yL}kAO.閙}7vӉc K[0 L%O:>'rBczҾO[\[W[p[_P[پuS@so 9PsXcCΉ<Js_lH򾆎֡xec 1jrE+ +KF5*oȔ1Ca!j񙳜nhxCom~޷wڿ$} 7^9y:p~[;lqJZʆs]>SZ߅Zϳ?Q='|Ѷ*7H#˾drjp c Gk*?υ~Ό) b^k%k(9͙n}X}w+>-ѯc*rՍzz.`0 KLx ARLËiQp^&wQ{Q33y +& CٍV^YxJ(s_|v[ og>35ȇ}#sDPzfO<+*l9ҧ*]yC>-1KxpཽOx&&$VwL苃8| 1,şϚ"<)^3#3+>ga<)9џ#)+yJ=Das@>(zV䔬GVl=UԵhSWyT1O>XOqv01I%_ig5WG?5#ϙbL7}cȼ7&q]ǸkCį=E"S:9++N+0gީJߜl8'ϬŶCbArtfC>swSX;ߋAvq}:y9ϫ=E=R/s<ҏ<vNs.9Fo}w[ߏOmp,9 3KZ6Dd@տqJǂl{,юy!Y[@_O +9<<# +?j -Uģg|Ԥv}c N|=]Vg~2"Oxs_Hc bn9YtDzc)O 8g#^{W~-Y/걩_~+V3S|}p+8m=Nι}Tϥ59w +"=ET5.qr_;=C ?YlOssxk_Kns#/PbC ҈#׵yΉW>׉`<+G-{?h!̓ ?2ؐ1CB|)8ѽEhcDpg)K$Ę]}&2נ(ޏ<]|z0Yʲ>RzLkgzS-ߔ+Qc׉g)qagߏtSϟo^ޟ}Qq9&ԅ@2=]y`>^1:q52/QKjO"/8jd~/d[A]M"7Qc܊sS,uLTq[V>\Νgw1;XE]<)^K$ӛv]3u|ebjuo܅/ۺ?m kyCP< }#C`*ʬ57B1lzfl vt?ؑΎS45F̫7$˪80.%"U!G}=ƣ+@g<0}`?ƒIe!Gf~j.=6=<~!b 򏆰Y7XāƬ*(r{^ɟoxcϙ(=S𧎝s&{K;/03"3Hϐ-7p&xK^5kY3I4f6KnoLq~V?N[1s\C -c*8qG_`W#G=Xߚ.9y{ +yM*5X몀wvX];(G)̳0psG?NM_IWr#'(HCixmj㺬ƶX̊jR|kl͟2yzUV藲uΌ'#-0z˾}KzT&T1ӸlLZi{1oSA:Rz®ۼ,88p _Y/?e@.uiuT!V}|vy6lgשŽxnzZ7}JkҾJ~M$K<=wQQc+sޗ|c}2ޭd^-~[n#/b;T^ז'#p:ziO'B<[b/ehOjs6GP?g@ „,^|; 34qSNr_)F)vA^0##~" +~{$ףqψe1f9vomsLj8O 7DaÉx8s$ʈM`3Co|aKwqƒkX1cw~#=$^!9ARcx/k< /KYXt1=^+=:1$߻cKf%☔ 33c:>C)+1'y+3qWŸfcKE8qbI"s/瘊qY?[N^sN3ǸpX,9d]\|#qC/W;מ?2nK 1p&_zr^֓S#7>aY(s†F1UtݏY75^GTRT#}2+[鮒̈t.xRN:~[9ޘ +ӝYPzlW )a 7ݣ~+~vr2 _ +9gg"0Y0r7urX&+ú`A =W j>ZWPcU{kk3>"k${?ne‰s/^##jj&G;jkÕ9};x8\W3Zlm\"OU1vxFaRɱ>~Ҹ’rĹz,}1}h}GU"#۠f|HvTzΉFO θV{iƽ ~\+Q'3CU1޾,9$voO'BLkn%dp\2}WEUƅ{ok|O9?x_r{9Xu>7 cxG;j-[WnTww fsy}by5<…Zs!Vo3c|X(㤄5*zd|7^c`SsH80+UWʶc ;է|Ҷ}= {N׌e|6̱6r> 9s`~V$n~N8W& -(gm24;.>,zbDʀ<*q#)'2SzRfCmNQa1WJFb<7?2ϣ^HrndKI e_5|yPxF/%,XE~ٳ(Og 4RNc7y5Z)9W1ONjc{tWp#9)3i_(bZON$7msIR׳N`ԺWKM8~Ֆ1&L(\'be.5ԏI&sq7O+Yz>|Iq6#ar?y>0u+=7,wq3jBĘN2{{{_v=Kג^>釺c|O1 +Sq ϥ. ~D_ X{7ݵ$}tWrjƱx񙱾 CZ^!}Cw{a2Vt6{dR\_-X.r:=dN^+55ӫo{;wekq}L-XWf>[g !O(9dL[PQ, +:cӒHrCA#KpIuɻ+1{2_%hn#9,czzb(i:Ϊ5J}A> ј'\C);lv-fۉ7W֑2 0nvl{ +|6T|@i{j`TX+ROBe=bbOTӓw[7"&:>[OH09Bȇ=sIǁ>4 jya$pFrT<*P*m/ +&d`a ]zว2r L(V,uYJ?Nж1:i\d`16uޠƔf~PT'rmC|\W/us q`՞j4z ul=^QĴk 93VۺN0cԋ$j!QC^8.9ϭ,5+s\rz(GD c?1q,:.0!qe;q[gژ1f?>է).k8a<*'WŚ%y|ܨr5(O.cV%lΏ q1"7q7;y4Sa%W.xlo0buזai63!W|V-ci#Rəڻdw2C̷2ݽY]NJF!bN\2kب+4=a#[8[s^[\_gQ[H`ߡZʇJn=Kc^Z8'SW%̡uNEˆߐ yd'\:n゜ϖ\8Yq35<1qd:7HN{(sBrds,\7{)o<R+pl%] 0Zn2ixp^Ğ{e e]K~8PUg,j!##|[3wnϔ87)6px~oϥ^W݆x,燶ʴ2Ugo0a_Y9"e; +CgJH+l +zT?3^OG׿qp xܸ~Y\dJ8֋_vcRw +d%5_-|[#5[yE]86r0/QkǩrͤKʴosz"ۗ<:y +'~%k)sM0c٦y*}@ZODz1yiےG_FB(AO|=a *X:F=/uC ,y]XpY~Y&^o|wCyy>kdL,r Cdׂcu2OοPȺ̇z~qmy5tu5z_)k)r6y~㐼N,k@{X^Ċy;ƐM0[oHcv>|6KK Ysek>/megxlv;V׵] +7&+#d=1]fܤ#zc1&2bY̜7ƊU9 wv=2ܥ7u#^ۆ;&w^0deؖ۴^לYg }:2p Άd`N!,cߍOX}p(Ie<,ߊ6Ƶդ(qkJmU#mU Ǣȫ`RgL246X ކ9U5qFs +}{Wo5 +xlg]lmq:V1}, |Wbfn\0HN>[i} ,5O|7(ȥH<珉 ,|c/; l6ƚᗱ{^qSd.((O7G.kk@_/rv`kƱEM篱HC ؒqA0hɘlxvxwnݲMWn~/Q<&}ϑK'\FJެ r ),ebN!1Wsļ8#G^8/#[V9ݴnu}1!9kr0ayo[yٳ8B +Kcg*k˃J~`3SiPMny9u^Rr—m<p,s` +/B"mk3kus׏)p}\j4jݖ냶fU?B {n/c3\~?7rZD:WlndODϢ2ݷ ?sC#˚^44N(8'Z7,*MY) Bogcqx!+ޙxTc7ƀCIdrd>>3Gg.]qƷ ^Ȁ{1bmqL|n=`Eփ!V-v_7-> Z]hw!.,!j};βuAXV-xol8uGNxA5q~ +G:uy F6y2Γ#y)YQ'UΓbͿǝ?|:P,|>$}BBEl*IƴZbn#,q>qWTcJWM =Ng=͔qej)*c-ݷ݈xR)]tuɚHƃr̟^ O]wt Gjuٳv?;l0shߴ'en=]v_\mVXZ><ķt>$IYE Ǩs#7yoƵ<>o<>X&G:4?vl(5rYIJuTs8$6OXfOa]O )碴sR=` զ\{| OzNq6x20 Ix^,ʋ/k +7M¦qՂ5 p*&Y4Ty<ǜ;}\桡"9, q})0oo߼J蠝u'b{9|ǘRbQd|_0si|m:y4zCr-ƛs.Su3uy*qfVѫ/,3+L2b#sJ&U9-dV~̉c=N9 q' qX,W֬۽k+K\V;nbFv˚>DփfB]1ִ<++Y0XڏmkR1v,TRy c_7{lX>8Y6غ\+`@V_Yg1⮬yiT!-㲨owu|弙T#Lg5{N?-%6,x-YWʆWZe #I2b^qߪe&cc9ޛ6⭒GzlE,myonj4*ղȕ+\uº9bFl*o!Jnqɯxj"@\迟A_wڕ>d^u/5ΚN|9 !8gs}KaܒηƲx u8u;? =yc"|ݫ$wo,&j)fyxo i/Lbiϓsaňsj'cZ8l(^q)/ U>[Mkռ7&1Mvyx0oxgAv%<<zsqѷK{N:+諀vAy0D }[|g׶IBs=sGKoͦ S!>-Ɂr?z-K,SBGvLw@zN=zڝ{80 |9n0[ᯭ+[8Rzu"γxOYa†#y8.ӽQϏ'&9+<7>#:hY_Y֯`[v a+5)˿eoڽ :lMommU3 _~kܷ5{gZȇqwqO"vu5`21ZU+v?^]½ XM1c}5:`@ʄ9_@UI5e\u@:UncD@ oS]_(-vyv2\3apкK#[sEuRb>O X0smd(D K6O64皃NFfk@q׎lZwiǃ$L>E|604o lw9橃?D +=_*&uU?r\s]05,Y_]~ks42<ӦrY׮\}`Ax??UxG7}+z[ǎ*弸*;XHʸup|2>(x.E0=s7o}S^*t<~;~̢[DZvO<]OWpysQ>╰I-%y>h,}üsuKCRśh׼!DÝ%c{l2rܱsL;+,۷oqY6L(h]W~Af!rF|wtSz >|G=^u+2y ue䜻.Y͹̘3s.q9^GNߏaYy6_g"=E:2r 23#()?'_zsτwa/uK\#/X%F{2'yDk`C\1혯E]O!HױMW]\WK$xc&{yXYcls_ {pnY洡3s+:S/K)enѰD.=>! ~R*Lz[؂tӦK|a /ysU0vcB:L9Oam(/7 m6`LGmٶjT1/A@~q?ɘ[%W?2sgt,)cTY#gD_&XO}G~h*|ď׼1 ]Xh׾m,b:a1~haT#=DZ OR9y2ՙ|p-=oC}-z}\|k?Y=α|Y[9v;7>TO%XK`&5[6 ͣ!Nk14;:Ehsmm3&9Y5„d!ɤ~ SPBX:L]Jjyx/3"e?mZh~^˅AchGmK;Ta| +m`̎K vzCz.סⶾ/Ky_qlX>>sSĚA`+03d:?s`3~`ͦMsg18xG8ߒc,:*=F{G *񙶝s\g+'Qs#MK… 1ǟi|?h۾OL:d{1س[V~1v~-=/Ӭwu}("휇9{߶}6ڶփb5FN2G:Vct g׍nJ~YcEÚ9m 1)PnC>UX'xR/={w}W_磮\FrNot##i<)̙qȽ]ޯYc}S:WF_rq,,ے ^s\*3ejiugf 9Z%C@\f<_[ؚm·Ơ2OYI^5?&摳x6(x^1 !o 7\d8|9/Z{_[ayO% Ln@ӏO|aaeCae diA K3jtU~ܠGM]*y<Ûc]\t`\5s|sHyjCH„RM]@-4p8OYLᎡ8f,~P"W)]3^5'{eY`FNxoK2+g/{j!犵-㾎PawSmPq7VpgŹdl ł-YQ\Z5/ƻ[̀ʅ_jq%׭gqy!r`=89!z`;B9 !?~0 W6Ci|6wu;zߐ ڸ' 9 jerK|0%UxR%o9u a|I8Nf>k^~o܈㹛nߕ QOX[qpxՈ5p~|{7;v!߱yG󾋘Sv-Pz>8Wo C]Ly߻<>S<:g(\:Ƭj|0<_oRq%ޫF~Tϑv/O({=&'=~_G]ϗM&hUԌj{G:sܧcR|}xUnS'A>"y V[0#dخ?CT}'fৼ&$dc\ˍmx+/Z+9mogV|@yz5<1F\{~!1_fym@s(iQ' m_=Sv] ] ?ِcS?]?qn216Hpz<rFd>x2ԝ ^S7l*b]$%g/Ux|]@fd\]yck{oJ.kYuUܮ:4{}_c)υǕsU8F6xѲ#yln#wH}˕oR3(^?*czp^y0k129!\-nL,lxȖٱ#u?}h~旋l 9U|ඹ[<181f Q2S@_;ǿY#6t)X\\1^%95_wrnyp~܎c5@KyP.V.vʆ#:vܡӮiqKm&.X(Bc wT{"xqBk +ۓ}EƮ-=X3z&᭘_F@˥/ VN + ,M59v['P'zǼn@mXm|S]Ycxغk. +η ^%CfT9/fQ8 ֯P^M?ė=Ywl^y#]u? C%w}913};8ƣGmSΖ1ٍ̯X-So1eQqJ|uXЭnZrxkS LP!V5yՑOmN/jV Py+UӌLs%bLe>9kqv;vz Mv;м4ͳ:iVҶֺ#ٴj4}`**3`#rىՂB +K# Fƒ\ +ao.)q9Mv ѥ]<9}(U>f4rAZKY+fAr b0Ka즲& AXWļ2Db֘z']=9ƻG|o;!cq1x}ޫ|Y'.>.%Yqnwh`Sg 1Pֻ~: 8M= e*A繼prʵqއWOljkmjV,Z7m{ЖX)U1ޖCy`@nώ'|vr'<$hlB3#f 0G#1:~sF<1enŶ@qccCc䱢:tl\) +U΍!># íeѧU̼f@-s [b~oNsAu&J,+k>yt۟x/uxSdlП:ɛ õK<(X"uWXKs#w5V7 :Q2^_O-qr2kWU#z+"QTkt9?ӏQZ+)y8NVyJNxOy'BF)LjkWjkiwIcpޘ 1-G(Yڶ}sL"b~ں~r_C`9hK8OZ^[Ob'fbm1ٶ* 9$ܙyWxkՊ6Ul.c@5GBXlV i==p[5ѽ[m=h|cGo;$) Vl Ř2 bΗ,I&x= sW)GӓZ502pԘLS6>ZOL57c:ρǦk/뾩{Qr ?yP؏uP-9">~QArE("3 ] NS湛0A#B>dN"pmȏcS'y6M^=;ω}UF- +h.:xx3ô| ~ϼ<3+ͫ|N4zv\۴@ql֎I=>JQhezW̗5C +E[1NPlϜuihY.!Cc yj,uTWe| < 9Eە̨ѱ_uMY9/{`< C ӚԖ8g/cq!qE:dEƬ,q;[eDn`=:XCk^HsqvE|n|qk]FkX#ʜS#bSfnWyr9q.s\v[-S q۴mZQ>R_,eli}Bh~hׁT-Mc@ӶEDN4m]4~X1TfǬ]cIcPaם<\ܘE֛ec̕w:ʺVqϙ(y8kOQa +^2FtOP-qGB஡+i(mC,mȠ7S)!J7פ>2B[v\L O{[cezC]K 9U#ǯ/_rMk*_xՋ8ך}Xhr<gdȺE4z?O_v_sB\ؘbcϐz_>[ }wƾo/slQ0,qơۜ:L[,gVjydN67 e[=3^|!|>QgYL\Nڿ@C;;~+C>9v_yN4}.s.\TabPzC\Zm+ޜIta:o~=X57{m?onæwNN?j-1-x?Q_F!FG"E?ݱ)qOŶ xσ'? ޽/+u\#/s/.ʣ .updDgP7=) 8&syK=snm3<Ϯm捿#OoC\yZ1r}{3~/湞|7vA+^p)_MC+<7[~DO|deh}[T>᜚`?qҶwTvq7uؘpێ;k9r3sP3{:=Q|[Y5tPmg[6Tm`(>gC>V0x1Xyvh:S0cfe0 z8H#CF,16OՖ=;n0~6Y+,Ϻf!~/~>n1"ɹ[zMC}g6k::ﴎN{p(ۦJ^E +흋$E[]^*",( ug>1 ]as72nխߩYYˈџ7zkVidi,__5m>뒵k2m)|#Ȯ)C?Iݶ7ZJWE4贜?Y5u{I>?}8?ep{W'nއ4KkڞJ׳7Uj|~!sqͺ~m>#O,?*y7nyݼG3cݟvOR~~iv){ɪc;-uJ1m+Z>D}pyeD}Բ>*uM1R_2_dة{˿UuDyk]TW-a%y3ڬĶy>1fsZL)UyϚ]P>P]ٮ͗:#۟k95I'}Լ6i)ETz^}g}S}j}T3FGol5cطQ}뱝.=q >林bKջ|~lfy% +/I܈;-X[voc1??^ŖWk)=}-/f5D6?_3-ULj>VUo]r:6:DރvyUWdSΣb|G߬u6O5::G-yNjuv6{B *}:.hc6^h̤cv~YT㒗{i7)ڸIS&o5u0'>oS]|U|Su-O6c7*-XI3o:`N1wl{mtP?z6VAiױZ:>nKKJ>7VK\qvk_Ob\)ϗ5olwJcgqϼ.oZg|Z,L[y\Wm*퓂 WMX|dZJ^lOZiOǩSy棚Xu=j%h^U6Ξ y_ɾf|4<k/'<#mKW /&=>\s/ˡuI m|ҕj3UJ1c^)U֏>e/bڷZEߺ^[ukk{Ⱥ=Cqz2Μ1?K?_;og=,/k]u9S|S߱/T1awuikޭgJ[Žs*-%XmdyVm><_?tj;jrI%j]5yܽ|ܐء^=ڌ$)?x~ьM~:Ka;Թ!< :1f&4.f=2Ohs?uTlO5nUy.y U NU5fyŤ:}z飋ߑ$1Q[24y[w7Rysϝݣy@{*ެRLrߴ-M[lkXVJw~_ t`z̎?O׽>G5yo=Bf^FQnRl_||[O˳!"z<:/_|bƚjeEGK-A5O@I\Ut]ZigK; ^⁋mo\l>/bR3~${7cp6rs6zQM^j|[4<=EQ/Lcp1|sCWԱD]gO|>lP${4N(M5lJ.JښS%p3Ɨ>s'~Q]uY<9߻Yyi뜌C(}=ۘ[cDZ|S٫Ԑ>GxKZ!}!V/o{m}UmUn\w}̹u#jp]w/TIq~*>;=}B?x2>{FD37SާVʽ7r!]׸j1USV]@w>x=\^qt͟ƶڼZ!WV9O_mXmt~:cº[ YW}5g>~{.xҹG=D}Gm/)k}awsX+>^LL旼J^ҷbn]g.mGijض=oq&Y1'EOڦ>}tiyP|f:~&?7||ޒ=՚j^.q}zY/qst#ίSV8qrxy}o:Φ㍚hK4}SMmf]/Oy~ |}}TW$_woll9+EeϞX7Mf/ygsXOq./GҼjE(>pW0/?TO7>}Y_I5\W+)7M_x¼շozoF%yYM6XigOc|ؤ{iKx~Na^}aIc:yJ-%AסЯyPvR^|YTO[j[>Ty}G e?K}X-s\9n}8R_vӲ/ڞtn]y;/kl qmO9Ǝ]}um-[)ov2oY[^-yݶ6#[;j,zu8[90^mqz<?= +k~;v(k*cs4i}Ez9/i|&my>L=snYs> ;NIxËK434:nX޶SU6&wU|w)A13icLcNv24~lqWŹT{R=KcӖU1;bߨΏo-yXWe:taU>m;ZG\AQ=}ܴFmp}}z1OΧ͟ڲN[OM]1*NӺysTwLV^R/9[U~]V ^ M~F2EKWc-Ћ269b4=ԋxWͻ@٫K~-mZŹXxOfs4oA3ҏXyA{SJܳn.f伞JIr^1,өHնO514%?c}gS<[M^}Evv_uHMv~;uڏCili{cvV{wSGh>Fb.[j3bvZb.JJ3iZivVa}-]&_gOm۶.;7{hkgAm]1_<ׄ}Ru/Ky*t9׋qj!FEtUTmˋu0]y._N[WN5J];QLbb5[lCHס&^?b~vLZsw\eyKMeދiJ!_&bL)bhQŘkk4'PBM>-N۱*m^>QcI_|&ߪOߗrLRΫƟvsni-eמiI+ZןuBmϐt|s.jYz]=Yr|fizW'} ]|Cxj]UӺe}w*gNW2?URU&lY2]ֲ-ߓ=1O˳Jߪ:>^^GMO>PozO?Y^Byx+1mg~ 墘6XcLZ^mR̵o,hZL|J}^i};g{jcQۖ}|=g[uJ+c}o}u)ԎŴ}O>m뵣+~k}:dJyk̵mAsy2SVɻSTj~f{ԽQO& ~i˵-V!{Uʏ1U;nRR?W\SOU++ĥNmY-F8=QodL#@sX]oBs1؎u/t`]cP}=8888{OIA|"~79 sGǠ79gply! +1 Om"! +1 Om" ! +1 Om" +! +1 Om" ! +1 Om" ~ +1 Om /xu@p! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"L- +흉-Eu177 11QPA& "Á$`()j>gZ굪oz9Cw޽h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6h6V3._~M Sw >gֱA_V!~7&w% A?3aZd[)_wҳHztw/gO7}0x3KQY9YjklXoEmnˈXɲ˛wr(^e"5t^w5_"&V!ˋXJ_U؍ bzϞPy|w_t 5is1p8pV_qv:,j:ΌvR1٪珽Hό$!3opWiz9uh~-/KBsC">罖fk>hLQ>ʇ2ͣDE^VkVU͎Un[/RLeʛL'/WZS?^#ޥ@u+5s'̈=Heݪ"6=#eEk:s\TLɢ,۽l\5'V;^aUaU?q}+&g6dǐZֶ0jPb_txѓ19G;[\0k1pxCק~.u|LwXoLu\r۪ E˺zG9x(t7佦/Y?ϡoo +čQބVQ֌ǵeTŧsf鸶z ZxW}v t tvLܩ7Ǚu~Dkx8-+<<;P[qbDSн_&ΑɍV(TWN[)*3$1Z~+^Z;j,>1~ÇwDFyJ-:9pƆWkV_c5ͼY 賅]ܷ7C~({zc.3~QxYY/ +Nwĭ Yu9螤;4ć“qKUMϖЛ b;/ZOtQbz^YcJi-Z`>f{><6DyxЋL/pCY?fEOE TYc 4/y)]Xe`ZI+lj`Y@{?hJ,1!{ϑ<6<=|[I%1PÇ5^ U9uMmc`qlj#x̢1` +s!N;]UAz~ේX2+0(pA>&ߠu,ܻw ^㕼Yd1. %2v#%bh=3ZXTpf\Ť/8ȺXPÉ^g 蚂Ejt|(ilxXt:wZOwE#ż(.\-Cfeud^6sC䞄C#_qV{sס=z׿XIfG+нIC>c5ܴ$fc;(ho>h~U[vjy;9#i/{ɸG?rc:s(o\W+o;a[De<r5? 5W)h?|IPqpx:v=?_ia ײ}cg>v46Ṧ}zqT'/xcJc8V-.C㈏3f:i/Vk_}@DCÌU~"b$+UaCǞZϣYc__v>&|GHDŽ+,ĺbU!0>ʹNCZz1|WҪyUMmJNî ks1a+ZZE/61.\iU˱hѬ: Zl8K_Y5A=Uz.˵xOy̓ +c]X}D41KiJ('+ 'Ley"z;X.8us~<侀Wp[A_3L+Z:MqV̨wM_5NkXdWˊ@'2n@+%cw,>'d/p,y$z%[{TXlZ˶gAyq$?n,լĭ5z_ȼ[ǎ̉3XN0,c1 +c!^P<^_|&y3aq.wXIx䳕|BgJ8vY58Ea}3_XO ;Fj79(oUؿkj`$1k .c<6!ŕ[SuX۴EXbDcQ!aV/6o^m~4K.g9Z;]W~̺yPo%S{$wR=a|7R|"wq S{XҡEAazwnYzX̒fQ8&fo^}i>cv?qAŇxTd<[ b!&>EJTcwjnʿioV_̵_yRͳxb=>k@Kiձ,]bK;e}㳶Qq^Kiy{=kkaΌn3|:Do]kpNlz~l:zܘ8kݯӾޔP֧CyCj.E׳|c"{AIf-^0kCoP Y^ bAǭjHdUư7֗ ث{~|3ApsNߒ~|vó#֋PM o~X&xu.7񟩆%z=åg>w8S .۪k3P_ݐ[F+P80~WtMy@@ɤ'o/Ⱦ_:og8~,oﯛN>h,{x8Y2h?^ҝăOhŲj4G7fQi=RsV]G;js,M,Z0V~OU78O)q~K8Q8z3"V3_x[U^5;Y]2ⶕjaOZu61xNoCPtV(w~ޟ(D9_&=xKVŽGl1";5M!1i?_cCA!nw?~ jexb1k}\#j :o8 á4-|N+erXFԼX꣧}B9,Y=Hzcz@,G:'Ы=1CĒ1AћE8 +>zHl2fE6x7@YPK󊰏%gZ6C"~'m16 +kq1 ,"uEJ=o,#8Os:1:j9YwV& zpocd$ꎹ!vvO< C~8⹖tQsm(>V:#ᚳ?PްE1!Z]4>X5'5/hz0c)ŠStl)F#75knaה9㮼pV8VuN<3<pzu]EU[1ꍉ6ǿq,LR^,(rLsF4YbF<3<-0X8A3mFc^h_^׃O{m,?bo룮Po+ +-Ax!e()6;rPGƪ;k[洜O+>kgzRJo};WZo{-q|-iWz @]{OܯhCt_*M,&^]Z@8̟}4|98V|V济XN;ϧXo.-Lqb +QL<'HV{#iRy(C*zjJ֜>{G2(ׇp]T?-cyOOI3`p]3"sdGr>̓cip7\}@N^Xz:fU9/5̷=M +gUqEzErKukus!OR1V[jVTxp0bF-֋eȅ^G:Y}~%@%N*J|7KYyb_}1wV K8,*VE1=E%lS u]I.buwY~'^ٳuG1]bX>\|Vi6&lPƶT?ِ +K9Ia﮴|O1|ίHXv~})MlS (ܰj /txMs_,59۾$ye5;: +yn; I3%YNQeY7/=)^ `Pvݛ޾T~lywHm+f9(Ҙ϶}{TDyG17ulx,'%z&wb-OZԾVU:1][soր[e2 Ȭ_[(Մ(֋Yqq:_.H*[20cBkر$?vvXl1UbvU+`NăZo+ݽ7Qww-{?~s2I/@m\A+h獉 W꤮Im"BudVm9/9>@ZinOmeX;N: NJR8Eb.׍9σb>$(L#,duڶݫ,y,!͆Xq';>gWw^'PS?bsjxr .9XOͺkqcb3Ky}FpVm-RH}+~_V+3'P~9{X|W&K̔,ӿ"mEYlcw ˅d}"^h[Jrl%9.k>x¬>Sdڷ#^ܒ8r!F,,gi_>5a!OO8p+};t.3,lY⑛?<;\'۳y vc(}oz=qlcppL ++ldدܲW36E (~z6 m|fN>Zڇ>p,6?TMwX[vjP h&=x؃T&Vj6< dpQ:f{d-fӯ굵9B:~/[>~u<#@1y 'Y%K,^9jQm좷} 8K٭YȹL4Z>lj̈;?Y<c4Wp(׽8(K!F1)=ᐘgo&J<$$ᱭLʸ k!O^q 3B9+ݕ~Zmwe?X%[X0r`0pb-B\g\(f(rZX+ָ<=a'΋3s,p-۷G)E b1%uc`6A+l>:{6׳aLMȈX߀5lmLa iIߝTQv=lO74.3֊w+c>V4JƼqߣX[Ћ5;^bMۑb%.RMN:F:_j4qEyhc66?lR޶Um/u鵌+wxN,͵SץmD8'ϧK Npbmvz-Iba3w9gou3CenSM)u#ȭ37 NLxL%j΀f03%NfuK ,͏a_cz[3aԋ B6_ GEO E_1_fɝRlS˒mۛ<\צ'?C<5aՍZ? ˿9-f əpAấ%ːer ׉XP|0aMvv֚[qWLɺj>{iYOd%.\7'O;fyֲسb»Wrf.qq}Plbµ>o2yu"G:1rrt]J͏WhV +Œ/ <5clTfY=%][oupuZȝzJV(ǮJI:३:Y`7cb|2}O̐r:&#_6|wx<oJH?8G_a3/#v~bb5]ÓvO +,C,kK  +o8us0vco˲ Y‰N}zÒODDKpCSVw{~^`:{DҶa"eim~v=u9v3Wd2~+g|h2}xd +3Ԭ-%6Xђl?zoAg%TrI„Z`?d%aqk4w,pϧUs2tU9F';}fk-k6[}yPwXY[V}S!^U*J81޳w; +&EV[ŏ#.ur&u`x#'sBO`DܫFcVVsYʟ~" kcgeL/xmT_qmˎ%/Gz̍4vR8>bXө7*Ig'\"|׫!m븓"Ԓ8ノs]WUwXLXyGYĒyvDS9o,dOS|$ID!1N'ɿGq6E8FN )E6ŔݟN0ByX0X4SP_ , u?zTlftZϸ]_K^_1H`Ǧ;OsSoLgZ%<%Za.ei3摵5buN֟M_2Eu\$'^!bBpfhc86fMKŒqd2aVyY(kt8o]-̓3#F%Ϫă +?0듃҉Yty$9;>Z9Qq!٤#'9%',Y#^6~ :27LlYSu(ҫb:-cb 5Yܺ.Cz[1YCAILY}T].^՟?s[toTwz'f}WT=FqDiYP` #[|/$=bY,3:] &j -kWdZoǨg"gӱ)>Q~uu(״ugX<:d;[D`N=R-9(a|$+.=_1^dW_/,;.?lUhɶCf(nϙ;GAup.1xfkaKa[`hc޶uHO[>֏'-I3['-&ǙȇVƝcǃK+>)CxoL*x~;VV݋@MpU,$ 0 b=%.J-ȏT+a_mzk^e2o3>X>,[{46<^m,֪ydcf +/YxFmGK:DZ$y={kcꕢKIDݗcƯŚqȞG\)[`:Y#zk'n)cHXxx╱3k3c Q]ExxV@|&0Z'|iSzv'>@v lޜ}$'b -a1|hK)ĉƤ: 9+{ k&ui1ɯ(˃:Pa[ֱO^cFT;A[I%ův' (rgc?1=Hz8NE͊pοb"kn-͠0ϳįy@x +Kz8os>!ߋ>;T:FUr.e!$qk1%Spzs~"#O1),{#q?_ޝ?J3stj\1ƣ3lB+_!-izq`JfP ~a̭ΧLL=ָr4f1绕qo4;;&c챖)syޗp?^es5 Z轇//f&y:kVUr壮Ś!;_ x5Y>̆H\,2\.2&[{aŜBLZ F8Ê2/|<5K`-C[]\Aݽ>/h] DŽH 9F %ǍܓRZQqb8Br\C"$<~lpsjQ{adb@̓Ye%cy1f +콰-";Z1# +c'Wɕ?{s=L6[TW\]|Xd5-nzbmW^ᝌ<ÆY1jVX~_sks5v4J$'^m%? g ,hy|ϯFvO5<ik<|7q3᭡z3x^9oPK'c> "Y0e<<$ƅϋhf{{+s[ 2rfUW' k?tߑл).?7Ed]5ybJy(tNgw佒LQJK}m?!T}1χ9cMOL8SVFtsb԰(o@>cFގĆ%E{cduMY;xXQMy;S?}=R37Z)kfjv}T,kI=ĕJ zkǞkFR4joXy?8<@]DO8Y6k>׊Z1J:ݛε<NW+:JGR0 x=R7ֻu2^yӉ򤬹csXbXne|lcpSd Ox\\ra5X^?sJ tndŇj] ',y䷚p.sv8cAqau8f< "?97]N\i$МJ̙s̆Wjr=t})un}.^_Ikme_95L0T״_jO2ZG/b'Cըi) OyVh(wRb+i +{EԵ:_PoGQ3ӖCMNT5cK{zCEK gWӘ)9c8$ kB[rk^Y5PAA^}:Һ_ʱ6f2/RKy~Ȣl qdx~y3Υ}}N#Is-sfAk%9.̧]YWxຬeL9+9ot! f)Flǧǚ0t{n}WLNLح\҅pq[qI{ iҾ}*ga<׼}Zjkaq=_R $nguhpkǜ-kP롛/ݩjrmuԬJz=#~@XVmBZNKr]99͘hZ4 Fy;䚬,=]FtU/`̱dN~b֧y,ń)5Qs" xLvό}AxR/_z,h1!N孇)zj^Ja$jC{KuzEwĢZZ`^n  -w%z]'B2"_PDSI(n bL n\dϘP[sJ`v5he7 +p ##j@ČƼA~L9ydݹ.r=šٻK^ϯrxpz e,(l,\XRȬ"(]ݺM>ʛcys|͛e*hH, ܸT}` <.Ge !^o=ɾ~z5bcӏ{7g}ulۈ ]sLo`裫z=Q +M֜~{Cz޺ z4RΔ-;xYMe'IKut%_{QKߗp9L&~0{t~R3liXeo_$r~JRI=pKd6>s4S#~Jǒ!Zs'רsfA糔Ý{:/Z:cgլ~hiT?D޶0hY}*~Oޣ1hWҐO=~GJ}J 9,X+(C̴%l8WA>x7?Λ,}ŸG'J^#a{;jo{59ӌN )Z]/vk!9cZ]3kYZ\+Ƣ(KeG2vL_O, qܯQO Xhe\xzޛ9#k_ՅZ`8؏5t^cxt9ml<ٰ5WXb0,+“ū X-,I?nOؖLLv>>8lX~K+|9KEK.1;NB1v}uD|I|8MՊL95zdžP&&ZKzȆz57z~"ED9WN?}RPIyp_[6œvMz<1.|ߗ m<5?6Mc7^N '6+&5 =j7!<=?z'{^%oļb!鹢nnIY:(~u͆W@qX$,|+}*IחO$ +V#.Nsn12Հ-8{~~`VoTycCIk9y\>uoIgOR)e+Y\^p}G{Hɹ:nKܬKu,y?K/ / {rߑsiŚ}T{]YƒT?uJx{f}mvzW Eˎ,2a}ܬs!x?,˒ņ/iΪ"4}Zn;t1ZM*s̊̂>Of9ͱmլၜHp>.5#Y>$2oL?<̈3r=fMܱua?5ce#fwHqIX5^>q\, {zums^ +s@O5N GpԝxU1sK9&/<璴od=;^y$tWp],cʜ:8: ]#moʏhV4fBH|ʬk&ҽA8f7ךz{ۼ-%C K^ +o{@s/¿?𻅲=oOӿHn<tx9jZ߸ tL;1<.fBPL&LG2/u-ۿ|r7PK%=*5i]ldO[徧1aRwX@\Ә%2cArcnHw[64'{0s}K%>qRms𛁊16?]Hfqk3s.ۘ9<=O ޽Z2*us\zu?puLy5+h{~w=Oq%Y{>X.jc>C_H "Ի~)_]"@oI}Rxwx#ҥpulZi-}93a56nGmdROkh'vdVdFdNޥ'xjIv-C5z'x2"+uR]R m벒zXRǹ֭NO]cO㢏/>j^J]G@VypmΚxY~-s^I€Y. IOfa +ܧ'I3Aܻ^ֳ.$=пG5t^Z}BQtnfT8HzS,0\?C5rkNT8p/OyK?&TLxQ=yZ*ΧףD/Jc?D~FҘ8Zf;gjnlL{I8'F==ڗz? bKOM%NѾ^sjY}-'e:~[<}ʼU1!=ľs~qeȴCJm2Ҷc^Pb~P0sZf6p/^`䬏%֬Wubo:BUx!W e.Pӏ!MԋJDF{fˉwrN*'̈́E 7__k{1iIqw/ŞZdI]{RZ5L\"N6-G#+<_$.ԵXQsytwOwGVWGmr̜Ki?U濚6j|0~!=V6=zܻA}3Hߖ|:0Q}mwx.^p}-MZ.sH Xp.Wfe1O@_bϭCýjGzlgJ>Cٺu:@Gl<;xaR |hoqErO$Z%}L|B=bȅ*GeϤ霻kN5ǃ~X,q*te=waYtZ:, !|$gc~8X`8?g`C7eJ":S Bz|Ϭsh?N%iF1~Fś|>vd߇m8?o7p~so?E(NӹB ?>x6kk[[A +$Yuw+@ f0{% +A 7V+-̴.oΠ~s<7{܈̪ϧ*3##]č1޽LW_ڃ.tu }Smwm_]{n]xowugAiuWxKٟ?-tQt{幏.{;Wr'{{Vx sh+/ߩnSx]} %]^cxO?}A^Э}t/klЍ>4YlߨgUgw>9u"yMH_]e{rSqUte/ nPxrQywWt>zzbկݝѓUb;=xǪǠFZ-6vѭ=n<~^32Dqj1V8ַͲocHP?[&t1E  M q1c/g}3VyoX#5rM1uٮ弆n~|q͹Q\\r=sqݲkWw- s~W˹J]UٶevK;dk/huXtAG:]Å[`n_Y3o?Z=wBur<x9^9.rlc2S}+E˱[U +'UJ`^L;W#߮g =~OSWގ<ǹ~/y-[;eLp=IVvJC84a0bL> +X]:L|L|kQVI}<1#o#kp]{:_&m~R?[0/ *">H(ڜ'a^e,x{̓|.SR|m:_ɪCT/lH;)r۟tcǕ)MWƒI,0oPYVƪ t_7U_1Sn1x{sTd@wWB0zޟu )؃ȉ}>qb#F27Ռu܏㖎Wqm['8p}YΝ#_lOր# zϝS.uS=~ ;a.:3yj!SelXW-Ÿ<ֲM9rLc:|ǂ!l;q_o* G|ق`x{}`x\e 'ոt߶}m~w>Vd׽rS;;Ǡ9fc/ͿwwdSe>>9~2c7/jt?̘2E^ʚd>ĉb+c~du@dgDž;]qc'穏G>/Ȕq'Rp,)W<0j;[^zy_]:-f~ccNoz.1"8}FfsH15BY<)b-\~y;t0W鼣N7_d>tu+1/o]=qen=vyi1<:J̍ 8wh'r6rGT_Ps8󻍝1}q]wq1+!t@+Kr̚#6vF8 HZy Lk(cb>HAXdAv#}xלf0i9oʏXZ~jug- + >W)lWaϵrPAmw}Lm`1c3ߟZjx58Xw. '"oJ=;h A cD'rc> `佨,.Ew$2a|ȃY̥vUuͻԼ+-uܟ~0_OʃdR>\x=ex _ǣ3ܧGR +k>?-c@ "=&"*#V"2aVTِ1 O8O4xOgxj;%wEaNO ny*>^y=p;jvt_{>d>Gx}ʹBʹDs쨬P6%vV:ʵQx|s^ WE>5-vg`ʊ~UʃsePCQe,)cP1_<\YN$m|I+3xʌאxA,`vQo\k^Œs]ף/x|/tKZ*..T|q}~QwqT&^u.0WjUq#b(ο)S1.a..`*nʊ]or+$ c,{(b̿Gv> E1oB"&z" $קr^$f;Ț\^ڂʁr-}^΀Hq_t떍;zesBa9\׋+e9Suϴ"gesaN^R)a}aIh)VSvwKfs4-z?e]ƋB o'a>|ou_\㖱;~wty,echŠʇu^sp µѨыVdBۿr~Z jѸp-suZxW5Zży{Ye~m,N+X6q̴ixRȆ-Q^Ç 1|d C= bx֦wE_1PƄ;bH#Z\:~pb¨[_lck|?\xzѧ<2GbB7p2gֺžS/6I9P;ƞ4N|$ƒOi=q \jed,##fyd@~7/,X.GF5VqĀ3H1?d9=0 |@c.x- Z`Y욘ioAIXrg"<~cg:Yu2CuZvZym=v}bǒ=?~>cr R[%y*[9oU;s!q3w=»o}A7ȏo|ﰏF?S"sN|׏ml߹U*=yނh|q')B +l@ߴ{>)|:ŌsĬ[d>a~LtO~ypz1N&\>G1dǷȦazW[h`ȂK 4PbC0#GYO5$CƄB]0V_љ5+ZROQkz^;?~sܷGֻT]dƳ1՜98 a,W i +9\i2zt{<*$|؈y|#Cz2/%Ϯ.T~dOdz]~^;u&P^EP{V+oY)k%n:\s }m B7;|Yz+ýOc<@M>L֣BQLiLr*L|7d4W{)cs SuiVQÌM۸OWX9U?^x@#X1+ mЯVq5$z5'Pzx۵5yϵn#{vkrߎYݏ:,.C?wl9xItyc<y**HC^7k|wo̓>b̋qNTn9F|CSR+fו2( Uᓥ4:KI;|׌yZ7uy aS}CSR +=|%xJly xOX3˵UoLŎ֣Qzikcd)Һ/@[Ȑ_dl԰OǙr36T5+["_V<礌b>x{RͶh2/0i8pڛm3[z"^̯˭;PmWCM~joyI#Q 4I<(d1g>ɂz5Wt{McuuڛX4RÝu55;yc S^L`Hs: fL;D^Q]1QO!xzU2vޔ~qNTx(o=-֍LJE0nyyoLzTvTkzXkjC?lngō2\l-38ksNͼ>֓_ufoTz>:|O4ꑺ_h.B "9<)eGrbdD8|,'1bԵ7{1Slyާ\h^W1E1.'|OeQ%wZXkj\1O_V_EVc\kSwSEs'{8b̉ Uf;-.^CgX=^lúb}6_HTsl\gbOz5"3[;|RZJ%|-Bhq\XDtɁ.e@9G<^4pe:~5$=QT  +\,}Wk_[/.ctj1G=-Dk׺7LJGő">U:O.t snfǞ[F[ kOxX|XÞJ{)XPQ'/FV,N5սOX陞,9 4?н۬w`BʄZ+Y_eY6=b~_= \U5okRϷX}Y Su| +J?|'wZ/,rfz0S337*CEva]ȇ+.BɁ78rﻩ7k?{ƺ5.#*j}(p!ƅRTU,4Ω|M +r*gH.Za{Z<਎LW}س:Jkd>!r,g4Q__l-2_œϨwʺ6[ 1{5Ca9H5DQ݌]QM?g8PgKS[rի703N2w!ئ@Jo*'<3=)|]SdXuZG r`U-B +~ߛUh\_!'+J*xg|o)-v+kjzI4Sɫg{FeAO {fԨ9Xkkt ú?ZSK]Ɗ>q&df/6D&DM(97[y kG}!n kG_Zp"cn/T˜fVG9jF>.^xLT>{za.kQcaƌqVBlǖw$8sɐqW4urץ kf6E~IAUYO x+{Zur+*uy} @'[>3nB;k%;z;:'ϫZs/;#o OUߛnqaOO9V'OcЃ/x,Yml]u/B '==ܟ39{8<.~bVKТwg|Q{Q돱oOp=Q#rQ P^0~Td@_O͟2!r*?c cB8ls>Y2\S,L鄊 OD=^{1 S3 +xL[o>e?qۈ EwA{&{Y8,H\B@{DmF.ˁp2: OʓA'N]k/3^5l.W3a!SSl~a)a( E̅? t̫uxC$VَsCØH6~%ﻅ8qN5VչjҚ^o|Rnl[:#=ѣm]Dg"85̘շQN$+*'~GXΛ{12 [7\I&y7 o<}'{K>2*+YJ8TZ<;xv3O2j zdCg@z~Rj/?a>xx031^KT{ya>~"B_0ֆՈW~w<7ag?,b".Ӹ,8l$ӡʌkgW]8KzoqY|7 1B[.}KQ(h^֜ r t eo;2RzYȣz1gsNST}GNb\ /RDWO'(j)'=.!U}@]LO?cAwC6*s/wŚ2VKcp?c-X'篓9?=TpIn\ qoaeWSl:Z6ֿbO9G93L=fyՋ)ƜFv5TD .FypyeDe_X1}'UxSr|VuYѲ2z-ߵ^#QӋ4^7:~簈zς!7\0>qBǻ& hvMm&,v~N__2漌 Ϲ^K˱r_W4Tj=kŁBN/y~{nb\*ϵۙ/x]Z{Ȟ7Ƀ.FY2f,㎩)U;d@>Pe WR֗(r`S}+My0~3TLx౧ˣ<)+ >9+1bG kC?N\wj %sQgksnB\{ذ͑3x(r'/ϔ9{*4Ǯ_StfL%3sp>Ϙy{sU[K=vԚs1um$Y0|I{56s ս+;嘥(BOT.7n";eN/?-"E ns=9ug4{ܧ~vXQ&cܽoQ_[^}^m*a(e1?Sɵ:ߑ5>QÀ=q`X=v1]T-*AlÀFUjCO=U9ޞ + '8씺xRdIR WѪoyIUu(wkΊ/j9^'a^.M/_x|ZNf*۝ygȰslx'۝E2>g~a:ڬ>߯%ruI/w=f =F$nT{Ԣآ\k_jZ{wC+zOu@"{yo>bSV1cŬ~!{2Q&?[S1Ġj~Sr ~nz*(h3_ʺAU9x~lDu Wt$ZմZͼDsOdČoJ*5ycÓ=JYp9eȺ吏>ru'' 2=![c-&"pa7Y /Q~ю5AƀᚊȀ5߯{eq4N$F.·'s::+fz:+[ a0`p`Tk`BR"+|'(p`w> Cx]$D-}-{‚pa9gřg~/'egZ2~#$6kC Ǵ^;k=YyKCiK13Ȅ4& L|Ekl~>6x:7C+N9tj7-t4nFwJָ5?:(WIFHcLY{uZ4IʉSHr;'qhUG-2/EvBP>qC~]wq =Ymert0G}7oc;dArkR&<ž X/Cn tݹ0>` xf,8pK =|1,hkV@5keΤUk?vRo0@eAc@?8ʊmqN#WX{jXPJ\ڎXߢ'U@NY k^L/3??}U]RG_u +6<) }`@(z={br9ϗl߯?QVCA2ae%xwlNK{WsEc0jί\\cӠU*7I.9,73 VvxȂK z]>Gb^[_ZYVTxQ21F&H/1Ƴ`1j i)kLi./q6kdX2,ܲx_3c}]FXkGIo?`*LHEƫ>NyN;W}~ɀk 8⼎"kT=|(oxo-Wyqxx@eAr ZS8X-1Z?SWlozXss$q܍" VD CmÀjGym#p+Jlr` Ųu{aA WVa}ʄa~ Ze=m{%s e +^boDkԈut-|}rBvY XٮhQݷ!Ky ^~o>Q?Ff+ed̎9MS-=N8zZ+ C|&jn~1 ;1=.'xubt$s_s zv +^쀙P3 +#Ҍ -nyPх"O W4poAŽ=qƠRzr~A;Qzѹ5wZP=)\fTb #Ƭc1oόY1w\йd P_|XP([E!0!tX {pd<>߷lgPo8ņ'|t lm#}L%wQ`(lz;*ʂ@>7~[Pš\m 1d@r`eAԆyU׏`*Ar$ HlbB}>ㆫמXd@Yˁenתl8S+,d=(aOf >zXNZOd.|wX2+xм@a)1e7' 4^ćVe|iJ}Ù{U;sJ>|JuBO"eI\GbG8Ňf6k~- L_kq_Z} H&<>ƬBdZO9[#22jdCeBWֺ'{\殐u}kLcqvrb_)VԿS=1JCk|PUkՠ 2 5gL/zpgCq' +;Py5G~*ENJC)\ h T3U~"YU}ĹdAeBۛϯ!jF+cԆu͚AK,@߭{D652BK# x9Ɂȅ +?>^*FkޘۨSSs xR%iHY5层ԲWq`[3+Y!ِjP ;.t$d1\1Iy4IOӗu3&쭗O}CeBƛan`9(O"޻į{SԞ |Y%B75 26ydL ֓ ɅlMMØ kHY:CʂSLPJƋ۟ʸkhT3E1 PpJ_]IA]8՚ʊ +1+)46i.׽$#^a^غ3#T3}INb}L~!snqFCUyc&_{;ƺ{R?5~g\מ{?Sz^ce-r >va;\&2l8ω뢽83uY{ 6'C2ƟL)LoI벹C-Z.dX7%|X>4_ҹ|ē0g8Z̲E{NO}~Dž }-U6#96D/]doGdL3d=*>%ӱQ1}iAWGߘ}nH>6|/C##؏tDŏ|n\?!YeCiܗJDMƅYV(LI_co +f$%2!>tʈae +2ݸHgX7E_2"vajJmZLm|S֑axذ[EfTv}Wl}1~NTV\h CQƀȂȄR&Ě=A#aHɃq FOȆeG6P)?v`A79)m!ϰ#eCqSM1ǐ'Q>b3홖ՎղQ;5|c]Fi Uʋu "pz-&-%~"U2f/\,Li ֣/s.Bo9PrT%{^R:ʂ ^tveCy gZ+s%ӫ[N~!}.+]~⟌ِ!C +6982WޥWz / +R'b9]2Yxg1+>i)jS恳V4p&yp.g_{2j Zq5T.F@S#>+i>~v\\)NLKe{7jA>z}Ń7ftW^"Ñ$~2zV)dA y܏`YMʉc m{/RN~ e5=ɉڡ~%3%m>p w~;9;2cHUA~d]0 藇gpA֋6Vt89p;Ɠ?a-u0fD=%`ǥ i- 68Y֋qe<8ugElSq]ȅʆb9y 0 c&\]z[;ƟD.TD5S'w:YݍfFV12\:2$'.+sߝf9pɢb>9;chjǟn1W}*ƀ{Rz]5b D3ZX^\Dꍋ!]v]kZ22,V\ɉ༗C92*{\S}=͓y1dƫWcr:dX&o<~g!cZ^/Z{29\k}6Yo^gqW\24| .40_ѪҞe{2$9:tp-ØU8"0A -v̡ \}gX G6,B^JeA={\5/m+,sQ_09X_<+QFl3:&* ^c1 kg61K湖//Ѧ2Ǯza^M7ds|7%n1DŽ7s 5O0\Kyx5s=i\'끪zu>ɆS}.bozEl_bM9'OS\8=ʇ'㸳㌾I,_O~ϕߧJbDRo .s_˼:㭕5.hhq-n26of|H{u6T)ɍ+.+κJ~nSca[x=Nzc;YT.j!{cJd8ҟwiuUr8p>ߣOH.dM2gKG/<^M)k"< D4&|m[2nsÜKn\;.N]>xP{!rW{Evx9l6uX1#YkJ_l|*x(>w8>!|?Qe + 71QZ&hŻ90ȝbOƅ5\465oSpz{Q/S[+}%N cȄ %- TaA,~`g@ixhƆ3̤5g Ly8umFRyhUy6F\[m+u:b\ʅ#U#I1_1lx`}iޠf6UW?t2FV8Ym¬T\Ho0wB<&;J , O}p;>+q-c~6-Cx^>"}ESY线CԺʁ VGXyod:R OrY@02d¨e8j2xq8ySRc9[Uܶ@< x<_M' Z{U {]vqR.cfUͲ mD&nʼZw)C*36qm Ϡ2XR抷ph1R以t=f%+I{R#~tw }Ȇ2= 1YzܫUUk^-ɆS~c ,6Ã+E&&6w o '%_ㆸi B kA COY-Sd_k1櫮wjI)"}EƽτׯA^sz%VӋ͹n<H-f,Xly;֥dmS/ϐL$cUtcNẈ׉ٳ!6^hAY=c? +{!/8:搯 +7xk¿/}qAdž;y^E2&D˃d­.x>aTοp#p!PYK\=Ailk?/ecj1&>)Ay‚`@ԢH5~;?د}XcPgX闶DV=k [\vi"G-%vFy)zx8U=KUX,,e<^~肈6):AʱJ7Hxශ42ve|hv!_7RED.%l~q)C2nS}!PPjȃam987㚹^Tf|xjp|RFT`|)Z]Xi}ͼ¦ޅz`W/zӸ=Hn|=g4pxpK7"oœ,h1`]WG;7y~ƹ2ԏPV4^)!W~sdX.€8\{W,ƥr@_ĂqbЎnY+0_s:96_x jHf>xdɁaj sR҅ץt&>2lxLثyXEO!nDVK̸l,'+^Jbui0{9iӰT,+o/ F$Ɯ6֞3>L m&S\S|Gm:֨Ƀk1\ +B|sFe,(2H=]K^x^#/w?H?-ˀ*}q`7p!0.1Agv}c`Ccr6 1O2e9;[XϼI/y*| +̞X5V|8;|F +s1T9R'K=B-sCb✔'x!p 4_+2 wZ3 +cv~;v2v7g&F:UO~7bh]6g>t.‚ )0!|AVqņbº6e +E&q0^?YhqW|z}{=˿y'zX<0\l8҃-ؿ2iFq/йr=Fץ)f{<-q}na'ȌSRއ$s]_RS2(>2_r>PʀU^O)~*q>jxNXq/ܿ_*5&ULw5U ρYKgi]=162+b{%CFɖkgT~#1~{ˌC4zϸo9QsmW퇒\zq`&VAݳebVGY9WcHa:zHobI'xʄ+c*LxďjNԛ7^Ř#;$ *BXpkD3F&SP4zsשV7`OanYcE%X?~ƔCcB!7d`W2aÇzwe ~r{=b<(o܇>f.b'`/k=vIj62/]yGT(ad̒b/O-.WV-GQOb^;װ<6bKỔ¾kgwq"l.>Lo^x!nc35ka*U< f_~.lʇGeDo:d_X/>v3U5ԙ\ƌl4U^c #b_/F{T)/ zxAHE?yxk|8( IF$'V6}D㐲a؇_1Թdd&=>ÁadBsO=!ۣ\hC'nwu!@Fd&˦ daUozRbE299 2l%1p<;Ülߥs:LuȡCDs{}Zoy.radAާz5gSzMms%F7iS_ Y3bu6Wo8p /#2VT|g5v k41os zM?c?9)e/L/wFˤյFg5}~z_oFLonc!ʓѷ{id LEnGR2f*+ϕ[] 5ǍΕߟg!yg?|W/8|O_(>4>WT3/]| tm" {9G(1XN]X|dž{XԼɯ:{20rۨ_7%{y9k,V((b-@s#GeD!&_Rkhrȉ(u5MESHf1j +uz^4΅dCܦjm {7 +;Bګ1Z3wT+Ƌ"1` Ʌ2ϰE&KW(<8&TsP}BA yZzo'#2/S ,9S"w80AdcPE>z2^ÏR'm}@e;ݺbO75y񟨗Z0涧3kg43cAӉK5]ʃxad ^NX0}C)SpsܧbW}i,d`F +>qa-,Hm{eG ~|9v }OQ1}.(e eC]3xw#-rS].LCY<*^ugŌjNrzpQd8J91ҳ4[}&첢.=>/붚B1Vk8#:ncL7QxqQ#nu^M7i|)02q0zW1`:rc) R`Lzs,HUE`0k!gʁi53|A Z?h1'F돚1}PsGHd}tzɜӪs@桨0~[umT}퐳Ts7(^"탦um<4Yv~TSf.+>38ݹ!ld}8g ?/dުŕz<Wj15MrNgcAX[xujͧjh5\{I|)sGs}_#=-e2y=,ʅ=@;ʸVg p;64%ć7k+޿@}:0Yb0N‡v5#$ 2~IX<əALT+>< BL67Ǹ#gD^MbL9;!=DI(cXPV~d{0AWf=ƸN?F=]Z4dǛ7U&2z1ߟq~ѩ1'э%a +"R_мAAbG>a'$6Z)V$p)mc\UƵ%ڑue@|&̙cQ tLelq&d(| ;m܏m6?!r\<~ewg?;~057㼔X uaJ[4E02NYu &Ȟ#}Bʃȋ[~l;qFWQ8Ǩs3P=Wg%콖1[&ze;fy-Y/2y}e.]M > ܷ)q7?>:bq  ?H X;J2&U9?HD΅?lE#ܚ>Oyo~}?=Qr.oCS˩D-v`ez;n[c|*PC"? ZFM\h'J1Kzeq <ĦkX5^WO8Vg*FS=<*ra_ߔXqT24Q8')A~GCntbl`A\^Yu l~XiX۟1Riw|!\揈uGO@>bkZWoac(9zRD$cf~d=S ν3ޠ>/zx>no{ǞHzhớZ̝KX_,ySޠs 3 [BVO|}a<\s8 \"/׋ +H. H J'yeAƊy mԸqG[!ʲIsZ FGh$GOob1[Œ6w s))3*Cי㘗T=@pn0#+BƄkyt2?NDZ`-zlF/\T;:'C=sȃգxX^I/G2Z5<Ú\i98QɣLh>ݗf[-^j…7Թokaob *S^ֳ/_}"BJ}Cì>L䔖USEM9F${*B7ߧ\2GTUY02ߝD=lB Q?$ŌfƎ^ RnzʄQϻgxwxTϊ1ֵLK$6^7&A2 B|׍y~ƅ>be,i4OkT_׋7&[P/}*ާdeHd4-E׆~E\͜&Ĕ##R)FҸ꿽$g반2V9341'׶ M,~[BSlY_umnI;'G(2Ԣu% < y<@n9f.0`cjyw<4 CkTq.$~ucY%S,ƂFV5^Xƹ9~εrQdcד}GfEz+cO>F.7z=&XSD>d1"bGhlḱח1jYY,)r"cKE_\. e0y 57>}NBbZܨ "Wޞ?u-^/O`]n>0C' 2NTe>_"b4cȃG8'n_9sByH$3Z8f,WQ)f|X=/Sե!3R'; U3z6qd>=(ߙ7p\a(' qvIz.c$i>XcGٯyh֣PϫCLNcRu# &>COxLHvLcUPA`B}eq*.g~EfrG 1CQk;oZrVpuxX9督"oذxg_SK.'2G(s|ﲰy r{J}8}oV?y/2fܧs*ם/y 8bPn1JsT[3>&9s* ~`93y{ض\z#*޿ Rʪ_7\t1za6^ڹbVŸTsb} Xx10Sa'W g`_=F<^1R3Ws"=>cH|~JY2!ꈺ7h" +:RZ(TvļF$ފs;~`M>?U΁}5su34t`gOQѦɇ żD쀪GSMdBnRk\%p|mo?,cp8YeQ}sue&` T&`^/C2Kఛ}у3b]^0r wMp`2פ9P됻/yj v9=}=&+LxucXEPY/j eD{)-Ét+ոB`!B5U 5R@)i^Wd£dRݗƤ҇==Cipޕ ΄Ų~qZ[&ޤxhVFxg2>2NzYVq/Y+7{Ӟ5QNĿ2?oHޡ8Q3]\ 1g\4bF;8kn6.f|^唍Ƕ\垢ř~8ʅ@ 3:; T&<¢_=EÃd)qZ3z!2y=$lh~?; +]JYw2"NTyPrY~3a67B->`e1^sdG.l -.Ԙ0bMq!izb8gKGj'q`O?!}Ba֗#cBag^g̗_ύ"3Ues@-7=o'\kdܶl^a % T),0e^D0ƼV9 R3&@8֍~͵r ܧņZ|aTܮ-uʡXK:`ʃDZ1e. +cb́Q-bOƜ-礯˞[s`X7a]# *{tޣ4o tScNWxWCʱL}|λQg}#6@xMMk@=1orͫ +9[u=}qN8nReȁBc_luSk/Ś11_ p2Xje"-M܎lIGݫ-5i=>v+}IެdCG6їw(ƕ_"ˆX5Xz+TEXKcB06"ZOڱN!V*[W(Z/_g)zdC-ic4XrXs"=E4I{Y}}Co +.ܙ`Þ+FEqYU#38Se/ߕz9ޢqH]/b"5JM`ôP2[6pQ?C!yO՟Ʉmt7 +W=efO1xʄjz1FԼA2#rՎ HE>T&ur +!G0ZG8SG z7xףokk@ +/&{MqS'R=nJ\=}qxRcB5a;m.RމbŌ0`XPm' ςϴ."/J0*etv15ƳO's& 65cy&fBB ې!(܎14*Z>xS*lh}B`gycnF^3: |fAŌ5kه+ү>q kaa!ZPnSʌȋCCbIs1v~ь >0bDOel}fbܨ?x!5?WkR^-kX;VKWxyЍ uGɆdAc%DtWםjP|)qđn'[u/O1f1 U%WLy{ವ"zLJָo\5EaG1~O/}A)XkD.ܒPW?Qk. +ǚ'1muʙwc9??SXj6aLjs>º}gnܿxWXZ!!}לA8 n":Axa_y}MCЇދa-y [>?c?k3pĆRPéx'W-sG9C&fhSE5gS;g5yeD1Fb JĈJ,X D`(, G 46jCG󪦡{ow~޾s ?Pk~޷i1?:gg~֘s̃d*fxnW*1H) }۱}ߨKO+ښ}+m}x^;Tʼ +=XP}Ák|8crvUW׭h>_)O޽AdAIgȀc}lG`ku?bf x_|XxIHHXd ^6_TAQ^`ϠI{}Ò۠Ybԛȗ]^+4&O9=3EpF/"fR}Gpܒ##_G$gg/ xvɄʠ':0K`=&Okϰe0S k .id4ֹ15W6xX.s;XpMHA6} ::3eS?yLu@ jAdHv t^+"YԵOPbgRW2X=W}y @(7>=Lyr΅/o bMԎʬk o\RfuVHS>t~Tt]ZcB;ڼ >}f4BXѶO?]kc~}|E2` +|N<~m`ݜlxf=. :PrᗳnT8}"Yp&GkWUk F:d+Ts5b߶YSU׌KLRc޻`z=(Z/S./,E;вf l^o?,X- oex~(DB}ofK퓳Qņ· IZqN'WuI::Ìy7=Xw`5 Lv˧5 Ɇ*>ޯOP)dK[yo{~30 UqnT֋{ۆǽ|dmy\4<@[c TM%c%j%<$!PT[CRw5+T) wXK2a,J 3n92u6y0sv [ȏ7;f|7p2[OyRU ɪO['fiSʄԐA\cOq; [)"9"fY>6:#җ}@>3{&q[^iuq;@)5ћoԐٚyͼµܘ}xkzYk.xQ-Pp=_yOž n1ʁW}9pcCnjhևZ!KH1KK5PL9RְF{wD=wڧvEtO%:e"eX-8WTZ,5eDʖWKZm2ZPs)rY]V߃R{(:GQ)P׃й6Y.>ˬ˃ysԷ\X2|o}egq~ɧΤm{}D;Q9 1 @8PsC BG8cף,z +_0f|U9[_0t#qmh20Mˠ Zu'b=o#?ع|*.[~ĬY +'l̊ )2֛^Sds͟Cgy>޾3[M߰Gk?Վ+ U'm?js[.ԟ1JakrvkapdB/.t~{_g~!E+08n?P9DL$zF {}~jfrfqF{q̲7եwYMx.-^pI#ąCIS,UmX"Ez.:v'FOs]vxQ;*̋Y,> m ̜>[XfƜ_ˌq3rF1ΥKɁyc߿‡snY[ԒL7el}v7+=Xdyd}  +z߱` ־JmvO=a,ͱ!|Z/lI<l!FNܦ=dg\P8p{{gNϟQ/LKQK}a[)T`{*svGur7@-޷XrdqY)Cok> ΅P~ȿL i?8<457T0* 咿vԭW1jAʆ+Eoi_ڐ{ZC.5ʄf(=Bͷ'z爺R1gZуK}G7kuXP'h^0ObOpIjH1|Cd>"|;sT.t>Š ɀ YG=BKhX5 ?cK[Cìbl5Y}I1+fRd,GLA{b uВy/rc\BP 9u}C}T 3kz=g rvXr@B`e66ϖc=s/ȟ:P>_b멷+އŶߴ̞\;6Qv"8oZ#փ&|G̗Z:5,]\/m9Rϐ5-t&Kdʽj w 979JTdG~/:PDhD\_ԋzߐ  3Ll7\Լe.bw!9,9mMdDA6Ҭڲy 2s't HRo1 #K5Hre6?W=j/:} gV3o)|XG^@愲3t]5qQO- ^±>4@{Z;1zBRYّ>stĹ.}ۨDf9``@-5*=BȂ^)Qܮ5䤀٦pY3T]!,<.~kFo1"svNR[7w3vw5fg)mKPoIy 0]빋T8nSOB¡^FO^I_%yy}EzI cͫs퐡Q B2#ǫYxufoZΫΦӿ1nU\H6DLCAxP\(LS+ⱱmWʯ:gK6,H$`fkN>΍1l‚;7Lʁ|1ufGn^e}X;"gpoﲮUGP Y6Âsb!3 cfErcc .XWVKƇZ?Zeа X͍5{ʃ =O`RdTpc=l!`Q +/(؈-Le6l-rd~3Rmw*}Zv߮Իzޚ =O|e5*pZf%tE&̉7h ȚVVԧLοPV OȘɿSKQxW83^!As{zYy4>TLH'd +lx(g`Ɓ 4Xy6tɋK4ZỪP5y~/َ/U곇sz +d^[-YDoOEFߟ - }^T{&z}sfto#U)ke5F_GpǨz9Eƃ܍kMO|O u)gר^kgH&΀U07lxY]-}3 6lE6B֔쨷㰭 ;[(E>J?Y/&lqe kgAf^| Q#Tk.rϔ'y</3%|GtadhŝP:;CJ%ϵH^CDETp&?UɁ;)L{#}6yVW`kOm5^vp g>ö}r;}EQ0A;"'-S:;8¹M?س]v|?s?3by)ϸyktQsL[nt8WSԈV>BB2^' T/C *Y7o2#B1Ogsퟫ3ln%Ff sX9w~~:|B!֏rm2ƴ?0qvf1]-CQuIng}]VqNl0j:6TX+Mq6K?/}Trbnz3to390"џ-;{Ֆ4/ +ߛmf,BR@2IܸɄ<(8A=[- 7<ϥo p~Svmk^ך*{vz J:Qe^6r!uC EۚRz6 .L_ِ urMOv Lk/A}vw¼0yl5xo">vQxpq~#9^]=IN. H(2@W'wO礔Ȁ6޶OO+F nC9mĂv':{k`I~4C 2T=d_Uۗ75 z΄wsB{j1*jc=+G[^ʭ*fBUf2JO|wmϝ 7u\mb EkJ !A +6LWxW#ꌈ֔j{u,r&D 3zm(/sHHA~β0jVk3I&F!mM& ̅ԅzPXS <##a }M^ZշU j&"OgչQ?TQK)jנ)/mz(f~bQ~mx?miuV 7ttӖ +K€OpG!y18ԁ2l ]S&[iu.=3׋b$gf[(<8ÙW\T?p7CFLC<@:ӛG8s\07oR5W|wW3{rw3y%EsY\w]0/}ؘ `6ȿKu]3>9bk={E|`N.Ɂ}RUu^Q718оx}ua^B,uƵM3k\zUN k9]ӏϠɿ ƃxjJV3z򴥎=gkm祶_y$h!kE#>B>/n0&?<{F.7 ,j@}>.F#1G}4kٱbC/x侠]>/?;epk5krr8gҹhty1rd}}pwPO~MrQXa=O o7d| +WB}Y{+8^ +,E_;frpʆ΄d=>̷QMJE}ez3>\~boԂg@0 5SڻH#(E8SgJ6dhkop:/ +;}5Dž^k`9`ngAzb"93.y}0/<'ک8~{dyz̨^[]eȰWPsbW#Bת doV/8{,Tj\|}+kNP٨ %{v5}mLз[(uzyNƁ}~|+ +؎]k7>! +!z7*gP&b0Xy̾\x]7gf^mkp.=w"S<%F4!'ԇV11{#7ms 34_sMYZM2LNf 3vŜ!SSj>x.f!2!'ɁYUfKgk>枞eڬόAefkK8ѥO\0S0sֈϧOgד ZV"5y^pR'ޜJk9g^,2>ME:҇Gu2)\?5w,yOw>lͶ gJk'>yRO|n+wzp2n_/PY]xUqzyt-1a"Gvi8^x,hx^uZk@?"늣A4i*g9۳/8z|+ F-i*eS~tF$B.|Jo)#V#9)uzzo2uo/Y_&XPsC({r{x + '5oxrͰf3+v 0OBZG3a@|t *7YF.T~U0|PDUufcE?øw/4gpιȇWVGO5&57lx_^7؎U7mX-y܎Pgq7)c !  8vݿb}xZIhicA9?>J` +j()I05T\4oF(2/k-lnO@1e:M\xy{pԏj}*zsʚP?Х<5Z45 G) *STlX>};J}n +鵅ƂƔE2 N*S9-8^d s] c4{`+(>T5Mfe^>L}kX2 ZR֓(¼?>#̸\uyj {%zY)Z'JzDh֊r6Ϩz" y-wXknz`y}-{wJ yP}C^+6czm-ZQUE3#g»plg$5^싘QVY4Z]ZԳ4dVJ׈kYZ+V{֋_zSz^Ŷ]b=_=`{ ,afҏ㌄]gzv۬w0UًL1_s,x|'Kr|*GNy@&LWp9xkvD0yg2O,-wT,g@럇#RPUa3K y&/}:SLPF^*@fEֈp%`O?cB|EM4t +^!D>x VrQϹ029Hstȁg07̝>axB3& 3.ti<;r&q{fRȢ8?v+*Kb#G=y~k!>8dݧ2_zQΰ>bºk:TE)+:0]; BAWK]iVc +`OkKd_ou)b;6BZ/2P|v2_/8F4;gI `Tɘ{ _Qc53afL$s̐ߧw>j^`P k!; Nr#f +K~S/wfj &=!ϳ;Ll4 zw=:Iޚ<%<8\|}昩/ +uvUA%3ep;H&'|.Lxuaz>XJ}0_lSDS ֣uUodv#?~YZgҙ?5$wtF}3X/e_&D '>GLX=UٞnsZc&tk)JG دbjv A]`Dsf†'ıjMY%~~E:˄ZQp[ y ΄a^G.85 Bv;*O*FsQ1o=o#i-s rt>C̵tg[w ++ n4^;TG I?@}f'Su\ i/#3G]ՒV3>\tVV^D?f"ۅk)'p0 | caYyIgi78qY:Sg7㸙دbf74y͍~F'`@a΁t-B`ˍ(0VWz +g#Mnl~^vv[.M!KP,ҜI=BZ-3$~ؙo3aA`2gx}{@фVx`gOo:k±y1NTWQ? +ʆu}N1&=j/>z+ 8vw?u^K銵TWf~iW:l>ˎȤt 'L Șq0z'i=))u]{&LO2|.JWYw\?g&-뉧G&\c.w{߰Ϥ^֎z}ȅq;%WO?R|R81GKɃÒy]`1}bRdrDŽhLXλg&GPs,ٮX}D)|<7cF1%AVRHt v7~F'o /ݛ/'#|tQ b;~7BۗB +u-ZM46żټ+OpOC~hwlǓ#ِ5ܽ>^N}=zzy}9yz^wzfst.t2-灙[dߗy9]Ҭa eϭzQ;z3jևޡ'ΆYwXOLה /XSFSݿ'=7-8 w>[\NE~ȸIm`@Z[e*@#cMa_)2 ?x U.}nVϩXy{a=:Ԅ'ez.z}]N(F9R9q`1ϸ8PРǩ"ybJn5~3?rBN A7g\g>G{}g}.Y ~7D20[ /=>\̤؃ sOq8o3)tT,{!9O#3]gԿ1Q }B[6\x6K/ UӜCy\q?x6Zŵcł_AYG$MW^{ _l#e+~AeA)Ƀkb +$0gQ:y\uدgܶd,xߋx= O|z5wsE 7{R3'j>51r g3`nφɾ~| 2!8m`5Y-h@yfz|·K`K>!a>zqv~~[s}h։?!Ǒ4iE;%f /Qɂ$g5c1S}`J+$z a& 6K.f흧$&||;*k]_6~!"oՑM 'A% |z6Y +>YwYOZPC1~x6!h޽-1Efe)~ 3^ C+T֊^'f`5S8gVMsu^әo[2TMc3*s=Ƅ !0 LI]ju/_h]l~nK>mؾߞ)?L|"8 ʄyƁʂz͓XcK;xPPk,=[,Bg!Kr&lvu| We\z?x]y|Cm:JYLvXo_ gPկ(9IjC/.CAQ^A3%} ߪ` +8iW1 bɵo߿ǶZ[ESO}`t^4L<|H:@~n}UF](9H` ?~q`Ӷw<ª]h<}>w풵c=W3SgUZfh5/ υHfH~Ƀ/^/%!TF1]ksY~ Q9A5}4ۅYᐽv!1U} Z., z]E &:=_s ̏\S C1D3P‡2T./x&C}wDms$x&'Nn`eB 6@lmSe" Gքjp>Cu韧ג #,Ph6 +ԽwmiYDg6vmBE PQmbfH*%UH"R +T}' +s]]u潟g=^{{u?}G/]Yzuӥ{Zݷd.Ym#.sҥ wp`]Lҥ7^t棗.Hy[taԩGzoyO{ט6(v]:Kv\m.ױ^UyUySm +@;,_UiMh[[/A|AqLxŃb F?wZe7˺z늯9yl/sj9p:m^2hGQ/m_s´M9>&.k#{EcWNu\'.=TT_(#8Љ7Wg8J5e=;qS :]U]KwV~(wꞃEwߦu.eLXⴞ| a?zk.̲{gc7b}kutqR}a9g_R+T羴Frwl]Η >>*e5 Ko?3.ӌܨݼ ۂO¾Bt|?}džnt_Oau8=+e:Z \O]t݃ۇ|9E."*圕@ԅ2>8Ay;SttT6˄Έ}x&tb +ϣgu|!;N<縒:\WQgqݹs:alJ8NΔ0Nrw0Μ}0<񮩎sɷ'-zװ.J̓ގyOSHN}|sRoC'`*o9y8u(;v{&qyp]ͯOg*~E.-h L&NlxPV+q [!YP.=;=~/q ⵉ51_۴2=VƻTLesEE4r"w^,Wy,v +P _6L*^o#;2$*G}y^4.1u7m:_8p_>Uw)ͱr1 ˆ`ez`Brq?^3ly|?Owʻ˽)a15ƚa@0WR )F[Ą8⼺}c#ʷ`7n0$޻s]H<9~M9u /oxWs\˽\Ϝ-߹ym$eAprp"Tq2,8PaYPy,xV2Wxױ#*F"* E&$(BN-bB%6 p c>}y90s +̄qV3s9|u0xAq<} ȆK<2 58JeXÆo;aX)_hm?Q ?(^4 cZ5l7eB%U ߝ[5.Ň38cg~l=ΌudA|w=ϻ~q]6J/LӸQ EPGgxuf^ᖳ }Dg>1͹p)C ;A~θƤeLQmΉٲ[~ŔK}CK`JRa|NS#OWٰ3OUz>`SC\Z ^e ʄHR9TcU# WM|ϽwOcI+'8giT.&10Ռ 2?lX/]jZTw(2`Og}e巻Ĉ|ty :ND9?]v‹Az(yz7e~ }?F4Ocyf^G\cCH1e|Xe4 r*8"t8?XRS'|f/3nds/(gJPPJv.RdB +{FAx0ƍFO^sKZϩW4v_eIB +īP)_0sıqyʃ~5>_qև:,cy6UI|.seݏSȊGDs}ar_\nߢeTؓ=\7~7-? cL9ۑ{6՛7~pq`z>#hy$kiWhl7Hus!&dna'%9bF«euCe'%p6|3oꕾa*oos +HdYInOp7W7Ip;ƑOv6 ɁOMX. Q>±49m0 6˄\\g^r&B\&l#~kZ/p:#z][13~Qz8,Gwch2ػȺ,sSxnnn؋=.[κG<N>fЉ ?xqN,W_Q`C='+;<zp!~ry!Ɔ>兩'C5?,{,Ŏ6rG(<9)+*ӥ_`=^8,<% jsVKL?\p29+v='C/Cs +##7CQƨe9Ma`( G<U 1 8XXMBM cʙHxzN/|dc l\^gf^{sFEIm#G. WP`&Ԕ wzI|ȐgMslO#x=,}w@y} :GxmT. >o&%5Psy{U<7y/b-[;(lHy,Ɛ+9'C]錄15<@,J#^3^u1ʈMo=Z8LH.6kg?m.5r!W"(#jXU7q__5IZŏ~ņvޫ'&<r98ua!EF宖X*)8+d$a!j٠ I)ia餆 LxAw^s p!PדqiUp Z˸\aE:N.N|cyrξ<f~. pߏޜg^]=ƒPC|#]5jŠv OD^ԸLMbJ. *PuOM>)igC)E\?$H%ZKpA'vz)Ocԛm;~z~)0i;ira9~Љ2 e/:2I?u-<[~/Ͻg8 2ŎvM;i/ԈaP։1%9pz 'MQ&C 2ߏ-4Pc4_G%o_4Ƽ4n8? s?Zeo6~tp.}B{򟚺ݺYRWbG3&|{=O`q*q +lԵN}Şx?aKk'H􃔑oUi~!djDrܟ9Yb +?*KO +>s`#)=Y3#MSSDž^(ϷS4x; ud9?'e7K;gmǍ>߃ {կwJ3v e&uHƄ,TxrEr flH.4/-(5Nz15`-NUʋ1_3[V8bƆ5WRxM m\v]`,8<[<9 Iޢλ~ jNa#\iqVOS<~ X ZZiܛI}:==1,h܇x$ܟt~F{Vuk1(r79~0you\'?Zt<3V ugW> 88 }#3& 20֍b,i;{q_~<~xRyS==UY c>@LD1_S_z^ mnd$vc^S|ŒjN[mϽa5vC{zP'0.wq9)7W&cūy陑 ՗m-M:;,3]Fw)iq}q|.d)G.<P=E+8TR+QyPO}`޿c/`,v#7(ԯl3f:ƄXO"aeΔ%tGV}<l'D' QsWUN8Uj~񨓨9~ _,)Wz 雼^+jx 䈲x &qYJL&{9 FG[M=z&՟i1Vt7̘/|p={u43$y9~naiqx|\$#'Y6Ӵ'"j?3UfGlhכ2#) B>5zOb-6İVvkX5|y~rQ71q3{M80ae}tL_#B߫Oh^Sdj>º<6yJ{ +oKߑkj28`4Zr/koiok_F2{깾elȎOav`PQF.s:ϥTz+szhmfLh<\GYDޠ15X~Q9kk>H+Os5ꤾyd74YWjeN%nA |Y\oomcvɊwTʊsޡyta_yo^ |U٩1u?s ʄʅFyc +DsbRs'-XLh!3}!Ԧ,1xwn &)0xny9j^u6|o˸r1>7[!AzfӓA: zW5_RiemYωʌdCS6ǂqʈ ۝Ǯp3U|MN?Z<黦^Yl>}i|:w0cZUdaz΀E6yuBixL<3!WyLHP^!e3<8y*Yߌ^=TW`*|:aEc?GުZ>ӭ8hx9r>bdCX5¬M/tRUp}?>DZ7\e}|~㧎Wh2V`&r&&3WќŌk}$X1Yό^_c^?tLJ“DmR"c)flh> Ȃq^!a\ ϔT\Ok|̇eN]S݋e=̰"pz蠓e;c_^EQSL53L>_X`b V/hcҿnc3!c1_[osV c?n_N_l UsɄ;o\ ΅'6 +U.Pd9F$Zs!<@3Ƶ΃u e71߯RϨݰ_e>u\~mѱo)Ӿ-0 ^(8;Rl%Kȇ [ܻ +4|nel8I/e i mC{i|>ָ= / -ÃKǗ.ɄXʅM ~MuElhrϥyDGc=藱\59Jb{,L>cן1ӜHc(hC7"$m}0-F&P`F_-scPkcO4NΩ0Ƴއ!^ Sж89 +Qh<7~dC0egh>V$Y=CaBrpnxq 7Ӥ/+{Zח֌[yBk_kMc+%67a,jxk3ryd>zqS|.l>xݾ!1}2 0*{X<8'\^)˿j|iCԘ&?0bƒys?L˧ brqsƏGHy9kkN!{ [UD|% +n}EQY\K%[^Ɗ:LSWz^TLOkƄ|LtĖj5sk?ؿ[{}׳}$B/` 90v1?MrC.c΁[*nt~?٨as^{f7ׄXO=ϰ xmcn>N$Pm:᭳{ո??d3.K>bƂ(8R-UZW%k10rzF\Zρm2 h඿i:Xp/!A5_/-պw c(g"~6^d>=^<,cNNgPeIQH~gi>bI/*bzM|Fm B ^z3}Eevz> mY/Ɏ+KRc9uib|)=X&2MK|9P&i-3C&GB;C!Д0\Ĝ,4֤Aj,~ྜྷJ0ƏMi +-Ẃ Ak*FN~rYĒzdA +gGp!Us pۍk8pf9,K/4}A9\΅Ɔ*Ӿ~ ɇ;"w/`y΃E'ut^cowՠ8  }d,?jOͯ3>9e9&:\}/ELłZ0IϘGR?2s` >|uh:H+OH|ȇ׻^~՞eȝ|>e[/ge^~W# *괥8q7#Ꞡ :1g\_dYu8o։Ld1{sH5О 5֓zZcoHגOfb[aE9#ES[$]W? 4U;2njiuY/ '5T{1vˆsIόI5PӔ7]ʆ^`^a3#9c~!s WXZFrxq=?z& Zc}{,sߧwQ;Aʆ[ />( .}ַ2 \Vǟ5ԱzYLWg.| ؓ;e9&XLk/beyuzxTS㳌90aKaf:形8WM3^A&nA'Ϸ# cLE.H.46_U>/cTMbY,gues>dǥi*N8-2e+%~b?=7!y='{q1p„֪ɤ1aω[,EM=;6e2< F Ooʈ&|,Hz rag\8ᑰ|x-2͗ps/u e>"6T0BgHߐLyʇ^ʆƒlrEV#˘r, +)Fre_wJ _8h+*Rq_3!<[F!@x[PRe/)o^=(0P3?2OvQC=1eY$pe f= +'35H3Ѳ<9^$mz]Uwjt_є3.Lr^dΰ J<fjhd,FT~aƃQf}>eLqOm_' q (.G, +0-2adC(ӪX!2NUk]fPew N=Ucnc;9Wj4R|H\&ۏxQ.Oݎڪ*rb?]N~1:ɧMmfʄc]B`ez?:DžMoéxd*xZ=nXg~QƂI5/ƞM +_>|W}?`d2F(cejEdĝW_P<ۯydC^^!P=Økh=*wXSzwYX/Z?zLxոmƉ>!Y2{^. :cEۅsw>sgɃvjRƇJhhdyZmM#j_L8hZ+Uz5;a۬9 +ħ*?K$ill1\q7lm:r Oh}6uz1 ׹ja70FȊ,_9 d!0M;)O05gb~!̘ A k͐YU3v~Qʂ>cA_owtT,~Rք-I{Kb??Y\by0ԏcUinxp/lVYI_"ݏrMXU]t^  +>p4Vrc/qY$aL/0ߩgь|YvP_2H9K LH~GcpX _cQUɮ~2iT&zZɁ1rғW㋛ڢa;ʄsdj훙=zxl?<3.ƙji艹'׽>19Bj l>(ƈgHƆ;:6r2bGTߏ5^Yoe.d ?VͻNPIw)J(-a}]ˆ@)}PE>TfT)b E&|>R,ɅOƽ}9C.T6T0"j5;CoCzB ;dBS|C}MfT.)fރb=3UUdBLE.x_6_*)zƃY[!0 Ȝ?2!0cB^ 3S&~!;aϙXKeA!k i|qub~sZu Uqk[ɣ^o\H6lWxUM&\(&bá7 W}Ol$PrUE۷`Zq6M#RkwʆCE[t#fy +k}҄ ~΅5u-cC9#I_>e^adí„6jzΰ\dDl2.|e΅QGJ>dn!!I%Z\o\LqaV4VQ.&o{FB 3G^܀/9j|dGu\}\VXꠍ@R<;X1_:hqr;j;5fc(|Br2ƺPCѿ /K.a.9{?g/Ɂ&}{`RcNG+,Xk&8߮9ηh^.>\VVG"Cy' >' d$n ?,d>2eDU O ֯^jh&}_GMʘWߐqrVf‡e^bS%=^z-&YCcB-x k^aȑdݙΌ`Bz<;!c; 5p: W +?-q*Ӟ1<4158Vr*Z9ʅd3%.!In cagcHq=ce= Um~vY=Ap  n~#V ׿ip L## ZY_+zuAh<}BEhѱrA?{M[VcbĚCϐ{jr6ڤ3||>ǀMVyÛCI6vcTf]}P\ f#gɲ-;^5]FO2]G5gh,x&oz J`deq|hcPgBo&tvPPmy/E+P@G> 1ĕj֠qSW46LN{C)#c h>#cJ6HTXkm=l ]1>tp:|׊yȂ BƂR&, Y|<,kC#gq#zR%8`5;%oGWԙ3o0SMjvt<2`1~bkȃOة8 {Rz^n~plx(e ;vԸ,7k<{ W8ϡx4f+J==z~ldX5Lh浭W&DQ!%2p‡Gjrb胯615dCƑn3jG.$=ՙCB -ࢾY,}wDwDfz_.YEu9uE.%Wq]6>"9U?Y#Kc)n_wGkVFjVFss<O%Fk6N4&}b"{) F&'Y$~.s"S!Tn}vʭc#<(@P'|$qS`BNcCƎNÁR[4ƋV_QxPrɅzI?eLT*JOG#10Vދگ|8Rjؗ0M^!Q}C—Ny'D(p}j p`B̧L^a]gk2אl}k }/d<)9Qs ѹ~&縌,&j|Ɣ/.[i]-Wj c +~6ֲ uD_5dar _0ZNÁ/x2n:P~;X;JȁrT,!]:RtuكVʸl©x%'BGƜϔ1aƆfn8NzzdtLeg=)cI. XaN&>-{}dB]9FÚÜ'8+}ȷj*{<: CV+ kRa,δ#Tv$7њ=+},F!I!?Q{c  6~24EX'ԼZo0cDʇd@]&1ȉ9}玾 bEm3"F&b^,u<{-q|4ڻ^=^$^a2zhUʊ^ '~s_'azv>u8FٯuE*}n9?j WbF#m˼>p`U~_Xp7ƜA~Oa n1 BdAx8YYm o΂ '. +2pZ0x Pą.%E3e-'|xevs̘hinZ˄]&kuQk22tI~/$2ݒ\x9y0^r{<^5i-yvj>zU {:5Ì6c(KWuxo ]#,S=~m QAwȍ=ž?}qߐlH#f2{;·8VgLƘÄ xֱq6dZ^aGɑ$9+j$u*H*rO#3qȚwg ߟpk NdͥRux0:ZcK|iweme ?8t8F1֔uX=3sŶ2o/É.k*ŚYrrbB +8?zn Lj9Ghu0O̼ȃy~xȌNMy5mC>wXS8; VQJ)wFS>|_'5&|SۿpR4(Iզ!~u5Sˆ>X=y~Y}sZw\sZ+<"% +Wl`A'R+P7f.\QP`vgy͘rnkځo]ck~3k5gy1TU)%j(A(ƍF>CNL9pɞ/'Ֆ|,e0|Y.6äBc'9GΝ?8E,}xƆ/c=, ^DX.NƂ,X{ G<=|M'gж2(ǒ=&WPrj(942x`?p-;6׾tsĒ| + ֠O)WBw iD5}*~3 XcW=s`LKJ̔;豦Έʆ8'͘pK+eŽlٟcK)pmX/x wKe_ 2D!>:ۣQ!ġ*~ cT!G0n蜘˰5hO?.do W5c.hjZ/ƼP4eh)ke,h%Q$gj,/ȼȎO93E6O~ )# m=Fz|}Ƈ1&WrެjC[k&yLd>!D +ۃ`ƃ^s +-vU׉'s!i[c(cCu9̫`+3glHMzQ$lpÙPUPK!'|~ 2FTyƓzmH_՜y38Ffd='EH ;wˀ[ղxQ?7Ѿ)AoJd\Ɔ*Л^YPko09.[6p\&e}el6kY6-bAր&7sXP_a?&e [*'`Y1 XejBƇdAwV98iml=-v)x^WM16r%no5>eO<^'on`AhOp50Z!prffvʹ "oڏxZ/;`d Z3֞΂J1 *60SL8pΗeuY8w~dǸ_N_3k^# T|ט<4>L:/v$&d#xw>Xvzw[T)_ϭԂo9彬ejg?ȃ5_0c1[br·qb<W>ki/č|qy:_V{Gܣj/ȄZ?V~m@xкgq?3'Da3d`?ҷa6~t\g-|/?H9<5ܧ'+\}~˂bƁ0Hj} }8bXb3^ۯ_7mz%ߠVyȁœZ7˨<EZcyMh}{5d:4<%=?4_\XV$r3NlR0Բb *f9]S& L YPϴadv~`0c^]Tut\h5F%^Y`xв!}?YF6˔`T.vUX?vGSG<}l7c-Ό s=f6ƒtOšfL%D'^ʅTjf;@q#jw1Dz8yȸEpӹ?G*=nd,0_2rAH" oɀ<~dC +6!9ĜOs?BwI"qCQs3$ foȼNf/g~!=C>bڕs{]4?ѯ &qa +=d.b.fE^ fbo&w3ԗQӼ';busOzMƵ +2 |Xk4ƍNb[ MƇ;71K(YT&wBEV|!ɂګPs/Xx1p"}E]%#j]k2 _bI s +כZ4cA6dR~xu z?K~LI>l$\o0z*~s~x1qGz +1tO9$^ZZ?\Y.9'`_ZGB7ey}+4kNxR3!}!,/mOlB_ºNKݞ#l߶q[xy^#C!~9#Tk.:4Gk!|h~o!^U ]?\5n8g +t6LX7=+,.ִ_Ps#+:O#5Q9-~QXʾF1\ݰ)Y.71{+joo<£!xБp~c'Hj^!=m* BtU+p۹pUs0.S|_zOn_8,h9zecRc]יHe @׫̓&OW[֞3q k7C992O}TSq7n7tDž YPP}CImRB&1cO pr#Y$x'Z=++ +e8ӫ}ChiÁH;ZziJ=0#yCOZlxy4 R#Wn+d*@r^ꞕ bO)g^n/gda1*N36e{mįR7d cp`|s+c|蝿)q%Z20Ŋ8}ih?~hݣmrZ^8g~`Cƃ=_}M:kU뉊WX2z/n]B~M +e1Gw1Wus3جDSEX0b>raf3P'KT9aa&m滪H9}{5cT==(t:8AxVTjbM]:c6^jP 'ZOz)ݔ"G'j>Ĝ2^xz#en ##ͦWĽ5N1d^^Բߺ0j7:R-4} |I?닾9ב(C_cUύ^1 팿;pXIz=??-6E2e7t׎~ oeI2 ~o+1obIocGUCa +y '6HY)vz>]N%k=|Ƴ3=q'ǣSozoay'Y0kE~`>jCu\\O!wX}&'<&,d !œk {~rF}ۼ]`ClOcJmăjU(p YBJY@}UB=>-u֕|ʃ/yQ֟1N5P$.4`SJ/+jRO_>':+΃i<7ƒj(kkL?֦iˌc~aTMw!g0D&ek<[,O1.T&\n=fD78 =<Lx_{7us2zM1h Y,Ye4w=+F?!{dT]=G3CΡxs} ɈixW(} [8!Ⱦ6,;K?: 2 Gc*~ R_U+\xp!u[t/"Bh }%($ZxVc +{?h1^G >PI3,j +k)3*7Xnp~q(cDW "{Cft29mn=Qh X+z>l\m_>oW\V,,_AsH<!n!^\+¸mß{oc:nj {1z?ޣ\b!*vYr|E\9duu|T"g54g"sQ^jҹ=}[Sz69~5n4|T fc]A2QeL;-|_ 93;*ӻ5;ɑ&b~# [F37l&g7}#1g€PC O>Be-Zy{/"jǐIQA.Á wNm{[:H_Rr#e^Ű=F?Oc@cm #w F2>z}˝#O$}1z6'T.lL {lOD,Ƹ9˭=w vd} vz35s q=c'`l2TU:{:x2p"5aZ.d <,oxȆa'TѰwŤ߽נao +1wiܗ_e^)qۢt~x='l 9~(tq;„?$qi_焲Z }(w#CraĘoԖ|ecH'E>: +k/oV׃i 1 ++fwu -c#PkQozW׌q;uOw c)X!O1|3 ಚ!A51N +1~9qC}@-rU>PuXl)~s YW>pOy09 2?mi[a͆ +[&~jx9:y{a?t:< 6ۜ jO9磺'cYb{2F~xJ^WeA֎@ {s xN| /e zqǕX'ӌ +A #.<|!t_ѻ޷Y뉢)mQp_ -С?{T)#XZNyPW;wn$WΩdž2O~xE?0\bZX)ܿ K%UkTx,Ul81_jqGei 5E2QB['1/F.ń;?^mx0%lB쨲ynItG.E?P}Kc7u 5RY'J{lǨc/ZPlH>d!V@mIɄw^Z9w?>J0zs"}Bhanoܗ{.~38og ,xoX_p\-c۳򤶾Lhuc=g5dɂdu +Noى7=)X[0ygKbVoSӲ 3aAi/|g=;=7tp:v <;+po1 ecS<__aet*ceU௎:{?)g:Tws.|/ ]PhmΧx6bDJ5ĺW8>gijFF^@0\=r; }Po`9NGy!3Q$J(nj#;~Gq=,1G875Ӥzb #}t/&B%|VsSeo;e(#Q=Ƕ|?z> c<'9|kF<6y>XeFYT_eҜ88ѿ|9< ܏$kwy2*ߓ巄bl&1uSh'u p(i uO:?Hw#cCdMQ}׍ bx# +lr]'0$- +B~ -3WqqzdP3:zߦzfna\$/5G3o>K7:43ʗQkރCٰjDn3_oJa/5щ˲$7y;#S:aEAԞu<8'FQ{|{fhjR!SjL16E^΅Oc .PeD*2W}v%񞗓zwGA>}3jp=W]>QbFH$}A5^Fq#~n5~256L|>Z21l!LzSIof" 2fZ|&'_92 0)a]?U˹'J0tG&*tύA0)unGo.X}S׷kOug( 2FVu"j ݫq#>#BG>~`=bNJ+XƓ~m؟BcpG9FН6_v6x r?ik)67AR1zUuQMƂ3ƀ~Z'yyL1v{v6xBc|q}ӻRiږiyڟPjho&W&l80ѼČCJ{1kŚZÆWFL{1R1b 2{Ind5)nsL)fZ2Mjz윪*1wcO5t…%=Yfc ;rbcM)D 0lsi\kr%ykv˂,o$FRM> Aw2ϗ; o: 1ʏ ,~_Ox}'ɂ%4Y!'Y'ɯ]cDgB#7 ᷙ<nᶌ;F 8Wi/':7kBw{źN&/b7=yXp}/8LC~F8}3w wWk 2\w-6p-K7o.Zg{`tv,Qe;ŗ6=q`C(qeg|資e_u kw)#  +?]qmxm|h^JƁYM Yİ,yDcX;S-u1>5 %ٻkMyO8jHڋ +9{>t& `ŝ 1 XfLc\0Vqc '[ȿG`~YĊuFe/C/r^<}:1j~}cȉ|>^n[~31ʀU>Ed\R+zWaƒY]y,cY)c?z#Z+d~ +9o s̸PeH*=w/M΄Rj9Ԋ|@>5mEvko| g"~m砕{`!1݅Q1<ևs[ a9z"sʵsb?o}%-?{du_u_Tk +VA`6or/^LGxKl*F,Lw/ \GN|6su; }KlM~_,L|݉_юw@/Vԣ}}knjz`{e zO}{Q?J?2v~Mh9cx3 \(y2fyma %hlMa`ŹXȁ1Z;TbBkmi8.f^c#0cc~ ?ʃ7!-`;s1a|^XոJQUlwqH[2q"ϥ̨ z0(4Պ; tT<Z+uoP}A~pgBTz }zyPl_>m?l!>UKRx Ϩ11͙e#}NW}n\=9lj\ϛWkx*ߏ5tzYJG\XWr 5"F6 v4PsbE5c2/)\}ijp"?hCNgw| +CXC,*>p'cu#dׅ +DdM <LZ܇& ^#8qmTҧ~yp_=5e~鷏:_/!=b]gyb;+B!\tol?=zn{Hor]@euy, F ?c97 tR7?ׇy_?cdAwX?kg? +.uS񳩏{͢zV>/z+bU-z8bJ`%>Fct9F5R 0y;/9[8۫0a :oklL'L/[d bmϝ;oV^KiL% FR;Tw-?/̣ă\V&C$b*\}IZTƉ ȂXvMF0Sܿl-keX}0ȅ<cut\C!cܵ</OI0NΨhJ82c{Pd{:fRcR^7EXcN{CsYwEs-H/MO}91]bYpQEs^{=/кgL^Cڿ eS5jjMRxOJsXP|:QΈM?(C6xE,93q~Rqv~9[#%֎) tWY,qxE3-cؕ-~ґƒ+?T`D <1LGKo?${NrC)Ki^k%>b|g<ƇB7{5=nw׾ZGY mWu#nAzz|w}%OOyomj."}EA{>wN|7}?>V§+Ǭħ ya>,s9{*T| +a} +R;P'?,0r1D-#!t(Ʃ/VtN}>Rx +gG];}Eeh ƒոRьI75<9oLiY~MM*^CGD~U4|Uw^UKL @FEDQDD@iL +v@$*FAi4PhZQAA[xVݚ+CJ w>^pν}ι|;Z ٭g$!iyAXT.}x4.ȏA׺pWiDp)zBMħf>;ڋ3oOy}q]⢂iߑ u0s gC?eBO\_s f{;C7Á9ԇu1Y},oe3վ7Y8=B )Pji΃uËJ_}y/1)cOXA#>߼{tR]e+jkPf@8.5\slD31f`ũ3+}^4/%XGӵi!9И?3\"s+9FCfCEc>m}ݙ2*+~hƉg3my!6|X ɬo }K樬m}{b#Lv_x$'$NJt\xUSoA/7幒oLV!rMmú7|@>K Ӻfc8>s+ llr{90 =ߋT^@ d&_ZDž7Y݁oyצ#H\V}Re?À h'߼_1c, 7pO9nby8/>T=9]f\_Ki֟Yޑtz x7o#ְf|Wx> NE0 ހ亡҇Ͷ?X5rBM >zwUH'fl=W9/xD`|$‹$♿O5q?g{w3{a~53Lv=6Vk{ۿÈ##2z\j P/gj5gˁ8q `Z8Ome%AVRo ?juFLgȏŘgG2Dj=r"cCBg-(xZRg1PV cXĀU357{8Ϋki'~iaP=nnlu2}y>1H:C_K z6h 9d8/~#&>,﹑eb#Sw}Aw%<ɺ$#Cc D};175Q,huZ4fEgV%><"_v?0o %-wZgM yG?ą&F:< 2GN2߸cc3A.#@e€({> eH#-o/^`4/4{e;3깐zrV~Ʀ<ςnN|M`>;q&){yeކ?fC#/Gθ܎Tx3>{&S{V۝16/`F-)4J-(.~wp LYڒ񚿍q& Yh>D̃zDĀ9oEkף]$.4q+I򣒧DM˒G5#0F|$V'5!4+_cn/x<=9>f?7g`,h7=h=3{oρ{ļ@D.>1kɉ}' +d; - |Po0 ,E;~]4ʅJO +~ y? iŅ9GZf+Rυ>YK?43g?ێoHI{ȋB%xJe qǤe<u8|u^ ksoNYZ ޟCҴy9?||7EonKʓZP(1*yӃ>:w:"rZS<|lV3^\W/avgo>¢?PGsޱ޲9?(R>+@_^=r kϊa#TE%\f';27h8!c6]cE^x&cܨ^CFyb3QkX/b>=;:c[6znFjÅCZc=\LV/1N8NbLݦLi&pwC|E9Zި)[2) 3a[Ʊ= >:-of>(LXf-'5/WX1{d>b+ĵ̗՜ F԰.{5;z|iw#̙h6 2`Of!E\|A۶,=fo/sE"cG! ^9F}S޻>&ɳb6ZmXKUTA1F|VrSk"SPuL.:*gҿ' @G#~GׅM?AKt)?zTG'N<.k;>i>|z쨬nzs\NOAf·͸?I ߓfΤ7h,w Vu/|˷)1w6'vW>@ hrN9P AO0}ÇƞFx}E߸XsQke='~s^o2gvNyw,~|Gw=?.هc +/}ibDxcZCpQxC aUeߚ0/m̅meBZ _1?͉0+ft&W]0*b^8Z~>ړSsl9>[7Apߩސ!3P6̓i-qo|z `M ߞJ͜e%Ll>I\6ۙ+[>=>{>DG5o};zʰ_#8$P2af +6K%}Du|nQ~#G̨e"SӌuKUW84>b'5=e2Tǣ tZJ04xAO(C:4p6jL>Y\Ƶ(3drnR΍WhL_g]nY`)7F ߽w/1-Cj2c9سG|yxpD+"cl1`a?dF-8u_xdJGu-݉~&!o'H>2?\)b'?<%7 3t==p^`yoeI0ŀȓ6[>+]3ʱ=Y2aƤ:j_BHkf*LuXyN}}EgewS䴰~>ښx+i)[H\C?<$Y Wy{PM-)OȾ9hDžzڇT+ r9Nz>0k^񊘱8r3s,R?fPĄoX&< rRR\TJi1Zf4Ɋ{LkAyS7hO;=[g*;͗>a8[rq` 'iJKM$e?#qA~yo[ 1ak +#.,}g\?Ғ'ͽ1V^!:1CzxS͂ϒI8yI~ǖ2 .?I?B(9]}7k? ء5i5e=&vƁ5coS>"b+Ez2c.o&f*d݄^9? b<*whތjoy+?i_לgVT17\zw&oK/錓̄<v|¾(>c2|\&F>qa·*"'ͳ7l͟@2ffFYcE&EEi!$le7:@ znjP.٫zL\TPk8EƄ8ɘP34k-u~^0Մj&{YJ"秵r̅>\cOы{hC|}{t3M \*k=ђ>x7OxuߚpRfS֞r:#Iy +˱Nܸ"%IJx+N|;)Uv ):w=YBӎ'.k[ Bу??o<y@ノn)YBQkg"joBԿ`@eG̈ˊCȆ>)l9cxϱd o9Ȁz;o^oQރV…݅v zl +rfE{s̃}࡭,:j ;q$a;#h^"tHB o T|KOeVuW*ףS{oZkk X{u8 ^~fcAh8#N먳|cAp!f܂kw|/K~QGd d]67;L*sCuj-9fULGT$O^gtl܏]7~`\&u#Ol1C|N˜مsmsy%_\jI;L(* *lLpoM;rYm$^3:1dž xGm.4y%n~"XfĂw/Yَ<&F9R }~K`^58,'X.V|nƪ| ƩK] ~@F\7Z=o~5?fi:1.Ly~a$EV=Yw=tUf(sVy{%97vuY?Ό,\(:$kεA/L̈OIq +n<3IC2f&;+Br{h ~1Isٕe] +*y{v€/ƃNM0}7&ث}Ⱥ:u ^>:ze=O/Mw479Nὐzo4~sH[o"5=eDKZdI +y`r|0 We<%'QW3PV)ky@^.@8 Zo֓o\sE:]gcV +kY~kLKߓkVwhƭGy ʄU'e]2gm"Sc& 8ϫe&\OT˃~%#UXGh}IλxKz~ѩ?p_>?թQq1TDc펏do,l޾b_꜓ղogYf¨K }tj }VYkNiw!/ܑ~V=f2UĂ\%gUu%K+F$:5_{Ǘ_)3'\ƖGmxۨ \,2!zƾc}wDb= +K FQ H y)D?]b6egxR Eo߷_m[h&,wa(&lzPW]Ç|r =-\.wfQCE=(µӜw$XZsݱ?{T_ge.DQGѣ&k?x¸>'o--azNdf{}Zdi h|~>S&pO20aNҩQ>t_=W$3R,LYMlyzp:a%ɟzBNǕ;YVaӽ/Ka]73d M[)!-=:E*2?X?q!No!ku]T'=dX(U6|.KU6%鱟oUyu^GfmasQu&uj+o٧l@ k=/E?kyoEx}y8  ϾM=~xPQ 6dKfϖ2V Xc5gH`]Uv+̾bKjX<H!z<߇?|C1_SyS<¨ $i_U7gK5J  1_ _>X7F`kN!GY |D1bHϑ-œ]m6o}lfy;YÁ=V0 ,;xY|L OXr)jrc>+C‚e}YSNHʁM3ᾎ7Y>ۻ7|co|6FlhIVXJstMa`>L&8RyvK›!2˹LhI,1"~%?W:36|7wny.SO:~;8 u&(TUͱQHVQV7w1SUgNvgǩcpFm3QrOpar__spt??~.T|('"''dȈO|ÜUΎQكaN{WT||L#338˴9`ª7c bbg^!2zfSe“:T;Ш/JyQƄ `+ygj#43`x|fPtxj*G>r-X_]И%GraCMt2^/C{{Cϛz9B906s$ra~|ʂ`<@H+މ_jwoW jϯʂ6Xpjd}f H~cYp#oCpA OZzH-?1Z{G)f5\%%~vA=PwbqBʂe\N|IWt+J5{{KĂ#n}p@/OlǼ,r$Q2KzHv#,>(֌r_iHAfAFFx&.#PeQ5dT/E71uoNo,3[5~Zx. y{̀.}[~-y20ޛ*1TMф Ӽ4l>*i!{ۖnyLe=2mk2*1;F3܁2's¢KVxzD=bf6GRtM{G\ִy.=}uQR2c$3SFS-`f>oT~vQ!nd&4<>?צ! FoX~qKAK k ֘?YA =eg=>}r}.xP{B&jRp!1a5I=USmGoc,b#FjaSmD?[ŃyoW|ŀ7Sog@Eh o }ѠPUS=¾@fBcAT0o +p!!\i Esx/ <{r`,y~.R7>}}Wysd ZupAo77~}j=/*oR? XPP:d@v0C>svf9/==Ճp %>s}SF&opz ^ ȯ<#'S !z欠2Y!+1wz%䞨 eEmkx|csU}yDxnA|Ѕ?:?6枑ĔP-w^n[^_5cF|ң&3! ǂ܇(hjrXVÇg} GϘd=E1{X^4eFuEf!߯Łm}Fxtx(7}ixlvY~'gV}f&=–qmWe=?߮#@T}D]F/g7,l>>>4Xʋ2`Of  i ER?gs]vR'lؗCCZ1ǚ€"_pD}ojֳMɵ}O5Im ս|SXoެFҬCW^ax^u~;;3&<|1Hn˰ ɶ \<,\ wO)?j%K4}A+u)3'Db#%,UtY?z07OUX Yg>Q11q3~Pi +lv,,IYR{͢5vyćⲷ^>Ș_5 ā`J#YMGc6L'}Dyp/\ZNyH|T@l#,> {" F\/L=B)hYGUSg@Gq |>37$FC}BV1f;|sƈ*7iy0ʉ^1^CLh,UoUtLUw8ćAbYO`BŜ7À#t2c|?B8p^o$-3 `ɞWq7@7ŁuNnJxyeYM|/y+/S^*wqMxsAFa`luضÀT㝛4„?˔vrA&3!szG5̄OGd.e 4Ìs_Lh~3+BbB_j,˳DKbF L=x |FY4_>3N<2~Gy}aȮv;AsqLK ?7f[D}dtD\Dʔ83C~4Pl$44L +Gqf+#;yZ=?3%1! 1=U3/Y&s?#(8p󟲟=M徖W1r_J~!;Iǀc9o c4' z,>ᥔmp`ޠddm{tbAAG~318角V0ESQ@g^a/]CZ5䫴0Uϛc!fkM8w{m$%fDχ+zɃ==jJ&CeB*ZAԥO<\ȼ?LbLk{:S#s`Hy˷ELؓDT[5cs{ZoRLɓ6p?쉀;}eFxM$Y9ɓzj}}e`}גGA\Uj p̓Mm:df4`I +f`B…  &k8 2gg$Z=ɀ~r~n7%}M9k)}^~y^7@yAn_Pk#mndo3xco$~m?oouf&&[}E>4k۷ (fZμ&-|GB9oxk.]}}C9*k?Z-cg=?/ὦw:131kqO|n+w.{neK}H)eyA-"3aƯ޿PqxeĄ`7f9Ë~{oOY75na_f̚?csĞ꘼hի~.e7+z'i{KZţٟu.d +,es֠Q,تQ$.V3-͋l̘̃:Ƭ.oͶu9Kjs+|~tDa =Fs\_8Գz۴ !|xޟ_K28p>o mKȀ.53Xp̀c y|7VenA ۷%w MdYOߎ屰l{ߍY̓ BȈBS(vt\bB*GFʐaZQf&4q-Z􃹵[5 X͹Ps3kwQ<>׻ԼCEz!#aXkDzUO=!3!>_fu„9/Ɍ0!!s!ng#zC=&a'`)~}~UV5 f5z#3;dyJC_ an}I|CL{򼊨&nT573/LĄ}`+ߵѾ38GM:pD5BW癰ʔ7YS]+d@㿳lqgQȏ h^asFx0b&8!sʊ5/V=I xMpX 8ort?b?,>X7e!{aaDlƂƃ%Nc gp]P4SO9m3<p"1B7^:&[!#,˶OE@xZ: ?~ 3eO~8)LĂc̀U5,h +a ,*}R-aWl LjPAdoΕ27|D3Fg,<(<8y!|*Z_Uh%ᮥw&uvʑfBgVˌFx{~&&g>%7:R.ʚ׭ي:--Liu5ʄ:.:v9v|6/5~24&&qg*.lFû(Ѳ}0ςx|U]SSsN&D~f4gβ|ʇt05,o~2~r}gMa1>5|spTS>7E>(oh\72Qtx;<C0#5n<89#V/) NN cmvrā~-0b 3w!14˃ /l YQ< _R0{yƴgI 5k #߼cL9ĄP G2i+/{|@rkb d[?2L^"ەyZCF+/r*>iI.k}h)B;칬4cĭ8Uss!a&=)^͠msچM' `m tsƅ*yoxhbv T<K)j`Ts1<0wvL̅\chGE*f~y3p 450Y7ey)\$օf̉-~ 3-)1:<~t;ϖgQ(fz*R[=uT_P=w 9w{G^_BedK˄ZF `W.cΞi PGKd#nk]g`KʿP5ʐ_RkHej#x N`>;/A#˃L88 frs*.s26@l  BRoѲc9b3@/L p̓ FbBB=67з  +gdgu@ dlc1`&D !&  aI6р1ݓ䜔pϚ~z~v=RWt~UuRs4LNg`hh2o7qN3mZu??iIӢ M&+_`YȤ{<>I,zzgt:l yNg:-///tNgK;]tv?i;]ݙ;ϝΑ/]י?W9cd9ߪٓ?iMS9sBs.Q޼M+;nlt3-t[ufo#qN߶sΙ[mUIzrNgnYQ;wӒfo^; zZ,7NW&~gw;s'ݙ;yF>shȿu:Ǿd߃/v~1}7~N5Z|9Ngߧ:>]6i9{|s@ЗY_;\E8o|7n.;t͸#Ο9U~q7y7r<<7sew7Ng{ml,@ݽ9/Z:ǾyNVG#9G9,g5rMW|,ޏ6µBMquEgUTg(٪R m[֤}綕Hǿo&a9Ywwe=o]ۙ=i7ن/ݾ3K'qx 7tn3;,KoN熟$s=w,6^7~m3zڶnDŽ~&W ~>k:ݾ1dݦF[q{Ug?;FWq[˭vv56N~v/~AW?_[j &KwKٯv6mc̹Am!ǩik/~Qw]Ԗ(ٷM~%isM$,_F;8mZ[M^H19ӆG俟Z}O-ZsQNZ/׻:=O냰 զWurբiZZ'<]u嚺wq(<$ 5P,wxs^佲rWw,8xpR>)W>uy,ob©'yljcOă@jkLޒ8p?ʿWvw7:;?~ + ;xU}Lx/o3GLP}5) EgN:ߠPdA,/e1a2[< +y6j\zLh,X0M*σdBυL(Y9a"B`IA +Ou܁)P #`A`V (F&{}lS95$\O#_KlIKyIstL}ȅP"뽰U*q{b{K~9?p!OhKÃ`:/A `A\|cN=yGnjٱʅ:a@wѹ{=?sU8.pmdNqbɃ?ۘa[%PwZ:uUO|-1: ۂ~dķUgx_s;{-|q|qτa>̈́5.:BȄQ.<:S^FaApGsk†5.080ɶ^~ЫzWymje!oko0r`?hLՁ \`LVo:'oQ5FVou!^s 4%kL\|Acq2 9y4 )?&-p*UO&/N<p7>=~&,xpó'F8^878N}ܗ4*qI=j<u7x'DŽG`B([Hnj1| <==B=fBC?v=:͈5^l M/XxTG`dBr!8 =$l|x02_MhƂwzy+\/Q<(Q>:h*י&R!0#}]*y ^gӵ"9 Qp}£ro:<,LwfemnanM\OurΟNb!gѹ\Āp>ߜądC*IrEF̥ٚߏǁCjБ/'~;*8 +)?}=gB)#\3xOV2ߦz.OX +ۄ +\ б۲j\Oʄz֓<il/Ȅ?֏ dx# WpHˁ=гB|q3`[ =F> \H <F)r"G/, Ƀʂw^~iyXpJ(k~5~=yp׋M,q _K<p%~<<>Z>?Sguϑ_(m,OQhۛ/}zʁƂ3oA `V4_!TZyP +F.uئf̙Lؓ =* \ +CWyn,XW!;ySF3y4g,\׸pOÆ껵0! eZeDt_,kB.<.oЮLMEOu \ sm"r{1ĵ\3?X.\`dBx Ʉ`i Mjx,$͍>NA`A,H/ߤ* ~we>~<:fފΜa*y*@ +P # zxʚƄt,UGƒu'ۙP FgV~0E{;NߟC Jqy[D]֧ZA$@`= hJ͋:[. ,jQ{ /d=ndAxfcU1W[ x3%7r{d^?8?^aBcY,&eLN=B?X2˄BՋ, zc|)LxqQXYVUW.4>|yBF؄dC~q'ZCGL<uQe3ᰁ3u,0\!c|on &GؖҸay`}`?&HyѠ~jρ{s`׍U9pƑ ~p!~09Ъ7 „r=<@kg?3Z?y-N^o4/ɉۓWQ7 /t[lO/Yg?x-Z ζ(\y:#5=l|_v#k0AvBfyQhߖ,;% ^KM`A1~Pn p,XɋqI |Z. Ʌ,|_y2hw%Ξ4=ʠ̽c\o>r9 +&=O0U1/z)Zk~XoGi&AOxM#:xuɉЁOuݵ#~5A/9?p\}M͢cbDτ ]]!=3޾3U&Ҟl81a|p3(,ː{xU?p@k= p / v `acG+H$zt`$-0<ȃ5&LkyUhP l\(ޢ>u |^4׸(s&M}LoItL0ʳgnk#jM5e ϵgD6A1B x s/hf=}C:{Oܫ#NYR16T>u`*5fυ8S[4J|# Ʌ 9&,j[.O c`9zc8lth<3 |CeAGá~ +\7tu~TQ-#ۑ, BµO-"Ixp~ k_QfFByp{L<(}^ʽd @{am,EV )yvɅRAΧ~`%CKm쥘= +yL{ O<.(F={y&/9?#2-wV/МQ{Eѳ/s Gz Wr[{ )s#N7 iVr%U>hh|̄Ʉ*YXcȇ YO1a5&,V8. Sݯ%:_%'ږU+dž +<.8P7.oZחdj_8F&lk5'"z{uxmce|GYP!D2b0ߘpnmmȂTUlOVܳnhʼn Wާ -]`y3Tj:3WtfәAeKCg~!TdY3R YtTX'>úlrL/?ϗh +ޣS_̌ '&S/~2|;ƄB,(g=<;~)s;wS !ƟCd%7kcYy Áuƅ_d,ȁg< p"y^̜G yXߟ<8ZohYЯcΊZφ+le`?ǁgCF78?ysLsQzlbo&rQc3O6T>t9S6{P{ά.f6+d`ϊ"s5-[(y!3}BΣ0)Fv3k :2a?_. <ؗl/E6؏u࿙@G8XʂzrYF`^1\]b זsXGߏn-ヘk0Gq1 ˾!zcrmYEῳ~4`z륕yZ%ߟ&M_9xg?K}|;wIg~;wzbB!ܕg]>$* (/hAeTϊ<YWO*GޚT/bfãr@}u0o@5e_00 tf(y7yPD1j D3wIJZ+b%{yNlO9,@l +MfYW˜5r^E<,j6?˭Or.8Ȋϋ2[eEdBKtPȜB^8dB\ޠ ~ οgl \eC1kh b9=@ zރ2q,ͼ?5j,|qmYҢ% (xLGr0> 0,z tً5mav̧0lNSd:&癳haT+]8AlɘGq`?(xp$߅;`^ 8,@#dcd77{aND[6Գ`o3xA.MaN_OVziy$4o%Ț޻W0,a*kAߊ,z)/r z T=\;\oKE/ߪQhn;Svog_fv՝=d&=i`? +\)o 0S5O*cÂGeÛ*+yО +gJlW#X0u}c'XAoɄ#$ool3%4 ,ZUJ{Y?#֯./Q4噅,lf}oSFг_׬ '*s-LL3YQ0YYgL\Ąyؗ4({[U֋=rWg@?^.~"zϐs +mV‚ zD/S +F=rdHf0aΒzTT0a\j~6mLXBσ2a +ea=7-po:ol 87*YPgt^ cݭ΄Az);V{`Á r2޻7 NZɃʄȐ"Kj^brTK o5UE/,{"_u1`ϰʟVjGʆ9de}=c|_#J j#>_LH.dݙ_f.uM OOΞwL(ŀ ٿuNOGMOs +3Zȍ]vs}A'\j6MEaPW=GcW"j܏̏ ,{=qd>HEcS#5o0{<„G{2 jf(Lv F., # 1+R__OeVBxGOgF5He 0;ZdDV1`? F63W5VWQWK٭r=j #1ذȧH{y~.}/:v.!Hhyqe@e 7>0Upcq{ #z\ hуb}_eQnu~E}q g W}^]s$(σ|r6T>?/݀"ƌ誇$G&M>6IyдEI^"/~3…ؙ$d)G">'l=XueHkGŞ)m߼O:"̲Ń2z#Sv߇ 7+'\<'g(Y_(#c"~KgP^CN0?>v;թBޯRqxP +GdD#cٽkfUmkZAn^'g_x&e%k lcn,@gٟ$ +ue]c&Ezb_}oWC==2pDE#]Yۼ??؏~fFEA- gY|8>F>|z&ţj<|1_zcs'ᱯ7"&/^$?A=_-QN! V,s {`_ +!ȈZ?A͖JR.$—SCe>cʲ;6 !\-gɅ^ "CzqA{R2+t<8ădB?N~W˿]oā;ޙ5}Y}}v~%n&8y,ԇɄг yǂm|sƆ1a iϗ:0~"Ex)sGs-akA^T^\gΏ<{ʨ8bpL +eṯM^7q+,As}ڦ.6j[=!Ȫ9b?Tr N9(y0rax,pa+yLX6pa sHu<' 4>E$2 c= +v\g8~6mK6d-!lvG))75*2ܭSM&3 w:{ ˁrFf f %{ '1o@M g:-ʅ&uƃidB7g3zy5^;#,x;:Mn>` (p\_ϙ `qp`?kߨB0 ϳ`tWög8gǹdAgױόƄ]s&Jo +͟xfW&,A(LsEb-9Ƅ~.EΐrB_5m|CjPBk1\3z_>̡;&?{FesG=~H}6T=AcAgs,܈*[<¤+$r>̐0#"ɏBŶ`Dbz_pTfýbn̻%7v9[Ng<&Y.{ߙQ{kWuc@WU}+F)MXU蹰 bj>׹)?|`<+5q xۊǎt#X$~'Cm<a ؗ3}=pP[Hsg^yϚ"g[֓ϱ=x-Oɹsg(rޜxDsc=X S+}~==` q?.{( H:69o8 7 t9A\qĂ+{2,ȆW!#^~|pSI[^ݙ|Igv륙gw\:3Lg_r}$yu1Tu,*,<\vK#e ^6ϦٻYcjsǵz("4w,W^b|+W%딏.P{ Q D0`·̊t XgHӹ*lu_tk<F><{WmB6¨*NՃ W y[^A +ZRLX80;Vdxˏ:S&M_賣YR0` z ?R.<'9uBG 6t"7z3]m!P{^j ]}!z`.^ԃ7z: c1/SiT7rŘM)QL !-^C16 D}Ϙ>fʭ)ZHΥYOV186g}Ok… f€#e*Vo`P{pWkFH֣o}(r!Uyr*DŽQ\EvfsQd@ #԰4fv>ƂKb@"`[2+FApŹq`_+ ++.C̡ q x77NVÂ~i%pNrƒ‚=µ/L /UOP}AɌj !<=gv2iy& }6D>Qzox`WvT^ k\ƃ5&T|O%FF,Hf#qaͻ^(8||'ո0_AzEϚt=uJFPg#!^B#ge50q!k +#VQYR)?K#z +;x0?1D!y!gĻ1*t|r Ͼ{GwQ†'j{Čؖ^!( kbQ]ћgf˻kc^`?ȹ^y'ch){ l&Pg9qYqZy@K_Op]P,/+p[ghM\lupP{ڸnm~2Qߧ5~ g5|P3@\O\k:Nwި&ʃƀA8q#,s<s&FO'&<& )2!xpuOK3(ȃЙ]GxfÃjaw7k;6\xxG'a_,),s]`8,Y9Lؑ}aNQ4:Ωm@ߧf Qx]V4X 7y^_W_}` d7c?zQOc}Q:|o eCp^3?㤼 9U|=uhmjj͇YYpAυ+5E"Csy:+쨜0BYG?GyƱU{ƩrH"2GJ. j!p3:_piwnLà ʁ?X{7Kp h{߂X,_psgm~F=A0׋WNytԲ4 ' Oܨ$\g3YIk"Fgg%Y _{d0Ԭ>9*Џ}J+^ʃ B0 k*_3/Bo??*ה:-ĩ#ԙ:AI;`y&3,p\`[ֱ_ +-O>r}D5]M~C{^ʁzʼ8ڇ˯*ƅE"3Yypnd9+m=D25 +M[fjfc/=o^`AuyG=kϧ9TdŠO,Wb~Ḯ6 bVn{ޟr^{L>!{.O\G%^W%m},Q+,#ĀȊ5e`B-,"cC01B(6^".̃so*{d<6&,4y4R98#70zpąW(xp0ׄTUAz5ƒʲwֿ3 3;PGCtY/H&<ʉxosʩéǣgB`|>>o-G>aAW|.4/# ZoO;Oo*y04gV]ݟ$ǶM^jLK$r" /qR'w*\1^LԺAyxQ]d:'<L3,Acǂ1 OiEC03yuŜEqknvyg(C5P; 3lHϰwxaϢh%'گ?*gJ0Ϡ_ˍs>qn'LB̬dȅsǾ"Fkcz ǃZO:!EQ }Ar @13 ,/|K%ǹG8 ui}v A;/M,m/m^VDfTY1! Mu9Rԇ~z39ʒLSzD7  ԏ;.I =^b}YŶq}s냃muncɛ >h/C&YXz,,pZa3#(wNo9A0;GeQ80fH#Q1`/RSKT`fE2 '<(3zHbo˷46}'ziJqJceX!߅$\i DO8; )σSƒК?O27*L8moM~Gn!>r=ˌ1*Oƌf&!bYC\xG% + q1|ff"F)uyq;E}^dAσ׮ >Xr]oXdM)OD fгxoCzdXe$b l~N^{`i#M)χ<[Ok.者Qr>40a񜹼_p=e*bVi<zņ*,O_z& +&z*0ϖgQ#?GA_SWZ'P r_@fA!;!2>/xe;l75LkͼB0gBp"^,|7C3|Wb]I\վ-yzѻTq5X/,:ArT͹迧=W'-8b,eu䬈=eDL#s# Rqpߢy-@w'DŽ}^WЖ&9N0,h^O_Yi= _>>2\"V=8N>)\|).̈́\Gs2fNkS+ޣeBzu +~"3^ d\JZ!ZvqU/*Z '(3c zL>j.$7 +nyS"Ⱦُ/ϪX5k3S(e)k=SZ<υ//fھZeOIĺG;yߴ 0y‰Z%רPχZ?w+Әo0 d,:E-cʚ\7!`QsS{E&ԳT!c<{\wz = =?ĵͫhdB7+0as5*{hS0dB#tyj'Wk%gM>!Aʀ`ȈoƘ0^̆Vh1 YGc>E$Y.T~{?fp?XuE⽝'o歍vAh7&o 3гaۍ q t`Y[Ba#A.}WX rT(F<_eȪ~<ɫǍ^'&cFcJ$47Ȅ1C:jia2w]ły8=aZ&~J'!&W +F[}F(pxP$x:o:s^ٙmw}DS(Y!~s2+~z9.w&]TB(e0g~!X/^Su^ʇa{w㣿=6.TsU8l,@σ"/)bFw4aCh_ɌL*aec(:~.}\{oTn5RيV+vFܝXLXa{:-j-CdC3r J>ˇ1w}~2>Q3]w,կky|.^&sb82q&LHP:9YcdZ:S1gx L67O^c0{k<6.s +ߚ`B 6{FJ58*i/>YP(L:IxC ⒕67?Nv{>0?o z~m5hspA4WɂSȌb-X|81Ic&[6nDLȁ+9(ŁZw?ǁ9!C,?O.̃^OkO!s,kƄ\kB~ח6&Azaνu|F:\ߘNxPgs^wo2?sJT4[}ud_eJ8U#^_m1)̲²̞h~Wud<ޮw1a~_5V|6VlcA?;#C}|LϊvͩGvfO&EoO/ Ӣ({هAO}us&0K\Ic?B?dJd5uۘp?ԙnsc73).4IQlϚBdGɄ>fIm0\|^M͒J]$&ľU8̛ѷfZ 58k#—nf5dF^7h/}sǀr` ć1b_d8oScNϟ< 2/ +0VCA}`|m'M +0 '"2d;njl+䙏̄/uVϸ\x,XƃȋhE`jpo_q B_4x#BVTNps ׽@5)7J =2/j}@w=uKYO[D üȁwoU1~Pf;_yXp_ȡk®.Q>8LJdߦxއ}Ov3s2#'|'h񙛼?Y3Pބ47OFN>nIm|̍ڐqɬʄ3 xp{S_Vp 3u%uf.e`/q \mM–B:IA@qr' 8#%}XW_+1cPj3=B?`CyD!ˑb}"7߁4Kk3]O C_ui"38G퍊H M<0pՓr^t~ +3'ٙ_lyPsk!x_9I`h[Tʄ`xQ{ Ot2 7&ܕ2MM$3*b/z0sA|B*2ֻe~OȱN4Wb +n?TֲT쵾Oy3{ yA@OoD_0fE̼ɉ od@ z?r_gscQ+Y8SWQ(8Z>Fߙd&l8YRSƸ! [dZ=;*,EBdG%˪7Ccf: /v?q%jqLͨ&W.W4{-}T9#N30ȑwz6<E#LYOx_j?~)MѓYZgˊ9y/Hupnw{&6/f(uƈ_u02(Ā 8 \ z,FXsp`?7e_W@τ`8`_E.\XN 9XVY_?rZd:Լ +T#zFyTo%t~==BAZ?ω{! Ü5yV|D+~O^?6eJ ,xpn_)έ]ܺ?8u RA|÷wNLAB8E7p!c|xQ7<„XG/N;O,ɾ4~!Z!̥W<*_m~ sp[,8c\e窏dAdD b])jkԛjtZX/Xx~ƥrFbnGmYfAFaĶƂ⃲s;Ynv#YYMX?{Dmg¬EeIiEbB#O}A'͔ +jdCImdʕV}ʗHvH&~cx{ސ.-zB>VmWo Rʇ.YPb/ЮVGy㾘VjB|eƐtyQk XƤk|R\x 2!_dBfGɃ#yW<2 , IL>A`ٵ/R,O45ʇd/~7sz˛ohQf+So ~YUNmRfK +g3>0cԯg=^Țʁ-)_ QUf@:FP~d8roEP s lsOK_槛P'̴>i>9y Gt,H 14&˙RW65(xa[%/)j Qg^6|q6wh 7P$ bU]|z<Lʀ!,WtNo;j peӛߖXNXQ9~"^l}cbL ΫUS"H2pͧ:WiNb>Acub6|'/EV̂Ik\|ޖϕ垃ﰍl譪~:5Vu3!DdسUYpOP9332+oޣ̉Y׮hE_ }sT<둣v.gYR0"FaBeMoiTX1!mNJ}kߌ}bg9k/x~^cWUnC6q^'2*^>aM1'e&t^.nOhLAT{d{ }B nE= ?s&ra?OMی'2W +.wϰ{FV ѯtcu/2OS͋:dT):ć3^ . : Z8]X῁XpX\ Zqe3C2` oL>⌵U?01 =bgL bIȌ23 |1\tk(|+qkOگ39s L d?pX/iΊڵ\Bd>($rJcAx)|\;…XqVtzTʅk5s7e8c:!4>\ ?Qr9jVC.$7ίyFʲ캿Q}r pJSX|uiHs}S;>2ޱ<}:d_4^jc6~W,ˎ}Շ n*6+D o{i|8PX)\g`>U+x?yUĄI'rhfJK+X,d$Q#bS;ޥtj則a!.cDg7gNb8'Jtr(GF)o9#fAn,f@ϊx3` G vDX02aW"#ZxƂ2#"Cz&9Y!=[Bʁgj+'ıUƐGm>p"xuHYWW@ f[BŸ\uI(7+y6Ae sd-wNOk 9g2侀5PSI&dO)eD"O +_O\x0?X[tyҼ24/95' +4O0 k`d́`ID~<,rO~ϔNu}dGnz #9!ٰ-cK?v\eCauo@en4_ ^S:œEM{? #XЙ f{1P,^"/d3 }Ϗn$_[>T.,V%gH1C1Qjf}M.!옐G)_ Q`-n/'7\,0r8: o H€]{hPlc1> `A~Xwz?'ޝn 3fO4G6U&tRȂ ww]j"R^{KA`1ڴ8 `@cE+^KuX9~i_͸,wO Ƀ؇Qp!3Co?ɓ On&ypL<虰ʂ}#r` U=@(yد @a~ دMr` ?-;J }? lW[º _5S ykS> z{ # s'7 A͋צ2mopnܳ"Eܗ{kv9T}H16.$ g}".Ƕo&eJceѼ^ƗR<C~0r!Kx\'3?R2)ɣU|n'|ꔗ՜y!Wʧy{/9Af]3қ>AwJSSmL-d=c1=BςʳZvYf4EYِyzɼ~]3(ȄsS$֏6WPJ=A9$W5GY0@l`kuB?wBs6Ceޣ'ːqXϋ:2~8 S5&d ' u QT†X7sy*R/"WseEv_dRy,6us4@׏5~ou(j=-΅ a3=o^qW?p-}q_+̷Ҵ({v|ρm*}4!&"X03?.z+4vc~T=>>A>h”Yf 0+9ʂn^/q݋Ł.j7".,,+5uf:n8E6ܩ/lX1` _zVxP_\Q3(ם~vfBeg|A5ʞĢ}]ZVv~`Wͻ>&fO^y-\&S^G\eH5J2N1cteWy.PA̬#d%M=>G·!Aτa:C+p|}"9Og~Lp!̀ gJAdL]V[?EϦ`41&N 7m~6Ciyl@ Kl=˸ Tˎ. k[Ρq+t˜Go yPg5ǁȃ`A=yߣy y}è+oXzOg="z}t} roaC_3cD HdrP۵8Ri xse|Bb‰'%&$ɖP%/J9VYqõ[ j(-szj[ 6c{CF쩈=us3),HO2{YQ"asv3ao4>ƜuyPz QLh\5~yƤ +u#E>z1|6SyTg$Ha?UxGș&3KT3',d9R _cȞ3l%^7y|ι!==+3@T?z̨(Pg_F+8˵;ZG;\f^3D5}E_ˋkFFʏ&Mهd0ن5Wיrʆ.ЫgMkL{M +.dR }™W+/t L(7tRcD-SHeq 91)ϱ}fȃB;c x 8n[ ٯAvs8=Cz܇2^-=>ctX|251!JA{}\z11Dߙ[G=TYo~#rafB{g 5곣')ϓQbf0}!sɣ,th~wA =prf<šYy>/ģp2c?_Cb}PμIdk緿KKsζKk " רǵ,ieEm03F]ol,s3W_gصm[Y̚Ynjn&DvTe+RS3[H}4 ê2{ g. _D2dDǂERB {1ΰbRǍ:\x/RhҶCPfJOBt!e +.F4s؋C.(7 B|^/Tyy{[8>h-_kc@^,,# .9Ih}Nt\JճQAdC{]y D0Ne(}@eVo`"L'RQN5N1V9֌yz~6Ňv>< ^p[;u?gȃ[Fո2R{Euά}QCC4;V㨹RG>$Dc;Tه5dBau"CJpGl?{R_Q kݱʂEzFS=ÚGyPJ0[}t2t,K;j$/WaV!Y̨ 3=kSѸOُYNcBkL3k)2žyY9"1χY%gm}j~d _ofa Y(pGS!BE&GχH73'vcY}ckƴgXcAcGyzB0!aeÄ_&2 =zs" j6QraAnAQj rNB#|N 3L%Zk(O5ƒP3n|LE746$iQM 1/@87n[(.࿂Gax5Aʀlz >Y+ُuc?/ }[< ֘0 v=:N8l93fB/ 29 `+$z S.x y\fH=CE&6?"ei߹l8ƒգ_yʘW{ǼWs.8/+_{=J_6 ~{yNKdUwʡ-=LsD38=qj'.L!> &.?H}O1 äc0H }d|.I|AfD LuVKfc4U4#@5Bq oN]mbfQ51<j{ߍqߏ<̏QȁY  +o}CVg+zSSĆʃgA͒eGsݡ,8ϴWtՕ/uu50I{3tN .=sȂAe`2'4;M=awa[4GF/OQ9 =nyQn{^B̊9yx0s(L-6Yʀbzz ȁc~^h=ź|xHޫ3`{v_d@d:fqa ҋ # |5HȀ#׺|2RwLy@j?PcDŽax<6W1ۙs~qusGSYE_ĚErݒo&RWD~ϙ#.! G_L8, 5*da!c#S׾X幐܉SQ=Z؛z0+Jyo/s ,h<91a!}62i¯3ϨDi3B μ#i0HA_/4m[!cIwY4ː3ZUT&AyRPdP@ 'BE]eikUUUˮ_(!y99g}sވH2-ó==7"3{ajŃ=b-V}Dq}ꃚ7N4.d+(Θ`bfEcQ匋cƒG,G~8g\HPBWRfTVԻƲ[ #57yPEVX?{hO ,_~;3c?z̀ XKH&j`Br!~bUR_ 3 rš'g'> +i{yQ^mvcC T{o|́5(gq֞Csw|V +4{eZnT/ˏ~ɃGLGh€w}Ͻ[bܩm ߯2`I?/zq_dz%#E,q Y0l4,fe +e@prN@ F q&\A=UȂZ7hDX> 6d96Lz=Bl0!zP3$w .nfyvVv4k PA̪fYm0 obxrGȴ}{l܇`Rǁ,Pq5ʆƃO% Zji\KhGhg#dLt.^3\pſOL(> Qc2B4c)ؿKo0_)Dw &TODdfE *ˁǪ^>7F[#|H>}Ag;)9e8&3Oȇ4гa!5?J%;2ʁn',3P*MUby.D%̻9ӒGXPM9з4"3!ϋ 9YOXU_?5L#2wj =YCXo|+$, +xrwX6T<,G 97|{zy1UPk?/JZFA|w_Oy[0΁# *{ N"K :(8tKzA>߂X03a mU gAj3 繰3{؎|Gs.}/L؆zArW@ jgA܊O7۝nlc !.SWAWɺ!7_\^gP3ymG_BoUܷƜɣTGb1TA]5vhBU:'r/R0E.c^!11pұ' * z.t^!6r5`+aB ͐Ze/<'6Γ0YȌR΍hڟU~2h 嬩5$7Cp0(=A2C˾_Jom=%#ZC˓mW~ψS&~1G&&/8h3sSkg4uYa؛-cɏ%j}kj-80 +("r\f1Ɓ: v [  )#:rcfBBq!Уtu!g*}vLz¥KL(9@g@:rFw j_=jf)-!Y>ՙP{<|6.\D./GeEgo7 3n譮(g&:TݲK3੮7S2e:|%s8 B͛_`C>csGQ54ˏLٰƈFྒ??gCկ3n,H/ 眨7xcAq;\T + r:ܫĀ[2aS<p_| ˹LdDYHպ͇n PV [ό=Lޫ\h[gPUv~Qc&qXTAʀhWɆ'<(X%#afk +̊fƒ̎.'65^΁ +k-@@IUbB%Go)C̋ ,4,pet)BgNp]B2!έu+D͎ g%Y)|>_q!j}δS^jϴ%;bf 3*;άGm)3/vJ]܊Nv/uz[ܽRRoݚW/ߐ̨hXbKɽިܧBxN6T.]X1  ,Hzh^ܞx`afL?k,hzj }Az :/p")7 9{̗R981*FtbDg&~ƚQ&D-adD7Qp"ǀ#P𴜸( E߰ƃqPP^ vt un>-\Ⱥ=c? ?C $ !2y?H$Ăm\ls|-y" z5@;䯚/(גwnx0-7чădB9㴵J(+cAJ/kJLݷQ/~=o58-|H2% l0Iks43E^KGE<„#|μ0gHm9#olĆLX˖Z!)kڨ9,xʙYuPkP-^0IZ"Kn,cZvw+ϐOϴ76Ͳ"}E?7+^=_i̘c9g¿Ty 9O`e}!Ϋ9Xzhd0ᴓE+|wZ?/s3o fߺ`OU`v!U ʱV7ރ<m[yxT'/3(<-?7ȯr4xBׂB\/3-am-s%wiAumWbں}Q ѿ:mO5݌0؉}?]GAg- H^#TC "̃guǃ0!jQ̃ٓ3n#G{ UW9mɃ<,XX +]v%?zǃ|-fN=?jtf?4g^Pk..aΐ^6pտoxdBgVK j9 +T^ jc+1Zg^Kuބ*x3r3!)2yY HQGτK깰-SZ'j"8&̾!ɄEn&L*N 2"ḡ y!r=-+ +!$4Oi\g9ׁ  + +#\X7Y5#]&>w^,S&āo*`덀 +ڊ -ym{Ȁʁ6Q0)2`IAτ@}~Yńx0J}6$%#v|:, +_{B}s5׳3`M|NoX4(wQ&,5A)}EɃyp[g6lC2.1n{ݰA`oFETϘKt2gA(b9| L'&$s4P0`}U4r`AςMȃ!ypU({8}y)19G7xۙGE3 +XcD/ ar!xF -?T Z +327kz@˓ ~w^4̏FYQeAῘFΛP;&wlY\scCQ1TñS5kkIs{uW=B2!O„IEߐ9٘|hQ,+!m_-/i\b˳ ,(^<z.8ٍb;}B2zns/qE}?SE;CgMhE I^t3O%FQY=w|5 +h.p"OO` ˙ ?™$+IBdBS1!ypVf侫+L8-36wn_X:_-EʁKXc?ݙ0aKxnVUpN;+fSϫm_' `(>JO}n6Wg(:s3g +T_aN!XHǘ32̀2/'yE1's4y6rIk6_Zf#]5/AHkȃ8q,1Ӟ~*T&4P=_ԙ 3c5MwnƄIẠ7-|јypCcă2y­(:ETكo2XmD%RDOp 5ă{xGͻÀz|y xCNxt{a>g*z_AϳHׁ3[ZVr˿LHdO6&l;<{|O7jys}oίyFQ`j;#^kɂ)fџ69 +u9U_C:rwtq +n̋fhPSܩBշT׹5 3lC߷}HO7(y0DGkrTUT-<^W{£eo~?OQ[=߳$ּA;Ћ-Ckblΐ۳H3ȁk^Nٿ٩nj˝r.Mg77~-2o&.W<C :*/!WWegs+Blh_t¦5OPyGw3vwqQ YK&sGEPfSEu_ }M`W6GAm☐\[۔n8q[mMݐsgnQEl +'U>ǁXS$?N^jZ+U=ߩ6uy^bgBKP#=rqN{F+f@b_P,~GknހZW,)*V8= wұ~}deC信]༘YO|̂d@u}C2` oZ{<8p~g<෇^%.T%0a-brkT҅2:ajmc[wE 4vM=zD^t};\,z↓Ƅ+)' +yX|ב/!p&l7̇Ȏ6YXʶ|ccsCdUGPO-9WW}ܓڻ羖fB57g +YY/JʌŸ׽XO:2aa7ıؗ5!{j~Q'<(l ;ze^",* UTxωk3q?oػ^11D Q<>?zz.S{1a/})/v|)?IJ0z&'[D#khyp;{ְ 5S3mWgLi (9Nzy6S EQ\ń<D r%.5͞ L`Aளv@xeRM`d \>΁X0s rG(Y0b޳~Q#$nAj+*.l8Ea}3vȁ J}`|?zgF Y r.jz =R uѻueD|my@gLhޠecɃ}T]AFI`6lc[y<虐9RfI +zNTُcu/4oCfkG?4~jywfqi||PxPp>1!X|,G0܋ŒWBa-x!DF3aBrgj2ܾ2]Bɳj0zx?x_Vs s}2!6l.|]e?v[ME:0iOǺĜ#uLzAˌ&9`Az(Bz|.KZ˕:.)e??2?~٤Qya=0rz.lc¼x|3b< l F ?j&ϊA#Q#s^XzrzO,vƅ!!<8+< e~ {ʆbAI9~gRFS aI@K*6RO2RSm̀ʁF˼eAw50fC}ojɀи=z):#㕄/\|L΅B[N=xOcT/BcK{\8~rDMl Ysu=mRO?^`a_wk +}935k+ XPeEKY} |^)>dF {"8Gkxd ,hPB6^^+\̃#OH&7Z&qn0 y}eLKlHy6lpbC\+_r\=hmYEW߿,(cK5cQ:͕n޳<~+E_R' ]zeŃsƃ*ɤ.A?S>3/fFsY^ղGXp}v&zr^? FׅFa !Aɋjt Ƀ&ς$%QVg1Jջ~1bK|DIyZnz*9yTˋRXO~͵Po6fIKs9OEYO>m̍P5( 1WPK4WԷfO,r'FsT;%jfM<|$ "'J'4^4?xPk78ޠn6^~^ j7uq= ̍ yp~w9o5}y1-n#4)!ݴܣM}< u,('DSko,S 5nX&s(x1^'Ec_Ҽ?}~dA_#ة(3 4|46̶ר|g9:~ԱzWć[(X^xז  I~:1]tQAwl%>xxi[X<zF'2aϤܖs` 9 +}əZeG]dgW&Gi@jqJx'"3>3?rncلG?X! 3'u`(2`a>s+Aa@sjcS^QG6kPxP9 eUc8xoPxPo>gBAxo~5e  zh=gtXA2=P@aB\WU #5OODdKE;f<':6$ftUE5m!ާ0&}Gm.<yBɏP9Pę#9Ɓ/,q+0*2|/ 7h랮DϏ#]-a̎p=GYOH&$j8u1X>2na!rńAfF?2A<pI`Bd@y1޸|LQjJ'{j.qƃdB=8p ^P4iw90pvĂL9L(EmdW8ߡmC 1:a9PxtB br3# _ϯ.pg(n6 uw5}'ND.,Im5mCbmy3u?Ha5zۜ5@#)rg?|ٰBχ-E6d/έ<蹔&0N)YIz>:ȃέPd%׶ăD?PS^CME<\puEYQ羺^*Xdÿ!33_>Z0H?}JWf>Dσyơͮ ѿV~Pk/xKVu%6P*PUd<#Dufz'^9Qk:P_#XcCcBUkOVP}Iu?d|5OR}ߙB(){ވ|.?j >cw+dRe 0?Yw jpނc1ޞ>xNL8 aE/Sf>PCxk̹U`{RܓM"yE>JN56['ӎɈ*~o,Orh+ m*yhvo7<@9Yeu|}^L\9Ë/s_6p ʁ7~ N޸)uИ=fI<5& A*g0 !#";;4׽WPĀ%`_δ1a'.ʁWV cK {zl *"oJgDa-T`|^bjڂq}o?#8ޯg獒Y3f'~,wuM޲gָOu%y> ?SeVeN/ȸ=mxAgۉ<Esy>RO/(<̃E'~_9'yVCx[_o O?H6>*:.s0A|z%px@ PYk4A + !ɯ +D֕Ă`/ZB^8ieC)?}qsc EJoR9!<׵YDx# 8p,Il!gTlWndRe8w`)$hVplۗ7B`11cCx^Bx=TsQ1r*ِ.OͺGx ԯ$|Ov%O8`+3{gŃ4zC}x>-5Ӥ|?)7`6;)rl[#K~"r<́4{hD|-xcC&dFqq,=zYRvԱkS[>^l+f!8%8p83t1!B!"0iȈRdX;(Zx,PQK7UL(< E53&c2kV_Vǚ|y־;hy:l*Ǒ[7WW-M>|P l\xNh5`C!<eQq#T/0 ff +˜6[E~KR&D%kƄu+/0 +,с?Fu>eC*MN^؞8yr̓y[fP d4eK#^6[p\#):}I'To>gSi቉{V|ɻM _{zTɵW3/ĿL-[|(ߪ%Bxu`F/FXɹd~ 7'4'>%cl)+Lת~N!Ip"9OgYX?OTIPϙʝr WXOo܇>2{1sQx3&G `MIzDi_;'q!|;^|~)τ5KjLئ̅,\G>$yFK]J}]^΁{FFnLQՁ "S9ĂUC|fb_OdAσ'y/Q &41Sjl[<$Fye ΄̌kYQaWe\K>3)9<>[z\Lk q-QjU|?;k{<uC3;qTڃFbw$ƃ'j!QrdzP}BCzıƒ̊< ~~ 81iYcBc>Vsr z\1IBl3WR փ7ɼ)=L̀ƁO=~0YL@;F=s5|s_VmN O@w=Jޯ)<.yܛN/Ӽ +K_UCs!;?wI7qyb΄j] I/'9a I XpS5P''N{_/dGƅ֫s,_fC}m7_k/ޠ˅#4*ZhdC>lyW<8.g}r7 $15A_ X^+6Y~`Ams[^g|.0`_ ܷyPρ9,d!=ς5 ` Σ~^/xN}AGG{~|jS"n\8˳!7%xX'΄*e<{m\>6_yϏm K }@Ƅkƒn% 3Fo"9S%i /Y:WW=b#߭rL}1acjmxENJvr!pm9 HyO^M侜b )59'.Lhwh>~{<`].N7v͊o?ᨰ'6&־3ѷ{G<9- +1Ofge)Z=@M5paUp5W 2Y97yx,8ju3IʇŠp|O}CH9SNj~fbc~yXPCz'yxL9tĄ{Ų0~A! *_5d9:pā\YNOHȕ<ʃȲl]{ﳰ8׍f*b0"ǔ -S≟m<Bϱ!Ow x\ct^$ˮfOPX3u&!<( u}ƂM" 6X?c̆n}QNuCe'FUřyc| =F}ރἱ 9͍a ɏ%?PMWau8˾DYmO&өK#oDyr 2_Hƛ33C4䏃JK|Wߧ\j Źڵ" z/r`I3J=#ySz@ σ~? y]z.\Js{/2\Oܷ8'yS0!,/$m,~0]yxRIKNܳ<͓_MhĆ/J' #:z Xo )+/&o6pCISea*L=dBz1!cpsu5gu=r~kҖxM\U;Kٰ'77&kloko aVUTR.X1d2MS$fܝ}%iES[n ub=hT{}.a`A{`;5e ,hۋ~ks1ZEVVvj}$? +:aUf7 c|{;?ѧ&'l8qzz{-|sW +-` F~[#R +LxLo֟ XPypUIiãlFtH̾ $lUCzB0㳢z=772nt^~bjӲS7ߨb31lj!I<_cca}2 nthsRXkT7zG?DymCLXA~ucƈzs\Cn3Nm^3=PuOU+&i͟jg]}#Y4 &s.{*6{ EK,H{ܓƆƃ"k# qb~YV +}F90gKH5ȥbF܋/TLyOswݚoF)=8Mc"~`'EUp`l*˟lXpng z:u Ӌ4.Vo4pSf"2?* 5)7sZsL=ٳ?aʥ%5x0st^^/B"j 2.H\ ci?#ƙ]|6nb eCVg'H4/ޠp nyuk) %xhB'b?8P|CcC'B@.;~59 +4Xn^yq 3WT,\>|[B?~ߜ@;uYy0|Dt9A6}_F*s9Q?L<'\,<)ȝ^c_x(YRD_Ys + fz!?lH.yjnyNˑ3/[ <&dQ͏~BRs&![8Ă!<8=qۭܿ ) Pb-"w[  >^Coh`AC#z_/A!ҭ4)Ǩ +9P+ΆgOȀ̂FdsOBM6K&JۍTψy`:N\H^6/Hhv8Ȁ##v:!^ʐ:lj+7+Oƃ RܨSSq=E Q$׵5M=q?p;7W^X=.\wM}\{obDS >}dc]R2ﻲ7_-1Vt߱ʼnj/p1O>Z`/xu>"fa@wr!ܸ8?8B(A? xP5vQEPl2`p8FeOˌޤʄSF(*,y]p |}LoO{].9>0>,еcV|XC7߁= Ʉ +9x=]<;֏orS|y煏o!' > u +/KXpZ7 ɋT$.Ka&jZ~!&E.>;!D]2a)/Z OPk#2뚆i^ӷZSx8ϳr?ϼټ?+<|%'Y֫tJp7zZMOE`IysP7 T`+99Y9&^`0KyƂG/"NT,ώۛL3 zoB&J1mYs^q_ܶ6t[m ,@0]޵OQ}?x˛\8f=|_񎳈C~<8"~VBK#b8M|;H{ Q/cFc>0GK^g={ܯߦI7՞CuC2zj_1iu/ICv\N#z?,k3x h'/sg6eVoJe*2`c7)ӽ&΃ߑsUM{s#1 lY:b ˁg,p+˶Ll|ʑ~~^S/ +vèy&#I |]|m ɐ+cD)M`:NS\Ϥl)oʛDfuͫ3L +p}I>3zL%moۣtĺ.k_o?jĎU{-]n/J3Зgzmu[ްM6 |x:;~A$3dd}DO;ϝL߷z>B.FE_:򉬥lqY/ lL>;T޸l1wXpHoHwmr, ,$ܗI Ks@%d!pUwV8lhH.{ĽͶ`-ټV;3&C|쯙1x8?<͓ohyRx3d͡K~Kj-|ʗ -C9Rpz_O}dlY a(A#BdDs<ωZ4Άx8P緇,h?%8rܧʕ鶂_Xˍ}g|~rEOo<zu}3e:Az"o0#?~}A*{+D|XbD2W<#a䳺^~'dx>}1s ~RT?0"#g- SxDy*8nvۖFe3YU~d;R}_XvQz# Fﳔ^pą#-)4^B0أSĥQoʆۘ4jF/Γ <9͓s_^c@Xº̴ZS ~ י/쇇 "#_R!dD&pyk,{zq垊 %36 ?m]Cƅ828 sM Ys|<:kemiΓnņ7s_]np+s*dN=FbAA*1!K6!r3)->ǒ, (>w8/_- <Ȃ+we>0ȃȃ+I .?g.cVp^Kƈ3XN6kNXQnãmʊK#8s仜+esSoeAɋ~f;WT?=wt1D\}hyzgfT0f>.Kw@}ZL~~sWV]5 LgΔ{#L3.sqW˪u`="\SI6h~%u.^2A0z *Ϡ߉lXrː5B4$\à^$[9$ߩop*Wʞ4 +V~za}o>9cc0z^Xa6m ?<}iJ<)|ND4^l4^h4_j4ꯘǯYsi5LcsiŹi\Zzqq= <0.^{̽덋orq(u=jRb2ys/ǯǯ{5^U~e [{9{=ρ`y/^v4vg7Tc$fo>;fHcHcهe@L>ؙ߼ݩ(;`vjMؙ{~l&ρIdĭklM܄ٟewFQی_ew: =?~yZ gߝ0&g{S}N?T._18>s\cS}3J/nN(޻;[{13ZxQcwx`؛/݅νM^;닕G0G)<8`tLtg#Njէ 0~|RFc6˚U̵uqfM1[xLo/S:]L̚)s(ww7ۣokFyϘ|y|x Tl޷sk{}U1~k(G |oסj9jkWי70?=m>>cb~[zX~||?ʉ|f>~ϣ,~cܲyx{?fk濯_3jS-że՘J̿D̯aVˬ{5d{Դo'׆[}n~_? {fR7.f~V̟7=Y#]%{xI=hQsqd(u{y~R^l6`Ap Y/Kք҂~A2EAnCȅ<\{%Մls17%=xf3悯 !Ƒv1?n@ы̌ e/:g 9L?#Ixr$< _4{wK]@cH=1 yf~5c~&+#rBȃ2ex_0סb_{缫fD.X XuAr$w?gH-#}Xr?yB&$k7Ͽ&`o1!|OWD?VE?=?Sϑ X0?-Q쿓D.[߷d~n1Ϛ4?ΙkG"V/K1_uׄmٰW&c4v~ikՀҁdA}A7ȁȃ[#Vmn߱Hs_؏ X#=:=5{oA1 w wxcv́ ďGڐ_'ԣ$|hHcy7jc0wp{i_s_y7/g ;r{rByQ\B]d\7zCC)?ngƘB6B!lOg=ɟCYƌdB3Mݘp Psdd?K]"#{Bݫw3q1;Nڱ[En&쏛w A=! Yȏwb߶koc]w\h??;O`Rg5=~/ݏ4}{c,bB/@'v#ҴqƔńIzxf +lf~̀E1#gOc6 {eOEȀ~3u}I)_}pSQUx_uZ2Á4b'lW 5`[LqvkՀ8^ +,?b;A uBk?&,x=DR,6muh;~'Yk ǯq*ٟ{'άEqV >O͋u!t7`(HseNƒdBA{qP;]"=/pg'3=+峥A хք3/D{;'>7-hgC,($a/:mB.9u;tk~PWbܰu 7 /N\'o2olhBf$އs`1Y]\峨CfgA;W6ߣn.ҝ3Eγ8}3lƻ4u8 +pҸ2 ^2\rB0<$ ]}ӁcȬctUl9bs5!C[k x hR{IWM~fۋ#v.gyz 9Qf?L%O7؆ [Y͆Mۯ0ŸM8Bl(:!u.Sk4M&ĿoIDX3,(w e&ԭS#@yll{{QZrxыGH>>{,Ђ1L~5LhCS}Q87 +m yەDѬ}ʽdg'1pdHQ= MKbȇiٞ4hcr&Mx"A\IQZa 'ɫ"'L]G\:~/Ÿ-0#~ ŵvF13s:pjӘ]_7yȸjwu& F#<3fĞ͘n0YbhmHAivlY>zD{iBk<>DrYl ?+c3}  ?LU=?o|O^dNtԹ>u 7- ߃P/-X҈e>}k҄f;@ τ[gyȂ ]fWz@@O0(?e#4#=K6^0aV< +ρ;~mZȏyikGP2aAAP /agAr ]jDB­'1CfDφ3ܚz؅|c^_D +F1dAαCۜ`pLuNp800-ΘB_H롡ϳ|p=o4$̪33`1e~ט.dC)2a7 YO yH|4˂p!! 3a ?7{mk8[?W̊q׭apfJmx]9qkb_ 7KSBZ^\{8Ƀl?( {Ar Y:A0`؁0ZHNbB2L{?1+>OqՓ:7E~s)kUxύ3.H~>W|싑#e(lȳ5ͧ E +6>xݾ/sLOM" N݂ܚq6u0=XAFl$?v}M┵qb6paF/nŀaF>y8zzo7I# +8omb7;DZ1b02b`!x$ ?{_nDVYw^&ῬtчEϓ6Jt˂ڴ_Wf0# }ܠ;Y𰝩fD9 Xe~sb>?녝@3 # bmwi̤uz΀szq>k-}n9IOp+:hܩ3u5ka;6 UD{9Q\=;XcV.Uyu͒t[чt y (O3 ϛ45yAEtЋ ݟtvMYPx?~0hDkApA X]&$ Zkx̯s͂YI5嬈DkCt!EpsՅt 3BA'7YQ=& 'bLoQ`dޙ]F5Ȅaΰ>GR{)< ܈1 6m.Δذi4 Y, xZ߃dBr!7F:B>? QGh >bg;q3z@y6\H _NP3^"[afw˨/4&ΐӄY^2繳Y\*>҅=e~Ƅە70cL=:>b}.֊nk^U{_g&^_kT/n_uPΐ*ٜzzwA4 99Q]΃x[CHscG{Y0+俴3!B{duۉ9Ob{ +_F;ac Nq8kɈ{[Zk v34ҁ`S[gh\ jij@ٜ(;gCF>[bgDY'X;77kŞOs"O1XHϳy L(bCMhYs Ym/Ћ:փyL {z­zRVܪ)z]5洦,X 7' y6o8'm^zM R/H=c` t`A6#Nυ fA~൵̀@[w)} W~9sҺAr꼕e|OO]CcCx BZEZQFBdF?ZCn>Lxy'Lsf9yFɄ< gϼ(GsI!p*z>tkM/>;-ẋ Q6'xc74]&yddAo~ܯf|Af:|؁aF,?lłÊvہi ^1'zS<# +^rOuH j] ;S>`}a,?̒΀O##:A·g?վ\{Є[/q/E'"ekj#,hs`Y^d@A!̊ᱳ9iЄΆ kd.4GȬ{7L_9ѺP3ahvtB)w!:C4!)~)r![W64N:DσgZA 1cG aekOsEۯ]wx {'M?t=Ykngb\Xs{vW4CQfɂ@aNQ{Է[Lg( 3i 3?zk|(-(svuЀ+0߲Ǽd]E1K%u:#U=?n<؊\]4O[ +x0-A0rݯyo`B^`T&È҇0˯`h~Bgr҇΅cS|6yp, zLJŃľ1}iQg؞ >)|ׁ]_L8I%hO=Sg̃#> B;q3$ o(2oB\4=C)!igSٚ?Be |6} Dp߹xHkYtE3ѓl!L،{}d: +"{҃hWn?A +Ҍks!}}fDx"MeȌލclH>: >,ڊCppC?M8K=`-خk),x y/q7Hs}djYϕx(i t܈ YPk@7*Lh_e{y0}y B$ ̀;}ⷍoqfC2}ZK`Kd]fl,͋ny90σ_&.$lXM͗'}[}ڎP !+;RG u(k rL #n> OkfEɃ0'>v w%ۄy8b؆ݶaw{a./}kт:¼qc±;~̈BȂ{ W ׯA_ sذ>>plɹV(3# Ѐ BGh^$ n-[+H_h osZ`May5p0rnzBR糠Ű CkO"{,+4dB ?!ƃD;,؍9Q,/mQF C>4#Gw8& /^. ~Ora~s`zQmf5ɂ75փ26nxF:곍Kb>1짬`…$w Cjf օyٸT=>n2puA K5>qݠ}t; *g<js ڽAɁ.xk=`ayY0yt6l4iBўC,3`h '^W&aޞ1~F>6SH)HbO1&t,xnuWЁkA(':)؝ ̊ºoÃ# E,/m~a}@ڰgIf͐J)t̅ݴaЃ6`g+kcuF2FgK \{xa-ς܄Aуt&]+B^1tfݕ_axA|[߂r=ݿs}]0/́jo=HK{2 Y10+/1ٌG +yy=)ޗ~3䎣A syyngiCt 4!t'uv0!7swQтv-!5a,)=87 <7fm*Z7gYѵ;#~," AafLʼn6WZ 3lpILf6 Y v}"H^1ց37k7+{ZQF80#jC/UL v !j!݅\7ɀYd=YPeӻ¬Όǜ<'-,fsg8d܀YPPzMxʼ RzP3!̌Ҭ)!֏^kBQ?zېL4DYT]._&yZ2 #4+AAтƀ.SOaȂ?F1,vd6(kuisq~m3f7'~4b᳥l\ڡC’Z!aA/r`d/NPZPzP΅zg P\+YHkO/F4s҂s`O8ohB1+c0܀xփ4`Lxu}u Yp f8CypkמB3YI;!@|_pPk͕ĬS5fY>L͐jւ1A!JlfL&=f=|hȂ҄!0Մ#\ z„a=a3~?HsJ/⌨gAn`4\;~u 7(kuץ8H#k}`{eB]8P3}ްS&ra& 0˃Vtц=5`,=8-! 92{ks \(8᳡ցϺ=daNt(LXPt܂fczAr 5'γ> $5044lj{=mpM7O0J͓{3у&{x.ߒ j._suo ͍0ڹQg}fpfϋn̈~9ѩp ;c#͑(E3C(}k+̉y#-Y!;#SoX ='mǃSE 5 >ϰ 6lf4o'X٬lX#φ + b/h,hpYН1,(yq [CkMո{T a܃dB9N_vK9T`yQ!|n΢p{˘}!+,ݠs YCm` ukv3 vӂd39JN@L13J`~-pp]=ۄ…v!څyj+OLN X< G䌨fA{^> R|1lNB7у^,Hȳ1p uҀ yP:c®Cݙ2+T;Bq ">qF`ښ@>h H='̗Tpƹcx3E{_RF+r {a9>lÉs^r8왇 E6,`b>4ł҃|PfAp ͈hAAp~ewzPX 8̅]9Ε "`/&N>0JH{}GɃjTs }a~0=GZ0a4 )=1=R:ڎP?oɃX<^[_|9aMd'H7Au1]ѳ:Z̝C\-[5ƂO:A   Ώ,ؼڍ}Q +C G&p^V aή[&L;0 5Oa@J)4ꅹ]qx\*? Xb8t3ݟ{kaNgE ߋfCɁnpq?+Dw!?B%ij!`/e_Pק4/-YheΆΓ]_‚osmA<_]ܵ Rȃh'h RpvϊyGϺB tuɑ,ʾ."܂|V<Տ" VmμXΘXz:tbC}s˨,o\{_m)uvl~ň}N,f/As0am90 `7ئe'H>d^;φNzLaw 8bq yBfL! 3&ko~CioPX#(ΑCs$,ڄ#WPY=]rM6 ,̴2Z>σ!d@m/ r nx\ʋhA 8+J/~͇>0ѽYCIsɇ^OΊfD\@x_>ŅB*gspHa:y/^/Am O~P]9,iQ<(B͂ Fg̯N>YQ f>0V2Y_Ҭ{t~ȉzpְ]XPg2aQp=ن #& ͚k}` (̂ NSxDz{ 3$,m7h,H f6r ɁdAp3 +J (7hݝ8rdA rZc=dhfѼ3i:6~v|&; yx޳DG bv6נȞ҄ fB,9yQkAAmMym 1Og+qNZA xy,zQ t݋}ǝ yp7F8_ü6,gF4M}aй҂ =5a.G5܀n6Nгm| ख़р+x*O&(-DܫA>?2 AyX7kM8w^5!~u){s&dy'uee~Om4jg@J+z4ќXgz-#܁ O(sZ%c گO\sgHQ? j=v XzњA œ({A =nfCǣPGz즁6ФKࠛ1Ǒ#ԉ}|頯3,na?w S=L.2aΛvˆ>C@`z ،(_+(=t@X3|(=8j:AAwƄ(XgDMh l<2t t} t['+TjY;3,(=ȮKr ʙPڳD'fo{j6#9O7߅lU ..1 >P3`} kXP5.KЃlahσĞ LxWP b(fM"N=0#*`[p B8raw-8y~salXXox`]xY't $¬YVv7L5aOi%;pfN4@w {p r R7H <dЂlfχϙ5;;"Bs@ 4  }9QnA>v~)sΟstj_(l +ډ?$cBuŽisN'ϭ#gG]Gy0ÂAAvDb}{A{5E:kpu'GEq/YcYɨ<; |77G_ &w#5Xqd>tb wT#ԽhR]gPoژ'h̍1! D!rFjyP5`p /agD1܂;_4vre `=Sg@rS _9g +=c>[$ߚfFCp!0 ]7fD)pM&4'ǍkK=X{%L^!>&aDG xv1o{n?(WjvHg -)g2TlA ~1ƀ..o:ődmbD'?(hĉ[Yҿc' {1 jPZ\/Hd{mo3mh/QfYXЮD {ٞl(uc ݹwс 3Ƀ;KƁ&n u̍YQ +7gA7{J#54}/ʄ:@gFf„C3f.Ht X8M*9;HF{WL=e849u _G7  J͟v̋a[9_83̕v/~3'\hl3mA#N 0`. *ޡZ/ؤi j{rRH!>Py'(-3 Zn/8|'Ό]GC! q6 xƭt3I8,gDŜ('Y0O yra&<Y߆- ?s{? /t rAaoߘ[̃@> +{Pс BЃ5A@nA/n^ bO{˟8 Ruv^>䳢 DWq~Ίr:ڮP@́Ν}Z?TviAcAl?.Ō 6+@1c _1bֳUKzWh;?r^ȃ,.&&t.]!9ϳ*y2/gEB A̭t -g>igF^ƃgr] ^1΀ 3Sϸs3ccuFT3XW֗ik9Ն;iG{]oծ<0!Lӓy.ZPs Y0qx4JNYu|(!4 */ygG\s o %y泯wilϽ]S< Ʉu#{(Y/m&w'hȃZs8J>PyLA-LSE^PӺ>{$_'˃^0 j{L.q5wxO(B}raG(fCG -BSgB0s?̆|7#ͽQ7-~[3XFyM/͈A uaƮR`ϕ^YE %Tr?dN®u-08 `y$ iFXP: ^XW}ޛ`7wuփ[_:3)sn.Yy\gyWylDq۝7uAw=W0W é|vvswui:e'(-(AX ̀se AHf9)Oy^;YP:P+&ʵM úA}uzA3gt&f JἪ |OA4bAACۭKnϝlhϔpgK(tg hȀO cpOQcA7-p0' +ݠ {-xzѨƂ (]`ܨٮgfyt:A^wح5dAv=!;'ڷaӢyS>TK3Cσ`5a?wU0O?8٢¦ь؆ΑH4!7} 58s/<܁܂{g, Xp͍Ҝ(:O"npkΟ:+"sm9i>/ρb-IZkvV3q?a@~|ly.^{jhW9)! J B$t3So | }X\ζ_>1)PX#( ҙӥw0 XkA鉣hǟfC:cEhF:,d# Q:cŢ-7a7lŃ>#6cC cWFHYP^cCa3??˄2„`@1Aʎ~-2eɲ :t̃1܂|(d^7[}Yhf?уqN76DLHZyM8cxc'#YҬ h@Bl(#dܺ@3vzV'Ǔ@:=ov3e] Q~#& ZagA, R7Γ093YdAo^Η3ӕ0΀pgʃ|A5 .E(Xp Cy~9hkУNh׍|{`.LsW{zΜ@HzPF̂55< \/H麙@r;cOfAt}[NBL'тǢsfDGȀ#a|}C͔M/gJ3=K'6=d:vMZB3 oxgdXِ[P0<lł͘ jL o2Uu3Q3&pVs LP:P3 V>-h :ZPz0hBeu. * :1т'}`㿿5zgG(Xo,v+TZ,ZUNX6AB+P v󠵠@~^.Л Ώ x 3HDa>HN7w=DfC Fh6naޏQ=:;63? YR!YdC.C+Sυ<&iDži6뿠IZ[3A ފ$.#AtʛNPz"=-3rN4^w@3&-gMl-|f7aU҂ր2LHY_(] Ƥz[^P M;&}?``P+/f>-s ! #$3 9Px0d< _Gxvp!.̈́zAu} dG8k0nO;T +'_8q}c0nm-_tȂ#|9,w݉a'rdzNyp;}a75??KSW C6I̐qHd&l5ff-8-,8u(i @kAm.{udф~ii7#{f&W U^qǯFR<(͍o ܅rTuasEЄ)iÅX`Bpz¸}b^1ҁՃ#>Ƃ_S3r6oU=HKݚA`z4; +=b u ?Kxp}>W~#T4.}!Ή` YQ?n!H|Evւ_GZPeAAn³'5 :…al7hBO~ P@:}^l(vƁw/E} , 4ేW 1cG9Yv=U?(54+T6lǂ,YNާ 'A##E i^4ɀn  Ɓ sruքrZHsOO>n)g2}ww{tNmX҂Dz\6nːEG)?w3Aaz[ǮSjksx0 z4f {5vLh:BzT & ͐ja0 SzPȁIWdsn͠C1yqDB +w*/nAxmF.LXyן9i 2y{uT u1AτJOPWH&L~)1Ly_ug؎<4Y5kޑ5. =N ̃s_`n0˃ںAcB +Z W> dhONڗSKT;kf8yAu=q @, xoPς9=ׁ$>1r} 3$X ;Ђ8-Mo/e~ ňEofJyLNXpgT*.lƆi.ikʼnk]B=Av-roȰ {a€ Sg~PY,ofjok߯Ȍ0R hr;vF&L B( $|(}!$ͅ|Z` y_{`OςҁBa!8zBA >kQ(=|l²h}`zYQZÍB0!y- uy͂|\`AaA ڸdKsfA^ 2c@y3mnT͇zgM=cBkJl 9]=[h8+#gcn?x1v#BYWZ ;4Jcex:Ģח.TVL 5m]ANIs!ڰ q?q(z'<,H׌ e8I sz d +wdǑ'?`Ϟ#M{D(шN#R$J$ȌiPh5žDvfeȊ7t +8* + 3}ô5wzMJk׏}|l}ױ]}5vK/㷶];{nv,x ~hqV1>o3Kn]NsKϵ.N~ui/.LҺ8j[ĺ8V|.օYcxL .f3~>Ωw[h|}WYs׭][g}>=?yzYg}?3u_|m~o?W\R_ovq_|L:eӾ> ~?O+_wckek_%m}<t욲z;X9C[CHmm]ujgkJ.VՅU^]zR]~m%UKպ\zqU羨}l_ǹ֯R߷e߶TWZv5wWG5߳GJ:PfT #ԵGo"Jۑlކr6Z^ȅ'm}1y:sdP.O>ui֥1:Ѽ9^+ tB[g̉܂@lVxqIcg0̂'|2>vBh +?ٗ wLβ}hAW6:gAW҂ց" {nMh|idC5[';\f]#OǧWހ҂o4?Tqv2`yQ̂'w\@*Ƀk/L,<~|Vk助qA` Wz!=>,v<>^69rZݸ__˗7sU$ +#+`ā{ս,?:s/n(UM\Ѽ{nN)#?sg" c A(w}z !cOf+`ȃ03VED :*2A>gz2AWOַ rZ9:nfCl6HlzC1 jhA 5=+CGQ:ikת_]v0 j$b6A9+jA|3P4̀΁" 2;X4+6FkmhslDz6Yj1s(恞j\,H+ol-;$k{SZ={A^2˜ À* 4TW ,wB + ;%I`OMe).Z0{֍,#dK[_i浮΄6+ySV#.<ѲA Y/@;+ t٠5#cA bs.d>QA,^QXpo}cXoYe4|r@??_cgFS{ Ӻfפ#vxrXgJƀ҂9ڙ"F{Em>(т€Jo[ r,p/[ӿp9z9,H}.}1!òA#BɁ +{b+X- \:~Zpi0ߡRt׽z^;q7znp/= UȀ>Qł)CYedV#&p7Fܕ ; ;wiAW׀|!8,HARQ(oge,ς*2ca艟f& {0L t7.t 7sahL'.ׄ2BAj64,3܍q00^# zC +b]n*gB[ܙqOpuҜ݅3X4h,36O N*P8,sBrfAr Zrm zKN g s@wy8PYA;Hc(laۆAYmνrF^ss|YpmA@%R.  }=O{.\x90f@SޘawLGYA νfa>,=:zke5ςGte{{R6,Usw$FB[7ks{j*fz;({MK'v_}.,ԃ1,j8TDzЃ̃ƀ!v 3PN؉ S\؉ ]3e6Bg?zA2!ݭr:>=9aA2 ڞz<soݸ|-7g!Wv^r Ûd@ 2ԹB vA|=`l^P B ͂3w0 fvW [ƒn^qwk}pK . ݎ$b&hCKWT龁oz}xL{EgFUQ?A[>ѝ5d6R҃dfcO)iØ; 9a(}B*Qd\P1݇`B;Y܃qMe 3bg*@xYPsN/Vs9v迋 T&P9,aЃj|jdCV*B *6e&'$  ݢmeO(RmA9 \Nh]B;zE\n'Bmk\3 |lКThi[`I?:/$>ȁo}6f_`Ɍ `@*CPC nw NJ؏@*y?ߐޣ,0A/#^Q'*o |gᮼ]I;zD'J˓?lplq KifzDɁ;fREw^[k Wf=Y?QV]Ok> 5 j+*}JHE˛ ҂P}򱬨5zSzGa j}]ͬSL(r"FMx\2Jdjd ۰O;< rAρT68f9ӮgΛlR'e~r : ȋypk憳Y(8zNu0GE:fkcGXEn@iGɂT+ +!ygSy j`QN|1%@;#J, |npe .噟9.O=/8gA ^ۂ/,Uy +.< w Zp'xd}{⾲w;N,x0xP3ÞdƂTdAA2a5L5r]΂ەRMO+Ղ^#^vK]s=CaQV4ayy|P ˜.zoenT- {c@>&Դ40ҾQ d{=tR3 }~QB9*} GSrjcvs/3FeiNS iw#}1mWOk'+zRݜlD;L))w%^zDag 8Q`^ .y-8Y0Ճd#칻J&Qr Y0^4_^jJf׾PP 7a7u'+'*sB +{Cqf`FĄ{uեc^܅<[ x+w` cھ }ҧA2a)>Qpfz0*wbhqaWlxq^A' fdBv{]'{@Y/(~~Ж7' ٗt|t xPCFln΃O=DqȈ~QraQhT=hs؎PgBY&- (-*ς1 R6=2Q'z2lp] dxop"t't=Fݒ9AS< Dz@0 wxk~qNAnq̃DMv2+칙[iщf~4~# L0Tkjy&g܁J8prsk/i [Z!zGzH1B=1#0C0U0;z9 L.T r9A@,v[ 6d#-fZhظx~,]H9ThBjg;nC>@fA Pܚ&^fiɃ҂Ps0  +R6dy&$Rϣ`,~݉ynD}i_y'U](]ɃSt& | B>5H +y TB>š{G1#47{m{0aآ=<> R26+7xEƣ23vV,2fWkbP)/8'F.WcދB? +&Y*Tr ;`̅-E:,':vc,# zAx/(|]ɂ^6h{E/?01x·YN4?΀/: +܂ҀiO'TXP>*n(8J,;}ܕSe(wĤOy3vOL7E_D,Hv==H `7'etOYw}yS?a^ݖ .k : X4`^V79 qP€5n ]y<'Z܇rf,HLq`ȅQO<-Jq bB,jP1eq2BB>OT|.>Rf/-B,h}$I J,֭k7g9c/4" ^hܓ傦.ޟ l¤A*gAB.-H]o1 NJ8't>oAio ,j=q(3T{FOXи,ݠ9AvG80d\\V҂s3m"N|?tLnO eO( 8f?,傘  B 0eFs/ڍш v'Yp4a{՛\qA,Pн.`-r1 + Um y-+t=L Ʌ׮ք!p&: 5_4GU\zDi[Pг zB)D <;/4٠A/2m R( b&(p z7ٌ4 w ܐAՃYBU,BiA]1C&}! 1‚|(Xpy}+$Kod}? -Ae;C)tq߂4/=HO+.WBeވa5a601<1r}4#y06Cy0hˆBPvv e5r0wdzN3!wār&{&֐vws)D=6~[" +'rscрi^гਵA ޞ،C$ Lл)Bsd}d@t#ƻ!ÁfA<~ll5c#\+*v 1R(ĐS2" #;d0TzEXoQ';C9A ;pa莶= ./G9`gC)}!sц9/ 90AK&Ճv#78ϕ}ν> rAp =&{gf Ɂr 70Fv{I 3|F2Cςl'h~/}ZFH2AcA\{cLG}{LP8,HCy e`@*#lyy_@7,HbT [΃bf0gHo(}0U 2qƋP7 z#;d Nn }҂62ՂŎQ+% jw2`nv'3pWD+OCY>хʃ zpA±# Ƀ47 CJWk&#>NL>M[A2a *6dz&l凜4aЃhR[X҃ј csAZ7ubA-ń|aAta5ʒ7[9),+FZPC}T;3 g=YHn>9A~S1;|nV9p}bټ`f@ȡϘRS')& 0 ݍ>wZ1b"jc@uʙAiA)$ lL,MfCn ¹A .֞h-VͲAGXw$*1\p6 R(T6( +mX7҉ă`C/r /ׇs 3anTn0yypRlPA~wT'&$ :PzP3#WgΕ zu.+ f +(nԐ7%r> PnAx /h;,Ad PnA>/ 3|.PB%[0ńҁv0XA-j7(X.XS4@uY'~wc0Y`Q&(w^<({C!39AwW 8f}Xo9CςSo\V1@94bR{Dpsp=`.d7& \0,(A|{Py;cN-(ۭeH΁\; +jrA`ہL6d>s2'펱$<9pd{cnjXkp7 Ti=_V{2~YpmX<еm.U^u'bB7^Q\WyW5 nUyE6L !tw Y>H!BZՄnQL3!e)&Y!01#TMh]oT]ZDedԸ)&y`h_]Lгu tm&H0YA y,Ec: nFÁm9r@Q,߇[P }b FfegruɮsMsXPߵ-1nKQ'DinzEan{1k4zd>Q}P{핲тǍ܃ ߆6 }Є΁9ZܘE6H>rKЄu|:vfۃ;&, &Mx~uG&$L93a,"+1PY~f# +uq-Ʉ ma,w +ӼY2 ]143Aπ@ł܁ccvR(-!(*!RÚe"$ rw[\`?h(+@w==y,;4 sfrg OF,H7Ƀ_t S237i/ +^Q٠  `7,uMW5 &og6$[ {ŃÙ /A yP_ ov{m{Y;Pp V# w Ψq 7t!fͰ y0fB 3/*t΁~WA<`lfp}~SByhgʺ;&rҗW&/q尛p8oB hBŃP 0; ؎W$Rlp~uM^䳅v +j 8Kb@I0AuPEщ S,e )#Y!2$LYP;c3Agfv+BڏYp&lA J: ZR6 X8pϽ>QyOc#R@E//΁vs+o< *A~e=yaQ(A# N.5=|Vdy6(-w'ɷZKc/e 6{FA+0rw. ?z &]?=z+>Q%Zd=0ST{A) ds7WN{=33_1K 2 .Mq]c`^ b.XݚA X<#s`nfp=3(3BCmޛ.d?-S,/佢[{AQk"e҃jlGCm.Hcx6<[pq- lwA l, inpu +quք,2/,hy0bB +qQ4d0d !ČP+* e&Tj/-=epD 5݂jA6/$L63ߑ{cB傡/Pi(X >N}/܀|07(<w{fܠ %c r B>h +rL T>S]dgOD aw A#w@D=1;,H3 ogD>QD ViGDM?~ 僔Ca?is+3L-'bo6WA L;Jw0hPX)νT Ʉ0 6!8ʳq )8<^ǍNjs`w`r>Pq+|Hf<JEr$ j٠RC\ ,=Īwh YPZ 傛Sm S<8ypc\>y UAsډU e^QvkP9 lPF-H<݁Yf`/'&i9aՃ,td'>ɬO傰O[B>푡lσD`΃CmDg{lCbҊi&,wMvkdՑk:s  +vP>Cyf9Ҝ(slPuA6YB-2aiB/3= TzYQNL ~b΂E`A.7!) YȚ^`;ܮ?I8 Z ypkiijhAcwEܘz9ch +>փ4?>+fjs܃<']IGKu 8$6/:|W?Q^Q CzF&{dsnrJJC'ΗsuX҄GrAnArZլ2BA zY0 + RIZޏe辦>|s޽ mE5L4N9v۩];2<(-ZuΛ F,hA-A3DC}x3fA738zۂ,O܍ m=ZPrE,3j=g9P&%z:#ڑ^YACsAId{E XrA Xs~&{d=2܂C=EFhwG%ns2$y`Xa'E=傶WAWz0ł΃PzPxPc}4hA`}!ske>H\9~#fՑ[]i7C\`,Tf*FVx B>CX܇A+>R ]2!S&1ʌP)lyP_ȇ{a +AyCZPgyXJ\ydbBm5sF bgܜx  +r,sAAkB6;^Q zP %Djg%`(T,w, ;{59m=3Y[y(ԂyAK΃/{+ ΃+J}#jDq^ZHЃ`s<(jh{>sX^Lx|_$ yЙfWo<-zp$у5/jY yp,Y0A=` s&DR(7a=̈́!pkYfAτ7wTZ`pj3 z9* ebf0ł<.~r&Dژx)WTс rj <_`(,l?3&vo &ft{值<?403DC 쑡2?ynAo(Z-E٠T<!܃܄܂+JlpQ>,k&d Cނփ҄҃oZp>AnA~}GTyo( 7alfp,bϧƬW>3 Y0GvZgYܠ%C\y{E h~nл/A ` ߖyA^烥?{SEn҉߫zm~A0^zMhH`(#j,(ECjrp&-jb~T~P^G[G6ꏵk4\f8g~ >ā}3Jh,+ e1bpL> V٠ ,<~QvN},D)d7]6p7w(:^W{΄vƁP"#M2|LzENQ)lP=2dA^܂^G3~x6|(ZP3zMHyZJ?QdA`B(7 :39&|b\>ig}J)Z:/9A@#:΂vnzE&_=2 ҽAwk0po,xnQofPfdBGO B)4=˃<^g<̯ JB-Kf҃ Ʉd;=ARWTz H%AiA-$ B\p+2!2 R*-/c3Bw +vОA~bro@B9W f wSݚGzE,=H&t& m(a^F{E;d^QinPy6(Bonp /t_[0T9 }Z]B{,:a=Xk~7}E;c:  yK[rl |n0 yY! bWfM #C佢 ,=s2#YbiCK ȵa{Fy󠵠4Zud>Ѣ9Ä́҃ͱs&TFg „wTS(r хWЄ{X6y[5/Z3B(^c.DXkB/ +&} +MAG ҃Mܮ9yv l,iB͆@tȐ*5w%N%悝܁/9`l@ }'TZ sw-\8s .qWZK/z7&  ȃ<ȳφe){E„9[$Quߨ5a΃„G[!zGC,2^٭ U +b9c3܄n-AC#ucASsČ Yݓ0#J#:eh?4jA@~k,Ă`΃4+P`A5IߩSO*'-(-(C[{Yzm(ZDN Ycw{zE`irgKuw%kWֈ!塛Q2!ɂ!T'Gx9AY<\>j@B Vdy6HzF a*REMCZ{^G_rw-W[E}~Q!dAgA PcAKd@(ZvɈ\n fA ߓ V l~|nP ɂA ahdo/O=TkS !,8fA9m\Pz0fB)J/! j,r!A :ZPse4xgPVQ?Fz2=SGtm F{f,;E<>Qun풡^_,H`O?=X:s+aý .Jۄ#G2ݖ3aт"YA9 gS r+p`̃!&ejNObBmΐ ͊"/2L,Mz  ɂ?s1?ԲA *CZ_(,y ͂SxN7тs! W: 2r}2^\ܚp?2K-3+HvO>V1 ڢL7{?A=_'*{EcsdBgl]rnP$ z d=@Y`@X):+ÃGx:d 2z&܀Ƀ΄,g{bsQ 2A/Tݡрr3{C&Bo0C=WQdC1WzQ *mЂbw-ݝ;rxlPޛ/r`΂bn;JLUMء]}2WE*any Jzv1){bRt*Z.3|( +\ycҔ[+jA/U+yԮ]N*ʙA`-' +nJXzDуM Nd |л3h*?O(E'joLWEIξsa5+'>JC_^wc +E.Y@-y`0T^/db3dBoFL;PT,82 ҝc$Ȁ>Q3j: Uv{dȁ ʹAWtX 9l,Q:;R^p}ح?+%Z|\(rœ ;GSkTVւ΃& >];`FhA̓'YAnA;E7&_LGEe(dAST-?A~^&{2qB7% 5 . :+n:*Am/TI<qSC;`h^0ՃxSBc\A%ts <փ҂ A Bat讜ehVZP`Q8>uh/JCe.$\.xHނ!# RA6;Y{OV ՍÄFɄE(fH {E<]@C.ݠl0+ +?' 73bw /J}A 7ƞqA]26^lBCn?g@:XXw Ma|F+ +} lP{?(7} ,AՂ"emvzAHȽ1-"&yA-H3 ӿ9tO +a(}A+h{AKcЂt J;vLn%+s>pGYwpHl8Fo  _xp}yW܃܄?T&!rBB6Sm( +jH2<B +_rCAc nkԬ j} s7P?Y܂<Yf&#ec ZrA'ʳA# zD= +~Q<~^_O9zZׅ3{/pЭ8!ُW Go*r f=t֨rAnA>CHvl(0fA|" \k>-xM.K,5cVSmX4O,Wa'eb0%ܮ\9` #x2BAe(Ƀ ƾYݕcw>bB y{^^u цnmz]Cӊš[ro=X1`% :9&ԲAτͬR,H,_̄dyv"M[f\z&T- p~}.<] q6X~ބ1G~QmBNAlvɰPq Ƀ;mWf^AotĆ &Yyvcbn2֒&$ia>Q3ƃ+5Tfރ&g- +y== L]Vԃu݃dB~[Z&Dc1y烮Gv xLHEY X,n]{!#= NehԂi݀:^ +2\&xpev`.Lan62dј'X0w3B_O;0 B77(gt 7>s b1Q, ~6Tۃv ?;zgAσڽXpsxGo|}{ȫtd_v׎;>ԃ܁ Cf ղAr t Y<ȳA / +$r)\idݖвAd$VǞl4lZ]Yzݣ&9b9!sNLXCbn[Q[pgDNi^Q]ݐ 2:B0y(pYod҃dBrA[AS4dB5ddA =*,C,<}rحz7'\׼Eh0ܥe&(w@h. b)A+ + !0 C} x,Xzw[ _'&{EyW&Ѯ<^9PΟh .̼{8/86 r lݖchhȃ`ͷgDZhd=?'hA/T<ՠ9^\ՒW \<u c7@ЃG :\,{D5\add>|{P yг25)؃ &zF Ʌ1nd:!LX΄ngȄ!#jxf#) X6XA/; +gs 5m( E]̄^Fxec.j%sy_c}bh΅=9vh"O:P.,8Q.Ăl(XA ܗ<=WD({d\.8yA`%AoVPX0nQ+[yтy6PYՊ}27<.ƒ`AՃp/\:]GC\<Xh,Ѩф|ߨO3!>y0œ0€^Qe+lf;|_bO`A\h9'z;Hmǫz!O]>,2 B;E5w +ubX^] AC%o;E ,8{uro6[aOZ'1#5\0A+=H҃ r7\ɃeVQ;+3r es}oDr v#2XAY> OZpX ^6yڶ ҃҄j>G&#zω9} Ck=;3!)2dFoFly [PEײyA-<k'jȐTڞQ256txgYsv{Q,O Ʌ?zHbfA _{n>QŃdB͂>"*{6c 0'`AStL  y9 Xpa7X);cQ{WԻYyA=A!y<|^Q vy~/, yP+ŃiPWZ^f{#ٮtnk  xcc=f % +z\Ǒ;qH")R`+Y䜴W"20LocW"HTMWOuuu>3H#`g^};Dz^Z'>Nv&Ov3s2kMvNe;Ocv'd3g{&s̝?٬=slwl9sgsg<Ξ>)5_N:?;a1'kOEڷm~]?oF~gwE >?kgqWx/π?<sq{ ܟ ^ob|_e [~߲/[;{g+_lì#m:kI{Nc՟ٴ~<^U־M֯oӹ;L[:ٻ'LgYϲ?u⿒gkO?vf}X7ɹ7|yD98Wѣ|~9'"c,~ƿi=m/;OE=~q g g&lOlϞu=8pgjݚ <;|)Bb,=P~.9~Op_? `S<<&-w(eLvbq`x&ȁ/!ugɂ܃܂h4u &ns =|zZЃ^vHFA.vMx5Mq9a ??6l~u{,( XxoM e !] 7a x܀ꯅ߂ Ds$w(@ÀցMt Ypg_d+?϶l`v7o:yЃ̈́тSW+hAX30uZO?ܜ̓҂‚"֋,`   @iA@ ZF:ߺzZIzp_;Bq <ւ :X5 ɂNp n/kOу R/-(-(=<ܘ~=n듗! 7ƻXσz >*sP9q\qoNرYB! ~Қ<A~yShB B< 6\ AgnԼ)=`s}vupiAhlnт^sJ]6/ +̓^,] YPwjsA͍:Bb ͌onFDK̝kÁ}x'Sx0قƁ# H`k s .,^8כM`сq B`>{g{,aA63*=؏ G|*CЃO yǾ00 SZ[Й{5ݠcA?97 & %h@ȁy?iCRc#ʎpo,!t܅tN, B5Ƀ v܂ ˜Agsjh,Hc:&=ؚ>0?T;ϊyA2àn\ S~MW`T;ӃP5 t0G+򠴠w~<?/3:Aq jݠA̍v?hs҃:-1$:;dMG72  ~,v^P%ZzA}ǸCfDY'vD!A s/w-8A:7t,hDy/=wp͍R G=5Pˈ{9ϭ;3S ~w̃Eg*CBLAm 5{xPq dC{P / qz"]ڇ h(ݛlBa0;ÈT CW}i3tr ];j]Â3e`Ҝ(%~y5a{飠  :Px;,1lNTׄ o }j)<dLOzn/h-h BZcQɃ~n0fA>' +DND͹A zpܟTAlP5;2@5P4Zx(Je1Ѻ@9))vnP΋ +ɄWj!-1E܄|VT:pv сJ?@x1c C-ܵ`k񣬵,;»nP>#sܠ:+:#7y>AgFThQWHFy𫱓+ T^50곃v ~̡X 2 jެ踲KF`Z=șQ[AcB Pne'yƫpkj{<=.]H˻~fE5 Rȃ &,p_Q]h./wgAAf@oNAOG,HsE ̹iN[`!YG-,=/, 84aȂ)T;A; ݂> ~ K] NpnA;3jLHQ$xpNxp7+J:{d !+j^ˆU8UaĆ!ɀ1:A@łցbF[psu6e:Aǁ̂S0gҚl=_QwYAKf7ezA4޻GZʞQ5F'd&y3w `v)~q K= +Y0TsљВ ,̊jZH t@;' +YA{>fAAnA̓#dIU ]`^0ϢYQm6܃^Ay|cHp 3#d3A /50ڬ AA 픉yP3=AM-81 +bŞ=}`B'nкPE?`B/8,ɄnQmf<ȻAfB&$V&RL vg L5a jsnv|y1z{Ϡ yPyA)ew bYAy iNT. ##DqF5 znw;D@c󂷔ۮc,a^{>R/ X{d(7 {&4~ 6+j-xobܠ dZ7HSԾP*sP*&ϔ> +UL>e|8DZ&ZpcxԁhÀƁ! rq3ɂ@ +=agFBd8/A9'J YQn=Dp[8߻(0vGQ:Bn̨ +>4E3 n瀽 ;A~AKT~XiϿ7O`Ȃ F-wy9B= Wv܂QYє.}.fV46r0 *b1E' غe> nA8/h-hD~p]_tcA##=Z7]2ƃ| G AnTݝd4&Յ_~~.xe'50a2?! 㒾ļ&ԃ)V<`cAAnb`lV&Xw! Q˨w>P[0A:'ݔ5p+ϣ938p{zl;oPs /ZփI6Ԅ5̂1jt҂kEZ[jS¹cPZp)͂PC&fA ߗ5 y0vߠ,CL' 9АL :@{ &;D( 7o䳢Gro7+{E-8όj|&DM$_Vt>#3Y`e&R]؇ iP?<7hLh-8 Z ևƒ >o*&rFw ͊r9QiB~0уRqPZb2 +Ƀ'J¼(%Ʌ mC=P5~ ?;`hhsh操] ]Mw(|(>PW"AACAa &L>Ō?Jl_vNfA<ҧN埩snvr nߊʬ(n {`O]> dE"' \xt$BxuRaMz)>Ǵ~P|Qqc9W:j8<rw 7&Nvҁg1Q Τu^fy<;H!y0  3'bw pz|y'| N٘Ǻ2Nj/gGcփbLRWX! SXOrWbȃ?uF4 Z3҂҃dA>,蠟xgɂ.Pb}QJ {5NP7xn >7 Z&Zw0t6ðsP͂+Ƃ܃~  .w܁YQ̊jsv w'دS]8Y`BaCσ̄E. g>>G%Z0-2YS6~NG}(y=ү#Ղ̄Eh7s ƀSmR=5GfꢷKUl] AOnxP <(X҄]dL1ЍM(gB̓3{D.-ȻAv9{e'B`F4j%wgzFP yR/vjg= B7x3[T-~h-P' ǁxW s A (-(=F]2rVDSsӯd#A u ]ȍ# 0z&Tzay0Q<ь4jVJG6]_WBn(o(x[(`ȁ!pc uQL1!XB!!dAςƃZ?Y0Ayf+ՃLaJW-QB~/aȄ܁EL1 gSdB61rnЂр$(kЌ(Y> `lFzA`؜(e7 ̉ڻr[ ~XtNl8RZ@]ӻA̻A ??(w78 X{ωZ6‚sd/̈́ZoEOueF+ǥ{Tg>| 5yԁG3,(yS{An 8+*-1~& MXu҂փSYQ!xn ;&(zpAC= R#QBJ+,:_練{eY{r)9ӁM4 YpvN ΈR,ϫ9Qmk> r +,@i$P?j`CǑ%,H{C>;A;lʯ/fkS߁̃۫= S4u3l u҂dsA<+8 \dЃ3087:=jDkB1;`O)ʄƫҟ p(0a L8L 5a SXƃ t܃d E#A@A~PzUA j 7l1aLj aڵ Վ<|1/ ͐fEN{%݂:ݠ87{AoWjw^Ά YA xfP@  j]!AsfP!C^$.wk-v-] s 3*8wҾP0 9dtEW=2KA XQh)=xw9jeܨ d}5,|9q>'RY˜}=@Gmޣ~? A߄v"wƄ"'-XɔM`YQqv" :nXP!;7zBσ PΑ\A=Ly -8̾0.AnAՁQ s(n! 1|umr C}<+(=(wxv P]҂܂nҌ(YvnsϾ5 ?<( AՄyRX>J&1ń L(m8ne+|l-xLx8Lx```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````ু²1" +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X" +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X " +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X +" +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X " +11#wR)+"2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X  +11#wR)*2d 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0-@p \ No newline at end of file diff --git a/src/main/resources/assets/otemod/textures/sky/pdn/noon_4.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/noon_4.pdn new file mode 100644 index 0000000..65331b8 Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/pdn/noon_4.pdn differ diff --git a/src/main/resources/assets/otemod/textures/sky/pdn/noon_5.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/noon_5.pdn new file mode 100644 index 0000000..afe9e7d Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/pdn/noon_5.pdn differ diff --git a/src/main/resources/data/forge/tags/blocks/ore_rates/singular.json b/src/main/resources/data/forge/tags/blocks/ore_rates/singular.json new file mode 100644 index 0000000..d0da0f0 --- /dev/null +++ b/src/main/resources/data/forge/tags/blocks/ore_rates/singular.json @@ -0,0 +1,4 @@ +{ + "values": [ + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/blocks/ores.json b/src/main/resources/data/forge/tags/blocks/ores.json new file mode 100644 index 0000000..5c591a5 --- /dev/null +++ b/src/main/resources/data/forge/tags/blocks/ores.json @@ -0,0 +1,7 @@ +{ + "values": [ + "#forge:ores/cobalt", + "#forge:ores/eternium", + "#forge:ores/vaultsteel" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/blocks/ores/eternium.json b/src/main/resources/data/forge/tags/blocks/ores/eternium.json new file mode 100644 index 0000000..1326b6c --- /dev/null +++ b/src/main/resources/data/forge/tags/blocks/ores/eternium.json @@ -0,0 +1,6 @@ +{ + "values": [ + "otemod:eternium_ore_block", + "otemod:deepslate_eternium_ore_block" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/blocks/ores/vaultsteel.json b/src/main/resources/data/forge/tags/blocks/ores/vaultsteel.json new file mode 100644 index 0000000..81e03bc --- /dev/null +++ b/src/main/resources/data/forge/tags/blocks/ores/vaultsteel.json @@ -0,0 +1,6 @@ +{ + "values": [ + "otemod:vault_steel_ore_block", + "otemod:nether_vault_steel_ore_block" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/blocks/ores_in_ground/netherrack.json b/src/main/resources/data/forge/tags/blocks/ores_in_ground/netherrack.json new file mode 100644 index 0000000..d0da0f0 --- /dev/null +++ b/src/main/resources/data/forge/tags/blocks/ores_in_ground/netherrack.json @@ -0,0 +1,4 @@ +{ + "values": [ + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/blocks/storage_blocks.json b/src/main/resources/data/forge/tags/blocks/storage_blocks.json new file mode 100644 index 0000000..2893b89 --- /dev/null +++ b/src/main/resources/data/forge/tags/blocks/storage_blocks.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#forge:storage_blocks/eternium" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/blocks/storage_blocks/eternium.json b/src/main/resources/data/forge/tags/blocks/storage_blocks/eternium.json new file mode 100644 index 0000000..e67b946 --- /dev/null +++ b/src/main/resources/data/forge/tags/blocks/storage_blocks/eternium.json @@ -0,0 +1,5 @@ +{ + "values": [ + "otemod:eternium_block" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/brimstone.json b/src/main/resources/data/forge/tags/items/brimstone.json new file mode 100644 index 0000000..b85d8d6 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/brimstone.json @@ -0,0 +1,5 @@ +{ + "values": [ + "biomesoplenty:brimstone" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/dusts.json b/src/main/resources/data/forge/tags/items/dusts.json new file mode 100644 index 0000000..d6649e7 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/dusts.json @@ -0,0 +1,4 @@ +{ + "values": [ + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/ingots.json b/src/main/resources/data/forge/tags/items/ingots.json new file mode 100644 index 0000000..fe56be9 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/ingots.json @@ -0,0 +1,6 @@ +{ + "values": [ + "#forge:ingots/eternium", + "#forge:ingots/vaultsteel" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/ingots/eternium.json b/src/main/resources/data/forge/tags/items/ingots/eternium.json new file mode 100644 index 0000000..3ed1ca0 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/ingots/eternium.json @@ -0,0 +1,5 @@ +{ + "values": [ + "otemod:eternium_ingot" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/ingots/vaultsteel.json b/src/main/resources/data/forge/tags/items/ingots/vaultsteel.json new file mode 100644 index 0000000..77b0fb8 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/ingots/vaultsteel.json @@ -0,0 +1,5 @@ +{ + "values":[ + "otemod:vault_steel_ingot" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/nuggets.json b/src/main/resources/data/forge/tags/items/nuggets.json new file mode 100644 index 0000000..d0da0f0 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/nuggets.json @@ -0,0 +1,4 @@ +{ + "values": [ + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/ore_rates/singular.json b/src/main/resources/data/forge/tags/items/ore_rates/singular.json new file mode 100644 index 0000000..d0da0f0 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/ore_rates/singular.json @@ -0,0 +1,4 @@ +{ + "values": [ + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/ores.json b/src/main/resources/data/forge/tags/items/ores.json new file mode 100644 index 0000000..aec08df --- /dev/null +++ b/src/main/resources/data/forge/tags/items/ores.json @@ -0,0 +1,6 @@ +{ + "values": [ + "#forge:ores/eternium", + "#forge:ores/vaultsteel" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/ores/eternium.json b/src/main/resources/data/forge/tags/items/ores/eternium.json new file mode 100644 index 0000000..f9814c8 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/ores/eternium.json @@ -0,0 +1,7 @@ +{ + "values": [ + "otemod:eternium_ore", + "otemod:eternium_ore_block", + "otemod:deepslate_eternium_ore_block" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/ores/vaultsteel.json b/src/main/resources/data/forge/tags/items/ores/vaultsteel.json new file mode 100644 index 0000000..12b69ca --- /dev/null +++ b/src/main/resources/data/forge/tags/items/ores/vaultsteel.json @@ -0,0 +1,7 @@ +{ + "values": [ + "otemod:raw_vault_steel_ore", + "otemod:vault_steel_ore_block", + "otemod:nether_vault_steel_ore_block" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/ores_in_ground/netherrack.json b/src/main/resources/data/forge/tags/items/ores_in_ground/netherrack.json new file mode 100644 index 0000000..d0da0f0 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/ores_in_ground/netherrack.json @@ -0,0 +1,4 @@ +{ + "values": [ + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/raw_materials.json b/src/main/resources/data/forge/tags/items/raw_materials.json new file mode 100644 index 0000000..f89e330 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/raw_materials.json @@ -0,0 +1,6 @@ +{ + "values": [ + "#forge:raw_materials/eternium", + "#forge:raw_materials/vaultsteel" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/raw_materials/eternium.json b/src/main/resources/data/forge/tags/items/raw_materials/eternium.json new file mode 100644 index 0000000..7031478 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/raw_materials/eternium.json @@ -0,0 +1,5 @@ +{ + "values": [ + "otemod:eternium_ore" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/raw_materials/vaultsteel.json b/src/main/resources/data/forge/tags/items/raw_materials/vaultsteel.json new file mode 100644 index 0000000..aca3692 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/raw_materials/vaultsteel.json @@ -0,0 +1,5 @@ +{ + "values": [ + "otemod:raw_vault_steel_ore" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/rods.json b/src/main/resources/data/forge/tags/items/rods.json new file mode 100644 index 0000000..7a65d15 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/rods.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#forge:rods/eternium" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/rods/eternium.json b/src/main/resources/data/forge/tags/items/rods/eternium.json new file mode 100644 index 0000000..7b7dacc --- /dev/null +++ b/src/main/resources/data/forge/tags/items/rods/eternium.json @@ -0,0 +1,5 @@ +{ + "values": [ + "otemod:eternium_rod" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/storage_blocks.json b/src/main/resources/data/forge/tags/items/storage_blocks.json new file mode 100644 index 0000000..2893b89 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/storage_blocks.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#forge:storage_blocks/eternium" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/items/storage_blocks/eternium.json b/src/main/resources/data/forge/tags/items/storage_blocks/eternium.json new file mode 100644 index 0000000..82e10d8 --- /dev/null +++ b/src/main/resources/data/forge/tags/items/storage_blocks/eternium.json @@ -0,0 +1,5 @@ +{ + "values":[ + "otemod:eternium_block" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/forge/tags/ores.json b/src/main/resources/data/forge/tags/ores.json deleted file mode 100644 index 08c6bd9..0000000 --- a/src/main/resources/data/forge/tags/ores.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "values": [ - "otemod:eternium_ore_block", - "otemod:deepslate_eternium_ore_block", - "otemod:eternium_ore" - ] -} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/loot_tables/blocks/budding_amethyst.json b/src/main/resources/data/minecraft/loot_tables/blocks/budding_amethyst.json new file mode 100644 index 0000000..385c99b --- /dev/null +++ b/src/main/resources/data/minecraft/loot_tables/blocks/budding_amethyst.json @@ -0,0 +1,44 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "minecraft:budding_amethyst" + }, + { + "type": "minecraft:item", + "functions": [ + { + "function": "minecraft:explosion_decay" + } + ], + "name": "minecraft:amethyst_block" + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/minecraft/loot_tables/blocks/spawner.json b/src/main/resources/data/minecraft/loot_tables/blocks/spawner.json new file mode 100644 index 0000000..d14103a --- /dev/null +++ b/src/main/resources/data/minecraft/loot_tables/blocks/spawner.json @@ -0,0 +1,35 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1.0, + "bonus_rolls": 0.0, + "entries": [ + { + "type": "minecraft:alternatives", + "children": [ + { + "type": "minecraft:item", + "conditions": [ + { + "condition": "minecraft:match_tool", + "predicate": { + "enchantments": [ + { + "enchantment": "minecraft:silk_touch", + "levels": { + "min": 1 + } + } + ] + } + } + ], + "name": "minecraft:spawner" + } + ] + } + ] + } + ] + } \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json b/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json index 3d50c8e..24457bc 100644 --- a/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json +++ b/src/main/resources/data/minecraft/tags/blocks/mineable/pickaxe.json @@ -1,8 +1,27 @@ { + "replace": false, "values": [ "otemod:eternium_ore_block", "otemod:deepslate_eternium_ore_block", - "otemod:aurora_block", - "otemod:aurora_door" + + "otemod:item_scrubber", + "otemod:magical_scrubber", + + "otemod:vault_steel_ore_block", + "otemod:nether_vault_steel_ore_block", + "otemod:eternium_block", + + "otemod:ilusium_ore_block", + "otemod:deepslate_ilusium_ore_block", + "otemod:ilusium_block", + + "otemod:stable_singularity", + "otemod:compression_chamber", + "otemod:compressed_obsidian_block", + "otemod:layered_compressed_obsidian_block", + + "#otemod:pool_tiles", + + "otemod:uncrafter" ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/minecraft/tags/blocks/needs_diamond_tool.json b/src/main/resources/data/minecraft/tags/blocks/needs_diamond_tool.json index f3c19ef..7e3d902 100644 --- a/src/main/resources/data/minecraft/tags/blocks/needs_diamond_tool.json +++ b/src/main/resources/data/minecraft/tags/blocks/needs_diamond_tool.json @@ -1,6 +1,11 @@ { "values": [ - "otemod:aurora_block", - "otemod:aurora_door" + "otemod:item_scrubber", + "otemod:magical_scrubber", + "otemod:vault_steel_ore_block", + "otemod:nether_vault_steel_ore_block", + "otemod:compression_chamber", + "otemod:compressed_obsidian_block", + "otemod:layered_compressed_obsidian_block" ] } \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/needs_iron_tool.json b/src/main/resources/data/minecraft/tags/blocks/needs_iron_tool.json index 6b28e6b..73bb142 100644 --- a/src/main/resources/data/minecraft/tags/blocks/needs_iron_tool.json +++ b/src/main/resources/data/minecraft/tags/blocks/needs_iron_tool.json @@ -1,6 +1,12 @@ { "values": [ "otemod:eternium_ore_block", - "otemod:deepslate_eternium_ore_block" + "otemod:deepslate_eternium_ore_block", + "otemod:ilusium_ore_block", + "otemod:deepslate_ilusium_ore_block", + "otemod:ilusium_block", + "otemod:eternium_block", + + "#otemod:pool_tiles" ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/minecraft/tags/blocks/slabs.json b/src/main/resources/data/minecraft/tags/blocks/slabs.json new file mode 100644 index 0000000..f9a6abe --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/slabs.json @@ -0,0 +1,15 @@ +{ + "replace": false, + "values": [ + "otemod:pool_tile_slab", + "otemod:blue_pool_tile_slab", + "otemod:dark_pool_tile_slab", + "otemod:green_pool_tile_slab", + "otemod:red_pool_tile_slab", + "otemod:dirty_pool_tile_slab", + "otemod:dirty_blue_pool_tile_slab", + "otemod:dirty_green_pool_tile_slab", + "otemod:dirty_red_pool_tile_slab" + + ] +} diff --git a/src/main/resources/data/minecraft/tags/blocks/stairs.json b/src/main/resources/data/minecraft/tags/blocks/stairs.json new file mode 100644 index 0000000..f8ae645 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/stairs.json @@ -0,0 +1,15 @@ +{ + "replace": false, + "values": [ + + "otemod:pool_tile_stairs", + "otemod:dark_pool_tile_stairs", + "otemod:blue_pool_tile_stairs", + "otemod:green_pool_tile_stairs", + "otemod:red_pool_tile_stairs", + "otemod:dirty_pool_tile_stairs", + "otemod:dirty_blue_pool_tile_stairs", + "otemod:dirty_green_pool_tile_stairs", + "otemod:dirty_red_pool_tile_stairs" + ] +} diff --git a/src/main/resources/data/minecraft/tags/blocks/walls.json b/src/main/resources/data/minecraft/tags/blocks/walls.json new file mode 100644 index 0000000..d275da3 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/walls.json @@ -0,0 +1,5 @@ +{ + "replace": false, + "values": [ + ] +} diff --git a/src/main/resources/data/minecraft/tags/blocks/wither_immune.json b/src/main/resources/data/minecraft/tags/blocks/wither_immune.json index f3c19ef..f6cf79b 100644 --- a/src/main/resources/data/minecraft/tags/blocks/wither_immune.json +++ b/src/main/resources/data/minecraft/tags/blocks/wither_immune.json @@ -1,6 +1,10 @@ { "values": [ - "otemod:aurora_block", - "otemod:aurora_door" + "otemod:eternium_block", + "otemod:ilusium_block", + "otemod:item_scrubber", + "otemod:magical_scrubber", + "otemod:layered_compressed_obsidian_block" + ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/minecraft/tags/blocks/wool.json b/src/main/resources/data/minecraft/tags/blocks/wool.json new file mode 100644 index 0000000..85eecf9 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/wool.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "otemod:dark_red_wool" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/blocks/wool_carpets.json b/src/main/resources/data/minecraft/tags/blocks/wool_carpets.json new file mode 100644 index 0000000..3e0861e --- /dev/null +++ b/src/main/resources/data/minecraft/tags/blocks/wool_carpets.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "otemod:dark_red_carpet" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/items/dyes.json b/src/main/resources/data/minecraft/tags/items/dyes.json new file mode 100644 index 0000000..d80c558 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/items/dyes.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "otemod:dark_red_dye" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/items/piglin_loved.json b/src/main/resources/data/minecraft/tags/items/piglin_loved.json new file mode 100644 index 0000000..94978fd --- /dev/null +++ b/src/main/resources/data/minecraft/tags/items/piglin_loved.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#otemod:deprecated" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/items/wool.json b/src/main/resources/data/minecraft/tags/items/wool.json new file mode 100644 index 0000000..85eecf9 --- /dev/null +++ b/src/main/resources/data/minecraft/tags/items/wool.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "otemod:dark_red_wool" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/minecraft/tags/items/wool_carpets.json b/src/main/resources/data/minecraft/tags/items/wool_carpets.json new file mode 100644 index 0000000..3e0861e --- /dev/null +++ b/src/main/resources/data/minecraft/tags/items/wool_carpets.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "otemod:dark_red_carpet" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/dimension/builder.json b/src/main/resources/data/otemod/dimension/builder.json new file mode 100644 index 0000000..4dc1530 --- /dev/null +++ b/src/main/resources/data/otemod/dimension/builder.json @@ -0,0 +1,11 @@ +{ + "type": "otemod:builder", + "generator": { + "type": "minecraft:noise", + "settings": "otemod:builder", + "biome_source": { + "type": "minecraft:multi_noise", + "preset": "minecraft:overworld" + } + } +} diff --git a/src/main/resources/data/otemod/dimension/resource.json b/src/main/resources/data/otemod/dimension/resource.json index 7b5fc53..d24f9e3 100644 --- a/src/main/resources/data/otemod/dimension/resource.json +++ b/src/main/resources/data/otemod/dimension/resource.json @@ -1,205031 +1,205029 @@ { - "type": "otemod:resource", - "generator": { - "type": "minecraft:noise", - "settings": "otemod:resource", - "disable_mob_generation": true, - "biome_source": { - "type": "minecraft:multi_noise", - "biomes": [ - { - "biome": "minecraft:mushroom_fields", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.2, - -1.05 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mushroom_fields", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.2, - -1.05 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_frozen_ocean", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_frozen_ocean", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_ocean", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_ocean", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_cold_ocean", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_cold_ocean", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:cold_ocean", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:cold_ocean", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_ocean", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_ocean", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ocean", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ocean", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_lukewarm_ocean", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:deep_lukewarm_ocean", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:lukewarm_ocean", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:lukewarm_ocean", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:warm_ocean", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:warm_ocean", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1.05, - -0.455 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:warm_ocean", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:warm_ocean", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.455, - -0.19 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -1, - -0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.9333, - -0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.7666, - -0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jagged_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.5666, - -0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.4, - -0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_spruce_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:flower_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.2666, - -0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -0.375, - 0.55 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -0.375, - 0.55 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -0.375, - 0.55 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -0.375, - 0.55 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:river", - "parameters": { - "temperature": [ - -0.45, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_river", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -0.05, - 0.05 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_beach", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:beach", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -0.2225, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.05, - 0.2666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.2666, - 0.4 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.4, - 0.5666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.5666, - 0.7666 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:frozen_peaks", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_peaks", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.375, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.7666, - 0.9333 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:stony_shore", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - -1, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:swamp", - "parameters": { - "temperature": [ - -0.45, - 0.2 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:mangrove_swamp", - "parameters": { - "temperature": [ - 0.2, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:ice_spikes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_plains", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -1, - -0.45 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_gravelly_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_pine_taiga", - "parameters": { - "temperature": [ - -0.45, - -0.15 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sunflower_plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:snowy_slopes", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:meadow", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_hills", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:old_growth_birch_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:grove", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:dark_forest", - "parameters": { - "temperature": [ - -0.15, - 0.2 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna_plateau", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:plains", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:forest", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:sparse_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:bamboo_jungle", - "parameters": { - "temperature": [ - 0.2, - 0.55 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -1, - -0.35 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:eroded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.35, - -0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - -0.1, - 0.1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:windswept_savanna", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.1, - 0.3 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - -0.7799 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.3 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.7799, - -0.375 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 0.3 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.3, - 1 - ], - "erosion": [ - -0.375, - -0.2225 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 0.03 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:wooded_badlands", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - -0.2225, - 0.05 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - 1 - ], - "erosion": [ - 0.05, - 0.45 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.11, - 0.03 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - 0.03, - 1 - ], - "erosion": [ - 0.45, - 0.55 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 0, - "offset": 0 - } - }, - { - "biome": "minecraft:desert", - "parameters": { - "temperature": [ - 0.55, - 1 - ], - "humidity": [ - 0.3, - 1 - ], - "continentalness": [ - -0.19, - -0.11 - ], - "erosion": [ - 0.55, - 1 - ], - "weirdness": [ - 0.9333, - 1 - ], - "depth": 1, - "offset": 0 - } - }, - { - "biome": "minecraft:dripstone_caves", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - 0.8, - 1 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": [ - 0.2, - 0.9 - ], - "offset": 0 - } - }, - { - "biome": "minecraft:lush_caves", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - 0.7, - 1 - ], - "continentalness": [ - -1, - 1 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 1 - ], - "depth": [ - 0.2, - 0.9 - ], - "offset": 0 - } - }, - { - "biome": "minecraft:deep_dark", - "parameters": { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -1, - 1 - ], - "erosion": [ - -1, - -0.375 - ], - "weirdness": [ - -1, - 1 - ], - "depth": 1.1, - "offset": 0 - } + "type": "otemod:resource", + "generator": { + "type": "minecraft:noise", + "settings": "otemod:resource", + "biome_source": { + "type": "minecraft:multi_noise", + "biomes": [ + { + "biome": "minecraft:mushroom_fields", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.2, + -1.05 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 } - ] - } + }, + { + "biome": "minecraft:mushroom_fields", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.2, + -1.05 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_frozen_ocean", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_frozen_ocean", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_ocean", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_ocean", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_cold_ocean", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_cold_ocean", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cold_ocean", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cold_ocean", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_ocean", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_ocean", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ocean", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ocean", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_lukewarm_ocean", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:deep_lukewarm_ocean", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:lukewarm_ocean", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:lukewarm_ocean", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1.05, + -0.455 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:warm_ocean", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.455, + -0.19 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -1, + -0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.9333, + -0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.7666, + -0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jagged_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.5666, + -0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.4, + -0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_spruce_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:flower_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.2666, + -0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -0.375, + 0.55 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:river", + "parameters": { + "temperature": [ + -0.45, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_river", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -0.05, + 0.05 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_beach", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:beach", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -0.2225, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.05, + 0.2666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.2666, + 0.4 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.4, + 0.5666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.5666, + 0.7666 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:frozen_peaks", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_peaks", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.375, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.7666, + 0.9333 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:stony_shore", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + -1, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:swamp", + "parameters": { + "temperature": [ + -0.45, + 0.2 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:mangrove_swamp", + "parameters": { + "temperature": [ + 0.2, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:ice_spikes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_plains", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -1, + -0.45 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_gravelly_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:meadow", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_pine_taiga", + "parameters": { + "temperature": [ + -0.45, + -0.15 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sunflower_plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:snowy_slopes", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:cherry_grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_hills", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:old_growth_birch_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:grove", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:dark_forest", + "parameters": { + "temperature": [ + -0.15, + 0.2 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna_plateau", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:plains", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:forest", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:sparse_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:bamboo_jungle", + "parameters": { + "temperature": [ + 0.2, + 0.55 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -1, + -0.35 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:eroded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.35, + -0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + -0.1, + 0.1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:windswept_savanna", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.1, + 0.3 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + -0.7799 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.3 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.7799, + -0.375 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 0.3 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.3, + 1 + ], + "erosion": [ + -0.375, + -0.2225 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 0.03 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:wooded_badlands", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + -0.2225, + 0.05 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + 1 + ], + "erosion": [ + 0.05, + 0.45 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.11, + 0.03 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + 0.03, + 1 + ], + "erosion": [ + 0.45, + 0.55 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 0, + "offset": 0 + } + }, + { + "biome": "minecraft:desert", + "parameters": { + "temperature": [ + 0.55, + 1 + ], + "humidity": [ + 0.3, + 1 + ], + "continentalness": [ + -0.19, + -0.11 + ], + "erosion": [ + 0.55, + 1 + ], + "weirdness": [ + 0.9333, + 1 + ], + "depth": 1, + "offset": 0 + } + }, + { + "biome": "minecraft:dripstone_caves", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + 0.8, + 1 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": [ + 0.2, + 0.9 + ], + "offset": 0 + } + }, + { + "biome": "minecraft:lush_caves", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + 0.7, + 1 + ], + "continentalness": [ + -1, + 1 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + 1 + ], + "depth": [ + 0.2, + 0.9 + ], + "offset": 0 + } + }, + { + "biome": "minecraft:deep_dark", + "parameters": { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -1, + 1 + ], + "erosion": [ + -1, + -0.375 + ], + "weirdness": [ + -1, + 1 + ], + "depth": 1.1, + "offset": 0 + } + } + ] } } - \ No newline at end of file +} diff --git a/src/main/resources/data/otemod/dimension/threshold.json b/src/main/resources/data/otemod/dimension/threshold.json new file mode 100644 index 0000000..c5b7537 --- /dev/null +++ b/src/main/resources/data/otemod/dimension/threshold.json @@ -0,0 +1,11 @@ +{ + "type": "otemod:threshold", + "generator": { + "type": "minecraft:noise", + "settings": "otemod:threshold", + "biome_source": { + "type": "minecraft:multi_noise", + "preset": "minecraft:overworld" + } + } +} diff --git a/src/main/resources/data/otemod/dimension_type/builder.json b/src/main/resources/data/otemod/dimension_type/builder.json new file mode 100644 index 0000000..56f4a80 --- /dev/null +++ b/src/main/resources/data/otemod/dimension_type/builder.json @@ -0,0 +1,19 @@ +{ + "ultrawarm": false, + "natural": false, + "piglin_safe": false, + "respawn_anchor_works": false, + "bed_works": false, + "has_raids": false, + "has_skylight": true, + "has_ceiling": false, + "coordinate_scale": 1, + "ambient_light": 1, + "logical_height": 384, + "effects": "minecraft:the_end", + "infiniburn": "#minecraft:infiniburn_overworld", + "min_y": -64, + "height": 384, + "monster_spawn_light_level": 0, + "monster_spawn_block_light_limit": 0 +} diff --git a/src/main/resources/data/otemod/dimension_type/eternium.json b/src/main/resources/data/otemod/dimension_type/eternium.json deleted file mode 100644 index 6494bd2..0000000 --- a/src/main/resources/data/otemod/dimension_type/eternium.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "ultrawarm": false, - "natural": true, - "piglin_safe": true, - "respawn_anchor_works": false, - "bed_works": false, - "has_raids": false, - "has_skylight": false, - "has_ceiling": false, - "coordinate_scale": 32, - "ambient_light": 0, - "logical_height": 384, - "effects": "minecraft:the_end", - "infiniburn": "#minecraft:infiniburn_overworld", - "min_y": -64, - "height": 384, - "monster_spawn_light_level": { - "type": "minecraft:uniform", - "value": { - "min_inclusive": 3, - "max_inclusive": 4 - } - }, - "monster_spawn_block_light_limit": 0 - } - \ No newline at end of file diff --git a/src/main/resources/data/otemod/dimension_type/resource.json b/src/main/resources/data/otemod/dimension_type/resource.json index 5491fde..f30db78 100644 --- a/src/main/resources/data/otemod/dimension_type/resource.json +++ b/src/main/resources/data/otemod/dimension_type/resource.json @@ -3,13 +3,13 @@ "natural": true, "piglin_safe": false, "respawn_anchor_works": false, - "bed_works": true, - "has_raids": false, + "bed_works": false, + "has_raids": true, "has_skylight": false, "has_ceiling": false, - "coordinate_scale": 12, + "coordinate_scale": 16, "ambient_light": 1, - "fixed_time": 0, + "fixed_time": 1, "logical_height": 384, "effects": "minecraft:the_end", "infiniburn": "#minecraft:infiniburn_overworld", diff --git a/src/main/resources/data/otemod/dimension_type/threshold.json b/src/main/resources/data/otemod/dimension_type/threshold.json new file mode 100644 index 0000000..90c06be --- /dev/null +++ b/src/main/resources/data/otemod/dimension_type/threshold.json @@ -0,0 +1,20 @@ +{ + "ultrawarm": false, + "natural": false, + "piglin_safe": false, + "respawn_anchor_works": false, + "bed_works": false, + "has_raids": true, + "has_skylight": true, + "has_ceiling": false, + "coordinate_scale": 16, + "ambient_light": 0.5, + "fixed_time": 0, + "logical_height": 384, + "effects": "minecraft:the_end", + "infiniburn": "#minecraft:infiniburn_overworld", + "min_y": -64, + "height": 384, + "monster_spawn_light_level": 4, + "monster_spawn_block_light_limit": 4 +} diff --git a/src/main/resources/data/otemod/disabled_stuff/.placeholder b/src/main/resources/data/otemod/disabled_stuff/.placeholder new file mode 100644 index 0000000..1e33b32 --- /dev/null +++ b/src/main/resources/data/otemod/disabled_stuff/.placeholder @@ -0,0 +1 @@ +A simple file to keep this directory here \ No newline at end of file diff --git a/src/main/resources/data/otemod/disabled_stuff/chunkdel.mcfunction b/src/main/resources/data/otemod/disabled_stuff/chunkdel.mcfunction deleted file mode 100644 index 5ef9336..0000000 --- a/src/main/resources/data/otemod/disabled_stuff/chunkdel.mcfunction +++ /dev/null @@ -1,13 +0,0 @@ -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:grass_block -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:dirt -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:stone -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:bedrock -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:gravel -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:andesite -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:diorite -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:granite -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:tuff -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:water -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:lava -fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace otemod:aurora_block \ No newline at end of file diff --git a/src/main/resources/data/otemod/forge/biome_modifier/vaultsteel_placer.json b/src/main/resources/data/otemod/forge/biome_modifier/vaultsteel_placer.json new file mode 100644 index 0000000..ae2c9fc --- /dev/null +++ b/src/main/resources/data/otemod/forge/biome_modifier/vaultsteel_placer.json @@ -0,0 +1,6 @@ +{ + "type": "forge:add_features", + "features": ["otemod:vaultsteel_oregen_overworld"], + "biomes": "#is_overworld", + "step": "underground_ores" +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/forge/biome_modifier/vaultsteel_placer_nether.json b/src/main/resources/data/otemod/forge/biome_modifier/vaultsteel_placer_nether.json new file mode 100644 index 0000000..ea3c538 --- /dev/null +++ b/src/main/resources/data/otemod/forge/biome_modifier/vaultsteel_placer_nether.json @@ -0,0 +1,6 @@ +{ + "type": "forge:add_features", + "features": ["otemod:vaultsteel_oregen_nether"], + "biomes": "#is_nether", + "step": "underground_ores" +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/functions/.placeholder b/src/main/resources/data/otemod/functions/.placeholder new file mode 100644 index 0000000..1e33b32 --- /dev/null +++ b/src/main/resources/data/otemod/functions/.placeholder @@ -0,0 +1 @@ +A simple file to keep this directory here \ No newline at end of file diff --git a/src/main/resources/data/otemod/functions/chunkdel.mcfunction b/src/main/resources/data/otemod/functions/chunkdel.mcfunction new file mode 100644 index 0000000..2b30b37 --- /dev/null +++ b/src/main/resources/data/otemod/functions/chunkdel.mcfunction @@ -0,0 +1,30 @@ +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:grass_block +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:dirt +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:stone +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:bedrock +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:gravel +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:andesite +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:diorite +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:granite +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:tuff +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:water +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:lava +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_diamond_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:diamond_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_iron_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:iron_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_gold_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:gold_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_redstone_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:redstone_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_lapis_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:lapis_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:deepslate_copper_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:copper_ore +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:dripstone_block +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:netherrack +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:soul_sand +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:soul_soil +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:magma_block +fill ~-10 ~-32 ~-10 ~10 ~15 ~10 minecraft:air replace minecraft:blackstone \ No newline at end of file diff --git a/src/main/resources/data/otemod/loot_tables/barter/compat/alexsmobs/README.md b/src/main/resources/data/otemod/loot_tables/barter/compat/alexsmobs/README.md new file mode 100644 index 0000000..873b561 --- /dev/null +++ b/src/main/resources/data/otemod/loot_tables/barter/compat/alexsmobs/README.md @@ -0,0 +1,4 @@ +Why += +____ +Because I, the creator of Thresholds, like to play with AlexsMobs, and i have a severe fear of bugs. I usually blacklist the creepy crawlies from spawning. \ No newline at end of file diff --git a/src/main/resources/data/otemod/loot_tables/barter/compat/alexsmobs/legs.json b/src/main/resources/data/otemod/loot_tables/barter/compat/alexsmobs/legs.json new file mode 100644 index 0000000..c45dee8 --- /dev/null +++ b/src/main/resources/data/otemod/loot_tables/barter/compat/alexsmobs/legs.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:barter", + "pools": [ + { + "rolls": 1, + "bonus_rolls": 0, + "entries": [ + { + "type": "minecraft:item", + "name": "alexsmobs:centipede_leg" + } + ] + } + ], + "random_sequence": "otemod:barter/compat/alexsmobs/legs" +} diff --git a/src/main/resources/data/otemod/loot_tables/blocks/aurora_block.json b/src/main/resources/data/otemod/loot_tables/blocks/aurora_block.json deleted file mode 100644 index d5c61e4..0000000 --- a/src/main/resources/data/otemod/loot_tables/blocks/aurora_block.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "otemod:aurora_block" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] - } - \ No newline at end of file diff --git a/src/main/resources/data/otemod/loot_tables/blocks/aurora_door.json b/src/main/resources/data/otemod/loot_tables/blocks/aurora_door.json deleted file mode 100644 index 11e211f..0000000 --- a/src/main/resources/data/otemod/loot_tables/blocks/aurora_door.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "otemod:aurora_door" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] - } - \ No newline at end of file diff --git a/src/main/resources/data/otemod/loot_tables/blocks/deepslate_eternium_ore_block.json b/src/main/resources/data/otemod/loot_tables/blocks/deepslate_eternium_ore_block.json deleted file mode 100644 index f98254a..0000000 --- a/src/main/resources/data/otemod/loot_tables/blocks/deepslate_eternium_ore_block.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "main", - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "otemod:deepslate_eternium_ore_block" - }, - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:apply_bonus", - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "otemod:eternium_ore" - } - ] - } - ] - } - ] - } \ No newline at end of file diff --git a/src/main/resources/data/otemod/loot_tables/blocks/eternium_ore_block.json b/src/main/resources/data/otemod/loot_tables/blocks/eternium_ore_block.json deleted file mode 100644 index 49ef5f6..0000000 --- a/src/main/resources/data/otemod/loot_tables/blocks/eternium_ore_block.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "name": "main", - "rolls": 1.0, - "bonus_rolls": 0.0, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "otemod:eternium_ore_block" - }, - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:apply_bonus", - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "otemod:eternium_ore" - } - ] - } - ] - } - ] - } \ No newline at end of file diff --git a/src/main/resources/data/otemod/loot_tables/fishing/compat/alexsmobs/README.md b/src/main/resources/data/otemod/loot_tables/fishing/compat/alexsmobs/README.md new file mode 100644 index 0000000..45d9c25 --- /dev/null +++ b/src/main/resources/data/otemod/loot_tables/fishing/compat/alexsmobs/README.md @@ -0,0 +1,6 @@ +Why += +____ +Because I, the creator of Thresholds, like to play with AlexsMobs, and i have a severe fear of bugs. I usually blacklist the creepy crawlies from spawning. + +In this case, the buzzing annoys me. \ No newline at end of file diff --git a/src/main/resources/data/otemod/loot_tables/fishing/compat/alexsmobs/maggot.json b/src/main/resources/data/otemod/loot_tables/fishing/compat/alexsmobs/maggot.json new file mode 100644 index 0000000..a808ea1 --- /dev/null +++ b/src/main/resources/data/otemod/loot_tables/fishing/compat/alexsmobs/maggot.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:fishing", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "alexsmobs:maggot" + } + ], + "conditions": [ + { + "condition": "minecraft:weather_check", + "raining": true + } + ] + } + ], + "random_sequence": "otemod:loot_table/fishing/compat/alexsmobs/maggot" +} diff --git a/src/main/resources/data/otemod/recipes/aurora_compound.json b/src/main/resources/data/otemod/recipes/aurora_compound.json deleted file mode 100644 index cca339d..0000000 --- a/src/main/resources/data/otemod/recipes/aurora_compound.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "type": "minecraft:blasting", - "ingredient": { - "item": "otemod:eternium_dust" - }, - "result": "otemod:aurora_compound", - "experience": 25, - "cookingtime": 60 - } - \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/aurora_door.json b/src/main/resources/data/otemod/recipes/aurora_door.json deleted file mode 100644 index 308e0ba..0000000 --- a/src/main/resources/data/otemod/recipes/aurora_door.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "CC ", - "CC ", - "CC " - ], - "key": { - "C": { - "item": "otemod:aurora_block" - } - }, - "result": { - "item": "otemod:aurora_door", - "count": 2 - } -} diff --git a/src/main/resources/data/otemod/recipes/blue_brick.json b/src/main/resources/data/otemod/recipes/blue_brick.json new file mode 100644 index 0000000..d640add --- /dev/null +++ b/src/main/resources/data/otemod/recipes/blue_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:blue_dye" + }, + { + "item": "minecraft:brick" + } + ], + "result": { + "item": "otemod:blue_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/brimstone_to_sulfur.json b/src/main/resources/data/otemod/recipes/brimstone_to_sulfur.json new file mode 100644 index 0000000..3641ee4 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/brimstone_to_sulfur.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "forge:brimstone" + } + ], + "result": { + "item": "mekanism:sulfur_dust", + "count": 1 + } + } \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/clear_glass_block.json b/src/main/resources/data/otemod/recipes/clear_glass_block.json deleted file mode 100644 index 24831dc..0000000 --- a/src/main/resources/data/otemod/recipes/clear_glass_block.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "type": "minecraft:crafting_shaped", - "pattern": [ - "Q Q", - " G ", - " " - ], - "key": { - "Q": { - "item": "minecraft:quartz" - }, - "G": { - "item": "minecraft:glass" - } - }, - "result": { - "item": "otemod:clear_glass_block", - "count": 1 - } -} diff --git a/src/main/resources/data/otemod/recipes/compressed_obsidian_block.json b/src/main/resources/data/otemod/recipes/compressed_obsidian_block.json new file mode 100644 index 0000000..4b09fb0 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/compressed_obsidian_block.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "QQQ", + "QQQ", + "QQQ" + ], + "key": { + "Q": { + "item": "otemod:compressed_obsidian_sheet" + } + }, + "result": { + "item": "otemod:compressed_obsidian_block", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/compressing/bedrock.json b/src/main/resources/data/otemod/recipes/compressing/bedrock.json new file mode 100644 index 0000000..ab4c355 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/compressing/bedrock.json @@ -0,0 +1,10 @@ +{ + "type": "otemod:compressing", + "output": { + "item": "minecraft:bedrock" + }, + "input": { + "item": "otemod:encased_singularity" + }, + "time": 60 +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/compressing/compressed_obsidian_sheet.json b/src/main/resources/data/otemod/recipes/compressing/compressed_obsidian_sheet.json new file mode 100644 index 0000000..16352c1 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/compressing/compressed_obsidian_sheet.json @@ -0,0 +1,11 @@ +{ + "type": "otemod:compressing", + "input": { + "item": "minecraft:obsidian" + }, + "output": { + "item": "otemod:compressed_obsidian_sheet", + "count": 2 + }, + "time": 10 +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/compressing/layered_compressed_obsidian_sheet.json b/src/main/resources/data/otemod/recipes/compressing/layered_compressed_obsidian_sheet.json new file mode 100644 index 0000000..c13b1b4 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/compressing/layered_compressed_obsidian_sheet.json @@ -0,0 +1,11 @@ +{ + "type": "otemod:compressing", + "output": { + "item": "otemod:layered_compressed_obsidian_sheet", + "count": 2 + }, + "input": { + "item": "otemod:compressed_obsidian_block" + }, + "time": 20 +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/compressing/stable_singularity.json b/src/main/resources/data/otemod/recipes/compressing/stable_singularity.json new file mode 100644 index 0000000..591cb74 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/compressing/stable_singularity.json @@ -0,0 +1,10 @@ +{ + "type": "otemod:compressing", + "output": { + "item": "otemod:stable_singularity" + }, + "input": { + "item": "otemod:layered_compressed_obsidian_block" + }, + "time": 60 +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/compression_chamber.json b/src/main/resources/data/otemod/recipes/compression_chamber.json new file mode 100644 index 0000000..1221251 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/compression_chamber.json @@ -0,0 +1,26 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "WYZ", + "ZZZ" + ], + "key": { + "W": { + "tag": "forge:ingots/gold" + }, + "X": { + "tag": "forge:ingots/eternium" + }, + "Y": { + "item": "minecraft:copper_block" + }, + "Z": { + "item": "minecraft:obsidian" + } + }, + "result": { + "item": "otemod:compression_chamber", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/crushing_brimstone.json b/src/main/resources/data/otemod/recipes/crushing_brimstone.json new file mode 100644 index 0000000..6dfd300 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/crushing_brimstone.json @@ -0,0 +1,12 @@ +{ + "type": "mekanism:crushing", + "input": { + "ingredient": { + "tag": "forge:brimstone" + } + }, + "output": { + "item": "mekanism:dust_sulfur", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/cyan_brick.json b/src/main/resources/data/otemod/recipes/cyan_brick.json new file mode 100644 index 0000000..c6435ee --- /dev/null +++ b/src/main/resources/data/otemod/recipes/cyan_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:brick" + }, + { + "item": "minecraft:cyan_dye" + } + ], + "result": { + "item": "otemod:cyan_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/dark_red_brick.json b/src/main/resources/data/otemod/recipes/dark_red_brick.json new file mode 100644 index 0000000..57ee01e --- /dev/null +++ b/src/main/resources/data/otemod/recipes/dark_red_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:brick" + }, + { + "item": "otemod:dark_red_dye" + } + ], + "result": { + "item": "otemod:dark_red_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/dark_red_dye.json b/src/main/resources/data/otemod/recipes/dark_red_dye.json new file mode 100644 index 0000000..41ad6de --- /dev/null +++ b/src/main/resources/data/otemod/recipes/dark_red_dye.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:red_dye" + }, + { + "item": "minecraft:black_dye" + } + ], + "result": { + "item": "otemod:dark_red_dye", + "count": 2 + } +} diff --git a/src/main/resources/data/otemod/recipes/dye_dark_red_carpet.json b/src/main/resources/data/otemod/recipes/dye_dark_red_carpet.json new file mode 100644 index 0000000..6d3f189 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/dye_dark_red_carpet.json @@ -0,0 +1,63 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "group": "carpet", + "ingredients": [ + { + "item": "otemod:dark_red_dye" + }, + [ + { + "item": "minecraft:black_carpet" + }, + { + "item": "minecraft:blue_carpet" + }, + { + "item": "minecraft:brown_carpet" + }, + { + "item": "minecraft:cyan_carpet" + }, + { + "item": "minecraft:gray_carpet" + }, + { + "item": "minecraft:green_carpet" + }, + { + "item": "minecraft:light_blue_carpet" + }, + { + "item": "minecraft:light_gray_carpet" + }, + { + "item": "minecraft:lime_carpet" + }, + { + "item": "minecraft:magenta_carpet" + }, + { + "item": "minecraft:orange_carpet" + }, + { + "item": "minecraft:pink_carpet" + }, + { + "item": "minecraft:purple_carpet" + }, + { + "item": "minecraft:red_carpet" + }, + { + "item": "minecraft:yellow_carpet" + }, + { + "item": "minecraft:white_carpet" + } + ] + ], + "result": { + "item": "otemod:dark_red_carpet" + } +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/dye_dark_red_wool.json b/src/main/resources/data/otemod/recipes/dye_dark_red_wool.json new file mode 100644 index 0000000..ac1577e --- /dev/null +++ b/src/main/resources/data/otemod/recipes/dye_dark_red_wool.json @@ -0,0 +1,63 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "building", + "group": "wool", + "ingredients": [ + { + "item": "otemod:dark_red_dye" + }, + [ + { + "item": "minecraft:black_wool" + }, + { + "item": "minecraft:blue_wool" + }, + { + "item": "minecraft:brown_wool" + }, + { + "item": "minecraft:cyan_wool" + }, + { + "item": "minecraft:gray_wool" + }, + { + "item": "minecraft:green_wool" + }, + { + "item": "minecraft:light_blue_wool" + }, + { + "item": "minecraft:light_gray_wool" + }, + { + "item": "minecraft:lime_wool" + }, + { + "item": "minecraft:magenta_wool" + }, + { + "item": "minecraft:orange_wool" + }, + { + "item": "minecraft:pink_wool" + }, + { + "item": "minecraft:purple_wool" + }, + { + "item": "minecraft:yellow_wool" + }, + { + "item": "minecraft:white_wool" + }, + { + "item": "minecraft:red_wool" + } + ] + ], + "result": { + "item": "otemod:dark_red_wool" + } +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/empty_spawn_egg.json b/src/main/resources/data/otemod/recipes/empty_spawn_egg.json new file mode 100644 index 0000000..a04c76f --- /dev/null +++ b/src/main/resources/data/otemod/recipes/empty_spawn_egg.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CC", + "CC" + ], + "key": { + "C": { + "item": "minecraft:egg" + } + }, + "result": { + "item": "otemod:empty_spawn_egg", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/encased_singularity.json b/src/main/resources/data/otemod/recipes/encased_singularity.json new file mode 100644 index 0000000..7a2ba05 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/encased_singularity.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "QQQ", + "QZQ", + "QQQ" + ], + "key": { + "Q": { + "tag": "forge:stone" + }, + "Z": { + "item": "otemod:stable_singularity" + } + }, + "result": { + "item": "otemod:encased_singularity", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/aurora_block.json b/src/main/resources/data/otemod/recipes/eternium_block.json similarity index 63% rename from src/main/resources/data/otemod/recipes/aurora_block.json rename to src/main/resources/data/otemod/recipes/eternium_block.json index 5817550..122cbd7 100644 --- a/src/main/resources/data/otemod/recipes/aurora_block.json +++ b/src/main/resources/data/otemod/recipes/eternium_block.json @@ -7,11 +7,11 @@ ], "key": { "C": { - "item": "otemod:aurora_compound" + "item": "otemod:eternium_ingot" } }, "result": { - "item": "otemod:aurora_block", + "item": "otemod:eternium_block", "count": 1 } } diff --git a/src/main/resources/data/otemod/recipes/eternium_block_to_ingot.json b/src/main/resources/data/otemod/recipes/eternium_block_to_ingot.json new file mode 100644 index 0000000..f053992 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/eternium_block_to_ingot.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "otemod:eternium_block" + } + ], + "result": { + "item": "otemod:eternium_ingot", + "count": 9 + } +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/eternium_dust.json b/src/main/resources/data/otemod/recipes/eternium_dust.json deleted file mode 100644 index 05cafe8..0000000 --- a/src/main/resources/data/otemod/recipes/eternium_dust.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "mekanism:enriching", - "input": { - "ingredient": "otemod:eternium_ore" - }, - "output": { - "item": "otemod:eternium_dust" - }, - "experience": 25, - "cookingtime": 60 -} diff --git a/src/main/resources/data/otemod/recipes/eternium_dust_from_block.json b/src/main/resources/data/otemod/recipes/eternium_dust_from_block.json deleted file mode 100644 index cc0cbc0..0000000 --- a/src/main/resources/data/otemod/recipes/eternium_dust_from_block.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "mekanism:enriching", - "input": "otemod:eternium_ore_block", - "output": "otemod:eternium_dust", - "experience": 25, - "cookingtime": 60 -} diff --git a/src/main/resources/data/otemod/recipes/eternium_dust_from_block_deepslate.json b/src/main/resources/data/otemod/recipes/eternium_dust_from_block_deepslate.json deleted file mode 100644 index d9352e8..0000000 --- a/src/main/resources/data/otemod/recipes/eternium_dust_from_block_deepslate.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "type": "mekanism:enriching", - "input": "otemod:deepslate_eternium_ore_block", - "output": "otemod:eternium_dust", - "experience": 25, - "cookingtime": 60 -} diff --git a/src/main/resources/data/otemod/recipes/eternium_fragment.json b/src/main/resources/data/otemod/recipes/eternium_ingot.json similarity index 74% rename from src/main/resources/data/otemod/recipes/eternium_fragment.json rename to src/main/resources/data/otemod/recipes/eternium_ingot.json index b9c3ec2..86f6c8f 100644 --- a/src/main/resources/data/otemod/recipes/eternium_fragment.json +++ b/src/main/resources/data/otemod/recipes/eternium_ingot.json @@ -9,12 +9,9 @@ }, { "item": "otemod:deepslate_eternium_ore_block" - }, - { - "item": "otemod:eternium_dust" } ], - "result": "otemod:eternium_fragment", + "result": "otemod:eternium_ingot", "experience": 0.5, "cookingtime": 25 } diff --git a/src/main/resources/data/otemod/recipes/eternium_rod.json b/src/main/resources/data/otemod/recipes/eternium_rod.json new file mode 100644 index 0000000..165aed2 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/eternium_rod.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": + [ + "ccc", + "ggg", + "ccc"], + "key": { + "c": { + "item": "minecraft:obsidian" + }, + "g": { + "tag": "forge:ingots/eternium" + } + }, + "result": { + "item": "otemod:eternium_rod", + "count": 2 + } +} diff --git a/src/main/resources/data/otemod/recipes/green_brick.json b/src/main/resources/data/otemod/recipes/green_brick.json new file mode 100644 index 0000000..43b95fd --- /dev/null +++ b/src/main/resources/data/otemod/recipes/green_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:green_dye" + }, + { + "item": "minecraft:brick" + } + ], + "result": { + "item": "otemod:green_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/ihan_crystal.json b/src/main/resources/data/otemod/recipes/ihan_crystal.json index 33ad0e7..f6d024c 100644 --- a/src/main/resources/data/otemod/recipes/ihan_crystal.json +++ b/src/main/resources/data/otemod/recipes/ihan_crystal.json @@ -7,10 +7,10 @@ ], "key": { "F": { - "item": "otemod:aurora_compound" + "tag": "forge:ingots/eternium" }, "G": { - "item": "otemod:eternium_dust" + "item": "otemod:melted_ender_pearl" } }, "result": { diff --git a/src/main/resources/data/otemod/recipes/ilusium_ingot_from_ore.json b/src/main/resources/data/otemod/recipes/ilusium_ingot_from_ore.json new file mode 100644 index 0000000..fdcfe07 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/ilusium_ingot_from_ore.json @@ -0,0 +1,12 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "otemod:deprecated" + } + ], + "result": { + "item": "otemod:deprecated", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/item_scrubber.json b/src/main/resources/data/otemod/recipes/item_scrubber.json new file mode 100644 index 0000000..254f7f3 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/item_scrubber.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "otemod:scrubber_frame" + }, + "B": { + "item": "otemod:singularity" + } + }, + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "result":{ + "item": "otemod:item_scrubber" + } +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/layered_compressed_obsidian_block.json b/src/main/resources/data/otemod/recipes/layered_compressed_obsidian_block.json new file mode 100644 index 0000000..2ab6a55 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/layered_compressed_obsidian_block.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "QQQ", + "QQQ", + "QQQ" + ], + "key": { + "Q": { + "item": "otemod:layered_compressed_obsidian_sheet" + } + }, + "result": { + "item": "otemod:layered_compressed_obsidian_block", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/layered_obsidian_decompress.json b/src/main/resources/data/otemod/recipes/layered_obsidian_decompress.json new file mode 100644 index 0000000..e8c74b2 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/layered_obsidian_decompress.json @@ -0,0 +1,12 @@ +{ + "type": "mekanism:crushing", + "input": { + "ingredient": { + "item": "otemod:layered_compressed_obsidian_block" + } + }, + "output": { + "item": "otemod:compressed_obsidian_block", + "count": 9 + } +} diff --git a/src/main/resources/data/otemod/recipes/leather_from_rotten_flesh.json b/src/main/resources/data/otemod/recipes/leather_from_rotten_flesh.json new file mode 100644 index 0000000..aca8422 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/leather_from_rotten_flesh.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:smelting", + "ingredient": [ + { + "item": "minecraft:rotten_flesh" + } + ], + "result": "minecraft:leather", + "experience": 3, + "cookingtime": 48 +} diff --git a/src/main/resources/data/otemod/recipes/light_blue_brick.json b/src/main/resources/data/otemod/recipes/light_blue_brick.json new file mode 100644 index 0000000..5638842 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/light_blue_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:brick" + }, + { + "item": "minecraft:light_blue_dye" + } + ], + "result": { + "item": "otemod:light_blue_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/lime_brick.json b/src/main/resources/data/otemod/recipes/lime_brick.json new file mode 100644 index 0000000..36d8f43 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/lime_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:lime_dye" + }, + { + "item": "minecraft:brick" + } + ], + "result": { + "item": "otemod:lime_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/magical_scrubber.json b/src/main/resources/data/otemod/recipes/magical_scrubber.json new file mode 100644 index 0000000..95b02b9 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/magical_scrubber.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "key": { + "A": { + "item": "otemod:scrubber_frame" + }, + "B": { + "item": "otemod:item_scrubber" + } + }, + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "result":{ + "item": "otemod:magical_scrubber" + } +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/melted_ender_pearl.json b/src/main/resources/data/otemod/recipes/melted_ender_pearl.json new file mode 100644 index 0000000..ed9cbd3 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/melted_ender_pearl.json @@ -0,0 +1,11 @@ +{ + "type": "minecraft:smelting", + "ingredient": [ + { + "item": "minecraft:ender_pearl" + } + ], + "result": "otemod:melted_ender_pearl", + "experience": 3, + "cookingtime": 60 +} diff --git a/src/main/resources/data/otemod/recipes/mob_capture_ball.json b/src/main/resources/data/otemod/recipes/mob_capture_ball.json new file mode 100644 index 0000000..43b1802 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/mob_capture_ball.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XYX", + "XXX" + ], + "key": { + "X": { + "tag": "forge:ingots/eternium" + }, + "Y": { + "tag": "forge:ingots/vaultsteel" + } + }, + "result": { + "item": "otemod:mob_capture_ball", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/obsidian_decompress.json b/src/main/resources/data/otemod/recipes/obsidian_decompress.json new file mode 100644 index 0000000..7dda5f9 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/obsidian_decompress.json @@ -0,0 +1,12 @@ +{ + "type": "mekanism:crushing", + "input": { + "ingredient": { + "item": "otemod:compressed_obsidian_block" + } + }, + "output": { + "item": "minecraft:obsidian", + "count": 9 + } +} diff --git a/src/main/resources/data/otemod/recipes/red_brick.json b/src/main/resources/data/otemod/recipes/red_brick.json new file mode 100644 index 0000000..3fa72c2 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/red_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:brick" + }, + { + "item": "minecraft:red_dye" + } + ], + "result": { + "item": "otemod:red_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/sandpaper/bop_rosequartz_chunk_polish.json b/src/main/resources/data/otemod/recipes/sandpaper/bop_rosequartz_chunk_polish.json new file mode 100644 index 0000000..95fc727 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/sandpaper/bop_rosequartz_chunk_polish.json @@ -0,0 +1,13 @@ +{ + "type": "create:sandpaper_polishing", + "ingredients": [ + { + "item": "biomesoplenty:rose_quartz_chunk" + } + ], + "results": [ + { + "item": "create:polished_rose_quartz" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/sandpaper/bop_rosequartz_polish.json b/src/main/resources/data/otemod/recipes/sandpaper/bop_rosequartz_polish.json new file mode 100644 index 0000000..95fc727 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/sandpaper/bop_rosequartz_polish.json @@ -0,0 +1,13 @@ +{ + "type": "create:sandpaper_polishing", + "ingredients": [ + { + "item": "biomesoplenty:rose_quartz_chunk" + } + ], + "results": [ + { + "item": "create:polished_rose_quartz" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/sandpaper/bop_rosequartz_shard_polish.json b/src/main/resources/data/otemod/recipes/sandpaper/bop_rosequartz_shard_polish.json new file mode 100644 index 0000000..5df9c24 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/sandpaper/bop_rosequartz_shard_polish.json @@ -0,0 +1,13 @@ +{ + "type": "create:sandpaper_polishing", + "ingredients": [ + { + "item": "biomesoplenty:rose_quartz_shard" + } + ], + "results": [ + { + "item": "create:polished_rose_quartz" + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/scrubber_frame.json b/src/main/resources/data/otemod/recipes/scrubber_frame.json new file mode 100644 index 0000000..c1d8765 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/scrubber_frame.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + " c ", + "r r", + " c " + ], + "key": { + "c": { + "item": "otemod:scrubber_frame_piece" + }, + "r": { + "tag": "forge:rods/eternium" + } + }, + "result": { + "item": "otemod:scrubber_frame", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/scrubber_frame_piece.json b/src/main/resources/data/otemod/recipes/scrubber_frame_piece.json new file mode 100644 index 0000000..7d29baa --- /dev/null +++ b/src/main/resources/data/otemod/recipes/scrubber_frame_piece.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": ["cgc"], + "key": { + "c": { + "item": "otemod:stable_singularity" + }, + "g": { + "tag": "forge:rods/eternium" + } + }, + "result": { + "item": "otemod:scrubber_frame_piece", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/tetra/seeping_bedrock.json b/src/main/resources/data/otemod/recipes/tetra/seeping_bedrock.json new file mode 100644 index 0000000..f19f69e --- /dev/null +++ b/src/main/resources/data/otemod/recipes/tetra/seeping_bedrock.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CCC", + "CGC", + "CCC" + ], + "key": { + "C": { + "item": "minecraft:magma_block" + }, + "G": { + "item": "minecraft:bedrock" + } + }, + "result": { + "item": "tetra:seeping_bedrock", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan.json new file mode 100644 index 0000000..cf900a6 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "minecraft:cyan_wool" + }, + "B": { + "item": "minecraft:obsidian" + } + }, + "result": { + "item": "otemod:cyan", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_stairs.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_stairs.json new file mode 100644 index 0000000..29cac10 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "otemod:cyan" + } + }, + "result": { + "item": "otemod:cyan_stairs", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_tile.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_tile.json new file mode 100644 index 0000000..077b80a --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_tile.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "ABA", + "BAB", + "ABA" + ], + "key": { + "A": { + "item": "otemod:cyan" + }, + "B": { + "item": "otemod:whiteout" + } + }, + "result": { + "item": "otemod:cyan_tile", + "count": 2 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_tile_br.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_tile_br.json new file mode 100644 index 0000000..df9a891 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_tile_br.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "BAB", + "AAA" + ], + "key": { + "A": { + "item": "otemod:cyan" + }, + "B": { + "item": "otemod:whiteout" + } + }, + "result": { + "item": "otemod:cyan_tile_br", + "count": 2 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_tile_to_wall.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_tile_to_wall.json new file mode 100644 index 0000000..293b67b --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_tile_to_wall.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "BAB", + "ABA" + ], + "key": { + "A": { + "item": "otemod:cyan" + }, + "B": { + "item": "otemod:whiteout" + } + }, + "result": { + "item": "otemod:cyan_tile_to_wall", + "count": 2 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_wall_variant_1.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_wall_variant_1.json new file mode 100644 index 0000000..9ecca06 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_wall_variant_1.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "BAB" + ], + "key": { + "A": { + "item": "otemod:cyan" + }, + "B": { + "item": "otemod:whiteout" + } + }, + "result": { + "item": "otemod:cyan_wall_variant_1", + "count": 2 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_wall_variant_2.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_wall_variant_2.json new file mode 100644 index 0000000..16fe7be --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/cyan/cyan_wall_variant_2.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BAB", + "AAA", + "BAB" + ], + "key": { + "A": { + "item": "otemod:cyan" + }, + "B": { + "item": "otemod:whiteout" + } + }, + "result": { + "item": "otemod:cyan_wall_variant_2", + "count": 2 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/blue_pool_light.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/blue_pool_light.json new file mode 100644 index 0000000..de586f0 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/blue_pool_light.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "otemod:blue_pool_tile" + }, + "B": { + "item": "minecraft:glowstone" + } + }, + "result": { + "item": "otemod:blue_pool_light", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/blue_pool_tile_slab.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/blue_pool_tile_slab.json new file mode 100644 index 0000000..385c16e --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/blue_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "otemod:blue_pool_tile" + } + }, + "result": { + "item": "otemod:blue_pool_tile_slab", + "count": 6 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/blue_pool_tile_stairs.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/blue_pool_tile_stairs.json new file mode 100644 index 0000000..70d56ad --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/blue_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "otemod:blue_pool_tile" + } + }, + "result": { + "item": "otemod:blue_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/blue_pool_tiles.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/blue_pool_tiles.json new file mode 100644 index 0000000..210e0f4 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/blue_pool_tiles.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CAB", + "ABC", + "BAC" + ], + "key": { + "A": { + "item": "otemod:blue_brick" + }, + "B": { + "item": "otemod:cyan_brick" + }, + "C": { + "item": "otemod:light_blue_brick" + } + }, + "result": { + "item": "otemod:blue_pool_tile", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dark_pool_tile_stairs.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dark_pool_tile_stairs.json new file mode 100644 index 0000000..b164bd4 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dark_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "otemod:dark_pool_tile" + } + }, + "result": { + "item": "otemod:dark_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dark_pool_tiles.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dark_pool_tiles.json new file mode 100644 index 0000000..d73b76a --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dark_pool_tiles.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AB", + "BA" + ], + "key": { + "A": { + "item": "minecraft:white_concrete" + }, + "B": { + "item": "minecraft:blue_terracotta" + } + }, + "result": { + "item": "otemod:dark_pool_tile", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_light.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_light.json new file mode 100644 index 0000000..0f86a7b --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "otemod:blue_pool_light" + }, + { + "item": "minecraft:slime_ball" + } + ], + "result": { + "item": "otemod:dirty_blue_pool_light", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_slab.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_slab.json new file mode 100644 index 0000000..14c4a10 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "otemod:dirty_blue_pool_tile" + } + }, + "result": { + "item": "otemod:dirty_blue_pool_tile_slab", + "count": 6 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_stairs.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_stairs.json new file mode 100644 index 0000000..84900e1 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "otemod:dirty_blue_pool_tile" + } + }, + "result": { + "item": "otemod:dirty_blue_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tiles.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tiles.json new file mode 100644 index 0000000..4102593 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/dirty_blue_pool_tiles.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:slime_ball" + }, + { + "item": "otemod:blue_pool_tile" + } + ], + "result": { + "item": "otemod:dirty_blue_pool_tile", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/filthy_blue_pool_light.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/filthy_blue_pool_light.json new file mode 100644 index 0000000..e42c6a1 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/blue/filthy_blue_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "otemod:dirty_blue_pool_light" + }, + { + "item": "minecraft:slime_block" + } + ], + "result": { + "item": "otemod:filthy_blue_pool_light", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/dirty_pool_light.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/dirty_pool_light.json new file mode 100644 index 0000000..2ccfee6 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/dirty_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "otemod:pool_light" + }, + { + "item": "minecraft:slime_ball" + } + ], + "result": { + "item": "otemod:dirty_pool_light", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_slab.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_slab.json new file mode 100644 index 0000000..4fef0fe --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "otemod:dirty_pool_tile" + } + }, + "result": { + "item": "otemod:dirty_pool_tile_slab", + "count": 6 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_stairs.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_stairs.json new file mode 100644 index 0000000..9c4f4b2 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/dirty_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "otemod:dirty_pool_tile" + } + }, + "result": { + "item": "otemod:dirty_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/dirty_pool_tiles.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/dirty_pool_tiles.json new file mode 100644 index 0000000..286fb4a --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/dirty_pool_tiles.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:slime_ball" + }, + { + "item": "otemod:pool_tile" + } + ], + "result": { + "item": "otemod:dirty_pool_tile", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/filthy_pool_light.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/filthy_pool_light.json new file mode 100644 index 0000000..6aafb7c --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/filthy_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "otemod:dirty_pool_light" + }, + { + "item": "minecraft:slime_block" + } + ], + "result": { + "item": "otemod:filthy_pool_light", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/pool_light.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/pool_light.json new file mode 100644 index 0000000..74009c0 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/pool_light.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "otemod:pool_tile" + }, + "B": { + "item": "minecraft:glowstone" + } + }, + "result": { + "item": "otemod:pool_light", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/pool_tile_slab.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/pool_tile_slab.json new file mode 100644 index 0000000..5359c5f --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "otemod:pool_tile" + } + }, + "result": { + "item": "otemod:pool_tile_slab", + "count": 6 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/pool_tile_stairs.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/pool_tile_stairs.json new file mode 100644 index 0000000..58e36df --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "otemod:pool_tile" + } + }, + "result": { + "item": "otemod:pool_tile_stairs", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/pool_tiles.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/pool_tiles.json new file mode 100644 index 0000000..c07bcdb --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/clean/pool_tiles.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "AAA" + ], + "key": { + "A": { + "item": "otemod:white_brick" + } + }, + "result": { + "item": "otemod:pool_tile", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/dirty_green_pool_light.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/dirty_green_pool_light.json new file mode 100644 index 0000000..cc2403d --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/dirty_green_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "otemod:pool_light" + }, + { + "item": "minecraft:slime_ball" + } + ], + "result": { + "item": "otemod:dirty_green_pool_light", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_slab.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_slab.json new file mode 100644 index 0000000..6b33cba --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "otemod:dirty_green_pool_tile" + } + }, + "result": { + "item": "otemod:dirty_green_pool_tile_slab", + "count": 6 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_stairs.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_stairs.json new file mode 100644 index 0000000..ade0310 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/dirty_green_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "otemod:dirty_green_pool_tile" + } + }, + "result": { + "item": "otemod:dirty_green_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/dirty_green_pool_tiles.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/dirty_green_pool_tiles.json new file mode 100644 index 0000000..2ce5f65 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/dirty_green_pool_tiles.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:slime_ball" + }, + { + "item": "otemod:green_pool_tile" + } + ], + "result": { + "item": "otemod:dirty_green_pool_tile", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/filthy_green_pool_light.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/filthy_green_pool_light.json new file mode 100644 index 0000000..1ab329f --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/filthy_green_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "otemod:dirty_green_pool_light" + }, + { + "item": "minecraft:slime_block" + } + ], + "result": { + "item": "otemod:filthy_green_pool_light", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/green_pool_light.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/green_pool_light.json new file mode 100644 index 0000000..8d67a5d --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/green_pool_light.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "otemod:green_pool_tile" + }, + "B": { + "item": "minecraft:glowstone" + } + }, + "result": { + "item": "otemod:green_pool_light", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/green_pool_tile_slab.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/green_pool_tile_slab.json new file mode 100644 index 0000000..7cbd6b9 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/green_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "otemod:green_pool_tile" + } + }, + "result": { + "item": "otemod:green_pool_tile_slab", + "count": 6 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/green_pool_tile_stairs.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/green_pool_tile_stairs.json new file mode 100644 index 0000000..2c61757 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/green_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "otemod:green_pool_tile" + } + }, + "result": { + "item": "otemod:green_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/green_pool_tiles.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/green_pool_tiles.json new file mode 100644 index 0000000..55d268a --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/green/green_pool_tiles.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "ABB", + "BAA", + "ABA" + ], + "key": { + "A": { + "item": "otemod:lime_brick" + }, + "B": { + "item": "otemod:green_brick" + } + }, + "result": { + "item": "otemod:green_pool_tile", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/dirty_red_pool_light.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/dirty_red_pool_light.json new file mode 100644 index 0000000..a691233 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/dirty_red_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "otemod:red_pool_light" + }, + { + "item": "minecraft:slime_block" + } + ], + "result": { + "item": "otemod:dirty_red_pool_light", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_slab.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_slab.json new file mode 100644 index 0000000..2b03bd1 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "otemod:dirty_red_pool_tile" + } + }, + "result": { + "item": "otemod:dirty_red_pool_tile_slab", + "count": 6 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_stairs.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_stairs.json new file mode 100644 index 0000000..fb478dd --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/dirty_red_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "otemod:dirty_red_pool_tile" + } + }, + "result": { + "item": "otemod:dirty_red_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/dirty_red_pool_tiles.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/dirty_red_pool_tiles.json new file mode 100644 index 0000000..9d46f0b --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/dirty_red_pool_tiles.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AB", + "BA" + ], + "key": { + "A": { + "item": "otemod:red_pool_tile" + }, + "B": { + "item": "minecraft:slime_ball" + } + }, + "result": { + "item": "otemod:dirty_red_pool_tile", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/filthy_red_pool_light.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/filthy_red_pool_light.json new file mode 100644 index 0000000..3855bc8 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/filthy_red_pool_light.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "otemod:dirty_red_pool_light" + }, + { + "item": "minecraft:slime_block" + } + ], + "result": { + "item": "otemod:filthy_red_pool_light", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/red_pool_light.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/red_pool_light.json new file mode 100644 index 0000000..11aa8d5 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/red_pool_light.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "otemod:red_pool_tile" + }, + "B": { + "item": "minecraft:glowstone" + } + }, + "result": { + "item": "otemod:red_pool_light", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/red_pool_tile_slab.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/red_pool_tile_slab.json new file mode 100644 index 0000000..901f209 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/red_pool_tile_slab.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA" + ], + "key": { + "A": { + "item": "otemod:red_pool_tile" + } + }, + "result": { + "item": "otemod:red_pool_tile_slab", + "count": 6 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/red_pool_tile_stairs.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/red_pool_tile_stairs.json new file mode 100644 index 0000000..6ecb17d --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/red_pool_tile_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "otemod:red_pool_tile" + } + }, + "result": { + "item": "otemod:red_pool_tile_stairs", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/red_pool_tiles.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/red_pool_tiles.json new file mode 100644 index 0000000..436c77a --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/pool/red/red_pool_tiles.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "CAB", + "ABC", + "BAC" + ], + "key": { + "A": { + "item": "otemod:red_brick" + }, + "B": { + "item": "otemod:dark_red_brick" + }, + "C": { + "item": "minecraft:brick" + } + }, + "result": { + "item": "otemod:red_pool_tile", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/red/blood_red.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/red/blood_red.json new file mode 100644 index 0000000..e535d6b --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/red/blood_red.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "minecraft:red_wool" + }, + "B": { + "item": "minecraft:obsidian" + } + }, + "result": { + "item": "otemod:blood_red", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_stairs.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_stairs.json new file mode 100644 index 0000000..ce3b508 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "A ", + "AA ", + "AAA" + ], + "key": { + "A": { + "item": "otemod:blood_red" + } + }, + "result": { + "item": "otemod:red_stairs", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_tile.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_tile.json new file mode 100644 index 0000000..1a4c235 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_tile.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "ABA", + "BAB", + "ABA" + ], + "key": { + "A": { + "item": "otemod:blood_red" + }, + "B": { + "item": "otemod:whiteout" + } + }, + "result": { + "item": "otemod:red_tile", + "count": 2 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_tile_br.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_tile_br.json new file mode 100644 index 0000000..2222f2d --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_tile_br.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "BAB", + "AAA" + ], + "key": { + "A": { + "item": "otemod:blood_red" + }, + "B": { + "item": "otemod:whiteout" + } + }, + "result": { + "item": "otemod:red_tile_br", + "count": 2 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_tile_to_wall.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_tile_to_wall.json new file mode 100644 index 0000000..bca71b6 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_tile_to_wall.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "BAB", + "ABA" + ], + "key": { + "A": { + "item": "otemod:blood_red" + }, + "B": { + "item": "otemod:whiteout" + } + }, + "result": { + "item": "otemod:red_tile_to_wall", + "count": 2 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_wall_variant_1.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_wall_variant_1.json new file mode 100644 index 0000000..3695bac --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_wall_variant_1.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "AAA", + "BAB" + ], + "key": { + "A": { + "item": "otemod:blood_red" + }, + "B": { + "item": "otemod:whiteout" + } + }, + "result": { + "item": "otemod:red_wall_variant_1", + "count": 2 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_wall_variant_2.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_wall_variant_2.json new file mode 100644 index 0000000..3a4fb90 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/red/red_wall_variant_2.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "BAB", + "AAA", + "BAB" + ], + "key": { + "A": { + "item": "otemod:blood_red" + }, + "B": { + "item": "otemod:whiteout" + } + }, + "result": { + "item": "otemod:red_wall_variant_2", + "count": 2 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/void.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/void.json new file mode 100644 index 0000000..93f3770 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/void.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "minecraft:black_wool" + }, + "B": { + "item": "minecraft:obsidian" + } + }, + "result": { + "item": "otemod:void", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/thresholds/decorative/whiteout.json b/src/main/resources/data/otemod/recipes/thresholds/decorative/whiteout.json new file mode 100644 index 0000000..5da0d00 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/thresholds/decorative/whiteout.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "ABA", + "AAA" + ], + "key": { + "A": { + "item": "minecraft:white_wool" + }, + "B": { + "item": "minecraft:obsidian" + } + }, + "result": { + "item": "otemod:whiteout", + "count": 4 + } +} diff --git a/src/main/resources/data/otemod/recipes/uncrafter.json b/src/main/resources/data/otemod/recipes/uncrafter.json new file mode 100644 index 0000000..e3c7ad4 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/uncrafter.json @@ -0,0 +1,23 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "AAA", + "DCD", + "DDD" + ], + "key": { + "A": { + "tag": "forge:ingots/copper" + }, + "C": { + "tag": "otemod:uncrafting_tables" + }, + "D": { + "item": "otemod:compressed_obsidian_block" + } + }, + "result": { + "item": "otemod:uncrafter", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/unstable_singularity.json b/src/main/resources/data/otemod/recipes/unstable_singularity.json new file mode 100644 index 0000000..c0ea324 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/unstable_singularity.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": ["cb"], + "key": { + "c": { + "item": "minecraft:feather" + }, + "b": { + "item": "otemod:stable_singularity" + } + }, + "result": { + "item": "otemod:singularity", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/vault.json b/src/main/resources/data/otemod/recipes/vault.json new file mode 100644 index 0000000..196325c --- /dev/null +++ b/src/main/resources/data/otemod/recipes/vault.json @@ -0,0 +1,41 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "ABC", + "DEF", + "GHZ" + ], + "key": { + "A": { + "item": "otemod:vault_fragment_upper_left" + }, + "B": { + "item": "otemod:vault_fragment_upper" + }, + "C": { + "item": "otemod:vault_fragment_upper_right" + }, + "D": { + "item": "otemod:vault_fragment_left" + }, + "E": { + "item": "otemod:vault_fragment_center" + }, + "F": { + "item": "otemod:vault_fragment_right" + }, + "G": { + "item": "otemod:vault_fragment_lower_left" + }, + "H": { + "item": "otemod:vault_fragment_lower" + }, + "Z": { + "item": "otemod:vault_fragment_lower_right" + } + }, + "result": { + "item": "otemod:vault", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/vault_fragment_bottom.json b/src/main/resources/data/otemod/recipes/vault_fragment_bottom.json new file mode 100644 index 0000000..2e4192d --- /dev/null +++ b/src/main/resources/data/otemod/recipes/vault_fragment_bottom.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "###", + "###", + "EEE" + ], + "key": { + "#": { + "item": "otemod:vault_steel_ingot" + }, + "E": { + "tag": "forge:ingots/eternium" + } + }, + "result": { + "item": "otemod:vault_fragment_lower", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/vault_fragment_center.json b/src/main/resources/data/otemod/recipes/vault_fragment_center.json new file mode 100644 index 0000000..06e120d --- /dev/null +++ b/src/main/resources/data/otemod/recipes/vault_fragment_center.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##E", + "##E", + "EEE" + ], + "key": { + "#": { + "item": "otemod:vault_steel_ingot" + }, + "E": { + "tag": "forge:ingots/eternium" + } + }, + "result": { + "item": "otemod:vault_fragment_center", + "count": 1 + } + } + \ No newline at end of file diff --git a/src/main/resources/data/otemod/recipes/vault_fragment_left.json b/src/main/resources/data/otemod/recipes/vault_fragment_left.json new file mode 100644 index 0000000..8af48b1 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/vault_fragment_left.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "E##", + "E##", + "E##" + ], + "key": { + "#": { + "item": "otemod:vault_steel_ingot" + }, + "E": { + "tag": "forge:ingots/eternium" + } + }, + "result": { + "item": "otemod:vault_fragment_left", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/vault_fragment_lower_left.json b/src/main/resources/data/otemod/recipes/vault_fragment_lower_left.json new file mode 100644 index 0000000..4e036f3 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/vault_fragment_lower_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "E#" + ], + "key": { + "#": { + "item": "otemod:vault_steel_ingot" + }, + "E": { + "tag": "forge:ingots/eternium" + } + }, + "result": { + "item": "otemod:vault_fragment_lower_left", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/vault_fragment_lower_right.json b/src/main/resources/data/otemod/recipes/vault_fragment_lower_right.json new file mode 100644 index 0000000..98a312c --- /dev/null +++ b/src/main/resources/data/otemod/recipes/vault_fragment_lower_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "##", + "# " + ], + "key": { + "#": { + "item": "otemod:vault_steel_ingot" + } + }, + "result": { + "item": "otemod:vault_fragment_lower_right", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/vault_fragment_right.json b/src/main/resources/data/otemod/recipes/vault_fragment_right.json new file mode 100644 index 0000000..e3773ac --- /dev/null +++ b/src/main/resources/data/otemod/recipes/vault_fragment_right.json @@ -0,0 +1,17 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "## ", + "## ", + "## " + ], + "key": { + "#": { + "item": "otemod:vault_steel_ingot" + } + }, + "result": { + "item": "otemod:vault_fragment_right", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/vault_fragment_top.json b/src/main/resources/data/otemod/recipes/vault_fragment_top.json new file mode 100644 index 0000000..c1c7fc5 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/vault_fragment_top.json @@ -0,0 +1,20 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "EEE", + "###", + "###" + ], + "key": { + "#": { + "item": "otemod:vault_steel_ingot" + }, + "E": { + "tag": "forge:ingots/eternium" + } + }, + "result": { + "item": "otemod:vault_fragment_upper", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/vault_fragment_upper_left.json b/src/main/resources/data/otemod/recipes/vault_fragment_upper_left.json new file mode 100644 index 0000000..df0c00c --- /dev/null +++ b/src/main/resources/data/otemod/recipes/vault_fragment_upper_left.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "E#", + "##" + ], + "key": { + "#": { + "item": "otemod:vault_steel_ingot" + }, + "E": { + "tag": "forge:ingots/eternium" + } + }, + "result": { + "item": "otemod:vault_fragment_upper_left", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/vault_fragment_upper_right.json b/src/main/resources/data/otemod/recipes/vault_fragment_upper_right.json new file mode 100644 index 0000000..b1990e9 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/vault_fragment_upper_right.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "# ", + "##" + ], + "key": { + "#": { + "item": "otemod:vault_steel_ingot" + } + }, + "result": { + "item": "otemod:vault_fragment_upper_right", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/recipes/vaultsteel_ingot.json b/src/main/resources/data/otemod/recipes/vaultsteel_ingot.json new file mode 100644 index 0000000..5b036bb --- /dev/null +++ b/src/main/resources/data/otemod/recipes/vaultsteel_ingot.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "tag": "forge:ores/vaultsteel" + }, + "result": "otemod:vault_steel_ingot", + "experience": 25, + "cookingtime": 600 +} diff --git a/src/main/resources/data/otemod/recipes/white_brick.json b/src/main/resources/data/otemod/recipes/white_brick.json new file mode 100644 index 0000000..3966278 --- /dev/null +++ b/src/main/resources/data/otemod/recipes/white_brick.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "minecraft:brick" + }, + { + "item": "minecraft:white_dye" + } + ], + "result": { + "item": "otemod:white_brick", + "count": 1 + } +} diff --git a/src/main/resources/data/otemod/structures/thresholds/lvl1/entry.nbt b/src/main/resources/data/otemod/structures/thresholds/lvl1/entry.nbt new file mode 100644 index 0000000..2ed9b37 Binary files /dev/null and b/src/main/resources/data/otemod/structures/thresholds/lvl1/entry.nbt differ diff --git a/src/main/resources/data/otemod/tags/blocks/brimstone.json b/src/main/resources/data/otemod/tags/blocks/brimstone.json new file mode 100644 index 0000000..b85d8d6 --- /dev/null +++ b/src/main/resources/data/otemod/tags/blocks/brimstone.json @@ -0,0 +1,5 @@ +{ + "values": [ + "biomesoplenty:brimstone" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/tags/blocks/deprecated.json b/src/main/resources/data/otemod/tags/blocks/deprecated.json new file mode 100644 index 0000000..3f0fd38 --- /dev/null +++ b/src/main/resources/data/otemod/tags/blocks/deprecated.json @@ -0,0 +1,7 @@ +{ + "values": [ + "otemod:ilusium_ore_block", + "otemod:deepslate_ilusium_ore_block", + "otemod:ilusium_block" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/tags/blocks/pool_tiles.json b/src/main/resources/data/otemod/tags/blocks/pool_tiles.json new file mode 100644 index 0000000..bd8e7ce --- /dev/null +++ b/src/main/resources/data/otemod/tags/blocks/pool_tiles.json @@ -0,0 +1,49 @@ +{ + "values": [ + + "otemod:pool_tile", + "otemod:pool_tile_stairs", + "otemod:pool_tile_slab", + "otemod:pool_light", + "otemod:dirty_pool_tile", + "otemod:dirty_pool_tile_stairs", + "otemod:dirty_pool_tile_slab", + "otemod:dirty_pool_light", + "otemod:filthy_pool_light", + + "otemod:dark_pool_tile", + "otemod:dark_pool_tile_stairs", + "otemod:dark_pool_tile_slab", + "otemod:dark_pool_light", + + "otemod:green_pool_tile", + "otemod:green_pool_tile_stairs", + "otemod:green_pool_tile_slab", + "otemod:green_pool_light", + "otemod:dirty_green_pool_tile", + "otemod:dirty_green_pool_tile_stairs", + "otemod:dirty_green_pool_tile_slab", + "otemod:dirty_green_pool_light", + "otemod:filthy_green_pool_light", + + "otemod:blue_pool_tile", + "otemod:blue_pool_tile_stairs", + "otemod:blue_pool_tile_slab", + "otemod:blue_pool_light", + "otemod:dirty_blue_pool_tile", + "otemod:dirty_blue_pool_tile_stairs", + "otemod:dirty_blue_pool_tile_slab", + "otemod:dirty_blue_pool_light", + "otemod:filthy_blue_pool_light", + + "otemod:red_pool_tile", + "otemod:red_pool_tile_stairs", + "otemod:red_pool_tile_slab", + "otemod:red_pool_light", + "otemod:dirty_red_pool_tile", + "otemod:dirty_red_pool_tile_stairs", + "otemod:dirty_red_pool_tile_slab", + "otemod:dirty_red_pool_light", + "otemod:filthy_red_pool_light" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/tags/blocks/thresholds/cyan.json b/src/main/resources/data/otemod/tags/blocks/thresholds/cyan.json new file mode 100644 index 0000000..346b057 --- /dev/null +++ b/src/main/resources/data/otemod/tags/blocks/thresholds/cyan.json @@ -0,0 +1,11 @@ +{ + "values": [ + "otemod:cyan", + "otemod:cyan_tile", + "otemod:cyan_stairs", + "otemod:cyan_tile_br", + "otemod:cyan_tile_to_wall", + "otemod:cyan_wall", + "otemod:cyan_wall2" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/tags/blocks/thresholds/lime.json b/src/main/resources/data/otemod/tags/blocks/thresholds/lime.json new file mode 100644 index 0000000..fdae0c3 --- /dev/null +++ b/src/main/resources/data/otemod/tags/blocks/thresholds/lime.json @@ -0,0 +1,11 @@ +{ + "values": [ + "otemod:lime", + "otemod:lime_tile", + "otemod:lime_stairs", + "otemod:lime_tile_br", + "otemod:lime_tile_to_wall", + "otemod:lime_wall", + "otemod:lime_wall2" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/tags/blocks/thresholds/pool.json b/src/main/resources/data/otemod/tags/blocks/thresholds/pool.json new file mode 100644 index 0000000..328a767 --- /dev/null +++ b/src/main/resources/data/otemod/tags/blocks/thresholds/pool.json @@ -0,0 +1,28 @@ +{ + "values": [ + "otemod:pool_light", + "otemod:dirty_pool_light", + "otemod:filthy_pool_light", + "otemod:dark_pool_light", + "otemod:blue_pool_light", + "otemod:red_pool_light", + "otemod:dirty_red_pool_light", + "otemod:dirty_blue_pool_light", + "otemod:filthy_red_pool_light", + "otemod:filthy_blue_pool_light", + "otemod:pool_tile", + "otemod:dirty_pool_tile", + "otemod:dark_pool_tile", + "otemod:blue_pool_tile", + "otemod:dirty_blue_pool_tile", + "otemod:dirty_blue_pool_tile_stairs", + "otemod:pool_tile_stairs", + "otemod:dirty_pool_tile_stairs", + "otemod:dark_pool_tile_stairs", + "otemod:blue_pool_tile_stairs", + "otemod:red_pool_tile", + "otemod:red_pool_tile_stairs", + "otemod:dirty_red_pool_tile", + "otemod:dirty_red_pool_tile_stairs" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/tags/blocks/thresholds/red.json b/src/main/resources/data/otemod/tags/blocks/thresholds/red.json new file mode 100644 index 0000000..de5cea3 --- /dev/null +++ b/src/main/resources/data/otemod/tags/blocks/thresholds/red.json @@ -0,0 +1,11 @@ +{ + "values": [ + "otemod:blood_red", + "otemod:red_tile", + "otemod:red_stairs", + "otemod:red_tile_br", + "otemod:red_tile_to_wall", + "otemod:red_wall", + "otemod:red_wall2" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/tags/blocks/thresholds_unbreakable.json b/src/main/resources/data/otemod/tags/blocks/thresholds_unbreakable.json new file mode 100644 index 0000000..29515ae --- /dev/null +++ b/src/main/resources/data/otemod/tags/blocks/thresholds_unbreakable.json @@ -0,0 +1,8 @@ +{ + "values": [ + "#otemod:thresholds/red", + "#otemod:thresholds/cyan", + "#otemod:thresholds/lime", + "#otemod:thresholds/pool" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/tags/blocks/uncrafting_tables.json b/src/main/resources/data/otemod/tags/blocks/uncrafting_tables.json new file mode 100644 index 0000000..2b23bd4 --- /dev/null +++ b/src/main/resources/data/otemod/tags/blocks/uncrafting_tables.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#otemod:uncrafting_tables/uncrafter" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/tags/blocks/uncrafting_tables/uncrafter.json b/src/main/resources/data/otemod/tags/blocks/uncrafting_tables/uncrafter.json new file mode 100644 index 0000000..cf5be9c --- /dev/null +++ b/src/main/resources/data/otemod/tags/blocks/uncrafting_tables/uncrafter.json @@ -0,0 +1,6 @@ +{ + "values": [ + "twilightforest:uncrafting_table", + "minecraft:crafting_table" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/tags/items/deprecated.json b/src/main/resources/data/otemod/tags/items/deprecated.json new file mode 100644 index 0000000..1095942 --- /dev/null +++ b/src/main/resources/data/otemod/tags/items/deprecated.json @@ -0,0 +1,12 @@ +{ + "values": [ + "otemod:ilusium_ore_block", + "otemod:deepslate_ilusium_ore_block", + "otemod:ilusium_block", + + "otemod:ilusium_ore", + "otemod:ilusium_ingot", + "otemod:ilusium_rod", + "otemod:aurora_compound" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/tags/items/pool_tiles.json b/src/main/resources/data/otemod/tags/items/pool_tiles.json new file mode 100644 index 0000000..a539227 --- /dev/null +++ b/src/main/resources/data/otemod/tags/items/pool_tiles.json @@ -0,0 +1,49 @@ +{ + "values": [ + + "otemod:pool_tile", + "otemod:pool_tile_stairs", + "otemod:pool_tile_slab", + "otemod:pool_tile_light", + "otemod:dirty_pool_tile", + "otemod:dirty_pool_tile_stairs", + "otemod:dirty_pool_tile_slab", + "otemod:dirty_pool_tile_light", + "otemod:filthy_pool_tile_light", + + "otemod:dark_pool_tile", + "otemod:dark_pool_tile_stairs", + "otemod:dark_pool_tile_slab", + "otemod:dark_pool_tile_light", + + "otemod:green_pool_tile", + "otemod:green_pool_tile_stairs", + "otemod:green_pool_tile_slab", + "otemod:green_pool_tile_light", + "otemod:dirty_green_pool_tile", + "otemod:dirty_green_pool_tile_stairs", + "otemod:dirty_green_pool_tile_slab", + "otemod:dirty_green_pool_tile_light", + "otemod:filthy_green_pool_tile_light", + + "otemod:blue_pool_tile", + "otemod:blue_pool_tile_stairs", + "otemod:blue_pool_tile_slab", + "otemod:blue_pool_tile_light", + "otemod:dirty_blue_pool_tile", + "otemod:dirty_blue_pool_tile_stairs", + "otemod:dirty_blue_pool_tile_slab", + "otemod:dirty_blue_pool_tile_light", + "otemod:filthy_blue_pool_tile_light", + + "otemod:red_pool_tile", + "otemod:red_pool_tile_stairs", + "otemod:red_pool_tile_slab", + "otemod:red_pool_tile_light", + "otemod:dirty_red_pool_tile", + "otemod:dirty_red_pool_tile_stairs", + "otemod:dirty_red_pool_tile_slab", + "otemod:dirty_red_pool_tile_light", + "otemod:filthy_red_pool_tile_light" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/tags/items/uncrafting_tables.json b/src/main/resources/data/otemod/tags/items/uncrafting_tables.json new file mode 100644 index 0000000..2b23bd4 --- /dev/null +++ b/src/main/resources/data/otemod/tags/items/uncrafting_tables.json @@ -0,0 +1,5 @@ +{ + "values": [ + "#otemod:uncrafting_tables/uncrafter" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/tags/items/uncrafting_tables/uncrafter.json b/src/main/resources/data/otemod/tags/items/uncrafting_tables/uncrafter.json new file mode 100644 index 0000000..cf5be9c --- /dev/null +++ b/src/main/resources/data/otemod/tags/items/uncrafting_tables/uncrafter.json @@ -0,0 +1,6 @@ +{ + "values": [ + "twilightforest:uncrafting_table", + "minecraft:crafting_table" + ] +} \ No newline at end of file diff --git a/src/main/resources/data/otemod/worldgen/biome/timelocked.json b/src/main/resources/data/otemod/worldgen/biome/timelocked.json deleted file mode 100644 index 0b40308..0000000 --- a/src/main/resources/data/otemod/worldgen/biome/timelocked.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "temperature": 0, - "downfall": 0, - "precipitation": "none", - "temperature_modifier": "frozen", - "creature_spawn_probability": 0, - "effects": { - "sky_color": 3032662, - "fog_color": 9371605, - "water_color": 2314528, - "water_fog_color": 1777687 - }, - "spawners": {}, - "spawn_costs": {}, - "carvers": { - }, - "features": [] - } - \ No newline at end of file diff --git a/src/main/resources/data/otemod/worldgen/configured_feature/corrupted_block.json b/src/main/resources/data/otemod/worldgen/configured_feature/corrupted_block.json deleted file mode 100644 index a38105c..0000000 --- a/src/main/resources/data/otemod/worldgen/configured_feature/corrupted_block.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "type": "minecraft:simple_block", - "config": { - "to_place": { - "type": "minecraft:simple_state_provider", - "state": { - "Name": "otemod:aurora_block", - "Properties": { - "otemod:corrupted_replaceables": "yes" - } - } - } - } - } - \ No newline at end of file diff --git a/src/main/resources/data/otemod/worldgen/configured_feature/eternium_oregen_overworld.json b/src/main/resources/data/otemod/worldgen/configured_feature/eternium_oregen_overworld.json index 5a345bb..1026cc6 100644 --- a/src/main/resources/data/otemod/worldgen/configured_feature/eternium_oregen_overworld.json +++ b/src/main/resources/data/otemod/worldgen/configured_feature/eternium_oregen_overworld.json @@ -24,4 +24,4 @@ } ] } -} \ No newline at end of file +} diff --git a/src/main/resources/data/otemod/worldgen/configured_feature/vaultsteel_oregen_nether.json b/src/main/resources/data/otemod/worldgen/configured_feature/vaultsteel_oregen_nether.json new file mode 100644 index 0000000..649898f --- /dev/null +++ b/src/main/resources/data/otemod/worldgen/configured_feature/vaultsteel_oregen_nether.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:scattered_ore", + "config": { + "size": 2, + "discard_chance_on_air_exposure": 1, + "targets": [ + { + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:base_stone_nether" + }, + "state": { + "Name": "otemod:nether_vault_steel_ore_block" + } + } + ] + } +} diff --git a/src/main/resources/data/otemod/worldgen/configured_feature/vaultsteel_oregen_overworld.json b/src/main/resources/data/otemod/worldgen/configured_feature/vaultsteel_oregen_overworld.json new file mode 100644 index 0000000..e071f7c --- /dev/null +++ b/src/main/resources/data/otemod/worldgen/configured_feature/vaultsteel_oregen_overworld.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:ore", + "config": { + "size": 4, + "discard_chance_on_air_exposure": 0.5, + "targets": [ + { + "target": { + "predicate_type": "minecraft:tag_match", + "tag": "minecraft:deepslate_ore_replaceables" + }, + "state": { + "Name": "otemod:vault_steel_ore_block" + } + } + ] + } +} diff --git a/src/main/resources/data/otemod/worldgen/noise_settings/builder.json b/src/main/resources/data/otemod/worldgen/noise_settings/builder.json new file mode 100644 index 0000000..e308461 --- /dev/null +++ b/src/main/resources/data/otemod/worldgen/noise_settings/builder.json @@ -0,0 +1,2448 @@ +{ + "sea_level": -64, + "disable_mob_generation": true, + "aquifers_enabled": false, + "ore_veins_enabled": false, + "legacy_random_source": false, + "default_block": { + "Name": "minecraft:stone" + }, + "default_fluid": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + }, + "noise": { + "min_y": -64, + "height": 384, + "size_horizontal": 1, + "size_vertical": 2 + }, + "noise_router": { + "barrier": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_barrier", + "xz_scale": 1, + "y_scale": 0.5 + }, + "fluid_level_floodedness": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_fluid_level_floodedness", + "xz_scale": 1, + "y_scale": 0.67 + }, + "fluid_level_spread": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_fluid_level_spread", + "xz_scale": 1, + "y_scale": 0.7142857142857143 + }, + "lava": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_lava", + "xz_scale": 1, + "y_scale": 1 + }, + "temperature": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:temperature", + "xz_scale": 0.25, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": 0, + "shift_z": "minecraft:shift_z" + }, + "vegetation": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:vegetation", + "xz_scale": 0.25, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": 0, + "shift_z": "minecraft:shift_z" + }, + "continents": "minecraft:overworld/continents", + "erosion": "minecraft:overworld/erosion", + "depth": "minecraft:overworld/depth", + "ridges": "minecraft:overworld/ridges", + "initial_density_without_jaggedness": { + "type": "minecraft:add", + "argument1": 0.1171875, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": -64, + "to_y": -40, + "from_value": 0, + "to_value": 1 + }, + "argument2": { + "type": "minecraft:add", + "argument1": -0.1171875, + "argument2": { + "type": "minecraft:add", + "argument1": -0.078125, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 240, + "to_y": 256, + "from_value": 1, + "to_value": 0 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 0.078125, + "argument2": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": -0.703125, + "argument2": { + "type": "minecraft:mul", + "argument1": 4, + "argument2": { + "type": "minecraft:quarter_negative", + "argument": { + "type": "minecraft:mul", + "argument1": "minecraft:overworld/depth", + "argument2": { + "type": "minecraft:cache_2d", + "argument": "minecraft:overworld/factor" + } + } + } + } + }, + "min": -64, + "max": 64 + } + } + } + } + } + } + }, + "final_density": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:squeeze", + "argument": { + "type": "minecraft:mul", + "argument1": 0.25, + "argument2": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:blend_density", + "argument": { + "type": "minecraft:add", + "argument1": 0.1171875, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": -64, + "to_y": -50, + "from_value": 0, + "to_value": 0.05 + }, + "argument2": { + "type": "minecraft:add", + "argument1": -2, + "argument2": { + "type": "minecraft:add", + "argument1": -4, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 240, + "to_y": 256, + "from_value": 1, + "to_value": 0 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 0.078125, + "argument2": { + "type": "minecraft:range_choice", + "input": "minecraft:overworld/sloped_cheese", + "min_inclusive": -1000000, + "max_exclusive": 1.5625, + "when_in_range": { + "type": "minecraft:min", + "argument1": "minecraft:overworld/sloped_cheese", + "argument2": { + "type": "minecraft:mul", + "argument1": 5, + "argument2": "minecraft:overworld/caves/entrances" + } + }, + "when_out_of_range": { + "type": "minecraft:max", + "argument1": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:add", + "argument1": { + "type": "minecraft:mul", + "argument1": 4, + "argument2": { + "type": "minecraft:square", + "argument": { + "type": "minecraft:noise", + "noise": "minecraft:cave_layer", + "xz_scale": 1, + "y_scale": 8 + } + } + }, + "argument2": { + "type": "minecraft:add", + "argument1": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": 0.27, + "argument2": { + "type": "minecraft:noise", + "noise": "minecraft:cave_cheese", + "xz_scale": 1, + "y_scale": 0.6666666666666666 + } + }, + "min": -1, + "max": 1 + }, + "argument2": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": 1.5, + "argument2": { + "type": "minecraft:mul", + "argument1": -0.64, + "argument2": "minecraft:overworld/sloped_cheese" + } + }, + "min": 0, + "max": 0.5 + } + } + }, + "argument2": "minecraft:overworld/caves/entrances" + }, + "argument2": { + "type": "minecraft:add", + "argument1": "minecraft:overworld/caves/spaghetti_2d", + "argument2": "minecraft:overworld/caves/spaghetti_roughness_function" + } + }, + "argument2": { + "type": "minecraft:range_choice", + "input": "minecraft:overworld/caves/pillars", + "min_inclusive": -1000000, + "max_exclusive": 0.03, + "when_in_range": -1000000, + "when_out_of_range": "minecraft:overworld/caves/pillars" + } + } + } + } + } + } + } + } + } + } + } + } + }, + "argument2": "minecraft:overworld/caves/noodle" + }, + "vein_toggle": 0, + "vein_ridged": 0, + "vein_gap": 0 + }, + "spawn_target": [ + { + "temperature": 0, + "humidity": 0, + "continentalness": 0, + "erosion": 0, + "weirdness": 0, + "depth": 0, + "offset": 0 + }, + { + "temperature": 0, + "humidity": 0, + "continentalness": 0, + "erosion": 0, + "weirdness": 0, + "depth": 0, + "offset": 0 + } + ], + "surface_rule": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:bedrock_floor", + "true_at_and_below": { + "above_bottom": 0 + }, + "false_at_and_above": { + "above_bottom": 5 + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:bedrock" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:above_preliminary_surface" + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:wooded_badlands" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 97 + }, + "surface_depth_multiplier": 2, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.909, + "max_threshold": -0.5454 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.1818, + "max_threshold": 0.1818 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.5454, + "max_threshold": 0.909 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:grass_block", + "Properties": { + "snowy": "false" + } + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + ] + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:swamp" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 62 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 63 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + } + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface_swamp", + "min_threshold": 0, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + } + } + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:mangrove_swamp" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 60 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 63 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + } + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface_swamp", + "min_threshold": 0, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + } + } + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:badlands", + "minecraft:eroded_badlands", + "minecraft:wooded_badlands" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 256 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:orange_terracotta" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 74 + }, + "surface_depth_multiplier": 1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.909, + "max_threshold": -0.5454 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:terracotta" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.1818, + "max_threshold": 0.1818 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:terracotta" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.5454, + "max_threshold": 0.909 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:terracotta" + } + } + }, + { + "type": "minecraft:bandlands" + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -1, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:red_sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:red_sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:hole" + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:orange_terracotta" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -6, + "surface_depth_multiplier": -1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:white_terracotta" + } + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 63 + }, + "surface_depth_multiplier": -1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 63 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 74 + }, + "surface_depth_multiplier": 1, + "add_stone_depth": true + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:orange_terracotta" + } + } + } + }, + { + "type": "minecraft:bandlands" + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -6, + "surface_depth_multiplier": -1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:white_terracotta" + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -1, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_ocean", + "minecraft:deep_frozen_ocean" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:hole" + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:air" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:temperature" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:ice" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + } + } + ] + } + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:packed_ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:packed_ice", + "min_threshold": 0, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:packed_ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:ice", + "min_threshold": 0, + "max_threshold": 0.025 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:snowy_slopes" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.35, + "max_threshold": 0.6 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:powder_snow" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:jagged_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:grove" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.35, + "max_threshold": 0.6 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:powder_snow" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:stony_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:calcite", + "min_threshold": -0.0125, + "max_threshold": 0.0125 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:calcite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:stony_shore" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:gravel", + "min_threshold": -0.05, + "max_threshold": 0.05 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_hills" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:warm_ocean", + "minecraft:beach", + "minecraft:snowy_beach" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:desert" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:dripstone_caves" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + ] + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_savanna" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.21212121212121213, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.06060606060606061, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_gravelly_hills" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.24242424242424243, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:grass_block", + "Properties": { + "snowy": "false" + } + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:old_growth_pine_taiga", + "minecraft:old_growth_spruce_taiga" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.21212121212121213, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.11515151515151514, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:podzol", + "Properties": { + "snowy": "false" + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:ice_spikes" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:mangrove_swamp" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:mud" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:mushroom_fields" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:mycelium", + "Properties": { + "snowy": "false" + } + } + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:grass_block", + "Properties": { + "snowy": "false" + } + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + ] + } + ] + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -6, + "surface_depth_multiplier": -1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_ocean", + "minecraft:deep_frozen_ocean" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:hole" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + } + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:packed_ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:packed_ice", + "min_threshold": -0.5, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:packed_ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:ice", + "min_threshold": -0.0625, + "max_threshold": 0.025 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:snowy_slopes" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.45, + "max_threshold": 0.58 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:powder_snow" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:jagged_peaks" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:grove" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.45, + "max_threshold": 0.58 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:powder_snow" + } + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:stony_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:calcite", + "min_threshold": -0.0125, + "max_threshold": 0.0125 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:calcite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:stony_shore" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:gravel", + "min_threshold": -0.05, + "max_threshold": 0.05 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_hills" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:warm_ocean", + "minecraft:beach", + "minecraft:snowy_beach" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:desert" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:dripstone_caves" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + ] + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_savanna" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.21212121212121213, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_gravelly_hills" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.24242424242424243, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:mangrove_swamp" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:mud" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:warm_ocean", + "minecraft:beach", + "minecraft:snowy_beach" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 6 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:desert" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 30 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_peaks", + "minecraft:jagged_peaks" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:warm_ocean", + "minecraft:lukewarm_ocean", + "minecraft:deep_lukewarm_ocean" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + ] + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:deepslate", + "true_at_and_below": { + "absolute": 0 + }, + "false_at_and_above": { + "absolute": 8 + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:deepslate", + "Properties": { + "axis": "y" + } + } + } + } + ] + } +} diff --git a/src/main/resources/data/otemod/worldgen/noise_settings/resource.json b/src/main/resources/data/otemod/worldgen/noise_settings/resource.json index 60a0a59..36a7cca 100644 --- a/src/main/resources/data/otemod/worldgen/noise_settings/resource.json +++ b/src/main/resources/data/otemod/worldgen/noise_settings/resource.json @@ -1,2542 +1,2542 @@ { - "sea_level": 60, - "disable_mob_generation": true, - "aquifers_enabled": true, - "ore_veins_enabled": true, - "legacy_random_source": false, - "default_block": { - "Name": "minecraft:stone" + "sea_level": 63, + "disable_mob_generation": true, + "aquifers_enabled": true, + "ore_veins_enabled": true, + "legacy_random_source": false, + "default_block": { + "Name": "minecraft:stone" + }, + "default_fluid": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + }, + "noise": { + "min_y": -64, + "height": 384, + "size_horizontal": 1, + "size_vertical": 2 + }, + "noise_router": { + "barrier": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_barrier", + "xz_scale": 1, + "y_scale": 0.5 }, - "default_fluid": { - "Name": "minecraft:water", - "Properties": { - "level": "0" - } + "fluid_level_floodedness": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_fluid_level_floodedness", + "xz_scale": 1, + "y_scale": 0.67 }, - "noise": { - "min_y": -64, - "height": 384, - "size_horizontal": 1, - "size_vertical": 2 + "fluid_level_spread": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_fluid_level_spread", + "xz_scale": 1, + "y_scale": 0.7142857142857143 }, - "noise_router": { - "barrier": { - "type": "minecraft:noise", - "noise": "minecraft:aquifer_barrier", - "xz_scale": 1, - "y_scale": 0.5 + "lava": { + "type": "minecraft:noise", + "noise": "minecraft:aquifer_lava", + "xz_scale": 1, + "y_scale": 1 + }, + "temperature": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:temperature", + "xz_scale": 0.25, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": 0, + "shift_z": "minecraft:shift_z" + }, + "vegetation": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:vegetation", + "xz_scale": 0.25, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": 0, + "shift_z": "minecraft:shift_z" + }, + "continents": "minecraft:overworld/continents", + "erosion": "minecraft:overworld/erosion", + "depth": "minecraft:overworld/depth", + "ridges": "minecraft:overworld/ridges", + "initial_density_without_jaggedness": { + "type": "minecraft:add", + "argument1": 0.1171875, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": -64, + "to_y": -40, + "from_value": 0, + "to_value": 1 }, - "fluid_level_floodedness": { - "type": "minecraft:noise", - "noise": "minecraft:aquifer_fluid_level_floodedness", - "xz_scale": 1, - "y_scale": 0.67 - }, - "fluid_level_spread": { - "type": "minecraft:noise", - "noise": "minecraft:aquifer_fluid_level_spread", - "xz_scale": 1, - "y_scale": 0.7142857142857143 - }, - "lava": { - "type": "minecraft:noise", - "noise": "minecraft:aquifer_lava", - "xz_scale": 1, - "y_scale": 1 - }, - "temperature": { - "type": "minecraft:shifted_noise", - "noise": "minecraft:temperature", - "xz_scale": 0.25, - "y_scale": 0, - "shift_x": "minecraft:shift_x", - "shift_y": 0, - "shift_z": "minecraft:shift_z" - }, - "vegetation": { - "type": "minecraft:shifted_noise", - "noise": "minecraft:vegetation", - "xz_scale": 0.25, - "y_scale": 0, - "shift_x": "minecraft:shift_x", - "shift_y": 0, - "shift_z": "minecraft:shift_z" - }, - "continents": "minecraft:overworld/continents", - "erosion": "minecraft:overworld/erosion", - "depth": "minecraft:overworld/depth", - "ridges": "minecraft:overworld/ridges", - "initial_density_without_jaggedness": { + "argument2": { + "type": "minecraft:add", + "argument1": -0.1171875, + "argument2": { "type": "minecraft:add", - "argument1": 0.1171875, + "argument1": -0.078125, "argument2": { - "type": "minecraft:mul", - "argument1": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 240, + "to_y": 256, + "from_value": 1, + "to_value": 0 + }, + "argument2": { + "type": "minecraft:add", + "argument1": 0.078125, + "argument2": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": -0.703125, + "argument2": { + "type": "minecraft:mul", + "argument1": 4, + "argument2": { + "type": "minecraft:quarter_negative", + "argument": { + "type": "minecraft:mul", + "argument1": "minecraft:overworld/depth", + "argument2": { + "type": "minecraft:cache_2d", + "argument": "minecraft:overworld/factor" + } + } + } + } + }, + "min": -64, + "max": 64 + } + } + } + } + } + } + }, + "final_density": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:squeeze", + "argument": { + "type": "minecraft:mul", + "argument1": 0.64, + "argument2": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:blend_density", + "argument": { + "type": "minecraft:add", + "argument1": 0.1171875, + "argument2": { + "type": "minecraft:mul", + "argument1": { "type": "minecraft:y_clamped_gradient", "from_y": -64, "to_y": -40, "from_value": 0, "to_value": 1 - }, - "argument2": { + }, + "argument2": { "type": "minecraft:add", "argument1": -0.1171875, "argument2": { - "type": "minecraft:add", - "argument1": -0.078125, + "type": "minecraft:add", + "argument1": -0.078125, + "argument2": { + "type": "minecraft:mul", + "argument1": { + "type": "minecraft:y_clamped_gradient", + "from_y": 240, + "to_y": 256, + "from_value": 1, + "to_value": 0 + }, "argument2": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 240, - "to_y": 256, - "from_value": 1, - "to_value": 0 + "type": "minecraft:add", + "argument1": 0.078125, + "argument2": { + "type": "minecraft:range_choice", + "input": "minecraft:overworld/sloped_cheese", + "min_inclusive": -1000000, + "max_exclusive": 1.5625, + "when_in_range": { + "type": "minecraft:min", + "argument1": "minecraft:overworld/sloped_cheese", + "argument2": { + "type": "minecraft:mul", + "argument1": 5, + "argument2": "minecraft:overworld/caves/entrances" + } }, - "argument2": { - "type": "minecraft:add", - "argument1": 0.078125, - "argument2": { - "type": "minecraft:clamp", - "input": { - "type": "minecraft:add", - "argument1": -0.703125, - "argument2": { - "type": "minecraft:mul", - "argument1": 4, - "argument2": { - "type": "minecraft:quarter_negative", - "argument": { - "type": "minecraft:mul", - "argument1": "minecraft:overworld/depth", - "argument2": { - "type": "minecraft:cache_2d", - "argument": "minecraft:overworld/factor" - } - } - } - } - }, - "min": -64, - "max": 64 - } - } - } - } - } - } - }, - "final_density": { - "type": "minecraft:min", - "argument1": { - "type": "minecraft:squeeze", - "argument": { - "type": "minecraft:mul", - "argument1": 0.64, - "argument2": { - "type": "minecraft:interpolated", - "argument": { - "type": "minecraft:blend_density", - "argument": { - "type": "minecraft:add", - "argument1": 0.1171875, - "argument2": { - "type": "minecraft:mul", + "when_out_of_range": { + "type": "minecraft:max", + "argument1": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:min", + "argument1": { + "type": "minecraft:add", "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": -64, - "to_y": -40, - "from_value": 0, - "to_value": 1 + "type": "minecraft:mul", + "argument1": 4, + "argument2": { + "type": "minecraft:square", + "argument": { + "type": "minecraft:noise", + "noise": "minecraft:cave_layer", + "xz_scale": 1, + "y_scale": 8 + } + } }, "argument2": { - "type": "minecraft:add", - "argument1": -0.1171875, - "argument2": { - "type": "minecraft:add", - "argument1": -0.078125, - "argument2": { - "type": "minecraft:mul", - "argument1": { - "type": "minecraft:y_clamped_gradient", - "from_y": 240, - "to_y": 256, - "from_value": 1, - "to_value": 0 - }, - "argument2": { - "type": "minecraft:add", - "argument1": 0.078125, - "argument2": { - "type": "minecraft:range_choice", - "input": "minecraft:overworld/sloped_cheese", - "min_inclusive": -1000000, - "max_exclusive": 1.5625, - "when_in_range": { - "type": "minecraft:min", - "argument1": "minecraft:overworld/sloped_cheese", - "argument2": { - "type": "minecraft:mul", - "argument1": 5, - "argument2": "minecraft:overworld/caves/entrances" - } - }, - "when_out_of_range": { - "type": "minecraft:max", - "argument1": { - "type": "minecraft:min", - "argument1": { - "type": "minecraft:min", - "argument1": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:mul", - "argument1": 4, - "argument2": { - "type": "minecraft:square", - "argument": { - "type": "minecraft:noise", - "noise": "minecraft:cave_layer", - "xz_scale": 1, - "y_scale": 8 - } - } - }, - "argument2": { - "type": "minecraft:add", - "argument1": { - "type": "minecraft:clamp", - "input": { - "type": "minecraft:add", - "argument1": 0.27, - "argument2": { - "type": "minecraft:noise", - "noise": "minecraft:cave_cheese", - "xz_scale": 1, - "y_scale": 0.6666666666666666 - } - }, - "min": -1, - "max": 1 - }, - "argument2": { - "type": "minecraft:clamp", - "input": { - "type": "minecraft:add", - "argument1": 1.5, - "argument2": { - "type": "minecraft:mul", - "argument1": -0.64, - "argument2": "minecraft:overworld/sloped_cheese" - } - }, - "min": 0, - "max": 0.5 - } - } - }, - "argument2": "minecraft:overworld/caves/entrances" - }, - "argument2": { - "type": "minecraft:add", - "argument1": "minecraft:overworld/caves/spaghetti_2d", - "argument2": "minecraft:overworld/caves/spaghetti_roughness_function" - } - }, - "argument2": { - "type": "minecraft:range_choice", - "input": "minecraft:overworld/caves/pillars", - "min_inclusive": -1000000, - "max_exclusive": 0.03, - "when_in_range": -1000000, - "when_out_of_range": "minecraft:overworld/caves/pillars" - } - } - } - } - } - } + "type": "minecraft:add", + "argument1": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": 0.27, + "argument2": { + "type": "minecraft:noise", + "noise": "minecraft:cave_cheese", + "xz_scale": 1, + "y_scale": 0.6666666666666666 + } + }, + "min": -1, + "max": 1 + }, + "argument2": { + "type": "minecraft:clamp", + "input": { + "type": "minecraft:add", + "argument1": 1.5, + "argument2": { + "type": "minecraft:mul", + "argument1": -0.64, + "argument2": "minecraft:overworld/sloped_cheese" + } + }, + "min": 0, + "max": 0.5 + } } + }, + "argument2": "minecraft:overworld/caves/entrances" + }, + "argument2": { + "type": "minecraft:add", + "argument1": "minecraft:overworld/caves/spaghetti_2d", + "argument2": "minecraft:overworld/caves/spaghetti_roughness_function" } + }, + "argument2": { + "type": "minecraft:range_choice", + "input": "minecraft:overworld/caves/pillars", + "min_inclusive": -1000000, + "max_exclusive": 0.03, + "when_in_range": -1000000, + "when_out_of_range": "minecraft:overworld/caves/pillars" + } } + } } + } } + } } - }, - "argument2": "minecraft:overworld/caves/noodle" + } + } + } + } + }, + "argument2": "minecraft:overworld/caves/noodle" + }, + "vein_toggle": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:range_choice", + "input": "minecraft:y", + "min_inclusive": -60, + "max_exclusive": 51, + "when_in_range": { + "type": "minecraft:noise", + "noise": "minecraft:ore_veininess", + "xz_scale": 1.5, + "y_scale": 1.5 }, - "vein_toggle": { + "when_out_of_range": 0 + } + }, + "vein_ridged": { + "type": "minecraft:add", + "argument1": -0.07999999821186066, + "argument2": { + "type": "minecraft:max", + "argument1": { + "type": "minecraft:abs", + "argument": { "type": "minecraft:interpolated", "argument": { - "type": "minecraft:range_choice", - "input": "minecraft:y", - "min_inclusive": -60, - "max_exclusive": 51, - "when_in_range": { - "type": "minecraft:noise", - "noise": "minecraft:ore_veininess", - "xz_scale": 10, - "y_scale": 10 - }, - "when_out_of_range": 0 + "type": "minecraft:range_choice", + "input": "minecraft:y", + "min_inclusive": -60, + "max_exclusive": 51, + "when_in_range": { + "type": "minecraft:noise", + "noise": "minecraft:ore_vein_a", + "xz_scale": 4, + "y_scale": 4 + }, + "when_out_of_range": 0 } + } }, - "vein_ridged": { - "type": "minecraft:add", - "argument1": -0.07999999821186066, - "argument2": { - "type": "minecraft:max", - "argument1": { - "type": "minecraft:abs", - "argument": { - "type": "minecraft:interpolated", - "argument": { - "type": "minecraft:range_choice", - "input": "minecraft:y", - "min_inclusive": -60, - "max_exclusive": 51, - "when_in_range": { - "type": "minecraft:noise", - "noise": "minecraft:ore_vein_a", - "xz_scale": 16, - "y_scale": 16 - }, - "when_out_of_range": 0 - } - } - }, - "argument2": { - "type": "minecraft:abs", - "argument": { - "type": "minecraft:interpolated", - "argument": { - "type": "minecraft:range_choice", - "input": "minecraft:y", - "min_inclusive": -60, - "max_exclusive": 51, - "when_in_range": { - "type": "minecraft:noise", - "noise": "minecraft:ore_vein_b", - "xz_scale": 16, - "y_scale": 16 - }, - "when_out_of_range": 0 - } - } - } + "argument2": { + "type": "minecraft:abs", + "argument": { + "type": "minecraft:interpolated", + "argument": { + "type": "minecraft:range_choice", + "input": "minecraft:y", + "min_inclusive": -60, + "max_exclusive": 51, + "when_in_range": { + "type": "minecraft:noise", + "noise": "minecraft:ore_vein_b", + "xz_scale": 4, + "y_scale": 4 + }, + "when_out_of_range": 0 } - }, - "vein_gap": { - "type": "minecraft:noise", - "noise": "minecraft:ore_gap", - "xz_scale": 1, - "y_scale": 1 + } } + } }, - "spawn_target": [ - { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - -1, - 0.25 - ], - "depth": 0, - "offset": 0 + "vein_gap": { + "type": "minecraft:noise", + "noise": "minecraft:ore_gap", + "xz_scale": 1, + "y_scale": 1 + } + }, + "spawn_target": [ + { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + -1, + -0.16 + ], + "depth": 0, + "offset": 0 + }, + { + "temperature": [ + -1, + 1 + ], + "humidity": [ + -1, + 1 + ], + "continentalness": [ + -0.11, + 1 + ], + "erosion": [ + -1, + 1 + ], + "weirdness": [ + 0.16, + 1 + ], + "depth": 0, + "offset": 0 + } + ], + "surface_rule": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:bedrock_floor", + "true_at_and_below": { + "above_bottom": 0 + }, + "false_at_and_above": { + "above_bottom": 5 + } }, - { - "temperature": [ - -1, - 1 - ], - "humidity": [ - -1, - 1 - ], - "continentalness": [ - -0.11, - 1 - ], - "erosion": [ - -1, - 1 - ], - "weirdness": [ - 0.16, - 1 - ], - "depth": 0, - "offset": 0 + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:bedrock" + } } - ], - "surface_rule": { - "type": "minecraft:sequence", - "sequence": [ + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:above_preliminary_surface" + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:vertical_gradient", - "random_name": "minecraft:bedrock_floor", - "true_at_and_below": { - "above_bottom": 0 + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:wooded_badlands" + ] }, - "false_at_and_above": { - "above_bottom": 5 - } - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:bedrock" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:above_preliminary_surface" - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:wooded_badlands" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 97 - }, - "surface_depth_multiplier": 2, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.909, - "max_threshold": -0.5454 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:coarse_dirt" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.1818, - "max_threshold": 0.1818 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:coarse_dirt" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.5454, - "max_threshold": 0.909 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:coarse_dirt" - } - } - }, - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:grass_block", - "Properties": { - "snowy": "false" - } - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dirt" - } - } - ] - } - ] - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:swamp" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 62 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:not", - "invert": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 63 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - } - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface_swamp", - "min_threshold": 0, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:water", - "Properties": { - "level": "0" - } - } - } - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:mangrove_swamp" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 60 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:not", - "invert": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 63 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - } - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface_swamp", - "min_threshold": 0, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:water", - "Properties": { - "level": "0" - } - } - } - } - } - } - } - ] - } + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 97 }, - { + "surface_depth_multiplier": 2, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { "type": "minecraft:condition", "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:badlands", - "minecraft:eroded_badlands", - "minecraft:wooded_badlands" - ] + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.909, + "max_threshold": -0.5454 }, "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 256 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:orange_terracotta" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 74 - }, - "surface_depth_multiplier": 1, - "add_stone_depth": true - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.909, - "max_threshold": -0.5454 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:terracotta" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.1818, - "max_threshold": 0.1818 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:terracotta" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.5454, - "max_threshold": 0.909 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:terracotta" - } - } - }, - { - "type": "minecraft:bandlands" - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": -1, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:red_sandstone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:red_sand" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:not", - "invert": { - "type": "minecraft:hole" - } - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:orange_terracotta" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": -6, - "surface_depth_multiplier": -1, - "add_stone_depth": true - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:white_terracotta" - } - } - }, - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 63 - }, - "surface_depth_multiplier": -1, - "add_stone_depth": true - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 63 - }, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:not", - "invert": { - "type": "minecraft:y_above", - "anchor": { - "absolute": 74 - }, - "surface_depth_multiplier": 1, - "add_stone_depth": true - } - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:orange_terracotta" - } - } - } - }, - { - "type": "minecraft:bandlands" - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": true, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": -6, - "surface_depth_multiplier": -1, - "add_stone_depth": true - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:white_terracotta" - } - } - } - } - ] + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } } - }, - { + }, + { "type": "minecraft:condition", "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.1818, + "max_threshold": 0.1818 }, "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.5454, + "max_threshold": 0.909 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { "type": "minecraft:condition", "if_true": { - "type": "minecraft:water", - "offset": -1, - "surface_depth_multiplier": 0, - "add_stone_depth": false + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false }, "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:frozen_ocean", - "minecraft:deep_frozen_ocean" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:hole" - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:air" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:temperature" - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:ice" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:water", - "Properties": { - "level": "0" - } - } - } - ] - } - } - }, - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:frozen_peaks" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:steep" - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:packed_ice" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:packed_ice", - "min_threshold": 0, - "max_threshold": 0.2 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:packed_ice" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:ice", - "min_threshold": 0, - "max_threshold": 0.025 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:ice" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:snow_block" - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:snowy_slopes" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:steep" - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:powder_snow", - "min_threshold": 0.35, - "max_threshold": 0.6 - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:powder_snow" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:snow_block" - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:jagged_peaks" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:steep" - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:snow_block" - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:grove" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:powder_snow", - "min_threshold": 0.35, - "max_threshold": 0.6 - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:powder_snow" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:snow_block" - } - } - } - ] - } - }, - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:stony_peaks" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:calcite", - "min_threshold": -0.0125, - "max_threshold": 0.0125 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:calcite" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:stony_shore" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:gravel", - "min_threshold": -0.05, - "max_threshold": 0.05 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:windswept_hills" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.12121212121212122, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:warm_ocean", - "minecraft:beach", - "minecraft:snowy_beach" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sandstone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sand" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:desert" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sandstone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sand" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:dripstone_caves" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - } - ] - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:windswept_savanna" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.21212121212121213, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.06060606060606061, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:coarse_dirt" - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:windswept_gravelly_hills" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.24242424242424243, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.12121212121212122, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.12121212121212122, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:grass_block", - "Properties": { - "snowy": "false" - } - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dirt" - } - } - ] - } - }, - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:old_growth_pine_taiga", - "minecraft:old_growth_spruce_taiga" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.21212121212121213, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:coarse_dirt" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.11515151515151514, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:podzol", - "Properties": { - "snowy": "false" - } - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:ice_spikes" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:snow_block" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:mangrove_swamp" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:mud" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:mushroom_fields" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:mycelium", - "Properties": { - "snowy": "false" - } - } - } - }, - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:grass_block", - "Properties": { - "snowy": "false" - } - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dirt" - } - } - ] - } - ] - } - ] + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:grass_block", + "Properties": { + "snowy": "false" + } + } } - } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + ] + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:swamp" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 62 }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": -6, - "surface_depth_multiplier": -1, - "add_stone_depth": true + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 63 }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:frozen_ocean", - "minecraft:deep_frozen_ocean" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:hole" - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:water", - "Properties": { - "level": "0" - } - } - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": true, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:frozen_peaks" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:steep" - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:packed_ice" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:packed_ice", - "min_threshold": -0.5, - "max_threshold": 0.2 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:packed_ice" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:ice", - "min_threshold": -0.0625, - "max_threshold": 0.025 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:ice" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:snow_block" - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:snowy_slopes" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:steep" - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:powder_snow", - "min_threshold": 0.45, - "max_threshold": 0.58 - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:powder_snow" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:snow_block" - } - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:jagged_peaks" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:grove" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:powder_snow", - "min_threshold": 0.45, - "max_threshold": 0.58 - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:water", - "offset": 0, - "surface_depth_multiplier": 0, - "add_stone_depth": false - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:powder_snow" - } - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dirt" - } - } - ] - } - }, - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:stony_peaks" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:calcite", - "min_threshold": -0.0125, - "max_threshold": 0.0125 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:calcite" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:stony_shore" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:gravel", - "min_threshold": -0.05, - "max_threshold": 0.05 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:windswept_hills" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.12121212121212122, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:warm_ocean", - "minecraft:beach", - "minecraft:snowy_beach" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sandstone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sand" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:desert" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sandstone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sand" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:dripstone_caves" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - } - ] - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:windswept_savanna" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.21212121212121213, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:windswept_gravelly_hills" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.24242424242424243, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": 0.12121212121212122, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:noise_threshold", - "noise": "minecraft:surface", - "min_threshold": -0.12121212121212122, - "max_threshold": 1.7976931348623157e+308 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dirt" - } - } - }, - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:mangrove_swamp" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:mud" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:dirt" - } - } - ] - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:warm_ocean", - "minecraft:beach", - "minecraft:snowy_beach" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": true, - "secondary_depth_range": 6 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sandstone" - } - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:desert" - ] - }, - "then_run": { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": true, - "secondary_depth_range": 30 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sandstone" - } - } - } - } - ] - } + "surface_depth_multiplier": 0, + "add_stone_depth": false + } }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "floor", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:frozen_peaks", - "minecraft:jagged_peaks" - ] - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:biome", - "biome_is": [ - "minecraft:warm_ocean", - "minecraft:lukewarm_ocean", - "minecraft:deep_lukewarm_ocean" - ] - }, - "then_run": { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sandstone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:sand" - } - } - ] - } - }, - { - "type": "minecraft:sequence", - "sequence": [ - { - "type": "minecraft:condition", - "if_true": { - "type": "minecraft:stone_depth", - "offset": 0, - "surface_type": "ceiling", - "add_surface_depth": false, - "secondary_depth_range": 0 - }, - "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:stone" - } - } - }, - { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:gravel" - } - } - ] - } - ] + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface_swamp", + "min_threshold": 0, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } } + } } - ] - } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:mangrove_swamp" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 60 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 63 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + } + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface_swamp", + "min_threshold": 0, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + } + } + } + } + } + } + ] + } }, { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:badlands", + "minecraft:eroded_badlands", + "minecraft:wooded_badlands" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 256 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:orange_terracotta" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 74 + }, + "surface_depth_multiplier": 1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.909, + "max_threshold": -0.5454 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:terracotta" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.1818, + "max_threshold": 0.1818 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:terracotta" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.5454, + "max_threshold": 0.909 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:terracotta" + } + } + }, + { + "type": "minecraft:bandlands" + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -1, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:red_sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:red_sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:hole" + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:orange_terracotta" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -6, + "surface_depth_multiplier": -1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:white_terracotta" + } + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 63 + }, + "surface_depth_multiplier": -1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 63 + }, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:not", + "invert": { + "type": "minecraft:y_above", + "anchor": { + "absolute": 74 + }, + "surface_depth_multiplier": 1, + "add_stone_depth": true + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:orange_terracotta" + } + } + } + }, + { + "type": "minecraft:bandlands" + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -6, + "surface_depth_multiplier": -1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:white_terracotta" + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { "type": "minecraft:condition", "if_true": { - "type": "minecraft:vertical_gradient", - "random_name": "minecraft:deepslate", - "true_at_and_below": { - "absolute": 0 - }, - "false_at_and_above": { - "absolute": 8 - } + "type": "minecraft:water", + "offset": -1, + "surface_depth_multiplier": 0, + "add_stone_depth": false }, "then_run": { - "type": "minecraft:block", - "result_state": { - "Name": "minecraft:deepslate", - "Properties": { - "axis": "y" + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_ocean", + "minecraft:deep_frozen_ocean" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:hole" + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:air" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:temperature" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:ice" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + } + } + ] } + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:packed_ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:packed_ice", + "min_threshold": 0, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:packed_ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:ice", + "min_threshold": 0, + "max_threshold": 0.025 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:snowy_slopes" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.35, + "max_threshold": 0.6 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:powder_snow" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:jagged_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:grove" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.35, + "max_threshold": 0.6 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:powder_snow" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:stony_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:calcite", + "min_threshold": -0.0125, + "max_threshold": 0.0125 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:calcite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:stony_shore" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:gravel", + "min_threshold": -0.05, + "max_threshold": 0.05 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_hills" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:warm_ocean", + "minecraft:beach", + "minecraft:snowy_beach" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:desert" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:dripstone_caves" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + ] + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_savanna" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.21212121212121213, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.06060606060606061, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_gravelly_hills" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.24242424242424243, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:grass_block", + "Properties": { + "snowy": "false" + } + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:old_growth_pine_taiga", + "minecraft:old_growth_spruce_taiga" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.21212121212121213, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:coarse_dirt" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.11515151515151514, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:podzol", + "Properties": { + "snowy": "false" + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:ice_spikes" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:mangrove_swamp" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:mud" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:mushroom_fields" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:mycelium", + "Properties": { + "snowy": "false" + } + } + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:grass_block", + "Properties": { + "snowy": "false" + } + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + ] } + ] } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": -6, + "surface_depth_multiplier": -1, + "add_stone_depth": true + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_ocean", + "minecraft:deep_frozen_ocean" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:hole" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + } + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:packed_ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:packed_ice", + "min_threshold": -0.5, + "max_threshold": 0.2 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:packed_ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:ice", + "min_threshold": -0.0625, + "max_threshold": 0.025 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:ice" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:snowy_slopes" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:steep" + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.45, + "max_threshold": 0.58 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:powder_snow" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:snow_block" + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:jagged_peaks" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:grove" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:powder_snow", + "min_threshold": 0.45, + "max_threshold": 0.58 + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:water", + "offset": 0, + "surface_depth_multiplier": 0, + "add_stone_depth": false + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:powder_snow" + } + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:stony_peaks" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:calcite", + "min_threshold": -0.0125, + "max_threshold": 0.0125 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:calcite" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:stony_shore" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:gravel", + "min_threshold": -0.05, + "max_threshold": 0.05 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_hills" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:warm_ocean", + "minecraft:beach", + "minecraft:snowy_beach" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:desert" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:dripstone_caves" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + ] + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_savanna" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.21212121212121213, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:windswept_gravelly_hills" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.24242424242424243, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": 0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:noise_threshold", + "noise": "minecraft:surface", + "min_threshold": -0.12121212121212122, + "max_threshold": 1.7976931348623157e+308 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:mangrove_swamp" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:mud" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:dirt" + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:warm_ocean", + "minecraft:beach", + "minecraft:snowy_beach" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 6 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:desert" + ] + }, + "then_run": { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": true, + "secondary_depth_range": 30 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + } + } + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "floor", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:frozen_peaks", + "minecraft:jagged_peaks" + ] + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:biome", + "biome_is": [ + "minecraft:warm_ocean", + "minecraft:lukewarm_ocean", + "minecraft:deep_lukewarm_ocean" + ] + }, + "then_run": { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sandstone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:sand" + } + } + ] + } + }, + { + "type": "minecraft:sequence", + "sequence": [ + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:stone_depth", + "offset": 0, + "surface_type": "ceiling", + "add_surface_depth": false, + "secondary_depth_range": 0 + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:stone" + } + } + }, + { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:gravel" + } + } + ] + } + ] + } } - ] - } -} \ No newline at end of file + ] + } + }, + { + "type": "minecraft:condition", + "if_true": { + "type": "minecraft:vertical_gradient", + "random_name": "minecraft:deepslate", + "true_at_and_below": { + "absolute": 0 + }, + "false_at_and_above": { + "absolute": 8 + } + }, + "then_run": { + "type": "minecraft:block", + "result_state": { + "Name": "minecraft:deepslate", + "Properties": { + "axis": "y" + } + } + } + } + ] + } +} diff --git a/src/main/resources/data/otemod/worldgen/noise_settings/threshold.json b/src/main/resources/data/otemod/worldgen/noise_settings/threshold.json new file mode 100644 index 0000000..9c54bea --- /dev/null +++ b/src/main/resources/data/otemod/worldgen/noise_settings/threshold.json @@ -0,0 +1,60 @@ +{ + "sea_level": -64, + "disable_mob_generation": true, + "aquifers_enabled": false, + "ore_veins_enabled": false, + "legacy_random_source": true, + "default_block": { + "Name": "minecraft:stone" + }, + "default_fluid": { + "Name": "minecraft:water", + "Properties": { + "level": "0" + } + }, + "noise": { + "min_y": 0, + "height": 256, + "size_horizontal": 2, + "size_vertical": 1 + }, + "noise_router": { + "barrier": 0, + "fluid_level_floodedness": 0, + "fluid_level_spread": 0, + "lava": 0, + "temperature": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:temperature", + "xz_scale": 0.25, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": 0, + "shift_z": "minecraft:shift_z" + }, + "vegetation": { + "type": "minecraft:shifted_noise", + "noise": "minecraft:vegetation", + "xz_scale": 0.25, + "y_scale": 0, + "shift_x": "minecraft:shift_x", + "shift_y": 0, + "shift_z": "minecraft:shift_z" + }, + "continents": "minecraft:overworld/continents", + "erosion": "minecraft:overworld/erosion", + "depth": "minecraft:overworld/depth", + "ridges": "minecraft:overworld/ridges", + "initial_density_without_jaggedness": 0, + "final_density": 0, + "vein_toggle": 0, + "vein_ridged": 0, + "vein_gap": 0 + }, + "spawn_target": [], + "surface_rule": { + "type": "minecraft:sequence", + "sequence": [] + } +} diff --git a/src/main/resources/data/otemod/worldgen/placed_feature/corrupted_block.json b/src/main/resources/data/otemod/worldgen/placed_feature/corrupted_block.json deleted file mode 100644 index 703cdb8..0000000 --- a/src/main/resources/data/otemod/worldgen/placed_feature/corrupted_block.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "feature": "otemod:corrupted_block", - "placement": [ - { - "type": "minecraft:height_range", - "height": { - "type": "minecraft:uniform", - "min_inclusive": { - "absolute": 0 - }, - "max_inclusive": { - "absolute": 100 - } - } - }, - { - "type": "minecraft:heightmap", - "heightmap": "WORLD_SURFACE" - } - ] - } - \ No newline at end of file diff --git a/src/main/resources/data/otemod/worldgen/placed_feature/eternium_oregen_overworld.json b/src/main/resources/data/otemod/worldgen/placed_feature/eternium_oregen_overworld.json index 5352bf9..07bbf95 100644 --- a/src/main/resources/data/otemod/worldgen/placed_feature/eternium_oregen_overworld.json +++ b/src/main/resources/data/otemod/worldgen/placed_feature/eternium_oregen_overworld.json @@ -19,6 +19,9 @@ "absolute": 25 } } + }, + { + "type": "minecraft:biome" } ] } diff --git a/src/main/resources/data/otemod/worldgen/placed_feature/vaultsteel_oregen_nether.json b/src/main/resources/data/otemod/worldgen/placed_feature/vaultsteel_oregen_nether.json new file mode 100644 index 0000000..9385e8c --- /dev/null +++ b/src/main/resources/data/otemod/worldgen/placed_feature/vaultsteel_oregen_nether.json @@ -0,0 +1,23 @@ +{ + "feature": "otemod:vaultsteel_oregen_nether", + "placement": [ + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:trapezoid", + "min_inclusive": { + "absolute": 8 + }, + "max_inclusive": { + "absolute": 24 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} diff --git a/src/main/resources/data/otemod/worldgen/placed_feature/vaultsteel_oregen_overworld.json b/src/main/resources/data/otemod/worldgen/placed_feature/vaultsteel_oregen_overworld.json new file mode 100644 index 0000000..5eea671 --- /dev/null +++ b/src/main/resources/data/otemod/worldgen/placed_feature/vaultsteel_oregen_overworld.json @@ -0,0 +1,27 @@ +{ + "feature": "otemod:vaultsteel_oregen_overworld", + "placement": [ + { + "type": "minecraft:count", + "count": 4 + }, + { + "type": "minecraft:in_square" + }, + { + "type": "minecraft:height_range", + "height": { + "type": "minecraft:trapezoid", + "min_inclusive": { + "absolute": -63 + }, + "max_inclusive": { + "absolute": -55 + } + } + }, + { + "type": "minecraft:biome" + } + ] +} diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index 81ddd03..eca79ae 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -1,6 +1,8 @@ { - "pack": { - "description": "OTEMod Resources", - "pack_format": 10 - } -} + "pack": { + "description": { + "text": "${mod_id} resources" + }, + "pack_format": 15 + } +} \ No newline at end of file

}.L V, ]ذ;^ o-dA9l|>>z^s@v4ˀ5즸]Ã5Qo8!̍NL;>̌y0};6OȂ3d8Ȅ"qI&ԃøpX;[aA0ƒ&`f?ofxpᓆFxh<4yI|7Ad Aaʃax +>3ǃ hhAńw< _}G3aÄ́3ZPk&::a1v .Ca}p! sV6+Zo}N+~np`e|84-,=/˯ƃ{7:sF|UQr}}E-\xX#Lq_>3]f鄕-}#,:Ʉ'L# y;y>>Q́2&%_T0xP]j<}#O߉X=w݈ƇSٯh'T̀zP#Vx/ LQdBaAdzc{.7o33N&̌xPqLs! xs{siudc}?'ƒý?N7.d `?6wಯ?Ǻ{tOx :=?z:r;l߶Ä́ǃKky`! nɅEp|F3e*ϨV&,\xF y' w˔A㷚+Sr>8ȓaLa؁5L/4=x2+effqF tuAu%\ȄxvZ,x0_Gǎd<3ʡUCY~>>hl#+bfBzLؼY%lrfԤZќ Z4Y֋ Ck'ƟWr"NOP'~Q=ӈ엙x8GVosDCF>DOp5‡8#Wgh) $^S}Cɗ`Äy2R܂f,Ε l{=Ža0ʃ _ xҿʳ;AܱRr fFas,;-^~LAO7վQŀ8Z}d;mgҬ/!3\zO:U?at Z<n…3XA3=@[ce6,xhxP1˷o.o&ƒ-<8˄hĞ fqFF/jZODV i~%κOs3yF^t)O0#, bAd ;>ͻ'cpCڤʔ 3"Q^M̕xKD~_A}}BO +]|#Q3b_f4QL8txxPk3hH yGx߮O` +]/=<FK] Qzv=&<7w&ϒ0z',xup?Ɋ䱻yŽ + 6<_|QdED̗1t/kuBk7b“U`4_GFe<Δs}fJlP>.3 q߈k;+_ "^oyP2c$#4 &Ğ@ +516Ȃ>Cjr<!_&s_A{& ;Q/]FCϦys<( 2YA+k=p2gAłA-g.4oS3EeG02:F^>_< 0d;?8:jIBderZ@f~*&Z" +qpP~v9OTu>\tAF~ mpg|γ_>d￷LMÇX&MDCLCa+|(zICńOuӯN+ fM>d Aaă W`Y4AK )^YÃ8|ăp#. Xgkd6Ń?:ZA}_Íx0OaN iV %A`®pOs,H0q@3)]@m ,FU/HÇtBe=ˎ`wuxKFO||G?˅Kr)[ uKy4@E/}E>z5|uȃza~fse3(6 +~5̃5H}E &eꜰ{A!s8k0ō)?~׾GWP0#W(t[8>'Ń /md1ŃIt3e`C~f 2 x0nɃ3 HFQu1 1ҷ̘0% 32qV<oL48R܇#F)'(wxZɃ:*0 Ҿ@hu.O*0‚V~BL=&\w>DxݻuF޽W;ef1q;Mp7" yC K&h9nѣu=l<;_:vk5&e&iY"vF9Q7L4..7v +3̀BDXP{Mt%Y}L L'Y}Phg .ܐ|.Fх~Q(H|8c;K N4٢ ]޿+y$C3psJY:g#cDXO:gy~=w讎8k=`5JdBˬ]FNk |SrL^&ƒ~KPJÉ0ΈqxPghzZAƁQϨFM!`ÂNvP‚2z,x{,ۿk0G^X0EkςS254A̓f97>x ]† 6[aÄh'6Drb>AtGNh!vOr<&*P0>Gk6>k5dlX5D){H5 ʾ +WTXPO8O,Y+yAc|$y$ @ƅU'H (u +x9=OST=C$`bA6-QA|a4ji[R=u/ᒡW(Sw~^?z;{a%M =q~!7٦zyG?` gtE/4n FA>}|ʄ; ,_;'F4OOqw2&‹Ǚ2,W3^BnD{^x^n31>ъ"L']ˈ8̇q8c?cw} i=Һ(*1άiY6컈]tW1Bs]#:bC9M{C;==dBƍWq`AOtّ5:(Vhʌe2V}}j<*>vu~xE?zT{WwdO/S:`h.ӜRqLÃ.)w=FfDeloV?'B f,fْl)sȳ%&Lr&\ +0ǃY|z;dAx02}ZUؗ7:I 4L^BFAg#j..Z 3d{ȄVW}ÃAv<3F ;[<!1 #܄ArFG8AmbW ]> >>ye˜&ih?5=‘o4E-9Ȱ{QI(oʔ>Dؚk <cQJWssZ1)5v?q;pF޴yPˌ^1aIZ# j&˴4<=+^܈ &&M?_khpKd߳a'˃l 6P\.1#]D! Z<;YQ#OBcg2!ѳ"ϴŊ2K'i +#cAADu|a?|^Kl&SXYp4Yܘ ?+<=ֈƒA Ogseˬ ʕ+yp2nΓ5aҏ&0_;fs̓tם@//:v:x2_rSP'A3AB?{ z?AsYQqe{Fiʔi4B vsߗ[LXYP =pA-|rG%{Tb(4 v!0U>x:;љ|_:p`}m^q 뙰cA ᇗdbIoLa3Lߑ4055,q_Y_c1`Oy1S6(0R}zF.dW +'ۂֆ!3λivS켤'i,2!cEȐ>Qĥ g{w_SG~m78PfK}P2a™ǵXp A+gyC<8N\!(! +.B->x0݊%7]M 4A3e Z`wz7tN +ӻc9N|r-l3dc NrGnSw5&<3}yՃ1.vm2QZBQ)q{Bbw=C^B:w͘y%1^e'[pF_Tpjp;*,2M(ȃ2NE=$[Q#~f'jhÂc0q `L<=zcp x ~X{' )=|†9wTVtBC?D&"6Ń3u^N|rGߦG՞Rèsc2L~x6h0<șaA Ń~Y{IzKl>z3JyhyPi>*cA cr YG'| fXÝ@#AK'ch-8nw=үfCŚE;G:!zGV8A! Πџ.Ghi:H֨_'1FH=c1]pv!POFh+`󽕥y,xZ,߫<f7yL92WȨ"<8b}NeGŃq`wp y5l|F<bL8ɃLxFϢx*:A>;e{KSxP?HAdY˃:w>RƄ>ƒ8Þi}`'aD'd=cz giFTʃ4A,}0s$lzA sɄ ذހ;l5_a,t籄lA8E3 +aaBƅow&eɛQ\`l3 ymAO#}#4|Azƃ,kT_A0YAa=ƅ[6 &x${OA43Azו>uAcǙJѓ~[s6ZVϨ=0„Zd`͒!٨geWo1޻޻\OI}[J^ӆ ;a6P2,o-lhMjxY}pkE[vLX)Wf9[냸C@`~/ +#0SQ;a/۲,8fёNj0]qF׳z0p +ܯ>MuB<݄26D?=|G/,CPՏt,*$cDC/ԧ3 ̈́.ycCB +<eEST V/jXGzF >|]>M+:`B[rG,RC +݄ %S"-y2b "짽[F،z'D^ _QĜ=B=˿r̃SyFkhoBFM:OrqhWT DW;ՙA -kEªE:Rj&c/b6; R)^\ue0ĂiV.!cB+oj.DɝG]|dxmxpg'.6=z2M/\4‘NwB4B̓ nK(:7aIl+\3ZYP匢w`$ԞQcPI,(A;1A*hs,„ȃO8x JAKυLKuWPgdޱ 0ǂ +mF7vEew 1cF`-&da53„I!C!x&wTwRDy ju9Pz%4EX0ʃMǃ ~z̈́…CQl?{boPgh&dx~GҪ?b)̨K/D&}A+jKt~њ'P"Ky,F}I;َ;^^ ZôV`ԯ+jdFǍgx]{=lPLzC;, 8Âi}ӯ]fV$`eM-ń,kCj1caDOԘv,]̺m}^_G 薔s2^H r 05BY\Թ 3B͇„:! ƈj-s6,kf:^ +K-écOfA3uh͏Q]֞ryVxp*3f|(bE gԾ<+*k?0ăL`y=}@+ذ Wlx+R„+3p-$5B7`u(A!d1Ƿ~3ֿ 6` 5g41sW%liJBD3/KxL8zZ?d P' e>B„2;l|F K/!j-qRÄ~ۃh AsA AʁA, f>5Brdk;̾5`wQ'L,yPF„]Bbw[RXA,I zr53ہ^h`Å;D5)v:4" +ePxcB]Fx_Ã4 QDž#(nc]qfQ'} uǃ i6j44:K!ƒ:kFx7Xp j&3A̓aS,d]!(1T:.>xq T#x 5{C)Ć'_b]MbBCA#Z:a +?juX:h5s5"R^,]a&\b|ObAɔ"<;&d,ØКEL ‚ٯj<%<8=kFgvO`@h7!KhO +b<=loc}uOd&>BI~Qܑ6\lgA/4^ߜé}cyWV#Nَf@w=Cעr7yI-P@d:;ߩɍ N' <)V4|mp RR#}cyA%.ʮr3sWmu֨Ƀ-#;N8}~S`ˆQRv01M0W{ȅ~r-^L ]pFxxlydBY,WtP S}G3Ãj&dI/z( e@lv9?WoM<ηI,-0~.2>Te$.,<\Șp)R腢,r9ަA#\(eBY${&1 ш˅uvS @< =hj΃a G ˜ x:}`yzYZbc}@+kd4bxPEY38=&dᬦTgUg:h/{:G/8x +׍ߺb_G2g ƒjp.ab<n| CɅg&܊G*Wfȃ3zx0N үAwj#:Sɕ14B=ƒ{2![;}4x&g#L7Dt:-N+~|xrB{'T6_FNhFpăc~PSajD#BKLF4|c]("<ȸP#Lo&OAe# >9frE?e=N#ԝ~opFy2Q'vѫ㗏_b=By<ȷ99Q 6{7::{1 /x0#̝ā2^m2Fe0"BׄȄ  ~O>c_tklIQ )A Y,D/sܩLŅn-,L_, p4S;uԯ_b<6,܂µ5 M ^nȃf~>d 1D_ryPDLlQĜ1jFWr YGFTߟBذM8#jo+?|ױ}B7'eQL*lme6d `ƀ+8cA>k0iY)$}`!_Tk9dg.y/;+XPf@=l01t^zƒ+jM6 t?#]npQ琲̙igA-͏1Nu8C/#hOi94EQC|xp3z< g<8xyp6gTF;&d^f|'l|Y ɔA&d^>xZ<@ ypqf-tt "<aFyP3<0[`Ce -L(QvLxpUwR;#/<,<3FoѯAꙀυȃ~'L +FxvO$~J,3˂=o_cbؐe"etEX<ݾמQ 5r_-+5_#ydĆ ?Q3X0i225Ĥ4>vypOLA.dLw%Fy2v<8+CYPFN"T OTPEu4Z1'sEg4XGM=iX>m~O:\fyLkF1, 2o{}VsG^Cv_Ů0qX z}V>dυ<ŸQKٝA5bWe>:ܗwyN vRTsz'x~<#\E87AL8f$ѝ~44Ajt#ej.j(x]x<|{"1AȕxbA-$LNyИ( uSAa­xPfk|-촎t{pkT;ySaB 2>D&󺯢+hȃE=+N!(jb4O%2(FAƂ `` @]]ʺJT>-`}?OOgg d(z xP:'2htxE!٘ M?/ Ńp}ZCz~{: w .H**(otш_f2}yCm0K2}PF;͐>׍x0 AAxM胚>XԽƒM a2kczlhVƨ`xPf}Ot2g4̃D <[#SF0s8_:Δ)\e:<8dA/Ea? ~z\e@vyC4ɂ c[{~ChwC-j}:/XV&(23buV{I[*\X=E+Hz{B{Y&&zF2/?ƀ( +01=Z;]N'4 +Yy,[T묳nL +yuђ<ıe؎6eŢ-ERdZd[-Y"$h4ܘ GS>:ks{o ?Swުzwk]y_]y_?o}0ޥpoͣ/=O\~ۻ|K~3;]z]x޻x[{O}kÿ΃soVsswo}oN Ϗ}},7?x}?ʨ翙NIfgtx6 L<]gw;?aK;ۼ]}<[Nϛs?ٻԿ޻w>kg]y=y>|7W{>ge=e>|/|e^ne^ڟ^˷WKw}{kW瓗䵻>~޽r'~^O_޸>{k>}\zٟGiGeyӿҤsˏK/?+g/w\ys׫g|`tNΓ>y:͵'y>W)+6+I*מYW?ɓ]x\qNsʳV:O~X~ ~xnC4&43.8P`bAɃL,Xf>ȳyYYƘa>5kw4cl̈_cSooXmͅϘ ?}c7쇌lSX80}6{=ϵ83fdd{OV1ȍ<ƃ.8Qq]4(}X1!1Zį^y_cKg^A0`F/\Ƙb38 AMJ1̃v,l*.dƒᶆڱFX6"\ޣhă胣ITR#'y &Lh\,hxpo]y79Kb̃~ .6W]8p~Fϣ ;A{ܜ)SăxS6Z 1b;ƒ|4-! :>S]d&\aY`Ä=<,s8P`y4Fa`aATR1HCAة{5=6bY~Pxh羍1a7dB۵z#C~yL\ +q0F lXx lon/TLȻ]0yDqPx7z,S}Gg|LxIM+<\hdi+X5@Y4Vłrr$ .`Ń< 7$pt=t5@f}VN`? r.xnx<`€o=ȃ +$oXFh<&o là vO=MYu>Mv5Bಈj`{׌^;|*L`[\v<{o- F(m;vi̶V&؛ȃ|k2NXA#,IpvzF{Ȅyp<+}4„0;Ƀ.XxY {A: +m/jXWAZ_O9p-bL  .<:`z~FcbH';xLp Rl2D<'*8P`8ˈzZb?^^Q]igtGъwă ˄ + &xcBr3rM-1̃Nhă2 b^WŃ? f<,kx\wJ(]и/XvGx0Lx<8V;Q`d_ +QG4Co*UoQ#bqq'\t ScOL#l|! ^Ȍp`yX F3!s} +`d냣I@cAem̌iTQ@|[!yD ;X\53:EIO +bFٰ(&Ϊ=='+@!y5]ND +]uﶼ+txk+M<:ty w3zyɔ9<3F,L@DAOEW><Ѵ?~hf7 +a7;˨F#<{I$T2=ǃ*O@A&D8D j?aE]}trL ן?xΠ %̎q:x >]`/g=ogx  +[8ʃUoPj;A~G8ƒ|Cv+PtA33چ 7x5O߸WɨIц z;n?+&\Al]* ooP\:Y,x<ذ ̃Q`/k4bBA\z<(}pbS_y0A1 _W `Ջ{,W"bAI\Ɂkwϩ+y@g<_7,(yyzaĊT䨢VXre cǃ j<0|:1aXX<7Fڌ)|5|Oq=Fg;l_ߨbBZpA;gf3G|Q;ȃ7j=S_eFF80oAc&CF`ł>nfqwPuK4(r 6G,<@9#F>'4zl*Yp#&xp6}3o4)^q hr܇6IL8A=L8m8z.>PS0f)#oḯ֝/|n%6қ:{]#nvyOOT1꙰5~#5aq~CqM胳̜|A];:7Fh:!kQ2aOnzP@! bs. s1YnK~.o'^sUy rxQyL5ƃ'v3:]8Rdžk >O:Zߗ0+߭8 /A+jlnϏ Ã~}x03uȃ{AΖQ<=T=}0 YK,9 +,ۢ3efV\L[ #M1a3^vzA]Lh|;˃~%kO':Uh/;nÃ^hG胜;j<1HZcPpp`B1 ] c}Ȃ. +SrP`35E#U}:ub]㿪{#(sTzI)sA>͔bP2 R tA+CN2c =()h.OA(0'5o"˃EU˃xcq; F,8rz„^ƨʓxz0)1,\(x.}i\,P݇*my_tyPׅC'8C˃ K(>!ҫ=(Wir!T}b`&/}_P`e2;ZGrbxP|)FlcTNoRkx yHqJS\XyG-s*Q/<!3!2酅= WƘ ,̄l7yh9AcB>:y5z(9Â;z}j}!|~/>XF,8y;3y><a]p&LGX<sUBTy2*0dBEخOhKLQȒA0S  ^Y0<:Wt nC f&L+x/] ^y09MNzQł́UAE~Qd?CvR'D3.!u+bBY* 3c8+xe+.l~Ϝ呦BN +Ν1. 5y43~n!Yex3=w YlzkÄXu̲8[_Ѯ6_w7Zs+Xu?OFT  ]jXx>~ŃQy8]}P0A.dBXn:c<<7" F=? +M͜!CpaDŽl`'E~%bjh +*6f&ذC}_%-0bAWܰ_]WP[/jٞF̂6}C1aJD.l}Ą]E', H;޿?jPax4+|k/xz'>z,878 {A)΂Qv8aA]{t yJÏ2/;;?bUU:쫿;NXe~QOd&.!`=ZžNj3wpWb 1TC;J/a֌&+By0JtXpDT, eɨlѵ<>6˨ci6>} 0MDܰ`%ȃJlE-#=>ˋ:ﱷc rIyzCվ ϻ//σ ե x0­ucA<8OfQz{x3"ª`A. hF>b ~x_n7L8{-=4&Db<1^ gTF0 J|y=*ofAΘAGy0<N]CAv)?&E#ZdBb- +;U ڤ fAŁ8, 2a[a?ά 8/N3t]C#߫hy<ݯr>xP̗ɿH7nGQ-+&\F/kgt,8]~| ?$nWxx\Xv >+Z}A!uEPF&0ˇB/T2;NwO@fkN- +Uj(CT`b_\~혘F'0Ad #<i>y2z]궊/w" v+tw A+j |xsc>cA2xP σ''˄Gȃ3;Mp V<팗/NL=]<̄^A6~QM_D&lXp"ty|I#4yx2*Y|f{4hV l񊆽m2hPŹ0v:{>>=͹ʳ7L˖( : +LȾQ:_ e̸Z`ċȀU<2 +UG^uy3yeq\.Gj:aqQ9oyZ{9b0FɃ'[Z`1jm({Ƃ6<Ȼ̂+oo0A])1 ֨"63#rV7ϚdAb1tGbA[z< {T鄖7ix}xN_N 3Q M+D&,wQ(dʽµR? }p*C): p>x,~Qo3FF=:+L*|3-}U2DqOPZ~bwInx5TI1ޮrdṽ35{閘a&7z2g4f~\x0&֛9=hzf%LP =flz>[Dgt.y#1"6a/Wf2p߯މ<ȃ{-gAȃ?0!A`l޷% xPzDO3F{ z1 H`zo3?Cd.]g˭`ѫw%c)螰QȖa.xTBEE#Df,(K܆٣?jRg|@ х 9V:/&|d&AM0 _sBA D, zGuAM?̃hɕA&",D; 6hl FAG<=k݃gl}nA︫>k>z// z٢O+J?Zo_/(ʲe>f = x긫|ȃ;:Gyu' DS}hb/y0EwL" ߳h^TzZ٣`"l|9zP1; xp&& FLwC5:9ȃ F8 d2rA^9J#x7%2 FaGxf >; `KwbA9蠏x3d=\K׼Ș yк)Oj_pT#TLij?p&?4b@mF~:_?U\6FwT7Qj:! `hćĈ(d}d8gÅMΌNlG0]hG A2c g6݃vAʓqsߑFX#<_:=T vF,<.yFM'<{Xp+ ᩘ_c}iLI_#,L=wtd&. $\-IÆKDv×%?#mQN{ ~@#+keefp ;ZxwaCCzmaDCh0Ф)=?W(\~h/i/tBG:B/,2Ƅƅ޲NB(вW KEO`71ȃ]$!d}};ƒ*K>bAf?ɂ/3#cǕ,Ā|ƅ.u}ɔ,MhY|3Po73EQ5Uw{D]s1Nƪꜯx? ƌ` ^<8%wʂ݂ \Q&e".ÄK;ƃ XMx4;$75<{F+cAA|O똈9 ʐi<4AdQC&Y̓b/n$;Ti`a//l9?K|-F {%Yfϫm0 w +&$. ypQ1cQhN-Wɖ0!zF+;f(fdo럟@\Q]Ϩ'Wޟc3xC}5683##y$=tAɃ^ `{rLŃ+y2/S#)hŀ? \0E*1!E Pg`݅ȌD6<8kx0}W`}y cM#\x0iNZa=b@A…mRި11I{H'4P0;J[bƒ Nhw_pG4B/݊mYps,1g;ܟ1{oB=gV LxC<QɁ=h;(xPjăE\xtƒ'AdHlt/wF'\||0#yAGX0Aר.8Y&nσ674nɅ>GFA g:'&y%gy12xwYF2 VLfFvx3ăa=AŅ̆Yp4G@c0ښ񈎎cw2OI_rg$?~AOA?Ƃ+L0&)AdA9aY2νuQŃkv'Dܦt]nŃ+9p<'9<uBcnz>C\8pt|Q9pǃ_=OZÃI#މpxPwn(U[q˛FD1!{%[FxQɄ 6> &Uo C腒 "e̓X˃Bc`ăb ~w}ƒ ,H}I#L\92s'xC z,=RtX&^M(4}?=I ӈ:"GO6#ZdžkhL+<-Iw:9*cݼ.+ch~y0)e^/<8Â#QGKwU % <871ȁk=( >p_a1! .Y\d Q~u1!6G'dAȿCgyw0H11C*_7y^ wSX+<|Q(.Dx0M)RO}I/,٣nh'#., 7WAu lxpv@fi{L`-Jm̃',Ã6~]y>>xP  2 `#~)_4&{|:f 3H>{.{+e`3cXLs$3QNNh]zQf}F=xp3f4;'y yp3,f<ͭx#F2{#AO3<=xv#*@@~kxbB=}unaB-Efwu<٣jc.Cw8ڤ7d9ĽcYpar\8U5!y& <"# +-SzWiBtyPh̃roxʑlQA˔sٝS\i^&\rfԔD`.\ FyϨ i*SȘpG8̃ڠ~Q7J;R#N냣<dʸ<BޟĂy`0M<ws(eˠ?Je:K}YiA`<{3dTS||; 135e s~PxC(  *TYtYPLX.ZafCG#*` Lq{ Uǃ36<[ƃz FO +Ήdo~_ux̄<(F9w=}Ul&B'&z&Frdd B{aA;~Ѩy.>QAO#DT݃yȃQyF7tEdmpA<2FU{E{'Y1SfkTȔ+cA5ǃ^0g> /g;K($}ɖ-l܆AHȗ?UayA|uݕ˒p7D&LSen̆x[3NCɅj\LhFXb2̄=iAYq = d~ cmPĈ kSEkMrYPuꡟyOz˃ .)c8yǂɃ#L8̓A|䃍ouILq89GireÃAՍ\4B8OaAYT voK r D + }dMy]6[L[w"4cCfnŃ"sFuTDre.7LsFA'ѐ r:ٞC{: d +:, x]D|9g.̂K`!B=%vb wNH|,f< M챠J,Oŕ s!zI3#R.LPV̀ǂ+ dz˄=n;$o$Zȃkd=B8yGvyY sFaefxpkP+,^T,%ĜF{Zg0mLX %|*j|`ƃ0x:L̄% ;-FS|'F)Qfª4CG/,|Zaa&Į~s\1.la Y#TxXxׯF<0LăȄ;a<Ȟ̄F=,3ȃ쯲nzq^nи/2%!v bA1mpFimpr]1&܂ Y/F&x;}  +Ń Q3DϨF=%tذ:_0 }YD&Cy2MaAAcr_vN(T{ȃU2C<5 Y2I9ĞU8ʃypF#9{F9}knzfa}P1!dܩ3`; |y>ƒ?'j/:e`BXa?jg>~"ZT}SfQиϴh  ^}a0"3fÉNGDž'pC7o# }Ěȅ*Gf([||zyv=P {OocmPfB~ &\˃yGvAˑ,~xaA{ǃM} r`.n7&iJUQ¤-= 'z"FfGBD{`/G&.Zy S]8: 'K1a3yE|ȃ)ikx0 2rDM?s1r:{F2 9JD0 uYas=(6<(<ݽz1+to"ʯ >ǃ\A=V +\F#&t3f&̘!I.> 3!`A BcCdV8ƒ+i_B🺽]bBBɂx`g {sv`ǃE|@A`]mxzA뙀H<σ'û'1MaBdko=C6..<T:A~8σ΅7^\KW'4(]XbULm`t lj@oT(AnGOάgexٮyghn*_&k= \2⎪ݖ}KG!Ɔ*.L/v_;*3e)R/>{ш 1{CMg=r j>yB\?~3zN WÎW7ԟχc1aLK *L jQ|5U€.i#匢_lF;Ƅ#~QsٹRٝ^zd u +Gze_($Ȗ'#QDlK%YuoC2@ n h+ 3?VzO:OUスϧ֍fs}پn_ʻ/'y|i8W}='ܾv9=}\;L>ؙ0Ɖ9ޏ=rqB|yE3n\>¹փqKo߿7߾}ۗ޺g=^osȟl_x9||k}uv>禹0 zw8^8_𯷷^8_~?q^y/z{Wyfўω3ݾ7~8ӿs_۾+~o=¿,l.˿?0^C]Lڄ^~W#k7vW^+oak5خvmշ']gaz\;pwGGX'ǎ?΍s3Ϲsgo~j>^ͭS;s| yn}O_yn}rhO_-۷OG>F/O}_{k3ofoͅwo>bzWNn wz5\`Ǘ?S&|}}ӗ[Ź}ao 㯕~<6sU-ssݾ=͙{8'oޜ?=^-{y`5g/n;gszr>snë<SŜy=}s_>՜{5sߏ}k1[OosOsjj~oo={o?zW3֯l{L_[̔KdK/R:+?v~:D|EQ\άՙX#.5[>Fs +AS|Wk[LX/?[s7-|o1_Y0 2=?b" Ȃ3]k zV,9/ JÙ㼼:?fA$Cz,0`f5xPi[=}0 }ɑZ#OYx*YsJb Kox- FSܗoÊAhbpr8c)A "/·i23$ꄨa1o Y'44&\(oԴlc^xC3ayO#lk a +=a0FzZ!sa FjąjoTE7ʃ/n4AV^tࡆWt|](ǂƃ6I?]iMăg}d]52c|n>΄#j0;A&|6yÃؤJlLK#̾QVxۼ͉ 1!*&4D_Zૉ ă Q+$.4?K&|a 1–T1!](1!zFimw4?̄u= vY4s:MbAAiߜ[`xp=hf?|+x>RfB2:\uz;.WIT8AYzc\yG`Lot¼OBl|v`vP1%EFlG#z2 L+(jTYΒaT6,<(s,~Qed&4A=o]<]냁qw'S`eDhXI5̄ I33z`_q<6鄋v o4^@!<1aẹ?ʔ\AΔ8l9F251p)r̚1srhʙQly=kXQ>|w03'/cBpȇ>4xPˤVE cԮ? [~p- d{Xyp㙢/g8WE1#'hu߄ +](\ko)ZSȒy2}ٜSqȏAob@T< D,?P努ApIvz/s_"}5iquV`ocxcB@{ wA¥Kp7sdc g ,:'DLd5xǂu ymhaA/gX0Loy|z礹<(Eii68E j=Tz^ zE3 bDŃlj}CZJ'`bGdžŃ13tn㼲ÅȆŞa)=”7i,tBB0]FAd^a +*p<D}yBz\` .A-OC> BL5?K=gW&[{ =mP1#k3CZ~$ٮ`ByИ5O*X;y; +9{E6Ea=}0U3=,X*T1s!aQ.d%u2h8[4{9H@/"KD)O-4B| z'l79м7JLo#C9gu"CDܘ1KA+}cw' s;:؋]G~AJ,W(fxjLTlt,M'+<:~`uxpF<鞉hL z&^A0A>˃Ą,hg["bvZF5 >D493% 13a`4ŠOi[j= [\FqVL\XG{gtЦǃKuŠ v{g:'SAȏaa5_ȁ35:>тlXڞ^ N`{^Pf?_Ń/FuWd[ڥ,2wz)7aLO4(f0v~{l`<,`9@&.D61!zImo i[ s`~yE>0 +}suy/?&x~K++={$:~E@,LxN 3n`dzF8A8xyXS;ǡł?hVD*>fWNc*oF螪srw!hY ]w-{AY (PH#cEq‚S1aF.{WjfP/3յO`KM+<Pt.Ań5Lo |тA6h]6:{}n(ǃ;]gsyiE}p! sψsBqGp=>oo0|[4Md,,gxFg~xłFƅȄKib2Ky"rL[<;.L8q5BA7Of! fKP?bU|WֱCxFxMY՘xǃ3Vy13j! kc߄'dD,x=Ano'JLWZ`oikǰ9LY0-tA?d &1Ap9h,v7̃5eA?sy0?5ʙ2:s!EY(A?QGnZ;_qo<悺Y2A.d3ˠiqa+Ǵ]Gjw{AzLh}-ߨI? i<(6GF4͝#U^ ks^7Pa.E} Tȃ/j{62dl8;^>Łot.A ȓmÂ^LȑiuѻH< gy`'\| UZŃ{`>uyp\ߜ'F&Ϩ~(2F<9 +\#s)_T$_:KYxPeʠo)ω4 5ȁLgC}w޸*?&ÌsOL/ytxqAϗZ:;N%a8=Z.́v0xFc'!gk9|Ȭh|m^əizZawn4!QL>B'|)]ʄ|"*دU`u|<\Zh~| \/:i3E>xBD3Z OC,h;X ϊ9K&1qeIYcc%$TLh,1aB#d&,xUM7T^R :1EOݫ`|NnV݃oǃiFxߏc20FA˔xrel" aFy* U(lNeDsp+j,hcOW4rqXRd5# n /|Oo˃c< pTe;[&4&A <ȓrK14iq w=¸kȃ 1{:Ԟ14&DPuz,h6ŃA+xp$KxYxvGy07냉9GĝA/>~.냒?i`b"7tOk4]YA&ȂMmF|#>E{BGxj𠚭{8gT2a.pbĞǁ'ÞQzJD6V{I#?m z`Ňsy+p냞H,XeפN8yFà^4 /2iat¼K8ȃna^ o OD̓oX~$r? z&yC_L]#< t<]Pt{9WFZaduHTOAf|xsf̙gtc'|=xk8_˅ +ts?'|9.&k后kq`\~xǁkk=}3 vzGy0j"_t|ăȄ^ʓŃ-xP; ʓ)f ̈ +cB`*wfd~"7}WS<S)3kƊ*q_1N?[몏ă'ʝ !r(F Bw7Zſc_4KTI[\$'Sepe{9N|g?`k+˓ I#ľOd2tVXe|yrƨ# &l`yC[,x?.rdTLl@ +x92izoEZ[ vm ZߓLxr5GYƃ1cA!KsElQ۟`|yXjg8(m}Fz%|.Mv%6 ^w&D&Y'a S/bB &x?ˡi!eT~CQFŃ-TW7˃#,<^Ǩ̃-80cU.cZL '5 2bA a(남 "*,Xp0G&` @9Kk<7N z|v{sb:k]cpOyń̂K;'M1hQMPv6Xi8%T8@r"w|!GQLhg_ΈnKzG7D=ǟ&FtÊ S88Xў3fOi9PqC1*)2ǃ &uQ}:È{3E঵A t&kIT 7vwxgNOT!{`G7:6wpS;Z^f<l aOM*ߔR?y=Ͱʛa6Fv?tuf.MXEVmsDrsy0agJ班FuF. L𭾏*0O$($5t^ y>(Ar$h 6A|A/ *MP`<=?;>΃uEx'_TNWAo kCCc(yQ𡷏I A+z!xH?'on!I5w kfG=.놐Sso<옊 <uLbƨ]gG8Pf +(/g iy;:'ÁUŃOw.8g:xp脋ypIN–gfĠ_A̒iā6j {F-c42aBdBree皊؞ `'CywJ2mY7~V {E3iefAxp~N`:d@FT!gV!F ̮}F8`<Ȇ~ɡ U6 ` P鄦6=]oL +rT`zR30 &,:ÿxD6ڎ6hN 3[Ar##;&FtA{ 4l h__,Ƹ7[P "4D]дA=w.y?8On^(ć޿Żͼ_)sLῃQ[,ʑs(Lx?rFv:=Vd ,Ax03 ꂊgjƃ^L=<14&ŀ#=6mu.M.#<(UhK;xpwbWAȒ)V<>m;4oSkP zLAWy2vne?+8ʃ̄<\87%Ÿ,hȣ&]̄НFFQL8kqa/ŋ=&\f{B;ZeKyG ;1+xT [>4Ey`Ń ^?v_)|E40p!1QۿVy->8dAf 5'a8%&DzM!{E1Go&`ae,E3A! cƃsxPDY\ #3B@nG#ߚt~~K8m)vOA 3nG0O~txaBE&< ct.{Hw= 滬ÃƄ-lI|RV AAGl 2 VkBu +Ań- ptIĦypXp#:LFƁ2>85<-OF{;ƃ"cz;9kz齌Qń||AΓ1h<=Xp><'_T BL#9d,x:s֧o Gؐ={A̅{"e˘w43ah0~HN&Nf 3cz#F͐G#\w + Nă@Y-.vR$^T̨<Np1eq`/WTp`7>QXYEߓ+;٢K=?k֬NXNw``! 2&Dh@tc^W(w6ysSOthj<-ٗ7W%vQ.;]3AM(mɃ;#\_+O)M0X;A (x`<2e0i hC9;#3e<υ" g!t?wǃ} { *ñǽ畆Lh3tp5{UPPX/aLJ\GĀx->Ӵ_XҤǑfx9xy0 vM.x{`1~]d]X07x`A>L &lf6Xɛ"'`fC\8/H)!釽NVWn rrP<,X,(;7lcuxp 2k`A8e|̀ȁ#=^x0JBCh2aU'}>0!`K2e m0FU!Q>L0Z֨a0`z:g1]M_?4I,C˃-o\Af8|(2a>xsl^SDL#m^7E.B訏{ / clX0"ꈤzYƄqᱞ*:s'?*{)ep0pJ=cΌOHz )%\'ǴDE[b_T w Ar療G+cZ{7ΑN _5{m,[&xF3#ʻ11E:;曭qN7%Q"Ăac~||+RGFdTk^&Ch˂.6w +ox;Y1AAZ^x[`3juO!?uOp {֊F&yuAdzi}k/WTyE?T ]ԥ5:ȁW4)k~5< ^fqc.5ĢBi "FVS!ELC +~8†fDQ`B Rzj4B@. ׏%LLMK^?B̂7Xgx& Zy^Q::Sx0pL}Wtyʍ<1s ]郶;xaQ`/y}~j<D&Nbá! 7@=d/>{3dCZ +3]YED.`/+ǟn!3LJ80{l(sGo%48UL1ܩ#] Gpn6lM9.H`+Oy0  QdAU=+x^Z[`.ă/Ziluч6XyDm?8vGzGXвd,Wywz{-Ƅy[x7};]SlprGs9\Aс\>KX%FX<yy0x;hȃUhAU<;{1ƃNB#{5y` sA8x}=h?8[72?hlAo_W1`Ao83`ą̇=c,=#; g𡱡816,t”9QB1a YP30`W00k:Z!h}nȑQ]Ȃƃ}2 2z;;(Y`A9G&ezy<^ 4VtN6h<m(C}7yps 4Aŀ̃AY.8q `o}zY1^A'`v/ZM|ӿowI[]wn9ǂo;9:n93ƒ=lAfBf%~Qł̄^`+}Pu>^`BŃE(xF[Q/[w{&R(2alo&N=l1g|aKs޷ױ~Ugig=bЦ>z<X0 h*4腪Ӣ3F}C +#Ncs 9Hcu2; Gg2M_)Gc>Ł U{3{+<8 VzĀ9KA%}#Y2 |Ѥ A ;^ ;yõ38Ufg+z@tA* sJUQN&9p6'gV2 {~ё\#A%l wg.L2 b}kpnAsʔ!.BY UA-:+p&杖=pQ,XdAd=#" +ǃ? mǃCBa/tw +& Gx%'ˈƂkk = Mp~ p`f@yo{& "^/O={13Ah̓3h~QoOdm0LA,<{WcA}#91Xŗ׋ia W4z mz]<8waPE9Nm̫Adh_*Y4,E>xk'/t$'T˳7y ?bSjssF!1ٝāwr~2ȄbCF<870d \AcAQ#rF d>=v˃yPQ2!`>{̃/A/Zif&XO1yak M-eL>w9Ba@C" =cLg 8u~!agg8g{NE*cf]BU\:!r!kVL kxI 9ݎ Ac< |o!~A<ÃP EoZSމ%<2ch]̃ /*x0SEe˨>z>XA!K&3a35s'm/(fivcĄux(ڙLi2j=xq ͐x +%5U(\+&̓|OQ%y.Dnz!:(OixK郁_% &lvML# ^[<_'{'GKGQLLh=C^0 FL7Z E\ј-:`Y-Qd'2Eqxł?/1Hf eMb9bj~>Ŗ4~?٤^0iw[i,x˃M0ifσNz%̃>ª9<^zŃ!epA)yyZL'O;"dl? j^!3asށeI}-('łh~QwOe0ut?#ZY13y5B"~Sm{L"MyPuRx:~h'}]̆_Ecog]BQOy6̄Gj&dtB3l1qܽÖ-%]?YDTǂ/;/p}e̙]e {E}=A˕;<:,A$<liz\x͍88Ɖsyt˪c=:,xy=&dqݦY=&T<Ǹ,xІe<~ъ;Q)`&>BŃ~!k̂ȃqg =OЏA8x2f<(M r 9-@]Ń^=E0]@zM=_1o hA& %"L^zɃ4CcÊ [:a e ` +s&B졨ƃI|y'0 +t.ir֌/#^H]agP=^)F<C<}RDe o>QuE44}ꥲ>qǂȃJ#<욐"7uAV7WY2'37˜ +B}ɋA4O1ߺü8[vdFxpAɄ EC!%VkbHoIm6tCFX1aꥏ<Otxł7se[K/_tSDϨ'T;OA*2 J#e*mŃ)`dB?zyG,z'gBh>y!TZk%>̚3< Q$_,fӌz">?W!*8s [2G3wvL+L=YbB7=,2!8YQ1!ꄎv9tTO^(f6,dBȑ˃YpManWf(Ș6<}>2Fy0Nf(aQd]k{&TDAȇ2ClW^_FozJc\w2Π7&8?z{<2eDRv 5yLB à6x0a g[wfa}0_~y0iԚQ4=h- +,XWzPN}Ɠ .e^MW5 mN sG{{Uˉ mC ܇}NƌBcCD6Q+]OB JͰ3#, +(AqTWttoP ǀ&:9Kyw3~x[,UDŽÂ_v=A;gYxY0 6x}(g *R]Jl1_f1gk<u`xPu>^|uyABNQph_HqxR fD}PuҧaNȃ)cwbxx07sƨ 1be.`o:.AA j2Fx0 `‰`h +,|tDߓǃȄ>,~QBfA?(2^*~ g6ِ?wAaCH{*?dpI`K?x0﹜Lg < 7n%\!yz  C6 s.!``Dp@}x0rk̃AŃ9N.v b<,x2Y7:ʃ=TLeA.ɒ|.)x3!Nq!`S j/;=;QxF/;ȃxcs7 ynŃjAO21StEи/$TLXtR'!^[0f0v(2H7 ){) {%_wTa5c2gzꪏC\6#\{RΣriqxy0]#S٢^H|/CŁ[@`(ws`6X~"R2<>H^5a!&:;={ rhA>ÃȄ~&RLBAy:+&T"g2F3r!2!w3ڹrt0  p$E H<=δ]`kzh^zMSia^uӇAm];"Vz "^an1!zG].$GaѪ0yH zI ͐v8Pex}-]P 0>h1̀6^A]CÝ<=z<#}Ꝁo0D+(2 p`y2WwUh0 =>QdݾVG>>/_}eͼ M/ jd g&ȄOL{<;=r/}sB]BDlQ{9f-1c 3wj \4}0E>ƃY+T)#P`|k5-mt2wK0 vx;Y8'wy/<sn!`1GA3O.|[ 2Hb>S˃_Ͼٹ6sX`3ySR hLjn2?fxPE=hdǙcAŃ!g4/|r/˃{V lxFz;sz<P̃9Wp]c:A˓qx1-~Q'3Id. #=6Ƿq{,|LjVy2ZyI50̃f ;>Ǟ =]C͐t|;ǹޘ5¬&0=/NbX]Š  'U;8{W>QOT,~~6*}dBz}=G ;2M|E!A!T`3X/_2F3M:݃G4B@)d_9y0n}gcS0\M̃)O&bi1?&āQ3lj  93@4gRL5maB yT?2o&zGиPq)g*퐳c I h+;P}Ȁtxpu* ' >\\ăEgF{,ʔa&D|vx03!e!O^M?'!nzFӝ^7;ȃsxk R7subsNE ey<y&=M7ǃ.!``A÷k&xKypOhC.aA!li= ,8/^sLf+*|-,, kʑI~QA,\h~Q0&4<UP~q}y׼'x?q~qPY̷w.;y3d4™<p-}tB>U bE sLUDE3uN6Q,G]h<ȝ"W NpkG|}x0 ꃑpD(Em}I4/lUfqN*QL?ńEž1 jn^Dmp) Ʀ +} +yeGzleYiIMdK,Ң($EɒM29;0X Xz4mfO7+22w}g뾿g<;yu?˳?s9?'~gvߛ͎_9Ŀsz>?׳cO8ǟqNs?sgv7g'g'8'xS <;ܟN o4;g^yv楛>p|^ϙWnsgg_mv;}Gfg^kvkwν~O9y7s֏gs͇w]x94<>x<0~Z̅O.~rv'gY1=3#.yzggvvf>#/.|1?8cW_]>֫ Z_&=o/m ]ba.|f{zvfޙCOν8ٷw{sξDs/o=V̹҄ >/Gyjξ|xxv歇 as<\3~ pp8>?ag>caμvGq;siS/?aԁ?qN=゚p̈ǎaq$L8TǜSa>yWy30|َ̳ypg^8s?n6gi7d/̋νrK/6' o1ss9i0_+?7Of8^0yG1}"Υwx6BpLٕ_}b;/>zevm91kƹz85[k'ߞ}|8Nf#O0O|8V=f۞}rq>?6|zDOΟ٥O/ٕ3q>>ŕӳ/ݝGڅ|y싫W_(&f$cnИc΂́Ƃxd c,&`A;V{<{r`80сD:g'~tٕed X̩Cq2^;~xp{   ,8 |vaa0}v1Fq W޻Rb,iƂȅ\~"w*ͬh?'JYp7C,=`d&\V'ƒ xP1y0r0*d]?F&Dx0h <Ωgwύ|xy0h ȃƄ=|m3'"2 ^8j~.?_)x0`A<@ouݧ+Lx3Fb;U<}t5{I;̷AOligkd-=ppmŸ0>s;| =.D>TL>υƆ82P`ji >_`/ǂx m +&}0%<xxX0k>#|͂S6g<9P ꁒlL%c3ߨ<1 7f֣ʃ  ooE{5BŁc<ȃ oJFxP2},}߮oyp7jlu߯Ȃ/Z EwF3>~QE QAcMs3j&܎Q336<@0R6 ==Zb uQ M:VZXfL7g2`<ȾPA JLHŃ8,*xDu8觠cefh:f^|k@̃&pi KG9pFhwLXyWhkE4&X<- 郕N[ٛ }_~|5N 0q(kj9zMejn`\C:F8 V``#\A >8?44p!!44x+}0NAd`:B&ʃ!܂ Z -hŀbA MO<zF=Tv Y/D&,ؐPVQ k<+tHx,=,(xPD *C;-.^}1e 'He LjMYώgQ]e}0 犲7ggkzgAbVy*y= *Mfh,>BL;a>|*'tA:ƒݮ7nuXpн]/XP1x a 자^с0 "zrO3Wx0AwpL,LL?%މȃ?<8hY'<\Ƚgy0B'܋ăv̊ą 7F}Lf`Ζq2G[ܷ:̓]97&Z:c;y0eˠFh"gfLW:_[Wăc1KXLޠʑ  2r=3|r:KldAfT, 2 liM̃yb?y0=F?7x]~xpUwcdzW, +\[䌙8I+Tƈ̊OhtN|Ɔ#v [CIװ +Ƅ~AWc^z!7X1ȓA5&A =ޠ DM4}o1 `EL1a7H ~զF8Q?&;ӭ'*4>),(ypM,ń \v +dE);xPe3zuN#mľ c'*yy;'r!9C <*y0W~!f(? m0넉"a;.<8LF,m Nu\x3i00咦BJj撆=C& <;̀^!䍚ƏwP3Iw0VqI\zNA ]Wtmh=ќ%g 2*W'zz5yD-;uA/CF FLƂ_<m.蕨2D'PB{XO'(J ,ȃzeꓛăvTΉXT<ءz{j=(V?8M#D̝nA1`ȑxw+_q!rK}Eg4PDhuQc?遪s޾|n z}^DŽǃ̂\Q;&1cMbv<,zu31?x0 Eo(g`~L9谠DevLbA얈1%JQA]8 G@mP,xP^OF(s~`=O" q!&<&zeBdA^/:t<,x\ڠuO 濂`LAdB/gtL,8?``.|T'K(ɧ8`L"Lxʕ\ gtLsoΒAcwEׄȓ<ăvU  pa{we]&T{xX0h W̃mZ%aB[:as:{ M:!s)e&>z`CAZhAPNX?.TV?`[BW_)3EA7 'Oxw `A(cWYx3dT=낲oaAD/GygP䊆QڠA7SO0'Tq~W}>n0!ȃDŽI,X <{I=̃^z1"2F+U㹢-}%o΃w22z>ѕfh!X3PE3 rd7a! *KAplah̑d>s!=|d0.H}վ7B_<γ >O$LLhL3>BfB0E3=0Ms!0aŌtKGd)[ȩ) ?o'Vdn2#j;/1&DߨyGsvBKŋ7 +L5BhO_[3=<̀d({DW:&Z8-YA! +`Mc,+rd ^@Υz*]Dky@˂w0li5<9Xp 3 i  ?ɳ 8ƒ=3.|A}A<Z NA\ᮉExl^FOϹ3gBAλ yиyÜQ#lM3".Ã"k/C940U>SdwC}Ń)vwUE( *y#:ƒ^oXJc=}letM"wA\ 7 ȓP+]plyF{xb= z{3+64B)2e}2ezz&X;U/=C8fĎ/ỪΕ>@ vҳOtx0PU`d!,2;,(=#Sc>!yG93ChT`\p| l,F]PJp< b{Dmo0eȈ.nũvž U]W#Qwz<˲AL(0 BL e~i忍aBoe`̄ `oDK#b;kAc1d}pɓQ<|9SO |4ƃv^QŃxȎ|jg;'z`'8yvƃ>h0O'X"21r˷yPKd8!NG;Z"1c&q{.ѐ4|VL'tِB3 Z!|Fs_ U7 sMe[-K{xX0+Ã%vL;y%Z]Uv ^ube Y2ioU''vY3dtA<)f$A,:{tEA,z4QQ5Ku0À„Ń,)<>u `łќ+ +{ yFshb ! Q/DjuSD]k8yL<̃~S}Z]<,<AI6XȼU{E1?Fe,h;`̑ƴAYU x>QŃyOE`[ .tsaF-ww`Ua~ʃ'`be_xp3 ra7ȁBD7<~<`Chs_2!tҏLU;30Nx0tZaAcBŃ%~&rFB|Ľ!RxÃȄ`KuxP bD 4zƃAy(L# LK'=ɪ>D 7xP][Vp">=aτMˢ1̒:gvk)fP?=< +s + !o {+XUz*_T tLbcmc`v-AbAǹF4~/}x a<,&x΍/\ x WȃK . 7mt z92&4»Fx>ےq0bƨI胨b1tn{'s7x+ k'-}YȗyY0EUDc kX;FA%A"403!HߨzD'ɋ_ <\ׁ(c/)! +&*y| |h):}Y'noi"N!yHrg '.ƒSX7_t4G|?iojoPb jC9:LQ3PwK]A Ƃ=W guI``@_^=RhtFL~T^ae&4^d64>ĽMfwrwfj\Vs`A LtAfQLL^<7dy0{FʓaCz7`蜈{ }0Mk9+mDhAD3AXxF;C1E<cAm Zh>&d(rnu~5AŃj;GuP~ +3Z1!vƄ̌}A{XAʞP +[ |KvA`=?q+;K1;I,<~s䬙?Lhc% MW,XyEI,H]0 *o(kU\0OLXEQ+SEm(rs:̞M:9OF`̄c FU +"UImp*hGF v箈&&G~Sl9ٌOfX~!.(5c̻~OGZ.ȇQ'$0w^7gP^!if;'a<6Ɔ=ʒOZ ]GAܛnfΠbAc^{A;Y`<`\QU gQGDSgT5h`6˂ir yE=9-=<\z!~gyz7an$KS\ OtU,r>zl1!FL1R2<# 92v3AޜVL<C~5h+\5BM:_41aĂaaʕauǜpȔɞ?x_TfsQ6zLqE9U9-tXyPr `Swd%aoŃ5({K=P#Lx!xzS`(z=Kx0N mƎf<蜐y2p29Ҟ`@ULASL&:QȕargSna` 9QyH[knBΝ16DVA0o( QΜi醹0d`B2J2gT<(<*{t̥gPʎWA@OYu=o,q`:Y|F 6{޾w`.x4N 3CYt9s-2_~濍d@Dʁ,\F 3>_}%.1h51a!Nz5&T{fL; w3Hk!1f1k8%* ?wû A`<A|~Sv ]Pv " 6ÃzA̎q5~Ƀnypޝ6ئ1n* 'k~a.Wt h.Ń9o d"WFtO XhŃNAf˜)n/#aWAh<|TIGʒH<g<snrAgws_;8\Ҝ9И gXľBΖtąxߘWłƃ^煛uj7߅Q4ƀMi B7C X"`9j:;1PHUL`ŅVȽ"̰VHuASZd,ȃEk^R<,;%y}8}v+@8YD'J<Iȃ ڠ6Yȃ#z/x09;t tIT2^`KuNa9Na.(߷_~Y1puȃ׻.g<ƽ8 . mpa7R(&+xP ̃adLC##{x3z]hOΨs<3FSD!Ah2-,Ac]\dx|9?Dsb3qg땐]7q`K@9_I$-Ł}aWp'3NʎQ 4&lݷ7mO:_}u`kgpoyp `s*a;%Dz<ag4f(z]%Yx0L̔I:a7OECL3j,2/<agvA?xΏBs}<ϗU"eXpU=T,Xpx=TL(yv#;:Cr+xKY0ef0.Ń N'ÃAW2/-Ã"{{Qx"1"Afe&@7C!~ɂ3ǃw2YxpѝI,ɃS<B/SG:o]<F˃;Q LE.|tw03Ãj'~U!2Feu >A!Lq,=c±N*K:T<ùǃ=,x0DRuYO2QcXdȠAߨ M(YaEO+T,q-g6TyK=T !\Ċk\:zj.=|djP1U(Rx\(}UĂ;0y5g'8;&gŽsE(s8 %׼8ED<$S/dX,t5FD ^*cA/va_cTz  w˻z AUo'zޔE{YxP=tc胛%NXpo'CeX^b;Q}̓I_>5ϔa}c<"TkP\tݼAOg43!L=<@]xp8orӉ]6doT,2GG1k s2郜ảVe +73ي !4LΛ~/1N ,tVg=-bCG>*7FAWx0*}Yϔ<gL'BNXuQW)<.:)FhLۄϪǃ7ZތZ̆ Ppf p wJخ`,h7:[m2b(vЁg?޺& E`/': rܘVWJTe䬘#Y<|~5z@ot0d@.ʁY\ z*YpYaYPyF.ʃ sȓQ;F0lE|0'ZA/jAb7}衟Z7=M0ʜQ1#ļQSs7h<{[< ǃ9Ml<1CE3>{zc.}xsy[~t yǰ+LNΚI:ŎBg<. (噘wvz}N݄r00P̃82ĆRLڗdd=tLQg4(`cD.Ā8̂>ؓڠꚯxrD:Ac $(dÊtE|,q;Ãף.xnOt' 4A7S=P1C]^ǂ`f< QȕlEh<(zy<a7!ϼ' E-WƮţj})dwQ+qJ鄼G} #|젨>;_. ~9!S bǂA5;<n w x< ]~AfLi'a<̋QfV߼yE (By]f _h|bG 22|?8|e{>FNfypϸ{\ n +~ `޵d&T`( ?4 b/=Fe!v"r!QZQ}\AΓ)dP\!iFyTbB y32fɂ:[T[QyLсq7fcoi E^Q z: _)wv-kjO~'O >!5C\:) =Oik)i0`q :=.DPHB{H, 'ÃNeB lF̓-P F#&oF'^Q3H{)yCGtǍ8ӛ﹊'sX߄8wO40_MuDxˎ)Zhe}0ic`;z-oh[<4/ 4&‚1Ww9I}P勆lQ9ctjL/<!7ΜQ7F1OкsL8<霊Yp'ł3‚y5"w + r 2ʙ yoB 7F|u{|bfhfA;HY|78oF4L^Uh}B3fRPGC:6얇 ;E(`ʎH kFZ`!&zEwtA}Da_P0vLAyB-9ܶ6CxP "S479v.xI-HcEw˂gbA牳RAo^xpϙpp yI\͑i1]3Fo*6[OLA^ l!QQ#dϨQ#T A9AŃ=ƃE7=tyy勎ݤnzu-} 0y1xFWɃC<Ρ +&L<>(H<Oxp< 4AZ_8=107B)QT<\8= %+Aß6.p|m3y=-A8z&W9OǍ1T`%A ]k~8*3J=0 +rΥZFM':Osmc,p _Σl9笣 ߨ&>i*6>Q#ZyA/x5: ޮ&}C~ϝniM>.\f"[YUḦ́ƃv?WE)fąU?!pړc/#2#ToXB6MkoИvJV`K, "K&tM!ꂇ`opxVd&4( gƠ.,=6YdW4ꂨ  b`f ݂6%x4lr tsvˀz=cb?5SuA{p< 6u|3j\fopyp,A->Χeˈ ڵuU^t(h';Ƀ,8ʅn޾v Y2,<,xy0<NA5T̂s-Yp,?ftPd45owۯkV>NXv9;σ xDɃOmP~ ./*&E.\se7NEser jkA! ~i /&\tyN|#Yv%x0cA̔.B#tΣ:1.{ +|̃-GE&xKFA/wU?bw8:-SLfB iP f&4)ȃf0tPV٣?3Q@3DN,rhB Q+1lHlWÌ ! ˒aAΑtA$,c>MDh+ʹXӱJuK4scvo0O2Em +(1E3 Z D=m'3fLD4hPA'iuV9{%^4C'Tsd:?tc K{l{EWƒ 0!QŃƁ<8j:'wyPub7}F<SAAc0' 3*̃`^N!`k 9І5x. ;TuxPFh FVLłվ6(yp>TnE4mA~Ȅ1x8 fH~Q\Q/h= ИAv #0W1~a~~$E*n,xn`YpM<8Kjʃ:GYp-<\11aw2 Gd[Wu? =¸KxjxИ0ɬ1SŃU-d/:Ch!O`G~QʘA已.z𮳛gy03!zFAA g`˅LĎM( +V\d +!|&WivL Rӽ +F4=ɡ1} CŅ[V״L_Ϻ XaA<Ƃq`gp2B= Dg⟖#AA/x[Bfr P" A"ʳOԘjYǃzZ"<˃{+m ^2 3dȬ<8oY2c,,8)"+s4`{Gxq([hqmw1+r( dZ sccAA5 ڠuK@ ĵ!v+3#{>Ds^i#Xp vF(C'c*7۽;c|سoxOe*F >MAńxpF $\"SŃWUQt2FzD*AcB2#ƅد?XƎ3!71d]w FHƄWؐ}Gk)3w 11aqMFxJB ˰ mfY7X{  v rǂqR{h5%`owhz`d{'2c96H{#AA!]j$ADjyi:_I&޿`8yXq3KW- +͐Rlx !;fwiox q="_؎Μ0I;#)T{3Y3Y̹3n +Ow +Co}#¤VY3A:oT`9v,w ,ʃJx5[/W;6hop<((2eddd.zcѼ;h&sD&DfBA; +ȃv92-TZge h 1{2:LmeƌΗ8]>v(N;`ȍiyoP?T̂gg {YB'$.4)ꆶ_Sw4sÆ9=I!{H!g6D.TƆ*{|W90f4rD+8V?<,_{>Q!Y̜Mы[O4N-ao-1a~̓!=0w Z58}B\}m_|BQYzrm3rMI'oay0B=V[w>hFk̑a44uE{x%yyF<{΃/ȃI40N`A˕y|Gh{-i0胡P%} xY#=x=_`CK &d8 +#<^Q*d}X!{?H{g>Ovx]=!TCN #9fkp ?PyB3uim5{u ;*s+LX&6q~aŀ n!wRG:lQzٷf 8+Ã5*y% A΃I,:+zDr uͻ9~p=r^ 2 W|~]L8VʃjvKWEDwnkŌ`.<أr'}:)[&RD+C?=of q(>Ƀh Ojqj/Åod<&\Dȃ,3`#Xm# >˂~@'<=O=BA>Ao\^Ekiμ:b 4AAч^,˔9}?郸>|92u|<} +5mq\K?<_l%1!se_fѳ ggg&DS_:{mxI}D|7O?MsލVȃ][ 3H .4<:-g#-f#瑚VHmxPfNҴ1Kt'|Wł bwLu+Αcw fLY%,G&dX`?xsd-[ȐEx0&4DĎns_5z {JUq,K s *}0jPf,y]K9GX郐3ZtM\K[q+A%6P,zGǙkUg˜_4gXKɞL %mp//Oy>8 CgG5Axy1-6d>Tȇ6; Š ^+e?JNh׼χ^!L]1YWUyE˃7%cмjwȑ ',syP*,x' 끼#Wdm~8% e u5 7ap]KC;3oYp?xcAdŠ[< 6D ø~Ă-&DvbAATxF#./DT,}#^Qse\Ex0N8'k,̊4pR{MȄ}X):,FcTrh+&łn%$}wM2E[')蟇8"Crf˟G*xG1:u WlQLK\+e9+:ƃză;xP0A6Mhb1xP `7!<FXFxAAMAjX,ƃwb©<1aա'r4  -Tߵx0鎹xо|ŃƂy5U 녭c12g`- jVw'DŽӢ%pŃ-tyrz bAE4hL`|(`#secM#pɁi +( 6x_Z M`N^[f 6j*fauσ 1湁ypRcrx0wӧ.BxИ0EmoXd|{˜]{m|r6hƃasE#ZxY&~J,^s8?νމQ,vf\<YP2Kp`-1-?(w*p^B{onc8CFS~ QŃj>:3dA۵< L{S4 +A/Di~ +o*N3)2sfB(us腃ݜRAΏyC?ɂv]pqWuLbvc0kA` h-Ή*t\V Yx<̆vȽ8ƃ%ZOx{ =5<̔+ِrc",8L!Vmx .ÃƄnߠ:zv}v~?r"fC{HkLmz\ZbB)2bg!1!L FI',|Uh;y 17Y0gPkO0,h;A,h)dMP` 78ƃwƃ!Oy0Z*y9pYdMmi(7/~boׄ1 aCT6]&DĂ隼f2 Kv2 $}A?c"p`F(|`AOܙEhL/FX{'\'qy0Cɏ`3#j{7w%,xP "6scw>dAƃipoE ]}ȃO}W4uZ& +gj&然9m_`Ǭ#= 4<_c  +dyqؑăbN+#v,KQbYQKeR<A$&H$@cvߞF7n r]{gs&}nUwjw}y6nιu_4Gml_ڙ[wg_^l|?6-on[etW'۷ޞj/޾/z޺o9|ؙ;;ws凖ax-x _0^.+{m9xO3 +?+ 7n„.-gx_|4L۸B K7a.m k\CoʱWNx\9fwNËg^sv#GZ\;zhwm/=3.ޅq޽x2{N-޽|fӋsߡvq \ڙwq>N߽k.ޏLsqn ;ׯ__||#{><7ns|ൄ9|Gye^9măSw 2.d`n}5ܸ?W,à ,X]L<1a1&x02AfA7\NdB aZ ,yT1CK 3|/6wEɃY`8 b">Nj'$αȃO<ϗ<0Yh^VɃiqYbA`<|d̃ *Mܲy03tn<ML^67n i cm<\V06n`ỹ̗†y}8g6GS&x0B uGbBLd#o=/ 3a ?QÀd&|IPGq?~cA~'Y 0?4߇" QŃ=i[?>W^?<X0 XŃ`A;,' s +3 ^L#<%G<l1 F]VWyQKܦpNr<<-&dmsUXp8 gd/yg̀<+h̓-}Ń`J$m`^L=d]pxc<꾠˃cwyc]ed}p_x0̃N/-bPyuA*|xPA]RłYr*j=t]f49۶ϛ+B/=yP yߴm [(]RKR#lOy!;Qə]&6>jgΠǃʁ̂q{އ!"C&<8Z1.,X`bA ȰG+xj̓v}~ƒ z92NcSYɁ?^&Ԍ>4}[*X&p" 6xk6c`KܸmB{=1mpL8Py,e9ChE#6<;Ea7x߉SEz:aBdxS3rF)w+:%x0gɈ_xqA-xu l7,*a8F'( * y&Ś/x.,GbϬo5N U 1,i gb1\]I-e&f? f\{_|<k6h, FLQdȂ[N'k\xPwxeIaŃj z٢\AL?VX s.uY |؝J;LhpfZLT/|-FtB._ŃʀF<1A@L1Q'LQC=_)vw5¢$݆WeBC:Q>dmQ0SY +DńąqGe Gx|ySfAzn og@AKgMp"*QO[p>٢c~і.?f0uM43FSwgg`A/ e2Y,2F7 + gމ<' +mh-}zy0aAd&̞PoTȄ &\Lawu7Ã!ncr`ꕰAOo Ch3dE֨`Ηa. 6oXiĆPA?>RΙiH'Na%}E,x'A=}M'Sz?bD(PdJn 3`kgg W  <`-qd2d6P[XPAʋw0=ԇ_;ڧ8ƃΆ{āVM̓{ 5?‚=<90d3y/0gfdh/=Zx=wsP cwf̈́+qbmү^ă xG^Gw y̙^>3Lhp"sdV]t Π]qެ>H?sE)W3E+ycOP5AʂED@bAAeXu?py Udγv + Z)<+L<8y𶛟<Λg$锘+CfA6'75=& y2:*3R7vO<6fhʕ B reNzB#x0+St O?˃VD)_B\+d89S`ʑ)?jۨN:_q+ cNKYf'<z(*n4?[<V?9cq`d=a T(N;S9t]?C1`6/LCʻ<z8#˂5h<ÃVh7D=`+sD=1xPFǠ/{%-htγW4=-wfנgVYOFOya>tgaEfĶʃ9qyoVAf<8-3`.8v`Ń:\+Z }wS N z'z]+ZhɃ?H﹋2L<<ZڠɃ lhSxpc:ƃ?<8 iV<.BXQ|hrr2 _fhG!;yցąy sL,<,Ń, Ƀ~}},Xh)OE+$~Qg~Q'}̃]L`e!x=ą^ ̃Y5_3A![T?g}ŃޠA]bAĂI&wC 48"=,ѼlQN_TSF/ +&̧<ƝAɓiuA(yg<'4^b<ʃr=3ݮ(8z!p=6lJew:v]. l'iȜ 9.PG27HODsdN6=sfq67>N|7{ 1[92]a<,:.޷c cT?TuAK n4{DzcTX'` S4B`Aͮnzqțd9ypv]o]1C@͒=l[,xZ92.zQUɓ)x5gTy{ L,Gy0h({FCX{F-g}P}C P(klz—FC_=)jiqgLhţUS\~|9'fZaK!9z1Ʌ^ UXׁWp8̃'zᔯ (5;2]: + Z͐3e*}ɓ3U1M>'Ztq-O)4B \H9'7_FZ|M3*fx5,X OE?dȄ0o@} Ʈ p cΓ>= -2cł4i|yf@8m``z2^|#b__qztou~fWtn',8#rD:c2a{د[g;,Ω V92M,X92& + rLȐ <d+xzY# 3ʃcsF e̾Ѡ>A-h3ZE}V5x. C6r'tnt~1qW>F緡 2F _&Oj&/i?fr3E 1b1+cN9rbR>f肇SsEyW`@eA|[lyD) +^8y0j)9?]#L^֨vO Xp +0Zs0 Wt,Y2`U7 +z܇ΒftSX`{h\{SxP|]Qz΃Auŀ7p]@A,.>:G̓~. y0䎦"ct`xzaQcbcza䖝Q +KjV^RbPCOuo0xE/Z:,ٓ<{r# +1aƿ!gm{xT,|X ,hu `+?*`8w'"N FZ,<8^ Mpܘn.lϢ z٢ hvq hZ<8Lhg zM<͒ ,h ġj0dˬ"x0k7A! X Rǃ]̂#LjctBsbNB7\E ixa\ gr_;Ϣ 0y8~A'X2E eA͑,b/{2V2d/h Z2awV˙ zV/*Z~s͂sCȏW˃]9<Â38%KɁ#}?أ ,8惿^{I_xF ߨAA\ Fy,! `-hΔ1xȑ`s ElQ ɒ˃iZ9&dIVY3F'$v9=yygAÆQ#A,xfrÄ8'&ȧqہ( ^>st|ޛpL:<6\:Gt7t@ʻ`/tYAre,p )Y0>7a`zÃ&`qV4t ! x/2i<3ʃ5û- +бM3AӜyJ g ;W(|X R> xًٔxס Z<,3옠 r 2E+}97;[]Y1'a(Z,8785u@XO?/v5[]#Ud0stKnM&kWK' 6v肭.g{;x0e`zyĂA]}tœ=J[W4L |N2Fg>D;}Pd +/ <[\QgEY,|}ʂ`{.!XQ3G[uuh}f!/1:qQQtR` +6Lxn^pl@9_ac y2\'p&1Z&B#4(r(높5,RLȤ +KS3oT(0ؕv iP X/!U|WyI^\QPhzI5f9@>s1xE1<ݽz%Z,6X +ѩQT]̃'691-]ƇW rcU  _f0E+`B~(7rfgb{&vny2'Srd\mQLʍjgPcRfL:,"*y9KH,fׄ`8VOoɗ]SV0py/ڝr(9;4^̘O:;X15$b/~U ݹ^N8D + |FXuFd> O<vg40!cI<4 ΃/(2 Cʏa fΛ};x:_5@cbAn`,6l <4k4s <}Q꣰v tBΝb,P +: c-DL%}鱧́o0#} rh.jv7& Fݖ|w+`'ZG4fp|ʒXj^б< _q_|2˕a;~lȃzcmlfʾ`?HQ 6k;<x;%!1B(K;*-LَXLuVhŃ}:?wR01u\;=|x3^7%Ncop2 +Nau@;xp|51ig`2E* <H|^Y9AK_ʉѿhi`bKŃFHuy'ꈣ<8S(SV>qy2sI'.β/85C&!Xg^+|̓awp,(}C<0iGĄ9w=3AZ<gArn;hxE[>Ѭ =lhz:4#%[9G DjH *{*N{-d;쭽BBKy0`Ax2+<8Ƃ<^9Z̃F vɃ|6ā<})ѩ 8=<,ypD,x_ zXh v(j?}rFNd>ɞQO S#Dg4h3JLBxEaGB\ѴCXP 2<]y`2Z`# lO;wk:q̃Πr!!||ȇa^S&.e(w 6hr 猓-g c0txtȁt>Lc ;"IcXyI2+Ggn!eX9VGEgUńYB̻~R)뀘~B'#藢mʌ9j{=odϜsExQޠXlQA fm #z vu<.n32!3y1zybԩ<(_`D &G\gp%7pG=e9xp* ʃ7oA??(> Wā-}Af8m :'">?wL kg?xR~5-T.̻o{%oĄ xP/vsŃ 2 Z9^.ѬF]?+&L<Ȼ +"_A>L|ҼsPy0xw 64rg)d0u[>jŃƃ?{ʹQ4A'-2Fy_0\weujLAr &%7y0`bA@!gʄQdh+3xE/Nc`dCA/EXfr}>v5A0,+WTcܽ7|!uYКGzNq>nE@́ь|U&+c郅rŘG; +*Gt===ΏYwg ``YyNtA x}̃;yxLA#F9IYʃǟw #` ;ć6`|gnńyouVa8oCp!FBHEyjsGZp!kty0[ŃoȏxZd,tM(Z~ 6U `A!92sD[ أt3Sz:vû<ȼG^v?Lf8:2a88=E,#uń jLAL(4B : &L<=BΔ(rF =Bo5Bwbj``1 nAt`o +&%ap(xz'vwzo"Fs0U醗u!+ފF=bC/#Q30pY脤j5g2EU|F_+AW͔Q(o0sz7itAM5X d6L ;^;}A+7ѬPO 1ČT&~cY4AS3?e3{ K]p?pU\/ Wt&_<8;e<\F0?;Yʃrf~8ƃ;Aa9x9„33J<<Ȟ.•yȓ٢"g4<AAWl`˓aLxr B]W)lȞR&d-28_uSw`hhZl {D1sd(/ꈧOhy&jV(s i~Y\yG?hN#AxBɗXeю +K7ԽCΠrI,RV}?'dh'Q9ʂgp-(,>Xp`L92;<+~KlQ΍a3p X -o^n`1oNA]AOxv>B##eb?yfggyCGY#/f7xpU< 1!CM eAa\m0dCD*!e6;&dʀ U#gy`ăŃ `O2=d'Z٢^W<\W1lQ'*] w u} F\bUZc;-/6Ć_[jj y_ѨQތj!| CO|ʗ)>fC Xy0gǤ eΑi8^QA`AH[/&(yFG,(ygwp:tbA0lQM٢ƒ f|t8;X胉c̣F㠏0xGoTd>;~'7C7&0  M4>;/ZyFCu'C;}|\WuVd2nU;?B=.Of]S90甦|zoH <݃W-bg3Dy|Pbq"1!rG3<4E̦;+x;CcZxI o)tày~[y3#E QʙɻzIŝ7]0i#ʚ {EF3dr3<(92ʃ22 "_ yLQbO>}`b.Xr6-}P-*Uy5?A} r)`GAbUi{‚/ + W躺n3<8Ƅrrd,NfFhso{v,TA=m0`dBaAA0a`"Sm-2F /jIyp}y;'<DOd ;<}ȄaΘAgvAΣbARŁ6hrs=\;{8k/a4G` ?Ğ`i`PLor6N`Ct`;tE糸И(OwzMc1#넪r?[|sMȃ,<>Q1mp +Ɲ<,8p^‚ݽTS]G]< #{D.zk%W4w ZLX >z(r!vsaA/xExF7~'dS/ܽ8{?B|;*[[zFI|첃>23XxE)[4hU軗<2DWbAA[<8EG܃4="7ӦOaP<~V=7-mۜ,xxp8r`3e\ 4yp]pWx>XŃ^̗aŃ1GJ^.?H),h g(L,$&x Nx=lꂉ[V,ÃLQ>h.% xj;O><:CqFFX|-חC|5E}dX|O݈N&4(/4saʨœ9C;pBz30,\g͓Y2f<+`gȂ־D[FǠ}= 8?oȀ RD1郩sB5V z٢7YzG s*A_!V'=V(*b3oPx={m l)g8g0C3)s9+*eB#43qnΠ/վ uJs'J1}A0aI * rrdpÃ#:Ju{ʂ^(d UҔ6z,`ŠǑUypŃ%5d(wvބxLẴy +肳\1YpJ ɃS|xDW1-A+Gf/xp$dd;;a1Lh郡>33F.BdF&Ds<=lQAS߄E{xP>L̂^QY`19U'Dh=t|4p}$Ϩ2-x0u>`7P ,_m&?'FWF=LQfB ]ݎ&`@}n+ԒM>5Q= +4yHB1 +a=Ѻ%,mPy-zE{yty0}my}9?ƃ$gkb7nkͧ׷" nYJuw̾@ +23leh&c ]px _ݹs^#: b4AW`U3E//q}|A_A?SdA Kt;&0'ý;aG&4+cuO.5 L8EÀ[ѩ΃ 'a!Ev q LAȏ9^ vމ"S&Kx`Ww+X1]zb0;bBb>k9\݃xsso`Hd4tDui_zڃ }œ5Cy33 %iuy0ϕZ?D3y)rdwx=592EDŽdZ^E|Qf01Ⱥ1a? +2 gw2m̊ۧ7:ƃ]6VFh5Q#_T#Aon6<yrfc̃6h ~iPgJ тY`M{c(C x?<W4dr(<1sFSwE=4A+j-lG,nB0a߅L%Ā4#e +NA=S4Pc vlR#}B nXk nQv.*3„"M >SxL U+4yO/냆@V`ytL$ sf|VŃ/Xhy0 V740Q%1=~*St d&43c(ee]0vV&,tfs`p?MO*:>Qg?Yw+i=f/0pM ʂ<.`cwp'Z:3$h75ACEO^:']' +,C۩\X9OA xHYѽ>b5;<^;ņ@zH9oFsH"/<ŽVѤX/M΢^ < F}Fhd7x;<]Ȃv G-}0=`= 똰}0t G+;+ay2y>Qfh` =x: ejDљ M khAǢpx8ΌHBxG\t[~ X;ly\+oiC +{;EL +Ț̙G3?ł!`3Kgxy_A<2d6/˂^|-]y&b6nt2L;ƒ7JBc輪xz<8sAtNTtx8Ts 넣o<ҐL髵[^R/ЎA:M>G"eC+WDU>y-nB7$&٣:!U3 9a3|U}Un41 _<Ȓ`w;d(z&Z DsǠ2 ZyO:x,YJA2O61Ta+dB~`S#0<8p{_*ڊ,6:%yDM9Gf];;X:%xB[]cc92%X=aA/ڛc98~Sn M/AM=Av&A"g&xP z,Ҕ9:1ߣǃALqR'}Bƒ^Nǃ|YK4E[y# 0sK4yPt5 ;<Ȭ`l I5iy  LEy +4X<-w +)}7=:ZD-4nܷ?i^8 +iAkwP gǘ>Q9^7e +l3OiTU-qkvjFok}pypMp:+Ȓ%:v N+j `w0낆O 9C3 Jf/z>Q?]U {FV F=d(0y1y2Ȕa,:_4d"_4 uZOAxHZ gzfAP}a +( D-tw{R|]O̗= 8ć̉f#uʅI"5FK? '5r!yL+-DѰ̜1 s wR$ijpaa^ÔCʹ̆+rޖY~U/ DI൳A#_]`¢sAW.hu دŃV{4G3a|u, C[#y?e?A@tSxy:~&Tgzaoih=~ 3Lj =0a.87g]t5΃#+fUXp +, +~1}owA",x>F(O7J2!:'kA4~=}PyP=3sy燺b. ܷ\#& f@=hKܼV71;bA"Gc<;/ +z1V~Ń̀*_t9g'{_9Tj7}xpdIȹ23Ioj)S,8AHT ܖ0 gV4MA7z|)t:_\hGCf[aH+.trH->rE_؃ Ԯyos%O4fy(CY Coe<{a7tc8#ә;CYd}ӮA,&_]Aʒa&,8kd/^)Vuߐ_cxff;p1empeW),X1a <ł`O*Z,< ꃉ yog'OŃn#;` e=?<rDK,OS#G xP̓_4`'Qk2`dݍTgTkwTx6^y0KI.~s/ OtANbyo,6}6q *㙝Nޠfxy2=,83Lϯ( >]<sd<A$ 0O ,&ZA6h`-Pǻ8=ƂEh+9s& tB wW933d4`^3ƒO| ܈y>]A"FY+f[ vDK4},hyS| ++lņwO|wSqN:*"iBk|)SB{j}0jUd 4D[,[<8%Wł޻<ˁ``KԽ*WTz&Zy2;x0~B4 5=42E{yeqx#|Aw w<獲o4h<Fx0_y0xE]D4g١fLĦ觇ϓ' l|Xh)kyOmL0OȖΉح0`G4"OFw9+F!8+&v&6s掠ÁS= %!>_љa\n5Ʈjv +|i0g='eP; u /nh1$`]ƂYD"v$' /ZD%[kK}y7s%oqrv9VWDa`y=2!d;€[=VީNjow=PsopU4xpU]5fx<,Ń΃3 Z`Ń Л~QbQZLxsF(se2&0r3 F~ȄƒV}Dh5xY1cTx0fZ<֏6~h`3d< PypQ&{k f/j'A:y0z/;F=]ozIǪvz;,U +e֎#γfXH[BaC/:4r!IU':*d?;(?;&#,+*<]xO,ڠC<2 t+ cJ d30jgՃodX\li0!w1'x h`K%]e_p7XpWx&v=m]p] 8 + ̃‚rLWŃVL%P!OtAWt5;#O,xYv>ot{:xQ#<̟A%9F(˄]”)c> A͓aԽAh]OڠɃPd|d, xH9U/Eb7 V9N Xp}7Yxp^ a,h`Mb 2=xGKY9_ȔɞQs>拚ae2̀Vda,q7Z94u'hOOZ\ȞI"}B*B^aS1X빷|`V(x0Niw3̃3`O f +`ȑqcΩXl`Ba̬P~XvH^?J?b7H]VɈ|je P;!<XGy JDuYꡟ9| 3uL0 |=hg]yf䊎 3<AKS|zc?}/¬2tߞ E/Yv^A̓,.{F vXeZy3pe 2x ;<w2̃O4S(`ܛ#[^  V~tAZX7D,5+˰V!A9bqԷW{oֻiXãtrD68‚S9p-XU8!Kt:t@3?#SFń1[-(8ĂGOV/!c;OA4 {сs9{#|fo"2aʔxp`~Ă<)M4x2rDjD/W<9GȒk0[0 +ŃȒx ;AALy:)b_z~T {:sߢLhVX4U^ '(Z<'0|Ly +G0u)HEތtSB;?8ȹS̏Q5C9OZlQ+W4, w/A 92"UgwSlT]0͞ e`7 6p5N=A~SY ^ rZ<8)v?<-K4L=]Ȕј'` w<S(v G\y𹲟Y)#<=Y+6XOVAxFWt`A2Z!zFv^ wW~1sy/2p{N_zވzOăń,ҔGrłR/:a֍Ri:aAxPAɎA ;`A=eT+r`)aX-_0`##[!NDN$6V3̆"rakE&ukvbPcܟ,-T=y_zo & {A_o|#4e [BvpY3 ieB~s@_ +z~?kŌ/ \0Q|<X}^N\W6qNV8ޠˁ{b;v )92&>X`fuxQW閘'K ˃ +<{;xМσ<3ʽ<^yPpyP+ sj}DŃ/y0doe6yaVʏ9'Ky +K;':ieQoUh~lg0LkOp +V;< VLH9[x0hYL/4a! ySxy2`HQ/ + {;^Q|т.=rNɃzwoZE74#+ݷBh%'ՓY1>D3ać{04BAɕ'aL9S!z^̱IY6c]|!Tz [ly +Y}?(<RgNaS^ +v 1&4CGC irCʣO0YPa@ {^AΑ5 hH`]);ʁ`⿠}(f4"̤7ł8ƃऽYp޵B-}0-}g_~(3!4SLG92 C(x#3ha0LāL|`.:92|xc15ݤ+ %e&&(/*xX]i0!8%;#(V(E~ pVn &|E֌œ-! 3CŃ!wD'0a;j~p%qfVj( ?I9sYUa& wFsI f3IK,v1&qwUhjhm;ƒ^%ڠ~~^25SxG#+CY2Sx0rL4BA=xZΠǃcY73 +1 Z<8gȒi2Wc1!s<>Iyvd!OtL jDŽ 2 %+:[Ar=x͑!,H23 +(L8xF<X0 vAA7uu[׾躺}p^W=ykA}za_'5_<\} .'%/6O_/AK]tB=kW(^gx}r<#gD?_OKu?4ßkjοuG׾nM fOtοbf:q_[SwS]{S}rn_>_S|kL޿ckPSD݁ tjj3Má 5uwitb?PPt/EM=,ăbjzL'f5lCY3fɡV3{?T'@O5e<;O6kmm?ߚ#:H44s~s6'zOXs){5s/ C֩`ͿvgWn^Yxf{Y o,q_f[4ol~Gwc-xΓʻO t|nV}Y=lsy٘~=FqM[cQgfmI1nS5Ǜm}0GǬOZhsDT4jgL&|uڼI\m6f9l,O5 Nl,~_6N>lߏ>>&mαY;k핅3Qtlbsfm9Ԝ\Ͽgךs;3ݭm.oG#gq=Vx4(vsx{9Fe3B&8n Doo uv bQdVtėc}\Os~k9yғMŵ̃O^3w<(,j?2yKY߸ i'7KJxp'yY XAdB'߱yd.u .Jت)7Lhq`O}y^+fTd&\KyY02!1<8XɂȃF W~(ɂ] zAl `ƒ3G[{4eA z<͋/L&ǙW(bC@QrA#!Z`˂$ W'"!p٭0c56 ޙӫ6YZ!}]dB8A}̂Q„5lVz,9P̋z<‚y.dz "a,z{Ƀh2!xqV4ZlE;$Ä́2?zzA.D$O0Ύ(akc=f\5FP!83|CAf;< <~jˀ"̓27ύj=C ,=AsYPh\l2/y0_ƃ7h`2k^Β)!&c%kԓˆ#jN8CXnwM\9Q:i.Vy n𽌳4׋Lx~;gZErȃ Y׿/̇68G>?ξiV^ ^ w, ,V~L}eǰ8o[,^`-z,8 Xp9Q`ʂ<(d><(59ьܨx̃/X 8v͊z,X̓` ˂ȃǁ:Ghƒ/,؊wG8_/, yƒ#<^΃?zAa'^ey<92uj +n̴#dZÃz<(!2^]zzVzfT>QWht>&;pwy0"Fg/"NLxI1\'6Z}Jh hzjrL^YQ F ٔ8w(|A039Rk1bȡAt0! )dg˃*Lޡ~xbQxYP๛ǃqP\F+,gOdpjI0oś4siTM|h67 +8Cn#fq_"yxeo(z$rEGO&;zqelgE\TkU!ώBǃy6SA3d- +c F6TG|B-/yPyj&AXfEM4\$[ƚxPd\&,3* COyJ'xPfBKAf9J2O 5ޡΠA617ly,S^zx0'&cvp>fWc"kmx0V՜( М(2 ;dKî7X2o$Oq. +a˜uJ ]B4C'T{]Yxi=oP_jYUQ ޖIŁ5ҹ5, +(#?_Ƚ*#Ռs[J;ggڟ9',q!2'̈B +t Z,Hg_d8g‚4:K&2a˃?HY-׮^)渌Q7 dzl{]<`A8/]r3 5'C>=f0[a?7 Z<~7bVUx[fOp޿(,H* *P'SPwLp~Lޠ⾙*_˃EoA{N3dL&lNloAk0cglXgE{~ 7K5y2F[`;ax:c0΋B 匒֎?٬~σ3GC2eGEI[3i(yă9A(– u`~<-&LI,FD-t&0y3qLa69L?'L,~vX;枰iJJ"+e#ޝixP$ Ra[?6bPϑ&yr^G]Bf 3ǯsԮay +]B[ +iĿ7nS3:rE]<87( sbOϜhV=_Ârd,+vO(J0p`¦(38 zĉIτ/80mHzC310`,jd̟F^`ZAۂ=42E:';߇EL + -> j ͇Au(OyXyQk6cAs{PwO=yQ53{GӹQ̖&Lre:xP鹟's"tMf< Ȋ>û!$31{F|ytœ() + +I^x esyQ-a/T>/YMO]anQZ^LeR/>bcX?ꖰfK2D>ԟωn%[1[k1!ȃSjr͉oh` !_&v%{<^`lŃ N/S@Ծ*=DŽ/xPwrEkx&[0`AbJ#'W +yWQ#Tžb y$Tg2"Z;E3vܨv |^IwLp`-Ό {}8yp QDGa)]X9GTu ZVh cϻs/5Z,3dYQ -t&,&\>LX3w])knŁ{ł.V`63:AopRҾ3 jOG<ȢL7A+k4yreZݬQAD&Q'$gE^IhȐ% <Ã|9Ȃ1?} %N%G?=BdBxPuNҜǃyCƫǂ^Kgsauf1 ?BF冀LX+,Isa{cV?*Fv +%{4)4GcG`g(޽tW2[2cN 3DlEo53E\/S92s^FAK<}xF& 35\Hg"#&lH^aOԙ5%&߉ =P|fdߛ{?}xpA>,%;dAv_>1ּhƃ3U 2En  +e<. 2(z nza,WFe0WF1xC,0-S2NÒAWh`Ƅ,c*$4yp0#qxOs[l~`190P1%ag-.Lg>lXB}=GŃNOB#+䟽V^an?c>Trn,_PL#x7(]򮥳„Ȁ_~%Ks!z'CF V ^p\/^bψޡ]_fbZ١sЙ2gn)pL?Fd78ie[﹵xpнxP{ā VǃNzΏ1XPfޠ|,7G'vv Z`5ё)oϊƾ;[;!ctJLH;ȃ Gز +CB  y^B,`BA'TY-#|3̍ + Jvn/wEuhAc>Ժn67 +=f95<3JQ=/5wwqoPvZ1L,<%_5Q̓F})K3C|q^T" n00tӿHdAV<(,HFQă<3ڃ4y1[781 LezZw-}E`Zkǃ᡻5Gh vWbAdRg1ă^`=,ZsEB]C 4dQ.Ü֝n +پTs‚?_%>LxPfE[*xwoD5~Pt^(1!sLȗHIiƉ+U- )zYL +*ߓ! 1ߤ9ox8-^hƁ&s_X fE9Q ^K 7KԚMA z! zk$s„~["vdXx"f4'*<( >̏J ύٞ v>W j ~俛ƃ=&" AnL(~%1MWϧʬ( +*&4#>̨̓W`yϒLJlXCvڝҚe5}ξ`_DNZL5$x?bG0Oh V`4x0  +=A@c ̓yV-y3E1!ł }B`B ݅#3k&!%&fG ovGui0W3c?ج7b'ʃ]_'H2`?xp /ST,( r7'ZÂV>̨sA: C-2kAgfo9JXs]}Ek‚@+<2Ih;3qP$>` sIw )[QaBAD^xPJ ΍NzؐzTtdU38ƼQ7z5v000vr!t&3y+},fnQǬ4BE\hd@/١zOY0#cS_|ωiV434+2+Zѷc>zLτ=cqvej0^7`40?ZÃgheGexN!2ΖaMΉV87W_E%l̍z̔"V`|}{(3/hΎv`MDž7u&w/@p! +1 Om"! +1 Om"! +1 Om"5 +[N@EQ"&/"vwUW^K:+o OOp^;`z *:/ҊW!Yi"@Gy`5W{nons;|Iw\_s;:6`uݭ!PӆU<;6}p۳]rWa`,3w`uueM }A#~ u`{ߧu'z.lAV_UukƮm]RNV_t}NXVlنm:pue4^V7b6;pEV5ߗUglZv'f." ـ7__ #fV޷[݌Q}q7)$(h[V<lfKвl]R8_6LEt_Te.Gp u!$Ղp݇04؏hőFlC]INҁGhtߞY^<ڈm^Spz:p8ۀGo~m4lm]g=.l[鿣&]^>v `FpUݯ._g_<%p'`O<:`*|kGV=凛p' >삛{A{=#7w+aong/s-[t|y`}N7ե V2xb{r9n8[eWuێlzݱ≙#䇑fx!.vo,0 {ܯ|~Pͬĥpn g + +`-N}=V8_no@c'fb_ܰftg`G<M:`ާM|jN3Or^?\"3;cB`]p=_}狜bQT1j8↣^^'tV; lG2<0 TY\x[VGxb[sܰ73f BG`cKe V3˼zԯ-\TQ spƎg],Py` O[rfeϮxc䉑# QYvX լ%] qB vzPz?~UhR*{Ѣ;VC.37tS:?E냺aFEϼ+*OT9F=Ι/Kg8! ]+lTާx7u=厑+fa [s߻sCyae 3rQv,Y?rj2v[,b+~72Þ^]Y6 +pܷ KA{s^/=jmRaOvhE7¥{HwtoO"{v?|^ၭ,:`V/sbwUZ7QwD#Z?̲VnؓVptgi慽fpBC>z:B[{B(2etwuᒑ+zGf*;la*7̼߫ܩP^8 lf=F6 ly_{u{WXqĖھRSڛVvTptdpM'` z#D"ek8[ /=lz +_X7a53nVx/ܩ!ݔ? +pޘ{Hu#E}Yh{BG=ޠ1X2Or%fyatb Uh6Ů~>mihhh^VA</r?)v./FZ?=V^/;gf{N{0>b`o&sЪf> lU_~ջBe_.z3fQ+nьaHh%o]pɽ1=`/& 7#=> {a|/h*Oy_{3K=3sH劑#VPezJP힩zavvn2+ ;1#s=bz@#oi8m?}==I=Tu5L1VFak0B5[Xcs'Ћ`vC2ؚ F9`Zk={*zVUCFn2C{Py՝^f +we ;-`ϬIh`ooR9_TΧ|\rŖ# a }neQ/i lw']t;پL0v7;/)߳~W:K=ÿ_T17T{h>J +=3䄼l-=b*3NJB#Tsw{A_~"; 'ZWe '?T3s2Öz'0O,K)'o` vƨ9#, ySާ\C>G:K=ÿևgĪ0 .V ‘BYVnRl + +n + FXq~‑yr?;s#G~hKVzJ#/nhgir0sQzGh^7\ f[T9Dryw{DԣUD' Ѻ-rÖVzIU^TVdNn/yQg F``OhO&fd"Ηyc_#o9[aOfxߊ^;WX?ݤȜ0 qBB.xƊ.س7&rA;+ݐ<𪙽^D2@>|zL}3@#Tٟu?)^)WQYJ RFf~3[} K+\+ha1+hH쌱sپbr>yϙz~}.0sC*/lݨf-~׌aݤ8#NغYY“폩ܛߔ {YΘ얠:e=1~Jm?~}fggPh=1r(?Pz/THYAGў- + `5 ^RphhuV0N7,0ySgDRϋQzVf١) /T{g]*+|QfL%0Ek%#XOt >0/]լq炾?4!2A`FVzB[2ɗ2SgO\9cm~ ~Ҫ}lC^aT.YNxJNH( vdf0rAKTY-lvV3AЪ*<0#S9?s+#z?|6<]YV G[3jLFъVw7 +;== CT +V\Pݕ27w3A}Xq@U|Wqr^(wD%Z? UOilaNsj׌8-h08!}`[}u[=1K`kVPf`jN} <2h=prs^s#gqD*73_Y (+GLG/8gf)'( qB-] G#))2lF0 }V3ebP*T/quF} +^wV[YGݾJh t9 {oڟlpnh]Ϥ~oL?ߑn f љϢWjoC[Y&h{C+3ψ{'T텩8)]W;Y//Tsώ|{b懶~p l]X +Uhv>=:W'|K;G{nP[`}=3&.vZD1#zcQKΘ, BU?h䀾Sw?eپoo{#?Ps0!}>F3jhtbI'C1rλ*'?, 9OT폱[.oXլUw$`~Ur@*Yߔ)^XGh=qzG~hKmvh{JROQ'.)̬63˜8!}\plKT ^\%: ~rA;+j3AuGھiOL,0s@MN_y?ʩb<'F6G~ +aeLCeR?+T3vLG'99w,zc%;'33X7 ڽ1vVQP7 P/$Qx':'^#rp }hu*e + 0X>.>voV2~`Uh[w?i3?ou^M<U~hCWA/TϞlem +k&)̜A'r› +Nhslsf wOKTollEhNߎP#g_\3#_T UnX 5[§>n=3~h tBu=eV=} VX.gսc⮄u[|{mACC P;4zCG=f?}~*\#0sC/ +*+v0)̬EM}EN&%\.R}}nKTD䂷;;/ YA{OP| Z\0L@;r@e W*S̲CWy˝y!UYC`5cg +3'| Q{LNxqQ7:9auaoboC}Y9Cgmyj!}&Dy 3_OyiT<-?n5s#^ +Ҭ=3^'9] o3Nhw^#0lf|}2lus>%z]  n۽1٬}v FY2@8p=3WY#OTy/~rC N_}:3vQ5KF8E[oph`Y>mw]vffm.oG=Q7&jwL`6'Xnc6A/u@O_z??Y`=3*O~?n#~{0 +R?sE'|>f2WY]5FPVf{DG ^nO.x}K4s.>TٮMzB<}yW:~v?Kfz/sNN L=Q8 NxG~,KXq­$~8. +wfUuɴ#HPdɠ4YADT B**0q֬{s=U}Uk_}~c(?9xbǩ[,{bzKdzKNoMoOoVJoVzON)魒ު魖魙椷vzOMi=#gnz륷~zmfm {Qz[uz/N%m==;}/zwPzJ5.;4קwXzoHLMONNNM非ޛқނHޜ[;+;'wnzޙ޻;? {wzwq~wi~wyzWwU~Wޗߵ?w]~קwC~wc~7@_o!kk֫`ssYy{O90^ߕ'~ ޞMɿNg__É_˅w~>-ڟNJ寗c;* &_wM^+kwHov_;Cz/ͿMoʿO^=\'~]+]#^^5^9^,X>ٰlbğ#K?S<1#-.ɟSgfl((|3 +g4͂ȃW̟WV,Ff2 Y n?>'n, + 4 X `>p[2SLop{0p{7ၞq-V(v·\(LxF5_5qRf_C„oPLx00&`} n9^ L `µ &\M1jLbB{V$REQ5c5"o.nxK:Ȃ ޠ̂O|VfgXpyYpw9x +!7Xp^}N,(i Q"7sPgqrۭ}dL5#؅ k\xp!2ymj&<]1ə O tp%J _Ne3ńe&\?>\7|F;u2NgZP1fD? [PgHWx +kQ)leƒ*L{;nrȄ&r[BWR|0':;En5 nkX=YPnh +ZOP@@ [}?>>}ɿqcyh1"ΗLi3lˆWх&ׁ 0/1ai]ɍ행xtEQEQǂ-iO9g-FN,/ȔRB P35340뺅 Z}<'#d(EQEQ3Bs(xpAa*7D[n=D͟XP^w :C}@+⼻}FKD>쪾= [P{]5o +zfZu&v(vndBk]k P==B(fʊF xpʾ]>r-Q->,ƜUؑhu_h>ŀVy3}yw;gyQ{zlq A.B7W8J&|M:naB}KM%7CnS+4zz!EQEQ +M7z7D9r`*,x,hCe=N_ǁU8P{rw O{~4}Nw|ܨ9C L魅, FEWm !FsrKX떑?.1G (<؅Aܗchfp7+aajkv/,Ƽ]z1'ʁq@-~}!/wOǵXQ3-6 3,)v"Fh~t(&}ei%,mP JzFM>)(zjYNODO b,Xշ֎ĥAOP>ā sȀ%CL%x_6WԳ1,^D>°w9lyrȅ:Cy^wShm{Lxe&ѡSFk2„CyCN(<2{VNT|)'uCNtJLMA/Zky0`T`{j'ǎȉCDž_! +P򣥛V&<z2{7F +FuSu閙;©@QEQԣWc F5 :d(n DXpX,huZ:m ZK9kݗ׃OyhV!zȆ',"z^!rAw)$?jteci_&#FuntNK2#)(' z}r‚]r{hK0,xR^Ă֭-Oˆp z +J^b?|tPO߾]KXcC 3.25G[p~VubntQkbC#ľ$lݨg(EQEQ3Rc >\ bDq_ݲ>hfn͂|Ά҃Xc@4!Mov?,aG#l!Дb(&D+b̛ &<1FtK(0a)7@n=g:ᚆGm()(vԻDOкz'Kxj|Z̨PȆ?*Ņ3]!zMaW&&r'9}F7i8amtGB(3EQEMMRVtopsU9oNCdEK2;do9 \Q\T`AɇↄS%1f?Qlj=6ԙRͅ%3+,G?ͬ^a0ề K2& +d’Gx-#ܸ#\Kuvaf(ш 1ykU8 ACs r'5 . # z,`BK>\a?8y͊%FPj.zg )nS린 q^t/ unJn=B̍Z2#>>/5*٪kY^NfT((jifEdEn ̉7A\?_ 1zk޻:D7ʇʆz7‚ 8z q_ˋZS9R̐.RaB aϩM +aRvTw̼`K #2xK%7*I2JnG(_aV4#wGt7u4 퐩 bNou+,(%zc`'izo|Ò_s u +f;&N1^Q%r ׯuhpg"DiPoO=!2kypTϠ((jf)c^֬ +ZNLNQ}7KD;dO0ro2nnv%|WԷV>7lp` |y<߳XćȆgeH +K7&-Co KLF&l閱'7tZ5Zʌz!((j(}vlL zJLlܥ7hDO Dq[]|iWB-=Yк,l8P3`4[WbE͇ #ΑּBQkbB'}›2^к%6(vܸG(->0…:CmSH~>gcBPfń9zʍ^rLxʍvwLX^͌h#h#%;dFkw̌REQ5xkK=2%oʊnYђ7o9!DuL)'oW] F}Aܒ(Cuo" ".TQfC  n +[ o3mɍGXˍjᮕ=BɌufO vd6](!xp*-=2+zd쑑AɊZN7Xx9ѳ:D?:KTXpQaSƂ֭IpfikWczŅ3„ +yһ:7z}ʍtLrGXq{b@O_ʌD!{F)([*]6Kޠ}ZGfsG ޠKи5‚zg*#,x[QM ā{'Z|B qB‡+ĮK=3]Z~.lPx #=ڞhft(fF)(F{d,ϯ[yNW:z/qn0'7c>֓[AɇF}GX"\i\3S=()ʊ7X=2VV 77xdm+y9QDΉ + [,hCk vɄjJha )D{=>Z:L(k*Q-&nG(ai^LuҁAnXؙ6ws;dEZV4)Zڗ෌/'jm z[C`/'}PoPȍNPx+73Zv'6h!\ )3?REQ5<إKv;h`vPLHVtKc~}9hȜ=2ohS ݠ'shF5V+n .΍j^#LkTxPz+Q--Hfk7[4Nx;BSEQ5f]2+eE3mзdEĬB+l_DD?lQ1`6l +0[ZߨkPrGX#FM ꕑeFm  B7Sf]z EQEQ3KfhLy;շ3YCQj{dJYQ??7slt[m #Te~< /3M=B̌ ̃z;ڝ(n)씡((jZjovv-ĬhdwPzE##+ze!+z1̃7xwݠ z9.,,8$y*;j";BaˆG(<{ ++zdFqp^ew5#!hm3NeǠSS(4쒉v L:3qB!+jm[YQosP=2 ~) %~c +z75=!4J&{#Fs]e ((j5ytEk]2d4t\AԷ_VY+7h`Adx„/ QM{FEB锹2G:e4աc;e<8Ĥl[)EQEQ=8zݢϯtb %z[t v,T`ޠ17t 21z1zX#ȃ;A(<غAXڤ'R* * +wUյS^4jbݠ&&&D!*vłX((*{Q , 5H[[ce>1]w~w5wA?M>|4f7 Y͏nqi~fI7KYͲnwS7+Y/ܬnVsttl観Mlfs7[MW7;榇]f7{~nwsnqs psnNpsSܜf3ܜ7繹n.us\z77-nnusnrst7gns7_nN7Ϳh[1s#;Ww\Qg)>E?ݼKݼuLKn&y>Sg 7g!77rs{?:7Wn.qsnus3ݜf(3͉nwsnp7snt;7fO7fg7f{7ۺ͖n6sFf=7Yoݬ7n~nVLf73kiz՞gKгm1z-BϾsGL\y9?{gsꙎ_AÃ/ ypu7Pxp ƃD<3xXƃ'Gx|7FxFz6zcǸy87 DSNg<8l↏iƃ_!B=[+ħ5/+~[`<ƒg=~I {H3gh}<>)2F%ă7&xpƒExyp+k AA^M̃K.Ƀ%ƃ]&xpp 'Y O)Cmb/:҆}Ws!#}q}q3}syQ"n`'7A ڽ;2PƒVxpO#nxpCƃx U<8K&ă{w_=yPv]!܃xpnxpe2\xpj^Q! ja<ƒ[+<ƒ@z+:'<tҟI}FCJ焖)jF̜¯+ΝGyPcXτC dɼdɼj隸`ɬk"ŃG< ؉7e<؉`ǒx{K/ +AAx;-<3F5\Fă1ܖxpG2 <3:'8LB΃2v֞Y2 tjxgHxPk #xPvү :S<ؑ`N*:'*PAKhƃYqC{-773jkL؈`gb$d㴏~XxE-Y2lӕ,X!݃.vˮ*y=  1Ϩ<|}ƃ2ct σ~e2G2e8rϨ̔r(JZw n@>$xP˒<˒ffY2GEA^vM2篨A ښs:%.ACXOasbgA3Fd 0d2e.SfHEĽF #Sg!';""LX%w'Ãr78Krd|=ϑ=Oz&|v#"^Q΃ZEdlQ-KfCv;h]ɲE=AAP+`Y+V)L~` a*zN<rFssebG('b;¶d²mc9yE}L\rd#~Xv%gt0>k TuN`*Sf]ƃLP/>u!V(憐LRreP#0+ s8 r,Xd7sd&sdrsEsz&ΠIIA;,Y2"%yВ-hI٢袇  xQτѢ7A~GqG#Y7˄[*vm5 D LAAsdFE:c^ =O z(ϒ, KȒB#O2Z sw1,噢2ESA#)+z }c^Qσ!hwA~;CxEfv`GWTG(AA-Qm7Vd7sd{E6+{&xb^Qy;xvp̒d,%㟙  y2e|Ψ}!!!!rC{grCx&z'%ϨEx!W;iQzKX6 s8( ZC>Pߠ92~7S92n0 +jp;vF-ȃeg3  A<8_ 2^!wBngNPxF/NxFwO\ŎpvPvlͽ%e"\X%Zł!,7wO:&Fg୑z^X W0f,Y2AAP[C;.)!xpm !9p7vC{'N H^",cG89?us&Ԯʅ(C2oA92ݠ̑F ^XW43w j^QKLvY2A +2a2e6fމogT!(rF/+sjwDɄraXv{ nOv#wcݠH>Bxp8AϽ)^QggB ./.AAPk<)T-73!])3z\^zFyv{ǰѱ;BτrGFdtPX0[C9':Ct J c:&,zQ-Sn09xnxEC=n;|`gBA^Q7AAP 7L9VgYP띗y P`+ J#ӟxEehಆAς^Q AA {3 gBkʜQ;an}g.£"]C;K3v#;TM1F&Q; sʇegp`wD_JDeă}S /1WTe2zExESrEfv Wd|Z`A#s#yEnPvxEjƞ #_ѿR  jA5]]̝@-?X= ,Qgг'x'e|~7x ^@{C r7ȑ( ʞ 92VB%{E<_A5!.Qg\k2v h,Gf7ƃ>Gf9w9^2z&A  m ]!]rG(=ft +[xFahGȻ'B;B;B;۔l{lj|O}얰 & ؾ*.Lq`7z+(YpˎX09YPD$|~AKC92+ˑb睃+92`j7,+G<AAP]2kyC@BMyFyΨ#,2! =΢7_P D࣑;>X' :&͑^_sEn (d  j*5gT˕u2#Wg4{BF/tjy-r&| i/ .a-s4@NP[_PfDŽX03`w j2'3Ed{vn{E rEb A*_pGDbG(=xPvPrP΂V 1n[>Q5eȤvG|7((1~7ʑ< Yn v;Eֳ#\;Bȕ;;½";¾Qʎ0-uF-a3 &wvZ04iYb@ɁtCnd3XgnoΧDcr78HOT92Zhl7؅;)A+J G&+ +AAP˩Q΄! ʬdv3a Wa--ѳwTLEJJ.eBΆ!>81g?G}`9PܘI}I %Y@~ >r3(3dy'z_p7؍ 7aw+wWTvLE:  TV+cBK MtJtOa(k4#QGxL7CQτ7:pcBPG]lWB -|c3`g*ȳCyfςY#*YP~LO4_B  LPDŽ`s0+A/BAPg\PajGseo4=#seNXOvKe-aL?PJ..Hc^rFX2_c?]Ɓ`VP뚷 1 ARD/4Ds%z/r7 n2ES92n9{7h̓ AAPx0gGA#\(EӇreRw|GȳFcaG?a񍞫n eWJh =!}?J.|ϰ3LƈE#NxB/s`SPɂc!],OT j}~>'wZNl7>܎X AS3Z4gtqgt~z5#L} rhlGI{-J/ፉ|C.C1&7?B;Z81/> ;A+p|Jt͏QeD,K43o= Z| gyhh7Ƚn9X{Yn\Q~¦( +Uu )$1@$(@@0AYeDYFyr@Q(SQJ Zkjm +{nsgw}~Czoxk(uos+2l<晓fi^fEYiLspC4G9:+4NsbҼ6Ҝ4gy}79'yi.HsQ\i.OseӼ-uiOsCyg[ܖ4w;ͽiޝiޗi>i>#i!|<'|2ͧ|&ci>iKi|5|=7|;?4ItAqYE_4J4Ii~.ͿC?sK+ZG~w7=}o߫{=~7ߟJg33z"쾘,?lGΏ?GCgb4y ܟ4I4+47yGhMsM\4yK70iMsv79+˩iNN4kӜ4J&{E{4Y4/Ks@iMwf41>1zXfe~O,5{Ц}i~~߷6asm>7`y_{h (fFgׯdƒngg-6ñK .pw~v\%Wg˗gYtM~V=.?ϲgS3 L&gh o7ޑ _ 0SO #y&O =6=N>d? %ُ{`o,?d),^`oɟO=^sd !G^?/9=)'WF,xleQ3k̟߬ʟdyȃsּAfE)(vcf0!>3!Q x^n[3UFnTc²KX= &|0Y h+Ը~ +ZCɈ/ʱ~Ma?X9J.T'Ƃ%:4 ʝ[Π2qi%'JN `ɉYш7 .opsQoYQ(f:zcʌJ&,<ze,pYG-S[r.a oQ }G&W x*lhdDDdḣ_> [@ 9ʇbocom`A3ؚA/'ܹ nxo7fy((j#l53uzpGs#\UɍJ0Z`B[&Kx5F ʄ&v +k^!vpaA}CoYP >?@p'yrWYSXvUAC vȠ7XY,[5x=2)(5J6#nU#\.DPc52`aF~p@e6 b>T}8~,G&9Q L Z9 .tzLo0T@QEQ:ѳ4-&l#Fkї*Q[Ƅ/LݢzfNE;H\=J62-FĬiאe@쉉p` +" [ĻKXD!DD5opb`o=2EQE*Mq{bGK[=qF]B/s„o&u`&|aB̏¯*\b')r GVP2Ɖ rNa2 {]1rG+(},(J\[.9c9ш7kޠ7hݟAfE)(Z'4{e$]vXQɄ#2a%Lx{fh..;eCCɈ-?Qr4Cq#ǍޘbAޜXx[o ttܟgV(Yim;a?F=B+7z` 7*[nP`nTј&7?tj;~6! eTcDɉ2k|j܇WƀO5pv[qW!|0 3r[x8 } dA|toYp(o?ޟN?EQE=Lp^#noAܨSߕ /ȄZhY.| ոj} VP2A2K&8x Z1?w97%",(Jh1]Xк;99QD\co7&((Z4aK"#&?j7՘o%0%2zч[Hw 5>D9L7%>z u (wlhiɇޗ3… z;-} F;d7 ʜhc(< .jݍn-7z@Lva*Lx`8-\eI%P2"_ofAet8{C#P|ȇj,xrS7#]CAFNv_b'}7,ȽA(9gz'#QFrrkܨwE [3!w +WB_XxJ>bد =@@!uZ`a ޓY΁Yx7eNĆ " j`n[op^opo)(Qn0GX&tX7 q2&p`&v +^!{g4Pȇ(9QNF9/_Y 7# q dZq`v͂gu`A-'Z'Z/eA`?JEQEM7EagVo̍JF[KhuFv`B),Qy"m + B3LJO9YN'C<jq v%QXp,6D.ѓO43h`4'*D#2[Adf4SvOQEQ4zF >DoO GXr+?Fv m`“_ƺCQ =&>=j)Ժf"\;)\4odD-k X~Oȁ`((jkLaktwPˍ. FN̍zC0ᛁ /LxV~J.B#}56QrdŮ#_a/ŀ=}yy7F}Ak_ 3(D1'] A(Z2#QDNAa~Â&3+Lu^z +-\NR !Ɖ|]~=Ȁ| y|h<0$ FD,eg0'jݗcʉ((jhaKnTc…Nnv^2̍21yPh+lB/K +"ʞRd‰u5?ɀ3P;- ̇^썹8PXJƂ]Wv`A3(Kĝ!s)(g¾aK̍~oPxL&Ȅ}s &zf"l̐ =ٰI御A. +=܋<(ލZ`4u<׹/8 Fc;rgpi`g?zEQE:M#ܰ#lɍZ%7L(eJn49'0v +^ƅV<+l|1ŊX| +ICjXƁ5O:<Ɨ8$?W.Q?ƻ3z;VNTcAd EQEQߟ薩7(]BV}A9jݡ}3 ߘG̏^Q_ #j9R=CɆVcDɊ3F*(ʄ"ۑ5OCP+eA`?YPvʝ=`gc";s4v=Oo(Y<ؒݰcne.[ W(w(ۄz7O&ݣh +[2C,,\hy 562"#6Y#_b) W~ȁ'7/ +rO'Ă]VNTt;͉EQEQi%V^ܡ𲣒 _0vº]_˂^!fHw32Z̓ +#JNM7-|}e? ʁޞ C/ +ޘ‚ f ,(D .2Ώ#'#)EQEXe>G(ypQCnԺU/;Gۄ5&\dS&ĝB 1?ZfFv /} eƆ5bĮ#_W?h>`@8܍@G`6FOк1ݓAyWbrrgpxϝp(FuZQV/c1 +z3 eόSQ욉x-\ʆ>DFDN(}Ƞק1+Z l{uXP! unah w["ʂ7HQEQ:z[ Zw QnZLxX OL(GBTzȅWʅ]0ʇ'jei'`<K0`+^gP|ʮ!ZXD`c[ jdA3C0'ZX0 n<` KPEQEM#Fܠ%:GwvpLx0 &zfd~WX:H ^BwFz56PcD~PD <'(wrOb(JX]ڝqD7gREQEiлK; &\L(;Z~R6E 5 eG)!2ʼn8YΛ'oCX`p ➠'ۂ& + r_ j1/l-(EQEQɍF0r`лY_h`B3͏ +1Cj\(T hRQrdE~:}'sFv p jݡQOP +1& + `=Y3?̉REQEܨńj2sP,uP +LWhu \ "#[e6XQd:=y 8л-y2 +J<`cf% + Fc N*'>Q(fEF nK8c ۄ}B>ʞ Wݲ׸J6L5>DFhl }yr̆b_YFguc^ +b+(Y =5ܡ‚layXp,%L3EQEQ5zix>.9%v Lx 0a)rZ(zWheHnE.<(9Q>s[yj^`WeC+(YP`|ɀ,(o Z12#:AREQE #<~C2u^2am03Sˏj^!J.<[’!3ZiZٰƇȈ%+J^lZ|}~ŀFzb,Բg:{'h +bh, .V\(X?F`-'Jo((&t_f\L23=ZnGQ Tr.<Z|1"rƋ;Zczja+ /P vCޘrOB P7ɂEQEQc=B/7:'FG-LxH e~f,0[xA ˭ +37DɂEQEQ4aB+7a… Lؒ}Q#Zw +- eH%j3ȅ-leJk(s/u$!Z -|}񞠶'`-jh$ + Yp@wLvs'EQEQ3zޠh%pF0„{&'=jG= E.<#Zl* +6}CɇȈbߑq~a/ =/ԲxOP|j%Zcܹ#څ7Ȃ]D{`;AQEQ:3Qz ޽.L+0យ [v +њW(3r zņw1ʼne׻+<z^`yz:D,{ .idA?FfDdA((Hc`J&;P zG +&\L03G&] +/CZdH{gv w|1"rdE|2Y? ʁrGPސX Ze>eWp]XpXpFAD)(fG8p„; L({fv~J~WqY(sGy6ԼC?DF(yQ4y~5b@ lZo(fC-O jޮc=XpLc4w((j8pӁp„Nbk+ߓ 5PQjƈȉ%7F9-?1Z}5ĂF~T/ּ!8%`+3ys((jz0zӌ [ڭZT-zYL)vє|1"rŊrZF{-zYgJy}9PfC Zݡ]=`N7L(1jl!кG͏.+lhڞk( %"#j" /Jfb~u#Ij^P5l͇j,^h[dA(1F'̈́w +5&+lyqjdž50ˆȉȊ3Jnlkc?yb4p\wOeWY((j҄v k 7C1a \eI50zl|1Ɖ}>5O2zQ?PjC`:D#ʝA(Yi„-ўv}h+FT`|(Y((4vGr0rлWR_X$g2\0<̓<e>ܿü7̻ü3̽aɼ9y##Zf48{;^3}#_aۓ{xG{{^|'4ܧ4ܳ?z} +c7|5χ =rmCe]Ӥs6߇0?2+2N:'9kerwy== ol*pځ_e?tE:A|@-7@\_m^ك&b>lO&pl ]|facjŹ~K5-Yf' ҂g Aӭ' nE ߍ4a؅"](хO:0/iðkvFvbs3sCMۯ 8~ULuD·>q> {A-pC\zvtlj.lmM {0׉a+jI3k^t[v5xFZ0ׁ|(gDͲs +S]x gHc03,=cv>5bSRӥ&7m\}_05 ز ,uŴ m -Մs3sw +kaC s{0ևFLubc͸>'u; 0\{_Lз;:г,bg + +һHw SmӇFb؋n3?\M/v{:0>'XNM\afTNw={iԈVb{&kk0"jz>=gC`CMst. ={mۇFbS2^|K_M6`oEv7bG; +Mў3Kwaigӆ>liX+ԏKuߴ.KgBwjAԄ=–Kr lXF ;1lT34dnJ?/v K_0=`6tyo;A{AnRta3.l> 1İSX~^{K_jl݁[=+bN؄:i˾fg8ع\akZR_c@k;Lh͹КjNpg=/Mw!ua03, SX'Z1֋vlώ]Kjogk\k'|(p.}6̝'ðNiR7Ιv_R0wLhܢ=+ {yؙKkT3.=}V}iҳKuRgCpf4Ѻ,ioÚN,5cKG.5u_mLLuཌྷ?:p&ܻ [pnvbm+ֶc>'vm߯~= X:ڳ ,u`35oIp+ݫ n\K͸Ƥ>?/wJ+"l:w +MхaOacXۊfJ??v]+K<xԂlbf.} {w66bSk5&w [h#t r.laSjnlg/}+&\v`ͳ:i6h¹HKgI[vkam#.5쿚[;p}[ p xp}aΰvwT+c|^Kon4Bs|(ΉÚ6Fub4dr뿭,1FMӅsv5mXۇ-Ě^rr鿥x8-;6\KXӋkOr߫h]v avm8SXӊ͸\[ն_miH^@]س3\ S}kR'ZSs}woi@ {ڰsXĖ^bJyҀ[ Fn݅{a4bK+n=5~m@;Y i9}XjĖV{jGzo\lxv%pn4bm'ݏ_JW%PNNބKtamõNs&ܫ lÖFlĥrϭ5W >P񻰶 kpF\lk鿵'_ [ZگeyP@i.ܢ [n%wv@8p6mĥ[qwl(pkpFܲk5܆{ZU:~håHݸwY sާs$mf#a.NbߠÛԉkn6n5L}Ζ-~-{b6Z#O S6{l 2c!]k@mxzqߗnwҀNކm< L7ڸ:@݆hr~:h?46O?,죛tS,ڋ{vcz8\9u߉ ! +1 Om" +! +1 Om" ! +1 Om" ~ +1 Om /xu@p \ No newline at end of file diff --git a/src/main/resources/assets/otemod/textures/sky/pdn/noon_1.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/noon_1.pdn new file mode 100644 index 0000000..0536ee5 --- /dev/null +++ b/src/main/resources/assets/otemod/textures/sky/pdn/noon_1.pdn @@ -0,0 +1,1287 @@ +PDN3 ? NPaintDotNet.Data, Version=5.11.8685.3093, Culture=neutral, PublicKeyToken=nullPaintDotNet.Document +isDisposedlayerswidthheight savedWithuserMetadataItemsPaintDotNet.LayerListSystem.VersionSystem.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]][]   PaintDotNet.LayerListparentArrayList+_itemsArrayList+_sizeArrayList+_versionPaintDotNet.Document  System.Version_Major_Minor_Build _Revision ! System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]keyvalue $exif.tag0[0] + $exif.tag4[0] D $exif.tag5[0]/ $exif.tag6[0]7 $exif.tag7[0]7    + NPaintDotNet.Core, Version=5.11.8685.3093, Culture=neutral, PublicKeyToken=nullPaintDotNet.BitmapLayer +propertiessurfaceLayer+isDisposed Layer+width Layer+heightLayer+properties-PaintDotNet.BitmapLayer+BitmapLayerPropertiesPaintDotNet.Surface!PaintDotNet.Layer+LayerProperties       ! " #-PaintDotNet.BitmapLayer+BitmapLayerPropertiesblendOp&PaintDotNet.UserBlendOps+NormalBlendOp $PaintDotNet.Surfacewidthheightstridescan0PaintDotNet.MemoryBlock %!PaintDotNet.Layer+LayerPropertiesnameuserMetadataItemsvisible isBackgroundopacity blendModeSystem.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]][]PaintDotNet.LayerBlendMode& +Background 'PaintDotNet.LayerBlendModevalue__ ) * +Layer 3 '!-PaintDotNet.BitmapLayer+BitmapLayerPropertiesblendOp)PaintDotNet.UserBlendOps+ColorBurnBlendOp ." /#0Layer 2 '$&PaintDotNet.UserBlendOps+NormalBlendOp%PaintDotNet.MemoryBlocklength64 hasParentdeferred @p1'System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]])$*%@p1.)PaintDotNet.UserBlendOps+ColorBurnBlendOp/%@p1  +׵c +1<)H  :ks~۶ܱoU{޵Z?p5o[_9o[sC7~usBП;m*zܞz8Z;n[s[se빻 m0 ]>p_#/瞝9̡[?Ws=5u9>7v9t=vGV5Ns);sccw}f}o'9o9t?ܙw'2e<|m~?IsSß?:=?/uӿ=ß<3[GWu=Gu#4ݭy9:U|~{}~:Ls;/ֱ/?[Ǿ=?9_IW<v_cůߞoܙůݕzIs{^['ѭߺ̉'?u[zl'N~4'魗KO=u:N>>uGN [4~3?R-|u:m~i:s[iO9s[|{-gܱoi.ug;~='~u?܋u6vʜ{t? '<Ʈr[4_:|_M\݆SnuNغt+_ڞs\>fg^p̕Kg|WΥ2vn>i.oK/I׉W/]sK\{j^~/vey}ks2^YwJ;u8]]jׯ׮_כڕR}4?_~^rz]>u_\^ {eSW.sɭ率Sޟ\9"'2W-c|-W_>]:2i߯}_t!L6׽<ܞ7_MoҼ֛oo֛?I[oLzwλe~OӼ[,rO~3oy>|?ό'_on'3m횱9wN0 3/찠`t;qb‹_*`>w,gocĄ> OrՖo q`Nk!3j́:\`>V|h3&,h,<+\ޞgAd9> kwaΆ~[̂΃u΂NȂ,.d~@>W{S/`z^^{=}ru}R8~ϕ6A+d1羛ă] pL(X˄ĂȄC&\Xgo 0a & X0dB _Xł7^ăQ Y0`h`;c[G/7(7in)M0D pc p#pR܄ g<{ɃƂCMpS_g463~ _|Et,;:yF;Zxp7ZXpC{(1gZ΃gL~QoԸ4¢ t͘pk}m6E?Qxg8G"9=~( 26^х3;:6xdf³b)$` z=/=W}9cghX+Ͻq൝Z*M5H7|u=6t>uB7Qn"0`^*P;.; {@ +X΁ ϻܬ 6 nmMܕa4&5%X4o5fv;ɷf̅EV.`8 ;]`^⦅gxp /{*#}y4}y0{FALywoݛx7O<:3a~oG#DL7W>Lh;aA }}2:@'ĽAuBgBc@m0Å gxYyP"=A!.,h5F# jR$O}F{==P1kJ +> i#U< tP~:N\;dOit,oe%cgoe.2ałƁCV yf2}/ȁ.|g,fB&\6] A6T<,h`Â;Xx|x? ++OGiD@dpĄ_4+ƛ*[g<ިY yp| |yy ;8˃ OH[f+jwc ǧAy  dʰ_TD34y2!92̂JeT;ޠ`ʔgT6=LѯF!f˔\oȄipm}NhQ%L;vmvOm9 (K&yM41a ˿t&%p7vOh;`4r9{Emm0gWE0+F`bu=|\'LWiaWXiNb@Ń?\_`膍A`’/й-}ƀaF>@3*+1 Vy5ˈ60)G臑X̃/ʻ<gLe7/h{̫CI8σ?F .>8AɄ3;{ݭ>˖i )Ȏ,6Y"Wt&St V91 ^ѐ'xPe4<2A{^Ą!,h*OfEd4,<6c˃/(_&]>u*/B#~!냨:a. 6O- ꃐ+Y2_4DUN 3pd 3BdĨ7,Ⱦ9dA<^;<=̄Y紤ev}4s#r^L򈊬}4 ]i0VrfB!ŽƂf g/a!^.NX`#Q⺊|;犲W{'/ fEy0̃ML'#f]nj3MXp&/?>>.y -YTxsgafjg˸Fzau*st@Ct u&umP l!-`cIzqKC;Ȃf~bLʎSuQx3kFπe&i-*?x5~o#*S+&4$MK+˃ {<a +.4&4PyG;2ܼg eh {C}ǀP'Jё&hX0OwÝAML}c9pvw0 X#}0Š; 挺g4߸#1 E{<2w s/K?4L3F?&̗STt|>i>!sr!`5㻄"CyB*]:=[Xʖ:a%>UA G]L}N _9 _u Yp'~lV{`I;O!qpkv /΀I $0hMvhluI%JڠGk &f'ƌȁ̃*OT|_:(̃kY>(W{{G`/g4ʏR;gD[&dY` + Z#\˄ ;{&KǀzΒU~L̃ : FP/n  0J;Ȃdz<+{4|S!`<^RdBϜB@dR>.TzwV::F2Xt@&AgC. QɄ3y26 c GT(lvmA vLAL:_q0yF̄57w x b7aB167[xp9׹G̱4Ǟ2\&s}*3fza~ A D{o8Pi8WzAq=`8?FeN=#Hi=]p-~ daĽDI遳<eȌxʑd˃BbgTLh<ـ{,_3E &9͂ "S'g2&062Gd\=!>xT{΄ .,XB_=ԛ^h,8A3&(T!`#х mTDrDq `~zn(Gٯ?/<蹡=D(犢Ocu3L^hPU<,y4>=)"=}Fy3Z3EnBă+د\'?~| C6}2/&kj~vO?;UN hUP F^Q "%7Zx0t223h!-MƷ}Fz-~wQ?3:fyD}D6sWYPEKE!)cL3FA¤ Q@މ4΃Qd{(1o5S?Z3&mXOo(zpNRdC%.x/Z{yM:(gc-p(Lg#em;"fvwÁg8p.2~7t,{5Ax颴SXBgB~z:`>KuIu|b'^YF݂E~'O=zFJ;y;/ȂU/Ev ۳C<7R^:{s3-˂ՙ2}ĬFEQ=1Â*K0Alʃk< NgI=ĂKAϒ1.1Ƃ_:,yɖ!,Agr|`oN {@ChfA%3 Fy0ѱ N##?c fWPE9%Mf7u?+^gt "|Z`A>B"BAϑA}=1<~;<(z'>/5Lh+;~҈! 1aѦŽχ]3]-A;ƃ}>!s|k΃놯Wz=g^u +ЈX'P0M=<f N`ăӓ?`-׳#:`f3~i}[ fo/gww91ʓ1*GCwuxpMĬOte~Z}0ߞfxpOy1uM(|QE<(2d7 &T(Ǡ.v}Otȃ)< ~-R'} N^ƒy #=B˕AϨ#ߨg yo();azaĄ*_sbȃ .H,/zA2d*(gD.zu0ghCa…Y\Â/}Eg"1]ݞfgx9귷u7 w173G'^N0Z: FQńdȬʑ :ƒkE;<(XpvG}6|EO4̂5O L'ɐ΄k5Bnτ`AVy2KW|2{{qн6 6C/~Qϓ9Fx9WNBΕQgB<(: FX N]΃Vȅt[ŅsyA˃5aܗ؏4’!('ZFJ&|jF ?D13dT^q,M#; &z[sC pJtb`G\Tyz۟{<ݢ: 'uugxPu7Lch\<Ѯ{G]oT|,`##<67nQ&n<YpB'eF2dmÃݔG#=>Og/xYp#({<8?[ݽƒ^QGߨ *tTy2Ȃm ~aOԦ肂 M!hKO=C֙gCgjĬц +&t}P>=̂6-82 Ky<7GxE~A֚%&w˃3Z`Āv; x܄iQ9F`fo +ͰCx`~y^ 4L:!uW<\_׽28N텚 8O+bA/g{)TL/|/v2hTj%xЧzq=Of~յ_Ul6vN Yh%>ё_4,LH,}F$h3!dO)q1.W5` bhm0OtJL&&bN}Odx&Q̓qLCrFgsꛈ^zg4 +}5¤ z 86<;?~JY3MS<+:!^2o4 k΄NA~L;vG̐a\'j&/Ѳ;E_Ã9`+<}=΃;}.o $(k0+\H;6΀54f0wVBA$lv=;/V tF1gY uk;\AfnWueu@p6jda]%xوU`1y/gypJÄE xAA̓),~: g-3eBk=; :NXtyЙ0qȈB \8ÂA!13wN+ c"lUcn( yF{,ȚͱG~횀,A 냊9KdWTzM((̃+zxYy+\8x0MShCxP:A`(+G&, xj0!猢(ƃ[1lh91kPE+{8Ms`y_u&3:$F:`8bB< nBm\`eC#+wԪC<&ȃQHc)|٤p@~TnPẐ6 =΁=hUΨ+ߙY0(/}d>lvgN +,ؼ,V@#,7bA!( xaBBFch, OL>X2F;a1Z,,8 0[t5:&WuAYhO T3 u г6ș292efyp `1QD?,8B j]>Io6GfvoΌUns/t}y,v7B fSy99ezJӾ҇}'qF 0oLNB̓~QU,iB}>eKϬ>ַL 2] "7˂Ȅ| I춓yЦ`/W&d`TLu `;8tnʃLvu1 bLbDhOLX,~M~ Bhȃ rdw0w3"2 `}ƃ΄*}tNz D(EGODŽAdBMrF>8A=6xpȄ3  *y6/cB/Ań)CF :{{Q`/?E Sxwnf4`|Q,&SAb M` f<Ń;o}.f2= nXu"gTrׄAlX@ +ih!@ *e81l 3;kc=Ji{앥N~ #fl?1vZC ,>2PZ=)]ȃj^90#}5:=F(=5x_F~5y0in> tnXP]<Tс>fwhL8 9~DÃ3<8t^aE_AFLXAX v+ :z7uF`Â#>jv(_3FO1_4e<Δ_f&D}9o8ڻ˃zW= 3ay2U'Ța̙KH92 ; .8oƒ 27Kqu:#A LǙu /ftACmA&: F]QAB@ŃY +w)9߱1!3`-?x|s Րo3!XPN.`!3zLƝԠ0ǵ(&TS7h{2췟tlߜɄ+O~n59S<8E8b¢ l3 +΄S2Dyp2&7lxg?-x3#sdhwPvLddڠw"&(vσGtQ#\ 6<8,<t+}f}3FQ8X1oG FO}̓̅{ƒ]ɂ`Š7 #0*}/3|#M3X}}(EC` V<0!6 i7/:˃̂`3cH_%C1U<<Ƚ!xwm03aă3`+:Ƀ-^̂781:Qਏp5S<9gF(> +{`Wj}yXp1_4FLAt0zl4B(OF EYDmd+j ̒|jos;B„+#yzls"L(A#(ћWԙEz"&4/) `' +=!<݂1Z4BdA$44\A^x*D}PiQ/TM5oϚ,?Βy@4br''P W#z"f1!􌺟4$3þ?wO+,( #/^jW*ɯg G{ c>"ޏwBy1]02L]߿PDϔXuc-g[SfPt/?k۟ueӿz+S|d_湑<&MCQ냫AbA!\凮a^L5,EdF~Q!L hlfPq`ÃAobAxE~q HZ q AՑ^|_u +®v~_z5zPIfWS8qUh.L{F(ftXQPV,hlK>`bxpM?o<8 n*SFoĂQ  sd&X UL V^NZh_41iJDQ7٢5_>h<9ەYx5~̂>7X},`s{fF:^tl=`Wt NY23Y1U3L@|?XQDh3*=޷ǫCtCY=DѫH ;ꁕzrȉeŐӕ9VNOb&1ײNmEu.^Ȥaׇi`  uLhux~`_fcS}"93QLu݃`ƀ_uҙko\@c+Oy_I:-7ehwpd$duN *re7A] b&^5{mG]AAt{t h'G,(% ̒AAń< x'Iy2>m}wxM#ttPћW A̒q|̂u.Fa;s2.D@ĞAΐamP{yx1KK=΂MŶs_^xp/W5x>{uxrJ;CH %k8;qʌ?~;+>ǺVǖu4i˩o-.=u rE }(f2! 7:SX| ioY΄3 CmvwƒH\˃ `@{tAϑad(=|`c#|K_yEw̓=(xD'Ly2Ƅmx}"DmP#b`5|QΔ)ౝQ T<:]#,5 zk>* , GL3܊XYFܽOt3)b3h:i_ޕt0㣬og 3:{%^g')*Uo +Hɟbߣ~:o.oV&]t@g??,i~/Nq.;^80{n{ƒm+'FnLĄ= lɃ xPiv:_o"g"Nʑz%#-pAeBe}0!`^.drLf >`#,< `AABϓIs?=VLlR`;^Ѥ :93mpaA0w>B󉾐sx"x3X2dN yn V邞%~QmG92̂3#Ɍ2 ݀qlQpOwoMe7,v, |o. X0y$my%ȈQ+oK{nNג={:sg8Mʖ]e?oc_2&8Ɓ6΁,x;~/Wt7LXh3,!1]3/z}AD2ȑjg/ ~r?<EgXp`+92<W,H Ȃυ\s6/]^,Hv}xϘOq"K$VfB+hae gڋiYaR1`5XAՋ.3J0 +bXGdm!yï'1Ɍs鰛pᴆ(:& U [ج|nc`-;]<44mzltD>i癛v>r=FY,qe׳SI]nsϦ}oWΝ*_ÿt?im>߀Ηy/1a<AϢ,xݰb:,,; }zLxQݭg=1\Ń !1a Fs<+& `T<3ڠ{E}A#*cxB+bBA?y2+:epτwޠ_ń',x;+&lN/\9E|a}: "")h/j@;p3==e2VGS90yEs/bbA̓\Q +a&cX({Zψ,8g 7; zkrcKϫ~<ň/18[~+6yt +awa#8Â=4&^uz>=l/LZ9;* q93ڿ=;bZrmqyHlWw̫i߇{y}U |4 })_r@,,<>~Mɬ` 4l&\Zz?x {y]'YA@'`53}+Ał>xk +uAŃ V٢?XvI< k1cy5BbLC,y’`oW0y-/tW\8ҝ P5Py&ۮcpă,_#u]ìэ2i*O)X9u&bf3,{L8ʛaAG<̎Ggihښw%O;wdaϧ.d8s;y8 3T\qFU}3fǭ=bB +sG+ğ8&=Ltpv|>H̄,8=a7EgײN7;^QA)z1 2*MpF:D,xл_ꘈx4wPeɨLQAd¨_ɐLQAg~CAAΉ:WTeAM_4>p`#sb'?$6H/ c'ZaāIl&.2e8[tB>#ȝG!|)ȈćpM0Tٖ?0uψܡ4) &rtk:l#$ V<^ǽN~7c ={n6hx,]LZ(Gŵ(g-,Ⱥ+gLVdy=?pi|!2c4H5A[{\ܧńц%FA'Ań=<|o/:ʕeFkrdf;<ʑI,(AP>QnAx03:F }FX;X *hCH9AA`&Ty2јuAΎ=‚Dgtc8X#k*Of%`Ê3XPp`c~:|L#Ljw?t|0 ڠFlUWAvANӂ^Sӟt2 uaA;Â:WoyɂĀ5_2\rk. &ft=}]&g " J gSGQ|-0VD+? ޶ 98/}x+}nM,A(kQz)G:?9 +(M_ 托Rv {LyDWgz3/H僬{ +Tao#5GӒB҆)ƟSY> vĀ 9NAOTzDb 'g. ݈;6>ъ.DhojiZ]=<롾|}MfӇ$>Y hcol!-^.yp.8= Pa{\f.~(WaB2Wt_tByE{39Sw:=8ÃG}̃joPNeAȐiXrdeЫAA>٢C`IJdmP Mty5 ~F +cC^ /&;4s#낕6(x0ub `Ā=#ܘex/}ȅ3ާdMonY5(ìA v̋F^QVhj~5bB|sɾa R7 V,0`K3~󾠳 DC{~8`^*ܗ2pbgVHL'5I A Y8GyFoWtCdFcNk8fs^jxpNzgYMP2޻HLQϐI`EPvx_xBĎ ɂ˼Lp}? vLT,',A̓qdm˃'Ù2Ȃ!]M݃E Xd ]L ?|r=i-G4d¼W > 8zb^H 롏](FLW兪Hc-;Sx1S3{V 7 O<46yĩ=jSgr}Ok݂{Rf_Xz#2B3߬{v@#ڱW"f;ߨ/|V_cz^QL,7 +#hĂާ=k&7ɐ ఃvG K4>Qo(p`]EG3{0`A;&rhOx03`ă=u<}|̃=_hłZhA/wSDuxPyG#>|` ,E>J+j,~L\v7*[y;^HLl +w<{Y2/lw#'V2 ȕDWev'z.¨wp6ȝJ#dm0yFgp >hWD ^| 9x:#"*mл<uW;(d$&Dt4Ď &0WmxwOTex=c4"fh7GzUO<qP 2`;_~;_eFC,g/90x5A?a/!2J3fM`1C^Qz@:7es,W*Z…t_Ľ'䜙 siS{M"|d,;IL; &xBꓰ)16,`fnFLfR(iq'Zer>I6;M '*;&hא9twxmbJ<1Mpā3`a»Wh+sF ehT8;z'F+j,):#Mׄ*_.<|"7&@l*&.3 rƨUQ Y;l]tOn+ZD/肾;<8GmؑD%VvLX]#myк&lk5xp(  KoU gdha@ꌨX0`pYPunBg«/O@ibŜ)f^Df* <O +Ei[eN~d o|8=Z3En`Sp6;55,8rh> V3t+h/c>13ƒY6X4BbAHIu2?;v +3{]u*.|T3/n;߀{L) VtA`, V VY2EMG<|mo9ڠ1ؾ`17Rb€F{tzf#b?fB6i,{ 6C뻔%\oUn`ATAg*-q{]f˚x~;~`ݰa1j'ptot΄]}Af; }kxPyEU3aND P?Ȍ|MoxAgBqXDsA/H,{ AEo,XxpłeD4WTvϋ&m;{SDA4my*GFiƃIN2*,Ă=t5 䋖A`BBAzL 7A٢΃k"bŠO4zgA+]C٢ FY2J,ʎWtlQn]Aƒ> b)ʹ-c㞉'J]%W&3!ѫScxP lEB̝;y)?/]71#2`O#\>hѰ_{5%,b/3e+~Q^ E @U,]CGtPzEC3cTz3`>Q5=K\ 3#eT;Z#nF8n{3 1n&tD#m0d3F5Y2N/=2!CdAAQWAY;&>DQ^L> uW^Q)]roA욘{{- +~Q̓ )v+92)ZBLb'h#}&B}xгdWw T<;΁yOW92bDE ?)`:,yQt(&^k~9ghƀoQcLA9 raÈĄ>4YlX:9A?e}AᝄȄ93=Pz֨0uC+hynbތBz*^t;#=TK_T)"bvh~` .<9\yMBtJLy2 +/RhpϒB:e3T 2*bDǩrGoJ=oyp[7c!vz'*&MgAd®6xf`FѹBA `#: "W78͂`ÃYP`5`CO%>^ѨcsC  An^*}5B  F٢E`9{&xwPv +| gɌ><Ȃ;F +\r : x3F *LX_n90Ů + Ӿg,/"_6}"k⾈3LV˃;! +|]IA^Chȃ㺠J4̃Y\xW}1&W}bAG݃΃#ʹ3AMbCޠꚨx<=<=i_и?v +]-&_3 J8,'bΟAA,44CA~0O&BɃlaA3LQ^F#o,D90V~"dA=AŃ3y} Y޻0剂>*[e0[꤇7jO&pPˀqX0+ݱY(#Z.ʊ1B61o%p_^=!fJ&{oy݂9ѿeBxF|mQ̈C$z&dDA@)z3V<2dD|oG0bA̒ᮉ(ST& v yy_94 wM`Á"OFF'z zAc_4uNWY{&Mj.}9ȂjO9;%RrQ *V;T^S2ir顆-4 F~^h+yEI#Q bc˱ȒY XP^JLad}3S4GsG2hԣL<163̄'Zrdlo5<̇%_&3@7ɃS2.܄~QCdpz#k+FV}\( X;l7̈́ vwwSQ?} yb 3eX#,L(4BdMx0q` *}p^QCA{4rE?;V̧ڠEyw0wFvd0[ ,ED%ohspXDd({E1c3ey^L#/xY2Aî ;tA ~z!#I1#񍂆;Ȃ][aMg'ܕD~҈վr i#Fd3}y~{)C̝eGvAgׯR3t/ZC7Z}%L1W/vd\=b wԫ}G^v_/&(תxԭ'nV<3G}&\~oypV'\ÄGss<(reF2ct~oBF,DӾ0zA'΂XAȕ=B+6|x#f$ :VHzaf(`Ɋ!,`#i3>ѽo7vўOr 1_v9E_uGې<{y?EDhc(z'eHֲ`a XpaA>fXp:7q=':y땰Pu/{uB |̃O4NAG)nȂTUJ?C;FbAQQńJ<[}+M+|*Y}gvy0ET,X~=ΓAdA}zb _d_d|: i#SE<U zEӼ0[T 6ڠg"mP`Âed +*Ol:*:g"t(3:'{/seLE}y!muAE)=p<,軃jtZOT{c.ؼ?й`yE{Fˮ,t VLh!yG]#kAa~(bAɃNz!E{ _𵀌U䝟<.eA`m_0zwt.4lAAg`[½{3/36Xu7C&A]A/p` +A 8WZG??LO|O~/{キvϿywyݷZp[o.yۯ_YW..zoK.޸r~峋7.Y~ zbqk珧rrN[vvgq4Wl7ڹG&ϕSNm5c9{~O-/r_u;Zyse\|GʞOOUvO_Nuy;OϛLn~nq躟ύ?8x7 8t/4sO-ziᗖsS=n[C7[~yq8tӯέ8x-÷-[n÷zC7šv-?4n˹cw7vX/Ts8|W;4[w2]bqLi]k9-=bsUg9t^\)sYzw[7gv>͑b[or~GvO|??Xl=}]?Gs5G<Njhȟ,őGt9Ob7crv/'[O_.vlG5;_S_O~f9O/ؗ[{ѧnXcO߸ܸ8Mc__%ͱgo[x48/N~u8;ǟ+͉޽߽8'v7Yzũo޻8'7>89hqꅇ_|dqgw_yř.K_\} 3y2͹ŹZg_~&͹W8s_Y=ū];كXz.͹#\?o-^y~qi.}awp;WNqc/ɗp>x>fxz\<_:S.>^ϟSez2sWΟIck~c7m{>0cq<y|􃏗01CᇀI~qf//BNccԯo?^΄3}] ~Qz~`6̃x\|wx=͌hLx0&X~ڲ6x0-~qdĄc#ctx_7|/eYSRc|ςvyŕ F<qjÂeG>WYȂfSU_'gl& o6,…ƒ6`aBẽ NA0! ,Xx0`wy us9qxЦ`fBfI#K&|X̓`B|ƒN,Lhxn0Cq4&0b:~M_ʄ/~N Vcٴ =ʃLa6]u#tuU8pGu`7Fz*,,<|~/||6 ӅU *M> `bAAcߺ?`/<0OăƂ_ƃ =Ad +  x:`z# ,<c~y{Zߘ. t6y0r[ob`e·ZvbTE#,xpV<8pfE2.cq&]EوG (aѫ(/}cZFxa7`ƫg0!<^}=„>H 3=-<. {`6WOV(ъ}eBdoh+Ă3 f4]6j|]}_4yE_AfCKx0; % g^0k0aOʉ?ǂtv6~cCmye7<SHI>H26A0!=&c^O=0C>`pZb# 3oaBn!'9'7~tBMfO3s4{ yz,aà  fd&dg^](ɎXpEtz TzÂSxEuOP}AᾝG Ma?:_˃6x1.`~yYX+wAȰ6Ãȓa}d#{ʃ緾d%(3CH gLs<9:L#27TbZ c<}p*Zb?b7Ll X&O:>QAffw{ BVZ/:sWb5xx6]1 AcyҀ yQ"OFZ4`W(~QA{C^3 gG;1~O.n.pX'+/i/Xݮp`/3l<&l<UfS n*^Ls+ v0!dhCذ-}ܺW`dDDgt:Ƃ+ǀxP2F=&x R(k!0`c> +=pd_0bAxD=(8u fLm[O;^9fɼLQ͙auM.)<( ; :%RA) 8)Q(>D1Vc*2]!ngSi\kgwA0Aw, px0}3xX˃9 ϨǃUƨ2zEL!tAb=&g5EUl.c+`oWpWȃWN4BF/4Ȍc\žW+AdDm0ʏ}AL%mFYt3u/{`AE9Kd&g"i\t<8x0ȏ`: +X0 g Hڠ#A١+Gxp̻2 /R~ X4z0,4EY }k8ɻU1ٔ uLTl{7 {73WpTW5z&{ o Ce&{Op`S@("_4d|`= z@0|aO1xa{6O/ e4M&ӌ P9P\ +.2h6W>),o.okqb `˃!NZhG80aŃN +~{2EeyDC Yxd8SÂ^FL uGxsA͍18,QɏQנ/a, A/Wt7XJ`68p`Al=˂'Ln|# i=&lAz xi/@9;rȨ܊LD݁FIo.mR"!2E<;6GG!#n u+2sج-i:s>Q XѝBNBeef}]dΒa`"hqÄ=gk"2D{FڠǂMgbgx/}#f5ʚq`My?gDqt76sYpNan&X0ꤏz'8_tN7=#]*c&k# K~NFsX/<92V<9nt:^`!,ˏidԞA/?AYlXP=m ZD>Qc@fA=}}Ui5Y, *6~Gzzrd*M|Q Z^=[C׫>L[~H{GN]qfVvnY#rEOGIk.;/`AfufAo"ρ>8O(DY~z?wvڶW{0cܻx`ocB`n<X>:5T{Ďsgw,q۪_6|'l{˂V,yz<"„^ An{Q|ʃ'8#.aAxsW4A򌆾PeKǾA<F,1^;$4u_,X&'Ȍ}<‚^!xPuA`%(PAcă;H=ڑlV uL 0KNz.#;Kv< 9?TY`z1*s&ݏ2ύ6*~QAeBs"tX0֭&vBOuNgdd#;[" Oo% c\mD)%"m=@JAf Fc; ؓ0ߦMwRQtj@DCǬrD'&,]+)~z~QUT0ΉMZ,݇U~7Urd6HX%_}y7:)5;Tge1N?kMcaAսA0a-#P~=Q{;c,P̂#92c,Ƚ>`O㏍ xa >wF^^׼vJ4}5Kfm{k|~AD  AD{>QwwrdK'_r9뗈80A*}A`t4ĀQ|OdTi~^C'ƷԬcT`~fd*nߪ\pn{˃Na~TKWNAά *f1bz}v5S ?͐ItM<ȔN+_( s7]3,x>EDLă.4a^ - f`S_bb%ULC92+ye/ς tMNl;ƁAΒBF`Y2鵓%B Tr*oob_}x0ȩ_#˽csML6~L/Ywwp +yZߦ.: =\#2HL/1zEvg'SiĄ%wEoG}6G'Lʃh_cA7OT|Wyr= F<8}+8ϨǃAc kOTUt-:r(egɎixpm.lσ/h㱠fT<x &CdưviiS|>uT#,gJ?+w6X^a˕!űyÃ7C2^ha>?z^`~\.}'3E63/xUE=&LC7G~A~hvkF7/JU}^EZbM d]p[7L.M>)8]txz:){Q&Ϩ!:E#,,xEC] ^Ѡs^Q`w03{?̈u_zgt,WJ<́Q(wKT1o0wL.^Q.~i+_2/; A,Y29,3١՜=Pww]AGQv uotz+̓t=#..Mu5f@ioG X0LQ9OTcBeA/OTE|vx7NGu1&rIg"򛺌-6;ٽ>{ýq8.!|Sxp3?1{Gоf͙\&Izz~įͅ{̈́6]!4ʓixpbBc9<ޱ>(Aypje6 F92 6^QĀ g2V G8c ixd_zG̒ y ם` ,X:&^wb &p6Cޠbo; 8AU24}r<]%Q^h:;:Ȼ=o SAl3[P>xׇFgIKc4Yod˰>`xI~u4B)[F%}C\n#.Ago=m1hĂ%dxg٢fTh9aQx#4_A[W%TVBaAw."s^3c 2q Ox>̣1/%c}f2^cMzCm)B|W޺lOqދfOt]-5NuxpJƨ!6}1Ap` z%MWGy0`J|dz &獷/Y2̃%[!iN +5?a3/> z X :&&(ÃiƁ'ѽAd0j`!s'Āk0lz3Cc t]'Ov͏q fx_4]x KxEYG͹2Ȱ) ұ93;fߨ++M2ye4ǿ1?krn r7X4B 5ă.mLg&pu77D?WZVu H ҰvnNhspXPFs<(iُ2bO/Xׅqw1#ܹt +{Xo|ҙyP9Oeu@fB=>68ƃʄAcAj0k3ǃQ}& + r2!`7-9(^v[~ z=(`P-0 /tT!1!s xH|Q/ TC=MX@{Cy.zA>냮& 2d̂g`hgPy=)Zx,w#< L(,XG4< r) +pq7c?[*tLp_8w~zLn7g316!zđ?ޒ RtQv  +GstSpl.w|!. m!S:^Y" 2FO9g}+\/8ǪxF +g`z q"5ʽ ^*1S&>)!&̅VWOb#7t3s7EnDo*,),„ NvʃF8%Ggjp`ˆ1j/;u a*rd<tx0 {E F)GFA{4_jUv <3/Zv z92M|f&Kv' KAꗀGglQ隨o h|~Ѣ + ޠ: tAON_ypLtsD3WAdv{{.nO9W1o'<;=<t6郭/ ک=]B: ~V򘐿}U?A@.iPKM׍)uvxC CtNp(:5ĞbL6!#„?ZyXYam3 {-u\<2NhrÂ%[@{&䮈/? Fwu^W,2Kn3EsgT1 f(D5`7???&y j v/jbAdȜza'`LC szʃn + :;^nhyGft\0`Ń]}&} ;zjvŭ爫 ˞܋(}C;7tף|g_4Bz5GxDo`-mpG:Dz^kuw=)gf7eɀ>`~AY0A*O)J2 i[^DMY˞~h]B7Bz BldV]N .W_hۡ^ё|Q7y2iC&k}1 Fr?x!M9MyVa`p[|jr 8ʄ-A6<8CTܾ<&B,`gw;Qˍ1CѬ {N Xpߟ̂6E+:`_u^ &X 郪&}oPyaAJ|yWT<ĂUDn dmǃ 1> tAA{P;轝A chgjI%H}Q:Htw;!QL'zZ s`_}Qg7=mywpi^}Mg<ƤS=C9!:3Q_EʢAk +YL&X0<`a`$]<4/LuC~ 6X:msQBfBpMz]tN8n +tSLg肕p@u3nE+AA_ dzt5ypS`Sc͹M~06L|Xo] pE}Иp*+t4BfAxeC kQĘ6ȝrzE^ zy1ycAΔ v]G㦇>ǾgUoσO< v=:߸;i^7P=þ._TzăA`}A6~ 8P;h]U~v_m^rz)H>ѩ]±A:`|T8Fy221)G{&tgz 3aA'?UL#1~6||ѧ|QO={1 Ҿofx}Wcn w%8?Y yYL<(=^` J <2:%xA=2$8KWQѨWT93VtE g*0繞Py*&>Q2\Y@{;&LѠ5.X8⃺;) +^:^m{Ł+yE}A'SFjcL|7 +&tN& :&l3 {Füzy3Q`#`'ƽ``@gLT]C'o_scS^|~{#Ze`-A<XMG|O4xbc"13|LzETi^`['9=c D@uJ +}/d\>_W鵕3fó_i\ཛྷmǻ֜IJqLyKN(&B.jP2XUTPgdmbFAhWDGw^,jh̀t.uk +M򓮙+j#,8U#L<վQ脙 =#muj !к'E;F& s`ѣaEY#d}01dx7 z14݃5 sP՝AN 5A!̂~tKxEFEm>x, eȨ6SLӹ>犪6X NT|W z_|q™1yy;%KmiI2>fgLM{G,pW}6xO5J͛n +)Lv}ShSGz̍!2"c;(9 3#Zv2v`oglgY0t9 FӞ!a FLWr*E:U?eЪ3"2Tz;U'U_c^ \Me|cL8~z9 nT yE#aǂ† =heLX'w=Q}Psd'z]M0dAh?;Q|# 26`Gt&2VQbBΏ壝AfJo$m0gF=~h2DigXAr T,H<=ƃ`BA0 z'S4œ#+ +},z9̻/*=/>Q7x8䜘 V {")QeƐ.ș;Mv=}^Q1hvEc_*GF>c* &Dw!!D_}!'&,,(CtBt5 m>]b"{3860uHyP;Nz +/`{bxyukxG/Z|t$p;ujD^ +9_` ^Y0q}:XP.ɂLvٹ'*56|;?%;f]&zQv@bPKxG{,9Swk&,`̉ƽ*1 k| d,*9Uӯ~Ocǃ'S1a%^z/xH</g8LO2LYpzh`yT79+trdN9?s?qj"V a?o6 f_nl~̈́S/T.\e/qn+vO)73my+肬 vzE=l80bA+h1ǂ^֨F=h.; `wL,}aekR>B`ͪ m: ~uT5OE+}.(c}ZUkp]8÷/:%{ukuD2bdP#*Ɯr?g`+*TYXOq}Px٤A tbBfהϙ2|`zL0༱N^Eh n+}c=cp %0APd&v=S' +mL j 3;X:j躺`%͕A@!JŃ^hŃϵ=1}0k);TtAă/>Xez<07,n hM~LΐaD|eh Ȓ_}́E,h gN=7*w7SuG1薟,L8z)uG>jo hEd}d_=f-wzfҞbMDޱӘ7=vx,Wp`#cHeຈ k5]ˤL3ϟ)3i/|?!;owfRdB+ 2x8%%Lqi%þt잙0i@0h GnLtHLU4Nn^[eɖ=k̃ 3"o;}Qh ',K&߲ .|,Riij^v‡1u_s2k|Q7̄m=l^Yvz+1jh̷"Nf‰90md;7}]]pYps#8:Ẅ́t(gT2u5B^p3`+ڠyDAD;n '刊Oaa='I#8XPuwPy9Pw9CF2z]O~}oyo2E1h,<2Q R~ VAsvL+Aj~i,Dk5'z2d(K ],Q=0bAon. `Âo=@\ќ GlT2yxn =t;6h<SW4^3Ic:fߨq5 PreoBn.9ʼn\ԦBt`16]Bo?vNLyuBh%W}yRgt̗k  svn+6?nf 1Ji箷ںǛ޸4ĿWVYҐ W5wWNNi6΁7nP##=p熖20^b|Yb| -n9bMخ_؛Y/ƀM2`rĐҸQ.zb&J'&\>{ʃy_PwxxE7:2f4ăiE.yDe$4h ATdm<}9݂' rD|W,{ 6,Y ą?/<&;>цcH*7#/Tb]@6>/h첡hCnWѷ~ fNz˕pZ.X0`(zb:b>u_XaCtҗ^S~`fA@WNR89耳xpYSll=\K<>)z_ [s`n@ F<8Ut9pDA!4p,gȝ 1!x B'<ˑAA͕:|AMɋL<9CFy90U]P1]1 z2-v#[1(X=chWlK~(CWeALzewo8XT%B4{Z:췑1ᔼn` h9^_~\΄GnmdF=*frdu;Q(z5_r +僎i,2Vr=x/<ЎE7?/?ػhg9rc^_{OybݟĄ=`} YDFm-BplK!/n?uU<8e#Po3s9.b©<(z`'j,F4Bһ;}9rǮFX'ьQ/ <cA}pwi BZbIʒIbɾ`f:|GnW V{+}]9!A.uJ1+X=gZAzeʘB㇩f4B<&l(w_Aooʂʃ>(LX`wPdGAaA`g&̚)* V= 3u~LĂD7q`Â5Xq`phÂB:msh .z x GY|+mJ `? j(<>Q#iT3 O ʾ`ł^v̩ݾ˂ `-{ƃ%C4k:^(rdxoǠOb`?A# +L'4By6N< N7L uiLOT&z LtbfL@b@(̮ bπ=&/mĤ|dͷ߅#)G}p}- SDɴCh{F`]tCz|O5͝O{ 9?Y3,!* 26L7'?ƽkCpv7+1g]%74zq/,߹_ύ` g3 m'}ϥeMj3OuYߌ{] NA{p*rΨ xbBf ZhutAmP83/XX;͌] F|Ӯ> O<}C+'r V,uAh`A7(|eOT;d@{E +4lKkx/u Ax[}cdVچY}n/kʄ%?x|Ze2AO|3#ad&T ɐαtY_]o ;N`|xpf*.h*<raAj݄֞Q OL^e{3QCn\@t:ɄR⾜^tQp/‚s)Ct k;2A Zŭ% ^<4']聟J3Ɋ6*1_t-Xc6ÿ́Uh#2#}0^wzȂ`emx <!4ª0虈EU#A>,>рh LȯGTݞre6tCt{{9lXi^WePHW;Q5 hAz'x03 "+o /ft‚Y\8=c}:7sw77:vO=>̀ {}{w!#٢W%LȺ` &d}0iNNF&F^Q΃ 2Fu:YMnÁ̀=B6ʃ6E|xP973h3/'ZXxXys6{n M~/>Q0 vbL#Ar(gǀ$J(TDLf’C>/>1}x;^lP.̹2u8.,aO#2EQsH!w]$'g{' +b0g`T<E{/iWvCJ{_Ǧd/ќ)LȬ]B06|Zrem_jި2W%ZǤ<o7ˣ`~_/,ﭱ9Z+80ZK@d$J΅I0ƄǞO`m.n Q#|`V yEZ4moҬ|!1_2s]7ʁ6`Ą)<ɒiGLy2A͔xPWsK=0iă-ڠA'3f&zF9N};^цcY[ܮjWb`A; iWU}X  ʒQm0ʎ}&GtL jv7O A Qh4#K3, Q;ez%˃S.2D *XoRn ҌL:]ڂf417wF+@g4̂x.q^ A$XC,y2fXɲɹ'=A<^QәG} ߯鄜s$FUA$ ׿=pî<vWF9"O y>/5CXña5CdD'apKmR;-<3 +(8󄟱t>P X~'tHe <^Hd+߷homUYyLY)ʔ) BB "s3^ތKXfN +/ o@φI{MXo*:(=zfr |MV tA' +]pȳ=6L׭Ƀ2tc= O57s'֛ŀEa=~.\u|oz=i6,pw0mFs߿P}6,HTMpy1PwYxk??<'s_Tr ,CWx4?aˆISg]8iy&g{CI_zpv3j,Oc`: v _UX7.snDXt$&hj'ǃת.eBNƨǁ#S˔ KLy9?4q /&cm01p9DƃAv؍?QF/>F7.7nR\/:U sϕ:g22 r\|]V6x3n~Qn$`p_?߰ {E0A z'} 3vLx٢ J e4 _.d<]PK|M q`/KFytJ1㷀Wp`CL̄Mĭ  z9 /<e$Z(ɰ68Ƃ)/4Aq9u|ʒ6XEZfrCO!zQY?cQfx5Ğ좿9cSXh;!GyOp>db] V,x 6iD# +Ăsxpe{u4?𒎗ٯozL ͐ u<́MnC~ ם5=.:n`3:O=L3x`mǏx1Xg nOZl9~̽|?ߋ,M UF1Mz g.˹dr~>3vˉr6)ذ^HbNyx0P*g܍x-i=rFY'Ligf3GywPYP_* 6Zx09sls a@We=L`'>'s_aG@s&}SY2F6cox,xEBʔa}#$,o4~&;&?=4(C XDE|j0A7Cti z,]et*GrE+Jƀj_8z&kw8050> agQ_0dT]tC0Gz%"-'p W+iǟu=/Ðy Qϣ{Ï)uw}Օa6U θ2Ec1|UN# zˆ"{Dӈ.]@yu${>UeS2A:>O?jzDe/(D3}^Oʈ7]yewN~;~7%\uTe_h˙fh挒F< {>Qe@Or邤 V<M0 +t%9h+8%KD`z.92/ +P{&`W(ΓWA~{6|7=g,ӎ`X:'D(`#+`7/9yS{@hcz;δF_.#Ayɏ -XyPA qG6=v`ow3_6xaw5}A5iXǙ5Pl/ɒl#9Y:sV5/1BxEB׽A'D˃<ʅw>#F٪t8, a(K+Yڦ]exC߼pv[~k95A[ eW]e BtIuY2efdB irGo>f- 8WOCpfM/㼩<t*Xxf)<7z_ogeh!<>Q#ܾkɂNXNd&BAxn?+hcЪW+m0@/_NSL'o`g^刞|v`@o0ws(E+}~`bABM.H] ZD-霧^‚[Yp@Dˮ`Ύq`@/7FÓ,OD讌Iy!v{{ )L#6XΖ>zp!OQfA~4Aex:?=)̇Ah:̯P+"w;=c0?\=?tPL]'>QxE'cr<Kq`:=@;ypoWt>T&\;ݸ7}gL 3;auh=l /1ͯ|&q_̃6D;Q@oИyp޺g}~zeAdxEy@vD3`ydpD5P픈8+Zk; b*4]0k sWȎA {D5?dOxCqz{9Mvwƀ D{=1W꒠ܘ) ~p`>+]"gY)S/ +yy:X~B`]/l4UU&L{q#X96\ݛh{n<\Q²?H;c{-- gǹk uXp>ܾe7{绺\z^jq^# eȌz^hoPYP{#LLhzY w6CtJ,Į`od "KTcy["ʐ){N` ѥ}e_po-wOX7h/uA`xp + iTqvΏI=57&ʎʂaA u9@Gɪ+32y?@o^G7~yIdJީy61db?/{f 19,Y.zif¤fҝe+n?vgI=yf`0~7ALu-(z`4TY0bBd˔ %t}v됧z S'(k,4]VX0O f8S:鹛Y6%7\vohĂ1F}_v?[̂"sFw?swy<`Mgy|e?p*`|7g&Kk`/&irwqއaSD{~Q1`iYUܹ矅;̄کv&&4BtNTQ#M?h3Oʁƀ r`Ăq&ex\ο=!Cf'qm80k=,܇#@,=ؙ |u{/w= _LÎ_8NLÏ'fgA"L>ռC|5ؙdϲgF:v {`D(U?X53I7 +h9*+z~Ѫ"C/J 9wp>ȡćWxSew |?ԼyW0s ĉgU,OFhQZ0)W&kL#Z +q}vUe?e3S<\](*^y>6o<:nmǂ5ُc3&罸lh}w{.hYMz]ɒA4+sFXv3ryF{pJD?TXy͑6hW9:DhꀬMr~qt=m=ܧj}6|Ee>?g#=g0aaE#Ag>(<{=r'1W%E;o< {D5O W57Th钐A0 85AG~뀑! +M0{%H4A R{DIdL( R($/ 4ng>Qh3!mA`Âmu^'2Qu^.qƂ+]p-@Ȏ`g~SɼwxEv9j~zdt0\u2z8;#~u PCO1ʃ`7mIޒiLV ] c}ͣ\y4QQv81 &HgmAvQ([ M+1"z*X?̟\ul4sfINj}رf/גׇڛǰKFnLr`p_KĮezLE_45\hP ɀ7sG2uzx<su]̔/:`3Z)<8w}3cK #:&Lر݈Z>';l1/,ew-*&.8]#̔I(1!+hxFcpU\ Խ rD3`so`βcxO D z$K"C ~G }u OtaAY/1?^tAc@D jDt r` Xv;3D_8&:ʤ_~3Dvd8oI]ɎἽj+fvG~Pf!~n)9q `گްq -(סg03BwąɌ{!{dR#v',gBuh8q#<}gH鲷]fkc/<:|ʙ/xF UvS-&yK;p~-&L.l2gfO0PK)rNmخgt5$5%z +BDven/+ |y]̛Wߖ >d `p < z3\ =uo`+33fSwf:M̬p+yDu6d;Kf'ÞQ„+~$Z ɖB,Q͗6`Uv @dDo~33/7`t̗. rDK׼邴39W]A< WF# QGs*Xo~;kwDםXrC1XpyEW睶pN=옣Y1]}y BdΤF-@e +콉euv4!I $$! Ba 4tCb[hYe˖,ɖAIR՛TJyo׾sޫ|v;w߽wgy#՛yWx-|foJ\xco77o]ƒkox^{Kg6Wo^: ^:|sg7+g7W~m6y}\Y6\++7or_dr7^b7sV~_~]~-~;yon{ィwmo}[o뻛o}绛|;|{|}o7Qtg?6}}wWq~ZeqU7}o]lws޻|oevYz[&˗:~6 +ͷ|6UW;e+|/؎m;vS6ۼ|nk_>퇶/3>|Kgj-b7yqOSOY]~I{bo^F+.S]cK=6snjl_Zu:N\vuO>Nmu_H_7u?wwZЏn֩~bw?eaNd_ߜi\o<}s_neW֟ݜg󷬞xU>nX-??/?nlNzkm:}[{-}=/n_ܜZ6N˛Sw}w_:}?׭NQǛ{sw?:juޜ[lN6Wթf99࿳ؿ:{?6ps?ZCj5e?6??6?<|j[V?>?vl?~͙Oh[O~hs-ۿo^ mLK`c@Y5oy/my?YOmp3 y_YZ 1^~.qQ8p  + g9w"$xIxo᧣7Fx-kɁNƒʂ~"Ju,*PYx~eǃք[=oue3{sw ^b/:: y/>`,"ɁƀW,hxGQ`̃_2I7Ȃd@-o_~tǃW6¡-cch&{T lZf0#qrWM3bU?޾ +M1߶Ȃ6XټC?4B#  qܓS13g;is8z:7xqN"ϵˮvPۏQF躠UcAS[.j׮kL0bh}?P_qޒw*[a%&\%$.~k4fۻ2jt`= NXpF< ˍw7jnXN +mpo_Uʄ,( 4Ƃxu ɃOFL>Q }Ƃ?s|gv8Ʈ@Q`Jh# |eI yD';Z6|Y&8ǂZ;v}he4>ӪLC,U1{SUwgE_'c(򶸝:.{@u>Gxr!U}0j=;;'* vL8ǣ発lu>=\Al<9&X12`f¬.; /W_gp * j`Ʉ Rt +DWF? #۾lڟyn_оn,' ھtnǃʄ {}F=>B~!Nd ~0#`SOm>x0Wáxx@+0?FnTCTk 1!8P08p*O^Qc7YM:B5~**{@ pVq:Rx9s^خ}kz(>:d@@ɁV7<ѕ,YK<|[ߟgGx] :qdaW\hkpku&4|݅E;rqyND*B?'B0z 6M>cUtAg:r#ձ`{Ws)h=ՙ2C {+#mP+M(ϑa RI(΁ -ۼd%&h`.'/bŃVSi<a΂L#WbIg1^f3߬tNK +3f<8=*3ʅ9(ٖYm8WscMK>sXf_^gaA3o 2fZcaw`BfZ =I ̙2 4AزHlmW[kwMX/i}YIϠ.1ah_LH}p)2FEt cO4A tz5KfU}p%< F z(YPDo`h#Z<6N; >eA͑Aߠ6Tʂ +vPϣ,xaYf, +}#MpU#r/_3O*}k!Sh#q-~ 1sq\ s"4ȝX1eL݅׋fSKw +Xʂj^ƀNCYo~Q2CY 'kQ/WX;~O(3EIs<`:ր,%mkkyptކ|~'97;DЪ郶 dA8"6ۧ?TOWڠ={ +#stˑ)C֧22 _dʧlm9ˏ{] ku_jzj 'LP/j-ߜW1-?q&^cS\m{|/W\w/x햸?p.3f8N_D&T拢G] i Ay23 +dMx~Qe%vY43/`#Sdɨ6fpބ NfKHߠzE:G`b`@J&hev AA]KG股f#*^QgT̎Y2V)ī4U<(EyEG3%3Kb- NuYH{xdH HvN~}s+2_rU_hD}n9K7xՙ02eOȂ3%so!n#Z.gfl+3H؈,W< `CꜸȃ4{GW8N5b9_gA?UΏQ&tϨ}]Un̠[Y2^y},‚,hv6meOs*M4icB0fRsuZhW }ʂ +FKgJo,x1d;^ɀ97Fg f=<_2`[NiaɃ>02e>2/6O^~o[/LlA/HrcȁG.pcW4 Q F;dfjDl>Qh̏OPe ՜\d@gA2;#f]9W.Y0Ke+ȼŜ#V=L͓:v> v 5o7xzvd͝@YxG'Fus"݅s}JarfR$8+# ʼz>> +⡎l~chL9F147FY4c~Qw\̼htך{׈1 g4{G5k&{JGlϱc՗8{ʾgwPc|龬3,]Ϡ`vz`hլ4,2핣/[U}9sBD^̎a6R><_WvoU.1qoopN켡K87SbGp0~7̇|Έ8.2ạW:&oĄ;u>8Jv(5Ad= ?ڠỸ@l\e?FϢ9>Sb2K;-<,A*Wn肑-ٻ6瞾 +/}trfKx(=UNLłʁ5E]Hd1A͎6UM85A LQ9[z'qK}z|9_N}0B#xp4{/1PEs^;̙Q&˓P+s7^zE +vY)Gs2'CCci8df ;?~=|>>P63 ?$wV+l={`>a/+a]&}):wo8rO.¹̙IaG{cdwh2G׶eA 3mΠQ4/Rp̥ ~h U _zn;C-P:U&\=~e]\vpCeǽă%Fsd䈪?? b :sXPxyY:s>s3ƒ f]pN 6Q| ۪6Vt`/NuQ=fR#$G<ُE6sI6>*k>޿xd3pIx˓pKL~lo Bu{7~UI-_f rcվAʄ3:zΤ2F#g_ ' s 904A@g~͘n .y͐ecNA +A,4CBCUGH'Z xȎ̘Jt[5[9CFIdoh :-i'e .cu}fLHϠ [;ޠNk oTKeJ/hw#m͏ #+=?}u] vRʂ2^sL{D?T4tߨzG9ݮ%2{Tgԛ'k46+m?[zy#&,ZEhd@Asd_LjվA >j$C4q`ł3Ď9[XPc)J(ɃƄ6h J D3X#2DZk798; N .gW,8 ch#3A^ /%+&dMxn }>c)?(=eOsx<׃sxgԶWGJTӢC.rYmQdd刺- u.uȹ]+: Fߠ0v3dG9 ik9/¿׹ O3z#9w8IF9=P|dAȾs4 2/t&fЃe^Nz +?i0p8jt\8?Ar]yzv=?].x+Jޛ9}p.胣yL58p-xpT'48iMxNS.ϫ~FVU*m6Xiʁ,x0`ǂs4c3'/Q%f(R#d(A=H'ѣJйy>uC5# +%KTtAΘ`L"O92c :`@jn sY3s;mAfQ9?A^ jkh9Ktc+/,1O'\.5~̌`f%YTnoǛȅ# 9 Ӷ OgƜZ^~@/4 ƬAdAC?!E +y^:0F2!̃7nV;W'0sN'>   zQs3&4Kf(FѢ#C(jߠ΃ʚ*s%lgA ۍG`3&lϞg~ =6k&,>Ƃwa'C;[R`ʑq,^9y vsWt./f-rdNCxd# v<8'Ab s PIUѱD`f=燘/Ls>h.?#C.׾Qߠޝjc|^]ed}2K^&|`#WcM<`BzFɃT M-Ƃ3u<ۧ#9gPy0f >̳+ZTm0s<{yc'Zf>Wt|e{8O?M/hd=krE%sR}0r#1O2-w:opSO…~JݴҶ+kShe>LH/$ܱ\~?`, & ()TL-I'<0:f68CL .f$4&fF,+8:`iK,y,b Mܷ/M*3C[;ҳY}tF%Tܿ;oh/U?D7HhDŽ`@/2cn8{zj)#Qʨg"Qz'y}r vp!o*V!QĮ]#|?k安HT inK)S.m`۷+=p:ˬW~zAJt/ku}W=[j Vb:k*دnuAa7=q`##_T8P3e>x\3|QfjΨ&(s+X3}`ǁ.hL_ jhΐ=7HmY2o0 [s ZRy1s<&ǧy VQ͏׃_j_0sb{5@s|E804|g̚];}RwgXPdtd|Lmu3AmPgLgxz36-gzF?99q }v +V˫Q4:trocq ̀+k€&4XhǙ;?7gu@eA_ 9xzw*9g᪹Zb%3L5qvzE'H(yڠxmo $OlaT1SzYRKt<>krCc;\ * T4wG/y;y<"?f.+2G<8ʊ2b6<3*l]~^*%砎na+m [C/f 3зyMz/rUs>\q/<#h ] EVZ8~X0r }C2RڿWpy}-2gV9^G>fŤܘ7]j`f*㢛3!sɃy7KLv<(ו0G{=<Q~VsZ'V&d򼉜%s2+yFE( Z`5ǟI>ȞgAU5`;;]=B.hչ-<֓옜%^k/`23-K=9wfѻ2L8͓LY3Lo, koN3&rVKq_}<}v ܇~ն?}{|A=6{fG63>k؍lY0ꯖ(:$sdѧ<̔h,Δ0&|z7W-<'B`7c^ѯfr΄.O4Jl5cԔo,Hoh8k:>D5KFgMt<轃ANÛ gJ_@;r mukL2VF}zZ%3K=2O9^.g~̬Oϡaلْٙ;dۏkQ 2diY\nV:I/k;8}u_FNj:AΟέHj~QS̈́dhmж-ndA]Â8p#gIT='valw H|b5O'E~sM}ۯT܇}|imE(fhv@1N{߭" gkj2fu?c:׸풵kY 3&9oh.F#h` 08ɇq f&|F\EB,=.toĕxtv|b*;& f&97&`0̟W&cV/Zvs'/ +>PfK,Q󉶢.HmʐjV+3'JG&SjmyN3rRfPs/d\Qrahlwj<4WG̡O&s_TA7MμP;cfhmڶPyKͺӮ/3BMCdOϊ k}{ݤ^hfo:6h}1ɯѓ;Z XJxigˑ׊QńzbȥC#Zj3X1F67t&7 l,(i༜ Ɠ˳.}s][3QOSmX3,^Q!hg W+$*4ԞAj2dXAϐa1sE緙 8VD99PyPUɌAUf"=12&닢 g:&F<?24fY22Pg̔YÃP}cʂSbw*b=u& v<>y [ӏK#ؾLx?2/et2Ε | 'T{R.~M]s-7ȹ՜Kș9]-e2Sz_ 9V 9X[P" On;S3m҃=M ^L΀oŸUӾCu=)Y2:cpxR u}`<9<sz˖w--~nn#4-?8eV8!\Âw, V0U/`#Z?u*u|#=#fˤ'.by .x@zT1_p!Kt c9˘A тWzΘPm'~2м9!2y ?hs/ J<%%B ETΟlQjZ=;2 ?xPe%B} ܘ.\3d f68aBO4?*X/ɀ: Rrc;FTq O^̥7E'Lk/~n` 3EzM3  3H@̊Ь~.s"ɂȰA ~qG9z6XRäUBԉ9P#LH.HOyuU^`S%ل#Ԝю 9MLb9,z5^!YHȵ6{?=Q>KCs*5F[5;u`+jǖ/~lAjف8b`Gf3‹wN2E6jZMC,Թp]#_T{]̉wS9p{R̹2yǂݼ-@R#˾s5l&>1l D݉fOc Xp]m_rl#dq綰/R> FF6G>?Wu`?r$Fd#Zܫ B)Uqƫn/9n뺜Nϝf]0Xy0F7%CWf~AhzG4 l~A0f"CX%C]PsEɃ8G +Hc4o}}`=Β(o'9z ]+9 B.^AaG`AuBWT5Q͘9@jƂgPu%6=,2rhY4xؘiѴA^23&v$.90k1kva{8˕IٞmhPgQ>I+I7)xVB=қ&$LrF/-s¬ Wyi)ZzCqR ѼU#5GϮ`IhԵu9{R M[8nB?=+9#cY2gaJ/!{#q]uք$u ?j2.LQ2aΕ9h5e$xoß9Afnw>g5X>hayP?r`N 0F??qv|rLeN@ަ0Ž؏9Dyƿ[#\ ?N4:gfQ_W 빚%xpTu3Z2->ъ>Hm< 8_xpMD,f6ʌZXj}Mx*9xR870yII~ k 7~ XPAgAfv=_߲`,fkOS7-BL1~O87@J~Π'>XeNدœ7&xR?Vg;=| ?5BFqa Pu6E'2IEO ^^˨J+{=3+m&0GA!h?~S(E9{03o\Q=~fS(5n'9ELR48VVp '*s1.h_7DhS +o#7i۞0KNgF u^kgG.d`J3Tg&OA2`pL Pzs6(|OG\9=pVf|sqǩ=+[ٍXom~*7bJ]=m̄옹0Sh;>[pY΁wii}f8p_Wx=ᲲݮXmFOx:-8u`/HjCh,`b®g6uބZ`}ε/6K<+h2oh5]L2G&(f{jhGsOTcL.h(`ŃéQUhΊќ)O(tZ Y~R0&{1sFsG}=Kă./&ss\ Ze4jIVLku_odiʂx^&UC b#SvǢ)'GXBn}Um' +r_ݠ؝K?y27Pg[3a^wYFʅnv䗠[];̉hKEEa{2@fyvߗmoG)zX/<09ж 39UǛ!#ҬNK<47>k"#j|=>Iff"s022Sd\˵Uj^}fǹ:CVht(}_U85ǂ$,;ߨ{EUh zp?z>e@ lT0sDT/Uf`mT{n)byVs|B,8,0 +fdzE _`}x[:s:Q0!0ϤBCoL^jdN_%3'=bMDOO1kP1Py,Lꅴ>Og=`rǐ`B?_¹/gMؑIR֫ M>)>5rK'<( +dO_TE|dA=5`2~l'n{4Z!yݏ,s urD3smp~k،x230zX]<&a#Os{7j|,%kx_<+ݱ`q是+4 )xDszF;:"ٱ9UD*e >f8PX3Ïǩf}+4F}\ 9]}vzcȁMS9pĂah+S1'`?XC}]/܌* nGRgY]\I3^[z}9FDLň74zcAszEM&ڟ 2?&J9̖ɳ,>WoC9г }Dłi`ΝMgIZֽ?WohjmRdu̳&"Oۜ}iAF#csͯ献G~91ھזY0`m{Ϧ1͇Xj߁LtlҶ*<ܶzZ5[N)>C&#*RMt@zO!`;'093&a~hEɃCWjG78֟Qr>}Ƭ+:~9z C$ymTu(C4pMgBKeI6zFn;x0L EF90Uz?&~sBߟrԈFzކvV+qmy^'XddoΗ?J&8Yi7Ԗ JFZq6Ϟ@/axF} A>ă_`;DgP|`AzE5K4'3d:]ЏU+@K92ڠ#dɏQm00U7gt|\mШ(١g#z bPǜQ?cxG_] Q .W/G5<.ranOÍWYFO&RKJzHeB| s' 0^4^J'$ ih'W<~R0!WYʃC]p'ֻr4nLY3\_̷ZUŁ9/f'ah1d@\bB1A]-2e'Y)Բ_X}X0)O7b?e@r^UsU˃~'*8-y[8}W/&^p` *A-Aʀ{,p_^O,8ǧ!F͜Aɰ<+g/~.K4A G80D {6aA.B=xO7xyWYzH> BOŻft0O׽Bc󒒫203:A!d¡w4͡h.H'TKz9ʄy9Cϣo櫬?1~ʀ,dj(yИXseF,sfJ)5Ž _gB΀`x7+& z:8rg-Dә#na{͵RͦQlvlsotb|ȃ2|3&s'S<按_3&=/sR>iM7IeAΜ9 Pj69ƃ>wP?Ny#Ь^gi ߷ӥ[tx@|V뾶͉gGmv,}| juZkmz\v Be^$?T}qYcBSY_ ?3e1q0fp#٢F#2cF8#;sOZ֮F]B3J&y3{o^Q +2CrcDԙ9;Fu +9oGJ9~/:grd*~N;K1)zyBuլq|ߎ/vcl1+{0f@7llhl^RvF&lqܞ|Q 2(YWN)2GhbYP͗=Wd.ϗ0viz E/*_>!Θ=('ds cՊ4T3i37x~3qN}ψ.^ă]( ':={|z"1cojn@8k_|_2a.nE֋f|J,tѴu:):qL;WhëbC!~f3ϩ/K\O;۵4+^C90?13:+UgV\I`DŽ̃Gn }ZT7*/^SmT~yxyT[bDz\oE`c):eބTGy$ n혾A2gޱ=?g|hw>u@/H2a_Us(r#8G?r$3 L@G-}J)Y.Y1„:Pq, -3bVyh΄1w 5m Ry>5?e + D$2ϱ +h77v<.Q mPxzPz yKiI9S`AD#CT^͎s%rzD1 p\`?_v`| +sSqٻG}O矻Oi^i>BRz9mnUҿT{)JtCxJ}yLu=̷nCLQKBf`@YMo`fAhS[Rxq8yLUsfh|-ݾe[~',pWmCLs^ zi_ueAh9k` 9~qƣF'2 v\(g=>EyZp2ce*Q@7TgBh3xʲ~D3bs .l,o,۸l@Vt.|yկThzh \X?x~>zCMcf:S9s)74Ŕ3%>3罪Y80!+&]g'^QD=OfCx0tB:Vy2AhɁS:W"r%sG,җ6GNPdF<8?4Se#T$܈Ƽłlk4I\͐lK|g6OP}xKGrNdwVƄ8ѹkv^F#菱S2Ź,:) + D?YS3k3yp?H&$ Hq&4.|?n֞ՠ>?Zm!{>4fxbKq+NQ2% .h2y&K~#j3 ||7[dՙC9 ?Z8dq낡|hojgt:D\1y:Rz\kʺe(3eΙp-=gN 3ܫ90f;d*g'̾n] ,>[=J6$ b_3{̒Q&T/`0j;sJ٦^Ո:~,DzMx,>nU5cγYu kz} }擦>󅻷Z1>{̃ sס:[_(?;js|\ufBrys(:~4K>ԞTHy뤞V`?H}P2g}Dxcyv|"_=ʃ?* t '5Oi{Dgγ`/·',ș!yxJCˬKeNDǒ1٢ B}m=Kh1˕<^fyjSdr_Κ2K392==赔ΠXń74v#;o5wߚZRG^i%So}rTorgA+?d@ > oE!W;}w;m`e e72U حGXZ$S2gE^?-E MFTd# Y\=3͎@`3q *짷P.~`6HBYʃQ _vF@`ʒlbgAaAthhE`F N^uӼN#hNY cͬV3"<3ʽt'j9 9kLh!`hla+cS î_g#c}nهy3U/apa1>…!mq+9eɫ32037d }v٢7J&{a xgOg' 9%cSa ch `A +j vHϛw6qAd\-X76jLz 3c: +\ gn>Pɂ3D5A,X^8W0J%Փ۶U|ݮy3yCgPV| x! n l˖ +SJidGt վ?B/j=jY;:VTV<:`0OTWzUw^Y]VmmKqdɕ3~xΪk5z#Ǔȍj||W`BcĂ/%5BeAc@耢  仞A`Srls?`hSg栬ef/wz_RTUVuĎ R5I^h"`y|#͙d˂}XHJO*ǀ#Cm08ѓX 5BV1aw0Kw0 y;L97<8bARsSi#4``y<jKj@!@A`>12'2ۼ9s={, mȡwϟBWvOiӅ-3LB`3/ :nSH*y`4ãʂ5 +}Pfۜm}MiuBYOF=)=1YaI3c?fDHM8q2%ݟLLNJ3s7LOyj?4c(zgJm1t1=#hUVRx|c8[Ӹ}WZy04; SȜ`O  曆ugpjd@r\+x(\֊0{g/ 9#bI/ϼϔuf l JhŅKzr܄Yb3SLIki$U|55 ~ԥ\w?oyЉnW5ɀZ3#4?4͜ϳW# Qʁ|tA jgK <DžVs;w;z?X?Y~yʉƊ·K:c>^gdyv% >hQW (>Q@`6\fʜz;Py,QeL>l`zEsL11x0E/2E'L(6ay'3 .5JN.99Lyq[}'Լ|șmmS{6n&,sLreN+(wJfF&HE'^;J s}O%&s Y5)!6Ej'rDń\z}A\~Y6cvHXq6dx6eYsE#jƯN'lt6(4l.Z 3:\~:Z(tʁJzo $ ^g?Gvn>j/U7ŃٗsA$‰N2GG=C.L`37>oMjVVpmnVK\.(x0s ʞW<9 x$UU +vo< +:GByp4/02?Ȃ,M難4k} *{xcsq"::b9_}?m9+RkYeY*w(5DL92`AT肮 jOyAUK-0R17Nd?A/}q}W+J,LQjQ`){G^.[4Ffg%T:`~^&2gЛCw\yg0xDm낦6gc遮c{9d;n#VM3c 3FhO +)DTV=v/ nVʫayo"sjA7Am0gvy2*9p ߨ挺~b WT`/tcCn z>3(\6HmGdY{Ldxdvhɜ]w4ȋȐ|A3{=#^Qi۰ϘpW4z\#9KZ_zE8LiK*;w+ :̃Nf? /guQnOY]/YTB|ƚ'jLxۘ 9;:5*ˤWʉ.#^q/|ӭߣ pU\`ǁ92>fL eϔ̐ *.C&eB2\f|#.x>eDe2]753P 5i.U]JtZLQ숎]cw 5l Z;Ql\lf =c)+D ŏ CjGE\ j2ddj seȃdB̠>Un2,΁`?vaQ>Wֱ~aS.47qnʄ7Ct!w,.ر`{~+??xlݹEC#ļH*g~aꇈ4ɩ Ϧku 4;!n؏&sD3ŸOʿ9+SZ:K@qdtsuy1y xWPSL]rud}>j4 o;\KGQ@`*qݙ~n[wh~e.yҴE&r.e8b),0qpQKܷGwx{Z;_hf@<ߛhZك>g ̟VM˼̨ 5A 2;ќ!c$?FA }ώ՛}<,2l@x +/gʐyEBV9C&%CX,辳̱̃'q4kBgvsţY cqge3Y,ˌT=7Fog +>h yЀm^%'Cx-_8Sfqumssb_yh/=ٟ&?=_b~:ad˼Vflf|cMo>49|r{D/ʒsy:!s/!魳8.&lw_Ax}ʃG4f +JnΑQO4z! Eqߠ_1dQ~^Ў%J4ֹ΃ڠ3=sE}z#Ϝ`_1*1;W 5}Y*WM=Ljl\x{v_fl8^¬6}ʕQ.2a:gD.oe)cu0aAȟZyCK\b߬òo2m>ǃ`A0 h~}>Bft<; XPgșmZE9΃UE:gG9S l~wf,P{4?1߯z`1OZkjZ`c2Ȧgm`[Vs (?[tnq۸)>\l/m15YM'QΡ9w=ywΡ x|epC$clq}~x.tȢdzFhF]4ϧ|Vѳ kϦB_e !0ۢשnegLFdNxPgTp~x0ϡxYwX *1 +>,8%#m㮷Fn[Z.ƃorq2k<{hSԹL,hۢsb[˒יuĜϒol4^5ȪfOxV3G+(tC>go=3Έ./G%(6zF՛a¹>,S9r!e M[{=Z\y:A>`~gq'hwW3Q|& зl}5f, 8kMu۶-shm`{vCy)̘1G jp, Z\S8W+&T.ԜQ qn`9<޺/s$~Ey0ɄVPH%KZ2$9QkA#YɌJ;#(9ϩ{D}?ksϛ0]y`}P{5WTA% fϧ{86z u~CP?*m0@===/yunb{e|4hb?F?p W7gn#Y'`cLhlROoJxpT`(V\Y]'{hA^w,2`XEgBɄ&XਇPsE>ߞzD9?BuA΂,x3x1M/g>?/6϶7vm;mCʾ4w#ɘ>|h}t:™ !mrI23gQ {ά,1"dh1t=~<+ gx[!q[cOgFdy1^m> }%F.iA~C3cRnǛR2o>Q&j| J~ =3$^g?#c E+j}d|A$Fn gܡoP4qu#eTOz^M'L91sLjtɌu҇ HOyPO>Uh32?+~ʀhGPjsn0vZ`&mOw{[>/?}sJvƼ`.G,D͂#-Pꀪb +'|Dٓfbi+:E&4K&h^}̖%jN g̋sqi2#^uiq@= jg,~}xf׏z]c?ҾއmٻW6 }`B|wmvb)S-cƳ8^=rn]&'6^i>˨qYx0kC57cAAFL+L.gGr6z{=G_3`oгEߢG}?gȲ/5ckxX8<̲|.Fy?۶G.8 ) g{ƒ:C{oĺ%tSYqKfz<1<`AsnOrۍ 0<YF捺1G=|E9.͗)g^ɟ`A{siq:~eo[x_Ʌ]֌HK&L5n)oIkS%^|g<7.1`ǂƒ )/G80c~k3 +T& zCgJTKYp Gm}Mzss9Co{rΆ1FjuY_̌Ԭ=Aݟ?>;~N+cFڠYNTNh~X8Nva'y0jMoR(Uq 3FoG]Y<6-|Q3ā dcӇi=v0ύTz9q-Pܗ,5rb<3<۾l\}yL.gmKg|A*93C6y[~]9kO|ŶbRZR^mg^$"v=х-\! I0{Es X4Bd*+88%؅f93Tz)8obլӱQ8xs5A>t 7y_7y|%G[ʃ5xd̈}y_M4PgJIg ?|MMp~u}bxs> bf(av\rg܂9[hLt9b;*<392z*0g<y& gtX;)L*Gfuob)]x6!36[}ئs*„CPBh9 }~ɽL3izOTe=x>wiVސ#;  "/l_CyѴl\:+'v;Ayg|+_i  /seؤ F体=Dg,(C7H`xfgtYHmvNxhF`73z&̳H#>徉,av;/.po5 > 3&@\uESNdfi>i~_/k{'o8pƄ'j&d7EɄZ`ݔ q!pO3U#t% Vt/x!E$2O&f/fsL+8W'S}չd]1x?ݼx=uŬ&0|xO}4;Pΰ?~{U . 6 p'`[}pp'~bG X)?rHx=Юa[kωeδE.#ϓ]PO=!sqe/t?oTC4;Μe(YC|gG =̍eSD, 141r?cn~zo}UfP|wA)L=~ݢ !ιAe3m?:>3HSevQ])SфZ4QMfW ˌQ7׏3| S"rzd?n vHЫ1#j^otLR$hO >8!]bBhƃץ4n Ɂ{g?j+ .tfp%v23`^nxz1VK^tf>Ϭ4vLP^ojʁ# FƁνMmЙpLh,KfV fo($>5K/K 9kB.<-e=8W|kЁH?Q͏! 6h3e2-@Ɍz 3cyAw%C_L>fK>T ojҧogh烪't\"gs )=ƊdH鸍/Z0lO2Ϧ_}NX. 2gփ7C1+lK|u[Gc m݆lh_tܝGSL󓆿r$;ʶr~zq~=~q۞:+ޤwG/S=vorΪcy#r ]' f|.kF::G\_Λ` s+{ .`27FnY j.L=P w<(L꽱ȃtJvR!~Ҋ_N&4t6Թ%. >z^ ~r~1'f=-jqCL!6M⾙ַcs,ǯz6 ?7OkG̙1, ]PPuA?;>o:cGlQ R,ysNfUuق, +:a<ǦQXxл)xYgAb^yZj>B?!W4X¹oAW+S2!'<ј;ê:a6sʄ]}3Z00RD+ǘ/J~ynP3drD} Y2ꋶ4|& {Ƀ%C렗A?SsV s?_i,6iy Ѭ9N!?2=?'+Qr jfuAr>z_* f6"O)efNYnI߳9,Z<%q~L$^2~>}}ع1xv(A.1Z CP@A;w bkB s#5czd<{rDdWImm?f]+O6tye{ F>?0r_~ͪbt.u]BF8cGǽfm0 =W32: +=0{A%orDmrɹOZ},# ٝ |rň5K2hFegACgdn 8<MP#Td`C~E00ʀ˶.},hZHS 5Ld-<8`Ɂ9Gfă8w>;΍P>Gfk-@3^?vJF^)!}3w8>I>7c, =0i63w`x:!8q.ڹ:y-2-UyIm;3/{Ae1PfKf 9dDO#X 362BG);(fj[9c7s93 +Gc7,aZs2VqљM'A=ıgCmG^7z]DDsD/2/$ yYt5<,Λm5|ͯyn̫+`Ń WT:%43)3u5<.r<꼜r猎T}1wY ̀: }+"{~P^".qE/DE$xm`A[¶*0̄f6\H2f,f d2{J; tl`_曽W(vDz-.EeyP#v<ϖϾ/z3u9+O(ُK=8?8򋲛~M2, g`;,'_}r.P@~Mx Z7!KoKwDž7Z/x¦vLv`R'974>AӦd(Y$<3s\0=g,'RA`G_Rw<~2\;̺`Łkx0;<#<̈́sK uM4<2ϧ`r^-3 !g3Oxڠ1#oKB`C +tBscr)g#6}9,|Vyz?MY3؞8ch{+h8qm(3++v1QuյVf/)} r:x Ϩk-'d)^|>X*+vvYe!k<ʓW{,eAJuސ9]/ce:|Yg$T3L,]dH]15jnfǘ.ӎu>0s 3D 8% bv9SƴK}"?9cɰrd-Q1axD8Pg( Ex#B74Rm^\v=BSmϡ9f99cG8A0懂N4׸ l<8qG;#f 9&t'>jZOZߙH2N|hcwLޝ֘_\h? |[yzDsfe8_~eoy ga‚q 6htk X<( X˶{kSrRי<avYVJτvHr3<Ж}2]?͡6GTsd2[BF<& mlQ̤1#Z6gmU!w ١}=Y64ޕnVе`AˊqMfjzj^ +q?HJ˹v 23Ά KraʗQ̋<8/L*K,нz}pĀUĦK9:qDry2V:l|Usd*'{]3U>ء(s~|\z=4ԼyOn7AzA>} o*fޜ}§CDD* .A`ncyʁi%ڠZOuNй' RdCLEM;Ƀ6yp8;Ҁ V_dUE- x Ә8Pu>@ŶƁ>=GwIgWC `kVE>x#yKGfsg21H1)9fTS+lʚƄiswQ_&_S4'WIƠ>h`yvrϟMþh1KcްcR m! Puv',홰}T e.=OƞW{]P% RuEҧ{ȂŷxcyW~ e<#4}A#9b&\z$>Apyy/{I9YJ=d/ ~+Kz_=ޟep1 u|nׁT9C/X3{o:vs.欙yOZa(ٰi7^9k eT=Y'Ԝq!9Vߏ~'~l(K5̇Kc^*@xπvlWC;t4)SF44~Og$F8ꑠ>h}ma~i17:YbJ+R.E7W\x5sc-z80i`}1Y$F1g~AЊs(3e &*x3V2ʄ=1\<>.3SAkqurcVgkm_C./}m?tv'4ApjⲓBdzLh{΂u=R XpM 94`B[`BxHɟ$=1LDNX W\y<􅧏۶mvkL7o9F~ϰt";42zD[R]0emʄ?ZtZP1{"[=^Gs+5g4r\0Wx04nGavcd䫷N{AhN0;H{j7}V,9\fB ρk2E\mD^7*3:76hH*uz3j*j>@5=g!/;t3vFtBfJF迣v|rS!htռ~-ʂH ‚ J&N+tͭbB22#줜rL"tؓۮ 8p槼Gӕ3|h,xsM l T +hcOz(reW4g`,s|y%]0 +dnJݳ5k{?RI^$?eN/3:7(<}]肹c>p^Pv ^`5_4xs`1fp#2ELYyq[>2rxmz5= elN}vrOA/? fwNZ4NS Nyq `pO޷>v:1(g)56l_qy_&c~#m?m!&Z)睬y22{ v\;͹q3e*@2oN't@ 4tb.Ze83虢ƁXබ +sΟO yG{߻551Ng9>!fM'l/~{m_+潄)t]gNsE<̇j֨w#w aSͲ<} 3ޗ2BR˽39U3\Z?wЛԞ=sꯤFYP\N&+:ޱ3:V7Q7.C;`$*bY߼k 7Tu.Y<1$SR&NE7ȋ)V5qmym\.5yw}PmsC>le,/f͗?w9fvy-eA }-Mpᱛ}5.]C|'&l'>ؔ3ϟkO}u767]"ש97f^b6WA瑐+393fT5˜!Fhnܜ%QϟgLKȌ\0ߧw ru]8q %p]Wh*{x%y|r;涨!z5.Lj]7y%F7aӼMajK'=+&4A_[WTnz[T>Vz3}S>8Px{)Fu`>*YP8Ȃ +v}FymOQ]XywzCa¥YB yˏ`}ъ^A'v95^B_GgkgnOW~?{J^U`c;&:ݓ^pG'۾{`@9XB$ v0hbcmL؞3}}F%4&W̩ڕg͘7~6g 5r'tuLR'//j-fwz^ыNĄ8˜/Lq uc3{&sgl^Qj'!eGTXɁyΟM4NoSx^ulA8WutdPnz`6\r3gm{X]#,y2]}|2tFGnTOlfP~xP׍0hΰVH܄ C\8bfœERƂ1-aBp>gA,!pP4eµ4[~\{SP(3ˍȳj ` s/kK7⾜ Kъ ZꀉA 17ؼUh肩c"2Dʹ:ә9p (t9g8Cff`Ӳp΃Ŝo +K=v_v /tKT,u NyzCgK~ gވ?4 *V]g;%sRtPR ͰWt`X^G{?~`p΄y<ӮbT;We=6;+@,}ϲ[jEF396{[壿1 [{'hxHۺ|&[8[L#|CMݞ}\.>:g#_ .O^yx71;]Aplm89<J3G24c$48Џ7n~A|cD9\QEc~px2 n vH^A6O{lI\#fxfh]=)H}_'nV5Q!5Be.hgV})EsBUükq?>;1ޟʬWC̺zCe:+^SOPg%YSkץƁX C3yq g Pyʚfg„a7aɅ!$&&;m +Ɇ􏒟#K .7S3UrBɆ: |3MLu}% =H/T@ ꃒ-F+f9+` J3\t#מnv"s%/XRŬC&[˖+EJXBj]~ .qwgMOOԘ`!JvPd0ЏOQ=9,^yu އylm|#A? ><>Vn?|j?h-jn`ipJ,xĂX M,(7X ʉ|AFB|8'l _`Wj?aPq< Yz&~>E퉌9OrsD7cAh,7w +C ~8=b)3Cg>je fD%5柌[ CKr~ bLvHdMZY`Ae Ù.Ɂ§]tYW5GsQCcN5.c; 5g&nU +x)6Ly[m Pf"fiǁ>krH#_ԙ ׈*;B/t0MvmЛY]Y;7&kǞkny)txYӃηf/ʂSP]0끋`/yt +ѧ.z1gT-sQfm0Ydy'ł=Nܜ&{y*֓ߣ<>|SG\\Qv,xNA) +ǹ`A>D_(z̘y|MOIJBԤ"J0)3x +<@0CwGstr-ȁ\/3] X?2yFۚ>x >&%w/}&Cژp6G(; +_x `c$ΦY(grnl 1B8t]0f_^A bAj&93WTYp63^y9E,W@.άF^ [>v3q2#'&AdJpμcU_9cj[ QtIW\qi<2&|į<"fJM\G*/4+>U$5rsτ䍲/2K>=)Gnƒd7Å:cx{9ánF%gK{)q`u!Fwʼn 'Z1aY. uUr(gsv :#5< PȪW;$إk3W/nyXZˋsHgW*5jLf`-> A`  +p_Y][OR;؋NbWfa^}!xyj]` "nAȽtfP sL +;y"a] +콇iu_}mp0`mؾ&h4H5IfFқh{OSww:P]]_}99dwuSD\z;lwjhcUZά:6r_q;bY\vyOw'֏?ҭ?{[{`؁nnnn˺{/onn;~vǯhwuGawltw;뷺cKmrݱs[ץ?muwtmo:v[.%o]`U]MQG{ +?v[mY,.覷u]%?n:ܷ'^e}c:gu첟m)u{jտ]ݱ=mk>imnbxW/om8s+'=߽+ҽ}7}[twoI};ߙX}. +mFuzZF_[VxW_Fkb_z_™SΝY?u{ΞX:/GOo:T_2N,?ή:wj~ϟ9ݝ;{{K/zzR l{dew}_#Sj|;/t/P>Ow>KV7r}VXx]bv܏߼ߵsOw#cu#Q'uQ';l->NsթgZ5Zº;+:Qo]kU^?%ow[zwvhX?r gWw(kF,lɾki;/簶姧lMj~{w9m_(Ũ-naXժvZ_®n~o5kn=UP_e_;}k~YvsڵptW~8jn[R>ӾSPW٤n?X7'^VUy_u=8>'ܵae-ט ץ_AUIϩ:~_Z}`=_}]WP7ڪ?T,7C 7~X7N`/m5w?[?E_(oR7wۿu{zvswg7ۗ;nZyQp׬؎PlZ2Ż7wmRv mZG_v[q{]--凮Z9rXkZ(.cn^˥#Wu^%kmGnVjҭ<~?>qkwtOѭ=qg_O3g>E>@v}su?P_eZ{a+?W8:1h~N#lX W03}yY~} _ llϕǮ=[ S&v~;7gLtt/'^2~r"9ˁw}~ǿ#΂ƃ7MXpʃ\t$;z&,,||6A]XyK7}g>-Ew/xIqqa0\xpV\y,L8ƅ  `Ϟ^8wj…8f/X' +=ѝ=3/|;NKn!0_fgVWv|gs=Z 7,yLoc2t"We*oɔ`ӋOT'{ɃU#?Kq𺧎=8aвmͺoB TY22!qƗdv0~|>_Ö_Xо#F5/ ̐ lh|aŝ?_6:d5Zis2,X0W +6,6V1 j?"9P+xl,ex  {,Ƕg8bWnkߌr~:6.ݽ&m;ǎ_8wZR\SǴ +ϫG4Υs]|Xq(hN(%Bx`0h?n b{|BfACk(uA΂ϯ`|(z ٣gj9 yTTj'ZE>I(g)W*LfO&ߋkƀ ݱb=)#U 4BY?ϒI+vۘzC"rj_o(|r!o\L2pHw)j;:„&0„ 90/qF<8VfHߨ`.VlHϨ +?>k&Rr!5̬̈-iCy}exe RtkAɃ`AZg}/sa|c &h,(Wjp[aAzFEo9> XQ΃(4C,Xrp\>Vʂc{n^n$twJMv+-t{`+ƃ_+"g9ʼnVV8'o:amXlf,Ȳ8osN8<؞~Aheנ#9./90ʗA`̃ƁD)ƃ΂(p <<]5 ^>aA+ +M'+v +2쿰VC[/JހxPz2[/0aK/GJP}~%# ?) +:!z eeQR h_TOAźw,{3)a\՗{{{Ϩ0!+7CMېlW_~4Xdm:o͟Y_(rb?τz Cm0~fX,5@e?Gv(`mdA$CQ3 L/! R6M:-sb? Scdmojef.tBe\c\!^.+lGE/lyG z`2U/LZqFbB^=  F~KFطf-ٓ|\̀ lE.y ++ˬLLJouCK\-((p=V x#(T<轄-.o#΂eT0QKu÷ +9ܙXRY-qL%G3=?Q|giQ&~B~B 4r\h#.bQ^ώW_ԎE +}77 /ƅȓg _1&2 t~Ɓv`Ax,`p`fM= *‚ƃ΂,֟vώ^#a&fEެaݎy\/ +Ϧq4_47'fu`J'd(e?(w2kI/4ɓ1hYߒ|oT4Cf`A2:wXLdC̽OpeU?lU ?'~&܆/κE/Uϳjd莅As@[3s\xpZy┺&f.dL0Hwp s_aphdBZHɌYie&lr z ̅iEƆLd3QSZbMrm)ɈUQzF=7BM^<| XAo}ޗ6 nx73[87 +>B&uBe}ҞBjg<ϡdm]E0I:5%AiX>H̟E`vdg<4BȜliNI;VɃ*12'zt2(% U' (9Q-,EXIP_K)E]03B$/D ,ܜ=}!#S2yL{A"g灠 z008QQ`腍V\gȆ_8 ɆKH0xPЯ+F nxDZ+F֌k 0gtZOU̅[ڠ,\mnR]1Mǐ%s~(}><‚v<֙ڠzEǼzuk +ZzEUk=-(3dE}\` z͒- +m2}`m+80e^C}~?Jig`&(31&4\}>, #y`xEV YC[1}tk8.>"aœ;Աؾ6\xrӄ:Qx6QBs >~e}EC3]Lshs?<@q`4̂͂Ɓ΂6Ă@A &$ +ܶ~+> + C(4Z<>Ʊȋϟc ;iXP.±Q1+L >kC S4gX_Xa3xGmF8\}%Rs"L_tQ A>% J י9_,H̾`oI{iГscxqjƑɌ|*vjq2!=~7*,HJ,f\ c꾺ML8 GrJ,J#iO!24l4`8Kv}۳NE>åBD ]ӸB9ʅc RYR!ffS *W{H[Za5>24P2EY+<ΆڏWU4|/X8 S + Xp:J,:a&0O.5-sl+ԁGh{Nc|diM*V35ExpӐ3 o~۸6EA*k jFʾfdnsQ|pms|O<}GkY!qޫf%~%rKyp_K j:N앗_z5e2Gϙ츍3ƙ332Sb4;42cO5AaDϠ`g0f83g'Hm1mgK>r{ +g<:#L՘Ks uQ41˙{ȃȓLJ'LE]O5C֨XyZpfG+,; z;xId^Ƀdm>h >/,WtLwY0(fVƃSj!qꏎ~B`:B#,}fX}8?b+RSygޯ1:;1?tz 9Oypb^X = +qD5cB9A8m + +M0tAD|G)]-Eј_ƄLgAn3,fr`fK\2dAp kLTTc̃|~?~_ҍSrM]=Ͷ91q,QݨpAṃО̂N4f.S& ЏlL88 2g j#jUo3 vs p>mӤڹzs?dJncUM]'%T&Y'}X`Eq{Ycs"~ll`r냚sۜ(8oJ/lx\-R55J蛜[a[3gLg@cYN޿1Lsd&<Z3гI<<5<>d3L”-p? s_?/1PB΅ȽOH&ԌaKp!;laZQ|zF[ u4?)FRw p`qܥ=`˜A>&T}0Mp {_Y͛0]y,LxCO +~0%J(Yx}'j}w2&p+8o3JOZ>#^+rߴ*U3gf>wJed$&f5#*3%u6EF/~r#cB ͬˊ^XL8;z`^w 6c0B2!}Y'̼K[̲`FhjO';3tV2E7vxQ]*y-|o|N.Mhmi͚wX1;Po}3qa7`m?[UsĖ{[z`̃0jBrdP?4/L:kc}62w^RXhƆ:fn+k-Ɯ6;PHe6еAogAۇY>G 01_5k (DFh>`?} oLك pV_\F ,4Ƅ< +ɃF ~BZC.EY픳e Z^ Sr`<ߗ׉+H6̽#S_'>8{v*\v3J>}4 ΏP4%~`^maOA +rX_tvcX /`dWxN> m-IzdO0eʔajS:ܑcZog;8mDR['}m…vښϦ~1˘IALyjf Y$(jOϖC˜ >qE6Qc;1/*K?Y}"Fgh_*+Łc:V|ahJyd<x#*;?o멳הT ]+?Tw9F׫A)y>hf8Y7"+w!1h Ɂf`;gw`~a̪i3*je6cT ZdBYcj^zaKB }AƢ[ggGĹilYΒ3gar3>xpw o ^\$ W/^ɾ\w_-/DsYཕ, lVi2+m}"6ꌳ๳fRPfNTLH3yˬņ`(7~r +4}g>xb2w#< @@MRc> _yN΂7hl3#m<ӿ7㫹~,hB!Ѭ ;G {( !C}0{Di|:/A27uDb)~QC=%g|x}SNdlĂ3 X{}.xڠK;c^YxPHɆ'= kH퐚a腞;gګN0tkZ\,D +Z IhFF#}Yk2zx:891뉭98CC&CZGc`hIT*< 2EɃ|Q(6D }#=U 9 +΁0cZ|8BZ92#4Ky_׃~YnW0FNϲ̙!*Cɽ[z5_lB4Za{gfK)_2rv3#gJU&^V>ܴ>8^\sUɃ>Lhrxszoɕ&]Ӂۦ邋`bK 2 ^6 f]=6ϩ짘Ɯ؏>4A#e,p/\>gl^rd,_= ';xSڱi1 td_޻=kУ G2GtD>W`6aQ3s!¬j`53*|΀fXʅ#az!/PuAr%9PY0x>ă!#}YIԌYE~VUma1|΂%J0΍{^Ηh jec :b G;8:hgUtF˩ne|Nv,Z߀r.K!{5[3't[yc53>Њ E(fK4n,=C~Qj*msXVy :oX XUmc|^ahp자As Q!5CrhbUC4fy? ]^W^E6YB6̷6vdqW~=eCccǔytZV[Gٺ`;aٴ].Y wC+9d//QX90X fqm_ z-*Ѓ;}5488(Z_~/E[Y2 +汼ϒ534jQ/dE'#s_873z!8#| b"3(3&ALy(OA]g>9{<+3ɂNk~q ^8낞KmPdlVc^u>͛>ÔUc´ >~')G4υu;G8 SMJag?ޚ5>Hey7,_f͋:Cg .g–?U-pҮ_x5BaOKaTʟĄ}E<)0j:p o!RDK@Ȅ8x71 b㹷7˒\vzozCtAV/ԯ(UkUxD t.=5 ?`ўsF=ĄESxDlF#\h^C 8e*$q`5X/ϒI:< cG9CH 4(r^~ sc hO-Kԗ۝ݪw3< Ń|̂ݘ^J>V>M#̖fxmsd?OL y0fy_d!yM=i>B +[90Y9͹Ɗ+?p:4BΑedVg.jaJ{nisO"ӧ9 d+ВOo?5pƙ-.L]QkrIP9|S͐\p ń t<$ݗ4C ӌV 9Zy{ _4s`y\ +8ڼ2?ٰŇf}Pls(mKܨY0w ӊ5e 7f 0Or .ق%&$UZ sEY˙6CPtB U\~`&;}'Y2 +SyIUߪX皟icfzR>p(/Oz UW4-1gg*lAz 'Mפx9-xs9ɎY1շWŭ]r}*NP̉o Pi}]\<4-A"?F^w62"c,-]ƁD) :.]f\̓@Vزs87/^o3\s +3 +PxA~d@8+ǫWOi!O)У\wy0EMC;ea^~Qu +AϘa +f{Hd^njAH  +]yL8Ƃ[9|SݾG3aMe?gjlxD9GDgQ +聮3BP] +>Br'ל[S#â'fsZ9VYet'/g(ĻYsE3cA)_D;Yv 7Zx /myW]=#I1aN񑶘 p;gV3 CwWXyG,'=|ʈ'ZF%_&kƆL>=ja3J.T|g\vg_y,eO<f ɁɬлDW.z1[d`@e?V̡@cA.>*zCϨ |MrB3_X˜p;^j&kFT4N߁1:r2Lcxb q<=`ԛYmCyԌ1c流ǿ1{\ka][ƻ넿^LHN 6,!>#j{U  0X2e:bq3, xp龋-#s/*CȚF胘ٝy:e +NaAJ4a=;k0[n --)Yo 5;-[xҮ{D,P胦 >֟85Aqb6̖/Dz85C-Ӥasϩ55-̳+蘆=^Z\8=AO(ήGv }y 0xB9O^0 9PuA2ag^dpD k?_m}k}Uժc/(.yn]@ Y5O6]-h5S0y}rgecKפZkșyB+;3gc,"zW441fʅdCƩ8-Ϡz'o蘾U2o83ë>OT{Mʶ/7% p~_Hnf΄9Sx_X +t͸\XBGњ/a5~Q0r2aΙ!Cz4鍢 |ա>0 q0$ΘNO˖ dɼ Ηas.;d_\_(o/~RA4(:.my{eߌ:X\.o~S^>.|x]Dm]p>_/ ^Kϥ[wa x Ad! AˆyE ڱ T\0*~QxCC"9-1ܵf?قS|c^Լ|rW':qE0G@H|Ȃ(ψQkUUg66<PgQ͌%7PXz獻=?|9'b ܉q({.X͑POz[Ch+,rhR>W09/!qb޻Vcf`Ip Bd(B火akބhƄo>QE +eB+AzG?BfgT{>yu[_Bfd6hb6?.[B#9ʂ &TyA[*pЈ(,gJY08p?,~+ ze~2ꄚCrA<(>B*zc` +(4@#Еfbpx?+ʶǸdؠ`Do/C#zEKa:U}Oq-99dDB |T#3{k쥴m\HѲHsh!Y@\Ohd#{32~/|cYbV^ d{ۘ;/_✟/vH>D4C8g:)-n ǫ.|۬? CZUB o1}X|xxGvwqyhx v)L~|T]z +KʂV*ǏL&}p&Sɛ.ƙ^R +e ͨ^2X1Ι\AeAԴCld91ClGOzSΛp'8Ɓ!CTm3&yseLٴ?ܳ ~?gjQ72vLbASޔ~8@?U0 a 5M1.]CE]Z5Gg1e(j><hIQ֗=xV΃uP"'ܖynGh|Mv#`iocsYxy`ϑʏO6`O]ɩzW,MV>K>[\HjU, JƐ< lK-/9;h92[Wb:?oLWn^[;px\g 2 (tTZ`OK>ꊲ[ƱX sgzߦ+11_||7ű]vʚϡa!0l!ldf氤R> pa8 =``顳=48 G P^a?o'@zD3riL:3aj.h+4?zA-t 냜ŞyY&9Ӓܧ= bœ?'sʁ/Ӳubd}^# +_YCq;f2="Kf7; >)KVXC +9:ox}u/syVξF)ZbH:%?/WX :q>+M~>ϙ@fa'/=-ƲVϛs}//m~sd¨}+@cF {3k`9)=VyM#43a>֟E#6_?r`B#ڜ V3G۱.űi E yJy>-s4}*냚2~ 2^XPمܢ}d`H YZ=7<cg.[V5O"邪i{i]TA]HꮱM?}Fx˹;+=5ʻ3΂A͎QSiIk2's*K٦~ԋX#5=ۧ\:ܡl>mܳPhŇn|6me+s>-8@+4_fg\e|T 2ӲHC#!4{G7 |8Ə&LHaxEoe,y0k1Cbdn`Λ3#< 2bx#b@5\ FVLbAjٖ…6b_<3'r F`c^y̷kh:NBW:C= F%H +#oZ|6ԘLgśW +. LX$xp%Y%5s`C1S-][3}@u; u>5NY,-mW^˼‹:e/81_+<<)o~U+*pVVCJE$?v@hnK{=~\>Co0`5?o}[ُ`}K⻻zϿ[ETs~kG 2\-W>Rz?!<š_}S!lYs^fTˬձօ=sϦ=i4nGk:OUS'\_e0Pٵ_+^KQV,lj~*cG}69r̓ tߕg >V/r؜Xvmc6I#.ɵ0Zڥw`h5fW3/+JmP{%5k%3B'4>}0Ud +c1҇2 |Wh27bsΝʩz3` 1O4.|W x0!vʸгgtFE +jΩd42eft(Y `[:2aF]'z(8VuO}-'5?Nc;2 /4B+BzC5$3j,NcB+#[~Q2> y/:?==^bD"mCWI.OI'I3EVqzm~eљ=AܟX.ɒƐΉ<6Wn4,EѿǞcz{Nޏ^bRIOlp+Xs*vCscP&s|skx9Ix_+|l ގŶw*]ʍk +G^>o} `a>p]K,gMʖ,L,kW~×nw+7|^|']FY/6[ e۸+"[=0|zGϭ?g8fiGf'G5ylɍGRl=Mrxu+$~9pbo %!cG>Jy~5Zo2} cs{ ӤY|FF 3rDg3F迣LY~'s +)"z.Έ?E ldT~\k|Z9Uo04Ddpqx_ùrƟ(< ޹\Nyix搫I˥ȋƵnОzmmdoAVKrrO*Rh`.Y6ز=3s]0z ^=罁aѧi~m9 [,<ĥq`_yL7'Z^Qd,_GEW1ꁿg/jRǼG?[how⑫ 3|G +#>;ؕSOҝy/TE^r cn|9 _t6;/?ǴY51q˄r+M#+~&Gf^:wi J3CɌti~Κ?Izjw} œZ5dQ6rN%],@/OVdϨfjev{}̄o^̄ +g>Т:xB󨆗dO|̓ʂ )s[sɔŒ}ga:Nx~ aV~רsp<{V^[nuǰ_}WTCeFU/ľѬ*<\|V<ō`J<f&lqafe>FKEO M'LZy~%T01(_4P( j4PY0s!ED>L+P3iQy?W͗5!2:;pA/KR2D^A3ј?xAa +=i-=KX׍-&K{i[`Yb5ܿGݳ; V\{pV=˲G=ƁV 3Q, +Ko+E3qvd^691 Nt2p,l85 yʲd <]=eyOK;, 1L"^j=}}>Aj9"t¬N W\y@@jM\h> (z4@cJٜ̝9'Cm02b ɀ,_hZ`iE峸>ș;\ZLD%fWWmcXL5(JZF3z -?530X0ycv,^ +\rVHOpLia̴K +U* v,(GЪ{7y+u#v{,rd4+J ]mM=ۿ ^csזmÌtA Lg@rievԹ'Z"53QR/˜\]KuȐcIVSyY?i}yn3mlsE_{P2w.gsjOihn(O5 +Ejet?Zojp\:+Qn]0~m+w#ge%}c=9m[U}daNh>ƀ)N`Y|yrECJ0sLe y{BcB;wgRqzb~4("B#l?: ?L+2hY E oz_'ȃ+Tp>]#2KpNɆQ&l'|+fCϞAAc939UL93B/t@~HkU~ <2CF+&,{mQ8(ͅ5l?Bw/smǒF(٣2:%a3DL(ujUo{}|ӿ#} ʬgؘ19}eCq|z.<4t`r97llDzFM>`l*F}Ybq}fPcr7R?:M'ԞoToh0jtŌ u‘Q {r]O=(\dB"k!f"A 90fLHV-(ŅƂ V 6Ԭuμ\+FX؏9,fmnc^L.j_L΂rV惶2a{QXx; 7:!gD8V\^D ! =0f=R1Ln~h[> =瑻|Li:œW B +sleZ5?#<{2z +m}{rv;5k`w\c<[F%Z, ,^XraؗVhշz +W-+;gf2a>L/D(4#z>zMw꩛_4Ac#{xP3A4c4gd.M2`O_%suu~CD`lȮq1~ˣ$3p`T#R{ S5C,9yA#gE{B[Slꏌ9I}LGU9[ Cb;ν7xFo+u-+,6>OmCϧs +؀SŁZ<|Y4fmĎ通+/˾Bz>~Иc58ƄK6X|:jZCcBɛ1.V_aŅ5CrG=קU}pn0!fr^} /iΓaƨ`̐O3$ Ǹp0!3cR`?`AoPsd\zɂ|<+|6džZ3A#en <;_3l.w3[KG*k~ׯۄ)|FSWZ p>5xgUvnFZV"\ffI^:CTI0c#oUe]8̮cʛqPW:Xw]x.^ܹymoyEg~nmԭ]#}7},rE 'zٹ'2DhA4Wf,|yP=xԪ FˋO|w!IߛhSdiG”:¸˲cћXx~>rBw,Z 4dBjxAqdIvSiFByo:ˢaʠl_̪2?UD÷-&U%3˘GO?|L=uG^j.a_Wr0S¹p,oS{q.gH٩쑤i꺽CMt}ug]c[3٩QmlcުkY{U84dO>jM n?us~]Yj& w,|orh;†ƆVtyAϳZ'Yέ#g݋y32H\&Dvp2!A @ց 2a;(2V7 pH1脜3Qr|ƃ 71c6B_'!5/^QdVdzY@Mt&3&W),ȲYeZf_Aj1B|EaŻ|OYrG&z4/gvh{QH^-;(|c[]~Qd7c.YϸoWp\7|f~#ɲ׷YPק^dA\# [C>s]|܎έ.71JNX%3Y-=.yK}`&+EE^l>dx *AsgTsLr[qQ 6sN4nJ-3 U"6 "W-:FYxfR0"xak\~~K.:S\~}>z>u6i>劦t6 Ys%ϥzwu xphtQ +qK.4E~Hӹ s|d1 r=Q}NYΐ侄22>蹊8_!f6_<Qr9~^gƃ硠߁/؛?ne_cx>~˰ ?8\ +n#SBr]7fYT}Խl\ +nԥ7|86bj*V~IpX0g{P޳En*,fBCR&M&X y|w3/});`pxGzD(h?~E݉[g=-Y;ԭgcw/=ѝ[;nAjddAY{„4<1l`zNM5V GXW*ʔq8;:D/>ϒٖq?N m0!q r-P|n6ke6sU|oǬړh=n<}-'y5=c90t#ãkLlsCL9GPIFBN;XU樁4egܓ3P8'Xd=ͬI[0?W}X$Sniyay}һ?6NzS쵗y}^S~ ߶3%\o43o~o.W;{+.LcU10lc ?kLg5K&|X 2f曪B *[2|V Ʌ e\-Bj rɜ@r 2}'wԴ@rΠz R0!Y(„6†=G.>BySyfPGtlD1gѫ_U det?jVZN(;,Q㽧e 'oujV`<6\;}2P-C]@K)QYFR$Ol}t%։o4#^F9Co ڮձst3*֢(M='3 ܲGc9XFU;k n2<|C\gy˸0e2~]/A{/,/~<؎ ỹs(쫫ve>R_(l?=y"_Ʋe)̝xgAKcSn3GT/]^~<~QEO0&eJ>!(z 2^GO!*b'df +g1J=G1/fήTa}KfxrxJ1!crl;ovgA:wo/25Ȝwcpr{. G23?o18\l2\Ah#ڟ{+{K Ms=~΅d(+WQǢrui/5ou^Y C|7/~©1eBES`fј51k/L۝g;΢W Nyhz352w-_(92@c̜H1}ܧe9!r^](M{>ynC.t ̵c + +8Ņ7:0x|r!D1CCPncBjȈ@)r 0tتAL +m6gcW3C)0B0a=hW.I9Ashb+85=dg4XQJf̬И!(Ж y>V0^f~h _C1+*(e3Պ =Է{/1옢 +}UV7>;߮x/Qk~Tĉߤ.Š +f~ Cۏ,< q32&疘P?̃\ 5#ܧʃ;;kZ1hkAvG[o;1#{W>}sτ',DŽg%=IcW_tBfd6=N^yxhL='.5GBn|bKGrK#ټ9r$=)74T0zJ3?.ΜCKދzq_D3jXw9z6`\M^cZadH8 JgghKx?::aG!42HP鄚9.f…_h^R!50Hs' ɅMh'Y„Y̥3m>ŭ^bB fa0`m̘y0.1oNdq;}p۬`^o +_cus-o1[k/:s`7I?Fۯ~&^=+-c*T,=ϥLMN;f *7P8z {bVUͶnkk`;}4,}0pM~ttO:.ӂw+7*-*ѵǏ?swQsg`7>BGO':]>luu,^60y9,TrN4e̓ ~[,<-VC(@0gnjmd'ҝ_od]SSLx9-ᩀ_:y +g-?z+{Wj嵓o~ʏ/g0mol}Szd  FxxMg?coLsvx7~fƲ\qm{N? QՄ_UeJ`Axw+<8Ă-&USdCO,E}\v+ ypi; dzh +5_+?踰\ YRK} +W:Y9#kOlQ3kKgs%W9Y, -Nj [__td56}"3 ɋ>LYb9_^s H5Hν7a85g, 6mf;|jQ.U"f;krAy%G@fk7Ϗ9 1yJ53&BuV[ʃUqxP8PYSMńʅ{Xx ߑ@65EsIu{~,ߡ`9{ gx= HXgx?؟zA{ЁX#ɉZs:Ci:w"3_s{ |>'zm=ξxP l=d7^K>@a:VaAͯTy'S ]>%\c$7?`gbO m|(@0'jY;xӟwyOtmizJ9o6(wEo9"m}o\Jy:w:9XtH"5>~%J+-_rW{úWXxnŎb݊{}JN `xlM_oŁ^&;Gb5 f\^p{WUA%fDvE&\QкyHT+,>ҥn|Kv=O`Շwӷ>''gO0!t‹K Fy'gx@mg%Ǟ:G!;pt4mB~_$a9dd òPфo૕o{6\SN3oD˦Yyǃ Ƽ Q ŅIc^9ͪM7$ 0aZ)kFœ?jLk>&eI'di/ap0a&< 7:FIE14!K3sY3)L=5(G}D?̥hL +5/h9yj!CT}7tG'e/v<WLV9Y},B̝(cSZ |E-<H=0z<5b}z~U!9B{3Jof(罵]/u?z;<ѻ>=jv|εu,˟xg/q r8/& 1hʉ`/@ R{w)+$ 3eٙ3fʹ/{ϖqxs{i#&tFa@ 5!}{Wճ },Xe$wf`8ᶡmfVbF}a}C_O9ʙZnհenG!z=g'>Cxzp/f. )r;ARlM.y+o'خ`]t۬P-/Le`JSLcyj7j|~fz^&^4@2NׇPfWXM Wl3+مʅ``@BHxBxHGyBɝa&hi!jˀ=6ZBJ}oPM=1sѣs͘Y=&JkdVi~^QaḄG!D-Gƽ8 (Xd麢/΃}:;橳~h({~Xpe[VduLbK`ᣵ+ƒkW`E_s*^RE%*d2VTdI V8ăƪ y0Jt׽2* r` *Zy0k,0 Hϙs`ł# YSTw]mhQ\q_(^L,cmv}sܩN7ܠFf +}`/׆c_h;~ c%8- 2GlW̐[, nY:yU)SQ.j:1'<?^d0#&\Ĺ,̘Vfe>0ۅ|FY+ -}0Ii`+3ׇ5 gRoaީ>Ve`{-p=YLmVFlW2&r..Ngغ`b)c‰=e62jqlV}$&d1y9q^mU̞j6q.D˩<ӻ:̕!.<Ct.!ԁUł3=N`CY; яYoadH_}RY7$Z1b:*#Z/̬?)V!B[=<^/Tʐ胋3ủ-&T}ZnĹ+;\cǗ>vc ˗!r`UaA肦 i+㖯?8G>8Y<dpʮBf翢]:+_y?MO:Yct|ms{n= 1oyقw~+h/XY`R4N9 ރlXs`(~}\93j3ozʟFF~7m\41SAc=R5_\1㓾{yژS<vktߚ}=ׯ2IˇUb_-aμ:H{S&"*?fI/π<ˇS dI=??O5+#8s`f.|4̂%ݯ0 6|^}'M8})j;aKf6 +d|Г#BG\{6leVs5/ҧGmO59톼}7+?'^sDKd-R XT zZYKȾdsQK>O+ɼ>ƚCL HvD5-1m3^W]Bc|LNxni.y=>r^c׬2csF6[yP8NcBxo:uR|^ >ӽڼ4.{ܹΉ˱sd1dJM=xr|–wK\ BC,A.O-=۹=42i KZqK5$ /Lzsx>}%836I ̲ gBZa#Wi{cC?lj~BT&L/{C=΁1S(>+Ok#gM9cGAx|ЦVظ@sL*+XP1-'vs 0sKPZ1w%7 UC: +]qO_Ky3;s%V [} {,?_g&$f&׳xm`>-D2Vc̘62hsgl6̜~:^}x0{E/904 Pca +mű/t:kʃ)N<<6hu&7Ԙ)f}9g Ƀ#fP|;yC9cBYP{+?({d| cὢ +9CKA\we!B'\3]&F);E1?8\ , BY9wܯ'vՏll{eǃ7؎ERKg.sde#F9ΪyOpMkLTXPܪ P8Pŀʂ;~JY2|k\X HDA +Qt .ME&$J ʁ_Ͻ} @&\1 d'tY/勪F>Y;gBfjs#0+^VD( +ϝkݖӂ ro׈t=C35+?n-=O4+"Cȁ>#1[P{V+ʇTgR2YF|˖*܎"O &mgO~%PjѸNէnk|y<'{Ec Afq=&thB]\o=qtȵA/+f_yF|kxfz^3]QtA)/T9`M,Uaeey)sÃUNn޲oAŃm+١C1cA.3ӻ]U)nP3[a*>`BZ:b0덱"IjM w^Rr!{T {> 򟯟VgK7<ȜQhƂwN3eȄMX!<'HPuA3 =cη&wNHhK#ޘQ!T}= z}OudsxmGp^tos}irt|ܘR-k o7v^vd}ǏzS肛[;.=V HƓ\܇_UΛs3{Ws_#?,kxC3oyMp 5Ȃַ>֕L8ā΂MxnsΟfAyMgnh,a}g y٬.eѼo|58?cWd+`Ax=u3Σ/Գb΀(<sȴAc;g 4c`ň@?leF&NH6gsy+q4u4gR#^SKzϕ?wi|pEuCY[Ϊ=EZf{ +_;6th +*쥺aBm3F>cv5U?J=7}#z ++r_fK>ҡ,ϤGKS 8NsX5k3L98s-@3_jد00q ~i;iyE+8BE>X yQOxF92>d.!L VD~,&׸ص&+,j|v˞Y9fos=oU5 Z ǝi6C㿑 / o0fĒ 8ȁ;XՎ07FXŃ~:ZCeM>7Nlq< y,RDY6QӼգ(dl>{d'&wM'M6]0OΊв~7ClUKߞ`]c޺JS#3"⺗TuMLu/p@25F;uܛٖD4Np<X/{ܗ@eFH ^UCj-i,#u/id4tCsε}>fVLċUKcṹ0 BOTgF<mqU?@sY#yg}( +ƿfs#VE\0ہ|I $GP4@64AgAD,k{ ]-oξC벖Vk:NsD-pr_~ۅ-MG*OTTdV l׺x! +G%m03ᐗ <8ŏme?*S~+hfB扂 Ql U2䘯4zTݯ/R.|ϻf>.p(s%)/:3Rm TXgR+$>qakN=})3'ʕGΝT#乑/F{"Q0zGy+< xsX j[z!ZwzaYeCՅyEwο^L,,ye~3fB:i>-aA,G^z{<8dA@]S4RlO<5A jwsڮ+? {}kl$oVe>l1dtN&[fqeKl +z\whu>TUf^M!lFfP^%ihs _ܙ7eK4`@ΡBDPsg!=};PsG2f(4B ]#QBr@ N+v\a4Ar3!OQ ONgmսSPAf]P?߭Kȁ[,t?u7ˤA.l6e-<9s`/3 j3G-0끬mqn<]<@, 5eaAeA?k,H\Vʂ9xp_0 N,})e: yе`m,}/L?wG1]}qmV=qО}XWM}^|p_?ێWcպ{T=});b;>?Ń's,VΟfR(w5\}y-ԾB/9{ua>z[̘VƾuBfi:Jǣv1 +q=l" xDs`5^zmr@YڮqћEgO~u;2#lPg?=(j?!~W`g\"zF.L{xE9^V3O }N<ʁ<~Fk{ƂD˺mPL?tAh g=wŌ$e來4CJ+&nFˁ=hc>'^72e(ʜ69IWT U/L\h+ZB3dq>,e"tCxL10eΰGL\HݐsO}~7*Uq)4pfwB&k 5js߉jPf4w\g4fNH`|}m*d=GZ^3 +(nGr֮p,~`{,]~ [Z-i[zuu98pƕɀ j+UY'5P8ܗr8Ɂ‚ʀ-\V h( -V MPu]?m9Xp8 > .8 "yQ19"=&LV0_χ~^5p橈fdٔ!AgTȖ3\{aoDBK e_}}}h~ Sx0ݛp1p=:T[8+*cK7y;杵@iԾFz_wf sDY>b,xΌ(qfZf & õs8-=7~A7ke.S&jc5 󞎱abB2f&źpb~U%ԥ䁶Pu<~iЕj{,?'zN&>jgLh /kB)p#l?!7tV,:aA1 LeL?3–wѱG˔<{[Kƅ6}-?)| +˞0yHZv)^V2!K*=yPʹj`d'is^d|B;|+7VqbG8=,WxpWb1>\}Vg,rM;\ V|zr_VXdkg +d>jɀ`̂dnn}(;~8[?~V Q +Ctd2S8G2] &kB8&lfw=04Dܨv_C3bd醡sf+ڹ"z@TS9UHC.2b5B4ž>69~87Si'{"EfDf0ds}:T5!.UÂ23Vpy"AyWQs:2s'GN>dA|߂1xNٰ}{&+H>,YދJb}9u^@V\0iIukn(0!nc>V( +ͲQT}0G6Yy4y/i 3e}.^fDZ ϸ9n0ۙw@xlf0VQAeX&ҳ6lHOL|8Կ4zc +Oj3E?mLB'4P<QCliʆ9cdCC$$.S +'Zad|-FsF] +/xl,93?L(Eefwqn>wS +/w~*;_,y^A3,qY p}dV _[ɁsK|-0 :Zz:iYO~\n(Y0s`Ƀ(eͽ?dAAfޟ8p}8 Kp ǂ;Y铓{1YwO6_\\sY0j oFӱ9 ^B΁ >re3:Ƕ,V6M+&|I;9=o߯Z)..qyXo{~:`86so6h΂m'l{+6mA +NJ48Oo([F5U,xs)yE=7 +(Bg^ȵ7vYxdGc&9+s1aU_͐gE +-p[€9rC_@:}8VP#d 3WpJyWRU+짥]v~~nɂ͛`Š1XU)1L=U֗P -1"r݉EoauVL(-mP{ rHc>k2\7ͥ~8edx>J~_$W Щ6lpKǿ4ԨN9dX<# Vxΐ,Hyi$AByPpn=0>1Y NcP?oy6d=u÷>,=9Z{JmFřB_!rf\#>k% yC!mg?Cn}W1ƃC8'Up.%t54@!{mz{mq_ǃ-.T=Oōc|Z9[Vz;z̤C+mx9QGr[xMqgw=*:՝NVʅ ?=%zߠr* .BTR+rIﹲ7=/ UNzuxIWU%kZΐ V2aiV}Θa'ŅʇSXe nc#fV/On\;/N_=]m+3X} Xx綿~V;|(ǁP׮Zȃ΄Zc=3!P13Ᏼ뚏t暞j5U^TP?raEs C\L:|y/{ɈcӞBc_x0k:f8gƺ΢kz ;ϪIg9~k9zDŽA +1$lqa +1.9=$3 a%s=u4w~ٴ7Zn{UWCcZmouWN0_Y 8ā񞽔2ڒ770`3 /WłUxǀ9YpsOr澷,(Uͥ>AɀQ0q iǼu8@8>x2f+gUpgA5lqᇳ_̟1vوϜ%zo;hTsfT+)g\?`Me3WEsq}>,jr4A=^9fb + O qV #;!VC + ڠܶb[<;_Ŕ_ryZae#B~‚7P/^: <^ :AŖ\76sʆ#-ex׺طߍp-]5+sx_#,@.g~ؘ(sMp5hbSLU X%Qc<^ȇ -Z7|A Y 5zy)UCL(/Z9-˖^.42e<Fyoi׬)b+*~B|hG;<ʄ20Ϙ"9R;ǣ{ +A*9yE%]{\x.32Sù 3? +N4CгFuD3O3fȀz['>n9cOy +!PtD=| KaiEY,wfߞwuRcZ`[;?`Q;Ɂxm8pTL b@,H lhgwv^Q,X{s0ٽocAp`t~=>dzW&k,L6irŇ;s9φU@ag˦b~BAk/=:ziAc?h"o#J,<)ُMd7z<+ñ˽ )Y/t쭸6&=;^޽ˆwk~9@`u_9C7kta{=TmE̳ cּo җ(Nf Qy6=kq }ޟ{3UK$Ӊ3幼vMYBc 7 )YPcu|ĥt3a䏓|Αdj?vu|MoKsJ :񎃍MuEy]oD1gߴcE+,e~7 qoyQE-?[ՇzGyq2s,%|<ĸb~Ҋ3+0ps[Z[> {Dۜ +A4hxxm/~ux~#L`:^8†ay8ǀ·Y/l7~B)tߨr!(zd†6um?`v}]X=i։-ݶzg'7lvO֏fa/fcYwa+F~0VPg@؏K[Ȅƒ y:! z=6,\_E@/p V ϗ~S `dlui^zō.;Aɜ2d$(Xҋdr]`Mc0#cAόP|U6";)`1VĹ;ϞIJ_[QGTRl5Was%`(c22h,UaAdu+*אXOΆ|`9+֪Q]4C,9$Ȃ<齾 ]&8+C980 `wN6 +KUVzlyʁZakj|-6ly?[ϩ`!_'Xj7;"?8@ro/bV(+F393WweZ_6k Vӡ̤_Gj_xzk>1hƆʟAo1S. |Z4^ +{ qC(sq>Y3yna#m gQdoS܈?텡NFf99 'IAr,ejZ! =bѫ;QL3;z`[ R + ׏~jF9PR,_vuGl` +Y`=.[E +,幽3K@=o <-€Xȁ.H_42=3| +P@q}΁vQ~~bY~w Elt|xΈݹٛWݦ';_ac2u3`6:yz6׻oD95>paxHaug{Qϕ8h\ ޏ + ΪVL;؎kx ^s{`Tu*D=q-r.9̌eH'#Thr q5@Uz4U,6T gZ *zĻ,e!Zv>{"+A_c_ +$'>3qw[~dގ⡫_Ί<͎e`̣8ͮP=asQO j`:^8+VEφ#r1Űw70爎 'xqVfױVJWZ(?Y/Y S i{C7{KR`;,t!4`]f0nkE y/s*O&y?9JڇcFePMlOiA,xnv!gUpNiy!OT/T(Mx +Uʹi0<'".;rd^ j6h1[9SN}/y}5CHt?i@γ=3Qgz1T=R/4,v6hdO2+Daaŵ,M𐮝(6o&k7抃Xp+p_~Uf@e\wHԹ?=mM2 c,k׹" E?^_'g_z`rc3tfˣ.꼢("G5Ê^P2_sҙμthqߋ2YQ v#\r 'g:|kfy]{:vtnc*:8X'\c9m6Z8&ǹ{}{C%~7-mLgХ"&1]KlVj d&HEv3- %%sC#'p ETle5_U9}Q_l3G^~X$tE;=BOCaBUa8c78Txp 7:G Z̃PU8@ 絸eR&l>;?Z8+ıFYd{>gH]Smhheﳅc:}:uBhO(:CLz+]q8s0UyUe̱4d +9G2Q=Fٗ\˞6FзSN94*k~e~EԬÂc=h`AY UNɋʐ-e?e@t`@gnW>c̋`HNywl_agP?;[C'gb ̤1|b$o꽇4Lrq]ͬ(&z=K0_{>^σ֨~Q8QgQ6lpEx(&h肮 ה 4}Sgb̄d9|~}Pgz<Ϟ i^xlGT7LE2_V(ٶ Vu>e@Vp U>^:=ߩjʡYO( Z55Foi:qiu斿kӷ~zc!|H +oRY5O4B'Lu :{bB͗o68af 7_2 fkU0`T=K 8Ɓ}vWl5 Vcx~OZU > z(5AcAgC:ٸwO}3O6;aA'WLX|9}:䘳 +[Ƶfx#_q .cnN|QxI%K#7Lܿ\hƢ n>7v짅>$e> ju;uD(3Kh]_C-+s+^D4N͑UNeƦƃ`82]bm4?3;}p𡞗ϬB u(Z[owR}6`Myn5sPt<(^N/wʞK[>Q:b Y atJOV0_fT̊C +p\ns6[<4< sLx#z +%[倖:sO5PvX1zSd z&i̴Bdxf$?I-77ʆq̠o+N߻VDd*cF2GP=:Oy0s g[|3* 5w&-!aU·v3Jl]c{ SEN(2C+xߘ_p?l=c89WM.Wghw +./|ž8p~Z-D] Xq`bA2B͂^Ao80wM6nL6?8yܳwZrdfKl, ڜ)$v⭘BA9R}HRzl鵎Y.~-|Қ-7a3dm9M'y2v=˱༢#sK~=0B,׺^07kx >YRzNy :#Gߓ*Q zdwxV=>>Q2_ń~y[j1c0c?p dohv2]P5̑6 f9xjy/43,o(a{[e|`+/"s&7|.(3$E64Ar`+6~0QpmFOaY7;ρ\†ƃܶ->b_"ޛh˲_cB,p 3541ø FD& |C弤mְ'Qẋ̦ʉ%df&̕7*w,hU%%/ze}1ƋXeMZ'R54Órn"Ƅ x Pz;q+xEjG4kck6pw%e@Z39P'dMss?Xs`ŀ#,Q0`z2Mοl>qt퇬0_wӝ. ϑ }sQdB 7rfs0̳/T+lVtA}v}į_g~A%ÌaD9xyvx9+0^4Ƶ4Y6Lh~ gzܓA.4Bu/A1dTbYӌ*_hG۵{Xj~Lc:XcnX'Éo3^u,XÓdAo{$[:!*{^+Ud%_tCy +dA.T-ݏz1H)c{mFuF!l=ĬhpRr˱Q^%tAe*_&k^_^r;OC}.+;!Z!>?hԃ8}x-yL1t>ʲ&>ȣq(5j[Д?뻋R-plJo//;ދeZYx;m_W1t?x{ym~PgCc,eRn*B;s ͖Ȓ\;13鄾37~*fS˜f-QufpݙW7w !uhy6ݛOwRs~nݯ"oe@ᾗw^3_2 Ł‚(_ **rׅo3?ɀ,=qd#Ǯ1-p&5ogǂg:!sb8gɣh39ǥ u?LX6[\ka~?*sd+DyeQqv<2d'=mp4VP@-1t 6lC U>9TYgnVJ'34r<6{Oz!gړݜ9ߜ`OlxIO>Cf d(< sˆGj,?Jϝh p {2ގu>+ZL# f6TFT/(+{I[f X,k +]3kamčܨϳm=gƲfrB#} +@2r_xSQMUe?Ƈ)WFy0!˜Q>CxLx~z4WJy2C +s0<>®zOsȟq>4us)'uR/>̄M3 +YdB +Ws}OdodAcJ.mhnWJskOh෺9,Xû&}~쯃)>`^Qo i5o* qŽ?5/f/OkM0PKxOG7ON6o͒|n'3߲,QA!c%Y +mpY#ez9ʪ3H,>ѸރΘL虢v4f%X_a7U#ZT񯺂y0k`fx9ѮR+%ZoXa;՜Ռ1^,joqg~R<*=Rzsabpc a)~b!˕b'<8g dTPZ=3OK^2+<Ey2qY.ʍU_Uc?ʂ=h) >cc,h/؟:#Ƒ1k~)#s= Q&v I R;lrhs`ILE>\V-pp`C+#u=af&*9߭|OUz}2۱6P~FaF({Ϭ.) Dc)+uJrc#q5`|9g'xǬX|xsx0l92saco\7RY |'%о?->ټ&Wora0ឺ{-lqw&*/V( Y~(&  xqϏN.jǭXpaʂuZRTD_l #;fٻO= 5¢Z n.GU ]KSVG,:K *~&w|B3w<ȹYA<+-W +iިGBw<lg(1u΃XLQ]gsk!#JJKۨgT y66Mcgd832k8BP{UU8hp;9͜xp>Ŕ9p63o!z_pF`}W7<3g0֚=1p\lxRsmL f(ظ`@r(A9 m-=vhnyƏ^C;/x!;v¸.ωq>%DV)fH gXVFOaD2/4 nXiZOZrhO`f6ِOy<X{̣ %@3HCʹC{ [^RJgy!|A̛AFƳS.;wYIZI_4BI]Pk{~n|Lw|nyY *3_ q9VYx%7ʁ3 Sk0`X΀,/W@cAg@ŅX.,yoY;"7z "?f1抢 Ƀl.4q(xmp/[>ۚˬO-Zq"Aj6;ԯ7#g',j_.Xv<1/z ml7's3t29O&y;#Zz&gʂWxW7_ή!{YxKΠsSM]zq{^scƨ=m̓C]zagG8s/ښ%1^j /hs>Lu|)e|L-=pvɂsf:c΀+JX0nUhdCr0'n Oiq9@o|h1/f晿Ρ"E-t#1)/A8uGuBDy ]|l - +$YuB0@^^{{/@XcU{3mt;k^'9q">]]Xk}cתYjl?n7Guswxs{[^ϾV7qW7;;jo~W~wUcƏ]PNv +A{3فjp5~v-MǪsԹzI ;&&/&[M]WM߷)lKty_5yi꾃ˇ+GLSWFM^;aD5}d5jSg站窙U\fX>ۃff?V];Z^=b˹fff/uޯTo7>]ݺ-jUdݎS]PֽMmS]?[-W-]o^''zjqf45V-NOTsmaF0`5r5Хjjq ~39BÖW.&ώTk5q*m7o'Tc7UG[Kp9s;GoV~1%۾X|56Y[^ v|og/Cx^nΣu;`9vk=߮Ͻ᜚ιe[87qoGu?X>:R/sr3=>yO5}ۈKl;[͜f.lf.5E}`xj^{zH5siW5Eu6ܦF嚺%/ɗMoxi7ƿEMmxETms鍯6:^&7\kj?DMƷɖ[M~f淚&%>܎kz5u)fےAzuwU{]_XrlqVhEmTxf?Xiln9j|il'ßF>mLƷ6ol^W)~>PxOT7?^qϢ4]+FW7}{}{x\A͹xO̮nЮ}%Lhu'3& ĩ>vȉ&ku0!1akPcCA\.6.$Ȉʃ`«~͋嵚 'kc\+ ڮR@j暞 s̕\>{`}NwĹ}Κ/ybB&wǖ`<2Kj㿮1 o6jȃuV0`΃9/WnUbAeX R$^\-?}{ cWLKc qG.-͎Ec{B~G;_.z~qM,#& gjߣ8 {@o|l){W`w|>?swv 5p.7[*5#+~9ƶ۝ ؎Cop>5 h`EuO l8srSS|x=j}jn 7}a9cΞj'p 3׶Lدm'R5ebâ Ƀʂ nza59qa#Cmb;k&|ZD{L|3VL':" լ7>:X` A10aC` ޻NX1 h dB0hykx\cp{!x._kɒL0qƫW3cCzƇ=u4_`xĽ@,!z&o.ތ1䩞x.=#'l=p |AZÍ]?u h<Ή`C;r9& ʈ|Lo&lp!B*lh!Ic|M #a9#M./a9&w8x ƒk`.g9p=<  ^9/Cݜ&$R6,qbtK9" r zҞ`|?^џ#fRF̽VoF4Cs/!4s b[ m^!xp̦jȃC,Om1#hx,HJ\SE n^B_e2pk<,R&"mub '{ޞauʒV`B Ƈ3TQ?zʂdZgx]39?~bEg[~b6ǎʇ'9k!#'_h') u,~=}Cyf$^?pb"sܦYR2]7dH3T+3P{ +FFlDB͎N^ ׻A +ٳʅ`9DN4,!Jɀfl8@` %V͝ǴpC8]oQ99'Ubn OUbA(@c')0 `osr]d/|w}?j徭 [=tACk̨q`x , 2<8D-#(ޫ̨2 ^o^-B>w6:?d̆ox%1H?hy=8\C೘,F'4[p^')\mv.5+ T1ăʄ7uԥ\G<{`R>4".̽{D'\HO-ώ6 Ɍ|[/'Xͷ9Qgcr&LeKŃeE6̶@d@!kgzL@%9\uɄEcFx ޟ@A>`XȇGf>x|yn3,i ?0_c]x엳*„5/…AfI'̼nޠw +S=oJxnlrn~Y0ɅV}?X{m;׵r{Z{3blhC)2{Ȇd^t|_MciS0!=Cj3㵊c5zͳ R롤ƯQb $X"ޠޛFm]e5J2%yRx5<Y0A;"枠 +QF)\5*ʆϩ_3†捸gȚœ-;zAxF0 m kյW뺁 !q6;k7V6=+῜@H/j80ooxĀ[VW4Y? 6tomy֮OU{>[-FpT m.?X-<|"zX߼hyű5 Ư:w^YXk+R𷇿C5 q/ 18DK!N  /J>YkcY1>o8h 6,i8ηfxʁUO$eϩ"Qmc5WHk̷>ђpɵ +ה]ߗ g&3./Qk +YQW`ΰ5d\^ӷsjnlGk/˄bߙC?0cTʂss?YQrwc`wU3x}l zԸƎYS%6mxICnVƳkfB RYGL%+3_^Tu&ҖzB@,)eAeB 0緜~`3.)},l^&{e3m2!&%=‚/FV_XPD/pb#{rȋ-"%\浄#uM ?c wpv,r-=mv0uM eao͈2dgU69zZM}g +Ft8KqyɃ}KuݎA#aEĮ^ ُ벭=;_ K\ʊVZ1ʌdņ|[ (kF J9VeLX[<όUO5{uu3G~c?M~{}%O03~S͞x/P_UbRnޠ`5sM ~\s^gB~a~dĎGS6õr!sHZMādۛLIJZ90g90!e\dխc5Z|>Xpi'3wվ`?3_0hʞO3uVKB/>ea%΍ݗA w1+c(r"YQ|Aˋood!xQF3^2`RϘ,(!1sdIg{Sd=>2Vb6PK#{FXl֨ݓ1|?6? +lg$-Z` 9poookg,H/{%:΃Bar)sm \<)xm^c%5]>OgyovFm(O/s)v)ԺBpa†66$z?̳®|7Xo|~ &@j|.+ϵ dK&C?E <@p`̃rOP& m\ϙrs[ƒu3\Rݵ;Im/䵈ݗG z(^ޠ`3!|BasD a Oml{-jQA~ #,d5Qƚ# T&u׺ }A6/c}FnjQcAdEm1?,?5paG[=U{ߔ&( 2ȁИγ,5/ 汑WK`C2non~v෗V˃oX|=~31u@fq?UY-~X-Xp‘VK?]-^=[A^f,xmQˈ.un#jς7h=-xY=ސa!՞ |=td#ʄƅ 0rT# !+~<8o}ߵ(ϿI AF ՞9 3Z GӾkyȉLB[Vn>̘PMma s>z& `)6@,u(xhҺQ{~%_eC{34} 4ƒ]Sxj f"ɀn,6oT̽Ar` &Bcw<י05Y'54TK>e f#u3ę…(<^|BWiϞΈ-dJ8Zzhђ?L0KZȄcd<;{ʠ(fP U?^ˉ_n>2/86bпe##{?A!c{R=!B7 z~f}~$ >kRl3rV/[d7ȷjL<3[|hm‚ rGsz{=!Gk !k +,3s*[97&=~*zyvT{2|k"3f>2y2^'euI FefHm`k.luٮO2~kf8<̚AJO=A zqIFt{=>Z@d@#"aũq=؏9S":*qQOx.hK=&ytF_H32{Ro߷VFL2L2 9ޟVco^c5GW)Ըh)2%$x!{u +{dYX!_ohl:C((&פM\' Z%d-r gH>y_s9Ù\`ByDK#&<#|A(;jj |z _ /fu@?;@x}yp!iQGxkʎ{c [}g]dl&fߔ +/}þ=Bg +{|(93Ώ8Z&WKi'ȍ.Ãkp^BXCęzl ƒx2CuCSP#?1;eLa▗rkK3m-KWil|kW=c1MPą ([Pd7i=oK]WT&{[̌jNTPY`18-p LH0;yL)38xsX΂8?#}@p_D<g + nkzzm1_^` ~1KelM{ԁvtX/g.} +,s\X +O=:2d8'/ kB Ϩ0&D]{QIy7LclR\>3~m}5v$6d-٘z-όsa„iΡp&l/8Z3X;8^ˉΟUI<V.rU&X4 ޟ3 +luk+C>5L n{+#o3Y|B=uo]Y-dI-O Li"-m9\<_ґTGT-?AT ~,h + {.>ruAˋ'zƌȅ9(/Y!cn=ea+}m"{5|njK c0wm%5zg~V0g?_K9ĆdRs{8_<@Į58gˊz`„{:Lv->[z-[6i>bv{:Y0y͓7Qb†,9gɔ4#`4aA9z\x+$΂ꌃ0!9PxP{䜗}\Ϣ|^/%vDKYф z(RT_P~+&wt:Z/JDz<0E7]C`SbI*n̘2ɮ:7z™Oʇ.dJϲ:lȂ_qEx+ï'Nˀ^?c/_LAzxf|By3܇}yw_d\j~! {kXP,Ws}5sCl?_7\x#.^{>ZEV 84q`.cQ37k); j&|BW%+Bc/|ZC;\ N}o`?oypLTVO{Ǻڗ=>Q4N/e/|{{% ۑr Y0RʅpWqeO0y`kfSJ v~"YʌJYR~41V۬/ *^\+l*z͆\ab- Oke~_KQ8sLrs5O [ܬƬ̎9T6;aNK`.% j4.Ct畦-_V +S[/s?8L7oߖra΄ !h1'\HlzԾ!23dFTʈm<+amMV>-<xYΘ,W}l!e'Lrx{ZAZGwyƄ륺i. z'\S)ZQalzBoa.,fIq&̊ 5FPXPg؛'Z^ >̢о à'< LHc K\H&50~S Bֳ/?)pͿ+ku3E>-Y~tT6?ƧUn MϨsLBc/e˫[Cn\~cw|ƖK>mkok88d|h+:zWGGcgiüƒ|1,n#\_!'1?S'H>T9m|X~`Ά(' +М eF,.$WYN<5.5|HQp^W^#e]!U2#xP"+:qg+z +9R!Zѐ#:C9?-&60>m\ɳZGh,d 3_'~YE7/s Lh~Z` DzH+> ˋ ny_J>¯f^·[Y_;Vpxp Pq;C03WMY #y+;.\ |ΑG.Ut>dG/VK.ؐu0ԃMgn17<șjn1ُ<Ȍ(|{imn^ .O5-=Ά΅v^xvY3_)t)|ExT:aVPMZ+&~̗}Ac@.,3  ~s tgRúfov2.>O꥓ M[vr^ߣ )sXǹ9t1ǝYv٢stO{IVϓ}(Ƭ^`Ϟzߙx>y-?uv[V< X5Ƀئ3G˗>aƅ6:_Bs]g6Hе2/&ϵ|R~4a@|N٣Q_@]@rΓPD$jl|YPs>'?挌Ho10.l##ɈƉ'٭ $3:}%J>Nz BąLM9ӥ)3` C~Zm!0 +bS:[rVS~ ӵg7Yg#Ӊߗsfdp,lG!+a: 5=J ޚs)g5ݤs-Z?qг@1}w'J#2!Zλ +oh L둁x{dw '~+?oy~\R_|eZ-dH{S8^5|80i!*02R  yK &3&B./F9QeD_ gfOu0dOK)[$N=a%2^y`[ФLXkkzʽœKy"f,3ld6Պ' +}G1 7^!jrԞ΄ʅqD>PKϗPlL2{͋Aч(& Is|ԡn[4-ޠ muv W8P=y~kH% xjC\WvRF="}v,iI~0ygߕALlYn4竼/KJ]^sEj dL={)D?ЏGߏ,W?$9PgƓ}/d;2dFӳcc AqfI=H\۪T}ohRFlSO4>@3Fo$嬢"HeB2fTrk_Ϸ#rʂ K,<8NS# pI.gNߔp`H&4$ qiБ:|( '<8sٌrN ۰K'T&\ƃ}O偔ÌGsD8\wj>X:^ d&|y7{|]=G`8OJKdB̹ʄb F)xTѹ=ϡʼBz8}8,z;r3Ӛ@ӏY߾mڙf?QCh``B)1ˎF ZCqig_&xA~|'Ԯ-7f6 n}Fn~U|vF?Mƃ3<[gGM}.?Xsln=Xl`ݕ3ɏXoE6|Ɨzi۰K yuuk{wfĐ']I3z;_T.n2p}ƃ#(ʂT;jϙd̫ gi/V>3r/9cm[fl=#~aF_~[%OS/dw1`^jwr&!c}dEvg3&])y~|ɂGM9ݤhDM 0#_lH.LR}/u0F0v$Mϖ`5p߮/&lhGZ})lKz)83 7,$%z2{f^+:Lyo9#*njlx]a \Bohƈ +{ R '[ΔP3lAo C)h.:^g:AR{z &D_St }(r~,hs Oc?QC7W7Wvzt˫G^f8 nܗ3`.0XЗ}8n}1"XOs, v8Jx03|t%9U_6~èa|}ugۻY +ރ_2&\:{W|u]z0h g=/Z`ZsVO8Wja?xѶx[z81(EQ% RKb^s6=Bܫa ac(:8"wˮ|f/l9! +,XʄhfHL <;͡??M5?<(uۓe ۿ!3L{z/f==9 GV&vPϫܪ rۚu:ku}m>bxnŬgtpG7ר$5m{?*f>s\K1A0`Kɣ3. G͞Y}'(3d1[ HR64>z1b%G̽ĶiI+ +#D_o['f:53+ẜGs,G9 3!{?oeA@zw3l#*B#mBaNS]uG!W,#j 3TO8MJuG]tl}qzcy~`1שՏS~=ųzӌcِUd;5ޗ*Ǎ Lf㽄m}|v2Br_3t4fi +}GG5z cfyQϑ2Kʃ%?0=ki>Ksrf-%Y4OCW3߻om{yTp +Ƙ*X[g?|֧$ Xmy e߶c&n}{u0`>gOrlSO=;r OUjKH90 >fC0טn|Gu{{mj`AΡ@ʍufty\2UFWl2{3X,¶}~X\8x\< .m0\%=n Ykpߤƃɹp~s0#z5'h%}f짙SeAWz}.S%s`}d{ي=F#jbp-0Il(\O?s)Q>n6z;'&ӌʹQlѵ%Dʄ 5ij|C*2@z;zĜiΊm(zry"O_p?׍b/UʂL.'#"lJBȇ{!TbCxd8ypzR,Qzgng笆m\΂}\>|s)a^#}LQsY  4?;)xGV!fX}ZȈn=ګzaoPf`7ˀU[CtwO@[iƀRokw|bMd@`n<_ Gzt>Uǿ_-Ur/ruZZǸpjjy1!K\Hpef|G˳S rVg )zRܯ2gBXGm&^;5Uuitk^f)x ~dl+?W{'Xt‚o,X%3 J|AfHh{k<$g:2E:^qٕ +ӺeNו\O>~9"z?HI2< ej%?,N krִ6d}Y rfڷ3r]vdKk#KKϤ'hu;2AOBG3l߹-58m=&FO\GƋWʀ81O`:x=AN.t&T6Ӱn +Sd|Ɯ7j`Ȅ$Z;l`ŨN`JBVTsA[;3( ?83 \8+ 73mf@|‚( h „>bjx2}g'baE=ۜrfߨL{~G_)ʾ{33d.9_8kRM^;g9hI/eHe61Й@5ur,=g(&dQ?uΌBA\ڵ)}B\F_0Y@BfЗq{Z?XVqaȌB`…¥u_ } z/u|)0cC/9\gg^=y^֛F >"2 Dϓ=wr?0 ' M,)#/L-3C^cxZQaAzUи/EM_ۘ%Y)ΌB9=?|oCz\)9{ǬOFᶜ:{S*g4O1cLڻ&C{ɉ 6 A`aFeڤesYs*b6^`x?]Cu ~/yQK2dBA2F9l>3%uP| A *C0Ǭz`D}⅍ƄƂ ѧ3  "zk'B~*_7z`\%P<̖%|bf9Q|Do lzO׵O =ϔ0uvK +< PX-]&cƵQ -O:v:Aˇ:.LFSVf3D!s·?ju+d^h}{f/,͠`]ͱߌdl^9 80{gW㾜.4cPj\\/`΃S{~(KX# )к;zIV5APAQ7_ČISY,bP'R®Wd`BxAʀ L$5*3Pr^1u$,}#/X98SgƲ Rong8g|OI~?<3L&,`^[{̔\!if?5(~:7YNN=#,|l(gf%QS=Aa҆#u {ߣץq2yDo8޹4s'؇Ѳ/X͋&0[j~Ypmw]Oxn;aϛ5grޫzPT`>.U]8q_ + p{UE +ܧ3JYP/0Q΁΂O9 M ՝!ϻ#խC}Z9jopVˎ+4z05:7ߢ,8 0W,ryiÄ#3s΄[zNH_x앋Zkj> GnjBs +oKf}󒞓>y~ += +9 + ̈́=C{=b} Mv +|0~GD jF4!'sGPbIkZ+ogBeМcg"4>`|zOe"y]`ef̟'L=r^==E;[gR :vS +y`?zOKi H3fGޗlf\̜sŞRϘŠ/(s{+ۉx*gD~qIz '1X\:'qs}Rk0G#7+<|1͙/)"-WyVZ?kd{UE6L簹XKhˠ3r`kpX|V€ZEr_jDT&|tU՝o1.խ#_nYrwƅ,_UO +!QXfYQ?cE pm 8(rgHgc '{be.̐^Ʉ/Yv=~^+ˤk&9g3ӈ3UCT0r`#^!ف>C6( ?ZW@&뒵Lsf-uvg s/ٻSk Zhg2Rʂ7Qq\[bma!_39SL+ A͑'\<|?r]7,}Fg# (I=BJ6M߰}x =$/*FoȌ5ƥHu{5ƇԈ)(2c31r.DU1CEɞą&=kli6lE0!>_3 ߛL_c ʹP|A~&>{`6gdð_ :r`;eADU&t9 f<靟7%gL`E+Fݿ74΋B+J6DЮ 7sA:W*vN'^^Ǿ&a6̜iK,In>Z_Xꋧ^oO~&΄ 5aAC*eoQLzGs(8ː YC}‡jGhzyKusT'~` np؎W<){j =5>.UC^4O3`gv} +,؅}rUϯ5\āO,X M V#/ +}IWVm{u7W~_ug?Wxg[ǿ0dOuWg~jLzj/՛'(pu#T6$--VWd=l_^\ !ailQ,!Wh&{uP[ߙߋZ.2#$"m' +8'p7㹓aaο8G;.q77F,?yPgEw2 Dмoh,1X}8FѼ'9먣 #m ۱$7Ɣ7TJ uw~|<b}G[dyYEIJ8N/*/缒q5-Ս :̶'dlX$8hgkY(8z'i6\e` chׁ2q{d/Ƭf< T Vl0dLGޛhn&2!=81ϫJK|VF޳YR[EɉXe*\ho~ v˗*Fl2!rr!2Pd,?`2!`=JV& 52:Mj5|D-/O 2!dH+=`'{~^_/fCKvO8C\i8uk.2-^n/)35(DŇٴyC03+ݟZ_0f.Bw_ރaef} zNp.=B+?Z-#[=ƅw|sƄ*cC๻=%]}`o1Iq{ɀUZ2`Z]^2q=B|͂ȑ;)Ϗ Q_6DRg#Z}!jmqs7=G,; +u9yQcC. !<|jB-a,zivTy0Syo{>s(Nwϖ&L(VtYbA"#oq[/sjS^ggi{ZYPT׶ԟwyP eja'~3އx0X^n,'" G|؄Z[8pr,'ecDG5q#dI c:2}B@Af\sj‰.||V\y5 &w +HDo ޠ>2ܵ{0Q^;EzA[='>3ʁma7i^k̉}A^!,g;Iyи Uف M #m bC K,C2_ћd&s$О|NذT8?4#pN VY̢ ~Π(@p_ȉ1/Ȓq$UΈ?s % JB"^]\O9RGVp80όsaCs4zyv>=ϊD:wPy/ϕY2q_YE$ؼ@X0qlRΓ_8O ɹg|n=f'hO/Z]~XؒMsE ;75I#Qj)z|.I=^q|?^7r9+jӼ;tvoر1!٧5{y0ݗ=^̟M2 ^g%=9 s4j~tI .L2`F 3 \glG7h򎸍VoKH/ʷS +Y<^Μ518|͠mqqnN rFFQAwȜiޟ بE,Olح)m6csʃg^2:>6޹0[q4oIiGs9Cٹ%]5j$󩬨J5k@ nl(dL,hqn}G^'$#"^}wkT{Z:0VaUlk2k=©θ{YRfkαJ9oE_PK:%ZߌoK~nβs:X}s5ƀ%t{=鯒d@ًyy"ˁB6|:.]4YںXq:m > ʃKCoIpf7>|xQ}Eg>eCNU9< +/0Ga.ZF#DƳycю_?̹pR# ejgM6iy &~zY_RfGYC+ is>g}8,QU_7㳦X̮/X UF q)* * pߗY!뜨F<6̯9<#^쫳uܧOIoѮix] Ѥ??6_8d ~uuʄ%u G:zv!=۴GE_(FźAr ރ7m j/\;>0뚧#?W>=QOxڎj5N^| NVgzAՕ[˫<(#4FySH/3&|WLk2!-[}GJȄz8eYc?.azn^aWэA9ФBAEf0snҜl_Ps1'1aK0bafrd^G?k#<^垡sHzOdfKzXz̜F%+=+0USN:Bofɱsώ:#f%:=@m Kh9<#r_9vyrθ_d30˘$9%;M0(gR +8jq;uN=`6p kK~mm(RF${&s+̀J>6-g!rb\Ē'ж`I2`\x5kz\sasb;r^c{@ΆP ZvjQ(fG>3#Aw~D/c 5u,KʟPa6&c +"dBra&EzͰ(`{=HŸgFf$_+ Ι(TגuT>Z3g\̚*y/;\Z'/p!kV*\V%?s3̹PȘ0)?ЮshsK!t w/j3 9yi5tm^7)) +jc@h΀#guϘ-.XxF$b=g@ڱG^`  ^`_`d\ G|$ + WC"`oFGjZDGgЬnRe aBeCLgV=z^Kg7{Z$69 я kxOkuv9)?8A8f~^<.ՀٍO(3}G3sX yQ`ϐX~SPPx0Ɏz64V\I0絤&~i`؏)=^石Zt ~YSgDޚ?- ה5h[p{b%0m{`Ƙ#hz ΌiV4Bld@E3|vpFd Wx Cd1ib&Ug 1y#}od@+ܣ-1aA$c=2l2~ϵ;ns>yS[uF2CY5p\-&nߙdFo= u,[ zKF\xiӿ3=243aoʃc{U3!|'pJ7q^8$Ksop$,GfF~cx9:D#,#zkNj}\ +k1hȋȀ] f)*nQ `~1yW{[WjyJ2y{"3|BcBܨp%;kƫ;=dP3H.!r {J3 /v?={q\B7 qssB{sIxdu̽yQfD|yQ{p| srV,;zdeo/ۮZ%0G#wؿօel??v"g@8qVo̺Ers#+qfu3?&PO9"7K; ͐a ":_m-3*&tP:+Z`h~7ΙS1OŃQ+din+e^>A|f5E k {$ >kF='1zϦdro{;)Cై3/rF 3N=X7 ~kKx=úؐ-{[ɂgeԹ8ycA@s bk:x4mӝnH9-hyᯧ՟nx~04BGzk} uޗK0zQ0}GգP-сJ+$f{4Cj Yo=s0VLnz \C_zuzuoM8S#7`z,xK AHh {ce/g6Ӓqq:ȅKZa2dZi%Glv}3k.48zHd- w^~\d|ד<{akq3'r?1xP2j>߳s"|fN{G_ Pqד T1oiܷY#]o>G>z[޸ꆦKzjݳ`{ k!TleH'ޏ!Q0k}? Ṡc_B-W09%\Ws!j ՋsHm˹UK .!zFx3&u~/Vzkquj|KBN}ƞyUk^ϸQXc+qrHzgo{SRz!tf^Xb\16l'ymT-+?vxzki3gBg(An1FH&D /+\5QubBOQqty /XKp]-tߝn|%9zv=so:>(X?`;^Ms[qw.c&1xk?W8_m)F nʀꁨ]?2`ȁd5]<>Om}=E_k +7B/6xEh}W^z#~ϥV>>KJ}G2!_Fn~sss!~=>7&>(s# #q1mt/sG>qNn^|B~ΕGqz}y>žvI2;#Q;凖ΰdGg׷!XӵG0uDpbO#TLFiwy8g9ai{c8s=建{}Ջ1Ya-/u"R]C]F HO͞]_|R&Ɇ9/Oǽr9j=48j)SΜVyr*KCS>20R]x\@%5b'6}l7q Fno'b^ƅ:B!W<(-^W!FׯCGcص ƲGeAN +Cq}뛦k2]6:Fm{c"EJ'^ZcW')]qA-W=@C gY4CyYiE{>܋Q yշeT?MrV,cfB^3 V<"ȇɄ՗p`\RN\R'= ?.q9)3x1h&/Hwv>7A`}#KcQWo` ,яzQtYG(_Q8Y`ǀ3Xӟ<2iG/xG깿N}xp[ޡ؈,"WT!ޛ?gb =Խ`G<4O~]~`܍#f/vzm܈ʭ}9nxW2֯%wjl#^oKOjK@䉢.y=Y g80o Ӯ=p߃B=֑1|oles4m _" .$4˃b¥7 է(,B?*oj +AV[ +ň;Zc0~}Bϊdb{7d_=+xoV߃3 pkpc]pz?)׌%~Ab"qgǠgFi~)[zir7LsNs.s3ɉ1yA}Ocyvޚi 41x,`]{i`81C(O^WqO!\If٫0B/>7削 K 6x}}ʼnb-EǺވW'^ uF SƜ)"{IWƬΧ9"F/Lz$hݵ!R[;GK=m9rȣbIVXj_.s'y~?8P=)2KcP_c,0a̓w=m]= ɋZGu-g;}DZ-M`ux]ws5}.wDK޳Y~Qv~.#c9\t_΋11KNyiq.P1:R 1ĝ#udcćvh=+[&xN\>ۊWyy(Gr9;KG ܤRXݠm:K^9=GULxtUr!s\]_+CzNBCyVj۴~cO`^,r9ir~nixGCZs I)qfzpY{ck)N܄E;ʋ?G%qB?^cBgŮ7;r\ϺzqgCiB{ +y3מ +{6?>\ᱺr_dsbb]J:ٱ +gi;t;n:ϒK,hy2|˕+<ҁ m\hz׷™><d:Gj-f.*Cb\^i:}s]lX7W##HLo|Tkǡy/dMMgYRkENh->+*Mp v9+H6w3^4Ch8_ Zߧ}K7ff|fuB5%s=zߴ7h* ϳ?7|btG/=A.>.Dh|FgOXt>3 }Oc/.m['؋y +#x4) } >T/0>Vp/0 S`Ϟ{U(&KQߚMf>KPHCT..\ zcӞٮry S2;Y) +5扨-qy&*XωOOvg>~~dx~HByg91&YK{L-AG{+l}ɖù6^:+f>Fm&xʃS9п*S| 4>07zZE_XyI2!y1~K"I,!:Ifl!_;8P= )>}Sq|8X{MrGS7dn,V3{_2༕GHu<_+l 9 8/Źs5T}2fL(/pgKC{LNXj3z0j ۬Wf9u B? fz\ٱ4`5俙<zyӂ ŀ7c &ThF {̛Lgb +wی[|isȝev^r^7axa<ٖrfy3l|͡r~6oFe Z;cuZt}|n]YS3WCXL 0863ƢG$v, Qsz:nƆڏߎ3_m|ukOP+neCDs|p8c#Bۇ:PT-rFO7v=N3G7>Զ3pi Kdl\H' !+yoǁAnCϟh0zO&-㟬X0}ELv\7~ʠaXS3! + <}(wɚAABblFP{9c{+)>dLwynOtD0ǽAř3˞s9;l;Ta^g_z`(F2x앺MLıyzP\p&&vym_c)2% zU }O\GYɸT)se2P98ѵFJ> L=d}׸}굮\]'FOlgl;|-}9Szz$Jy*G6=kӜS<o?rB$6C1ߊ{9D)k Cz<:|Q>6zk(P3mͨb%kg~ăd;-#-p; W(긝 r}[[f&Tcmʖ?Cq0"=2CEuYe/pȊ~G^Wz*q.gudkz x0s_/6OT j(ɅȉE\#ˎ4?Ϲyr쒹FJlx܂ /_h'ă@A1wۡߒdB.Xy:#\B#\ih+0!(YkxNw1=wx#u̬})XW#xO||u ?a,<}j 9* }("|W阃Goƙo0 i\|h~-ϗ΁mcNh "W; }UtǦ>4_<)97M7/hէ'wLO#m\)5;'Xy-sH1>R>/ȉ[= |+ +f!= Bń{c#čAtMc($GZNOZ9f*&>hҖ΄vy/-R_~l=ęK>2X7c|87Z3;޳vL}i*FQgBgî` \(w޾sd}ݛQ ]9eq\b$>0͇Wo_%:<0aؗhb̟:f<Y9&߂ =f9|*ǂX=dj'="=dĄHjŃoAv$7eq꥽ŝ\_z!^+ߡN,;vw2w_#n~' [wjk=\igJuOKB#<fE]܅P/$"oz!X}6hq1֞;^/&?Nwg7AǜPqǮ9/[g2=}[w/؍܆zEHgSX yEvk??B٨ᡧ1pgx5IL0! +ɡO}RפZA92P}&8/pŇUK͐h<(Oҫ6^yf_ib&s5ǑTOurK=.zM_~Ч4k5x~8(,y/vүkU6/VCwĪQLk|ތlg^1PWZ4=B|g xΞOZK7=h~vgz*umPcz_L[K'H"Ω z۹1v6WosVnO|'&w.gR5w^&FR.%r>{>9#&\qR+d.<CC(Ŝt7X|fvgےoxzM<7.F/% ^?W yc|Q\$ׁv{.~9'reptGFꇥM[t<isQdVxƅf)>ɀ襡d͘zfLQ>82ǧcG y|c.(׃ZO4A[$ >7zek\^2`@1a,4CVOҡ/6SiscPC} zZ-c ?nn2Χ{. e9xM CbOz?Ry =k顏Qz}l̇quαOprtBLD/jSZ@jzAoqu1\FPLh&LȈߑZ-=Лvn[i!{ѷ3 -SfM|- [0%F\NC(=ɼ-ɄVU?=5!?rN7~-Ez%4s8yoi{0dӾA~;tWoSg}t9<=!d7xZ^|Z\VHރVj)?`o +P /)WY>^"/#+Ňq͐)"{ Kgi)ei|7S*jϱE^)f{ lQ(ոΓ  ~+hAý^[Lpܞ}ǜ㒁\LC&䵐W7[ k# v(Q6dDZ^vD+9 6d`^yًz9q%j'cV+=ǃI>|WP+1v,tE̫Pf'!wE2)<b(jƜ7}o)ߠt44)}H ytSr6kuCr$IC Uyy< ^&Ӱ 帜xv6bՖA?(OIuMzl_"{5+y![TrRZ܈Q&nH[p΍S~pV ѫ@]3zʌ. #m3dH_9. l80=x6凎c&zd##J^;͸|űΉX1pe'y\?-x bDb9DrK +u+. =};>>>_z#y]^Dd[?Z!}3E@wӁ ]0O cI''3>{ -^8z!5מ:BH ұP+|{}7/|2?n*ɏ{3 uxݤJ3/` ;Dz´X`>C?{G?p#q8Q<5W.1_c_KrM7ǥV1f{ ޡΜ#);`Q$f(WsHŀUghzCr_nc\Ep|X0?Cucp즺!4<缈j V'10QЬ+n̚o}Tsl58'ˉO +oy|(?ØY+W^/CQo㶸yt՜+0}y_(O/sk\n5]baNҢf{(ªJ^CCC.hNx 99(cN_ml V=zڼ|\<;w<^}iaQRא_93>B*nN7oޜ2owR~?̏`>p)Dk4{rz*^,ŌQK[C}o*VFi!OKD``7c+`łd@g%fu:Ƅbrܺc~}Ano,~ǂ+>Ab1bvv:`ƕ&\+ U XP^ ˇ6Hz3zqםjr}R>C(sGń9L󒳺 WF>U/8f=j ݻQsI SOq3y%'n /XЗbA0$2|h;n7(><ՎňڧG0iDt#I{Q8#+s<0Ovhya5V7V_Qz0&ch-j;J}blVRhD]i~˭'0|aehy:ׄ19X}ygN2J;-k0s/w= w`2!X +V\?W ‡§ 8ǜ#_69 +v/i}R'd_9`Oi/{ǻI͇e]y)K:?@>q9k4o ]'I 3& .imo-{ 1C>fӾ饵1X#:p*?{i}B8?Uj 5uXXվsxG_<O6.<ӱb}iyO\R^[uB~4>^o{\`̌n._/j9oRy+_KK7%cvi*P.GrؠWzb?lL+ɥwOiݙZXwHQY[:_Rsp"޺uwkYKڏcy 9Zȳ=y>|Wɸm} yr}Ncm`` g'`fGs c\TﵜQ̥G(J{?2 8p{1wV-!bmۛ+Aۑ<_zyV-!ΩX{U'SwV^Yb0]l50yȞb9`3GtVm=A=Ȁ8 >u.xd<՝Xlo_쟍4]ӂ\xy+ĄBHń/Br)Ǟ|bBFd_s?kF% >c^sQvC3.1z#RCoWudmjU;\и/I[=iW6 p?JKÙ/^4uZ=/>[w^g^ŭ9ɦ #? ԏ{xnẙi2ϟn94QqfȞ&:&V2Xz&cWcҕrkɫs*M.5w_rScxkW{c5zyOn-ڟ|횷Y]qۮew~ZZs} +އ ,ɂC36c 59"˗4>\%Wzp3~pɉ#+*VwcBk/ y{;ǎiBj{ k4sIUG8/u9|gyp=9<^tPϩP F]︝@+Qf /0xkzRy\U]s~֎}\vO0n"+ XcB+%^Y΃ޤ4N?]/=7C\=eMMΛF^Qr?rr7-^lc~/{Vm^8\}|9Hac07(*oH~?o>6ѣ414isk{>.1h 0wI7+/9Y{ԷCq++&(2_jreL/'zHCԎzqL;g^,uAgF'AZ;[J+wGthy|Cy؊PMYj ZEijfN9ʭp/r̓x ix׃NuCt/AO(" /@WVcTs8]Tի<9۱>ڼz6J#4ݝwÜ-r|=}E1n\|hZ!ń{ےcsYkAnCh)ȃm,Xoׂ瘐=ucb n$V"4B/Xy壂'#91Uk[q]{\ n_q:oP>Xp}~Kz`B獖.x+dB.<K5g߉k.]aث{Fн@G&4nz/6u}䰹Z%FҽB;W-\-xOBB,5Q=ok;b.cH&\9mޫn ,xV tWNxBw& Q98>zlmҗu.F{`lOorR) $ zʹB1xW bBsOBxu=Zx9qn39Yy6=f1{b=q8/zo/챇|n3[0XM$?>AM<(k SOF!x.}B#ǒZ!4Lj|D7\c&gTǫwsrHGѥk&kMOv8yk=ە&`ހΦuk7'sYߙe1^q9y>/Ǭc + >E9Ooߐ/ݨ%1 ȉeV\QOԗ艓^9{!ǥc_®AnW;r>5eԻYJ7CӼP枠[ V|_}%);YHLݞ8xts%Gд@g}8枞?_r0!ӛ5z_vFs 9ʏe470^\=s^P:~{[۷"ܛ*q*wB2r1cQO&?-gG7p˅|D}d'z'mP~OOڀ͟F|tcw0`7v^`7v9P*/Qzazߩ'C9#]Bl{3/3_rHg P<%dJ'kXmmܸ1ّC PޤvIBTYDfM1>cG=kbs8>>cOjַ 5E>aX>ǿc؁BazMk=(w3bT+dGhg&k޲V4M4iQdIoĮ<ϕ߳}?S#w]rʷ]}[ڲ'x){jV}&zj>xM[VPKrr˳+}5=h`Nݻ~-T5ys#U(@,*|W15uqt t? +#f 1MK"#nD7̼b}]Fܛ"̷hft(/Gbaⷞ f0je㒹 + {lP;~:'DWg:r +,#ԓF_h9+g~ă+ "V!6\XH]=4;!Y.Yޖod 1a ń +Oyo._V.u>f{EU7+W"t]gc"1?@xŝ'#t`Błןߥ ^Z +RK^>F7`hg 5BOrmyZ"81e ܱ]IUgX2!j5ŃeN荫O(0kE~[x^ZզY- !=>41^Ü`B[xpvZWX3rE}38?G=7n`,nY(Lzc+&=1z(v}ð7*u+,s4Wzyb\ o #>sDye 䋡q,)d?7MҸMͰ ~S>)zF(Ǵ8R򑹔/|/+?1=f[}A^q+kă-Lm빞5U5yVy~Rou}ar+Sq 6Lw})UCkt#ס?yWl?xNVo|L?zy"<@ w2O }CQǑ3ge)S#?"H/.7˞*Gn֛R:_W$ak_x9P, G4^7XX?6osX?8|tHf$Cw[1vݿX ňɐdؾ-]oou]oB|!>Dx7P 6>?b|_`$T/BhtCCG7/AS(1P:#Y2c6pY~qޫw}@F.$05?gA):Q\P.cw ;oc O9~{s!|==ȆɇIX9c`E1/ ˵޶VK'q +Ņ+e1c8ɯM7}}+9xs,0M؏bÛǿ@~yKҴF9yiG]"^-x?϶-3ck+na`VS1TS{]ZxvBR3m<Ćy#*G%؏X_|SfCG,K_/Pu kd <엡ׇMc:AYm9- -Ǝ%\3nk^ȃ>(sswwC|hK'(>s`:m!Yf(YVj8~<|5s]hZꓗl $ȢX|E^VXoI#|P>8'.J^KqvSW|i]ncܧ\.k]+s ~k'114ѫEXʯV-/Q9Ǝݽ'AF3~O9Vxb8qkfTCzNޭb o|tk{e:icC|q#"2YĶsGl}[?pbܾic_>qeo (^|+}urIpwpG>V8"B}M+w1[GhUE Li\bz{ɀ 9`AiJrB}@2!4PZ]9z b Oˊjy(|!ZGX~1e *C,q"Џ1Xr_|7jq<ZarxLvU&ݭ{|\v5㼫5qA'Cx,|z4yg[x{p[{$bBj_^\;5Q!o1r8N!v + +f|^J\G?z;iLcU ^}1 +|Qco4k!=Q;ku+O\%\Cwi>ueGiaʟ|Z=&ZoWor̋-Y."L-k9ӑRc&'c]Uuyd_?iԜ[T<+/xSfΩVG nShO2TN$M!Ifgy3#tf.PZ{-/@Ox|d|ur231.vr.ټ冊{*S>{;Fy9BȞtwٳ< yğ2O}x\km|/g88BQl NcY{jL&ߓ0Xw~C4̆= |a{ ~O&d}`>v<{S'!y $ wl +O{?>W{R?]{xx2z +V _lm}+0C*NqV>rr<[^5Z^%s?򓁾9A ^=i&t]ƱnKY#> emVmzzǐ)5dN[@r^?(,vNJr2ҝ5ǀsֻxY<',M$uJNnSh6 iWg.PZ](91ޓU)|G_3:+GL/0gی`Bwj^>ݯzz(з1xVE&ܴ'`--/@98P`9# = H6mwI'c'c9iXڹ3?n ~[#nYαO8Xo:|D~2{C?6NyZ?87u%99uA E'>GԘsrL=FtV辥W3䠵d.sg27V)d x\^^Ӥ>X<栔ǺVm$$Tcj\)5eN:DOK8pVwNX6UapX@#T<ʛC[:e?xlT \ϳUgٔ8j}vsb@zV] +$f{^:3Fw/vz&w9Ĝ΋y}A!P k`}_s|dछg`GQ݂o;@W^3M^[Ӵ?WP+1`ǻ>9>r!9'{$5/^.QbGx]73_cw8~ 3tC~GeKxǠ?blv~~g?O T΄E~ ~|jS꺜6yO%VsOKE=_9@דGL?`| -2"UK?Rs,д \q\` cS'*M]ǭ>scy{wEjK} >?Cm&_izU7兟@˳Rz~r՜׵ f.<>߆FGTPF3s+.k&1wr_=ojR~TPCU-@ƹZ|ob.ˉz^i彄1P9O. y )B҇ _/7Լ%C࿘ch6<`kF0@}q> *_ 鿐&tAx ^2u'oqwϼa{:_qw~/Y(F1ܹĎ_/zB.ΉPz +v sB;rɜP9cN׉ |AC輦;sXg^u7ZΚdÓ3)PY G"N-0aܕcFfR$3nTLׂ׺wGVnzu_7Wc=?99ϑygQkZԵ:wDlZ;'>^,oJ(zx3ϋ ?lnǓ߸ex1Ii=αq{\k|اg}G2NYxRi U EzwT*Bry)x gsKӋf9 0ruI2})أ"}nPCY Ȅ]8}:_Zr{ۭ+9P#4XmcBccG'=y"G1٣]:;exs/+u?mf&=~S3-iT.k>g/iN_ =Bh޷N;ʉSx4լL goYՋQXW:Ϭ!E4/Q_`ޥ>wPW_f>*=j;}O^1zAjG='O11ºK/P5􊫹$}Y;`@>,ja}j398)z>hAιzETuR5<JS`q@ܻqqS6p1}Ryt,[U{]o=CԵA>~ą>o ~ZOSdΨ8p(!8zW~S^z 7i:o'XG[ÿX?_[בKF<~_[b[ +Ch[9`׶_߶ c=1a>m >8>āW-=!wt !uBB.3nxu7>ts .D ,׶es8@ 0qRXKqjS,vug;\=<̩ձ +Ehfh\ЬԺrCxp|Pkuq_xY굄^$mc1|OuvA{֜R#12|w˗϶Z/;DF=yKsl&5;,kܟqIK^1fg\_gܺM> `DjfyOY{XLh}"B;5/?鎨9uu5,^L?R^\p3)/3kkLM!ү 3TPlK_sń'^:鉥oBQ 9:>Gbh-Žו)6D=ܣ3 (.qūPf_ރoxs)н9v>dVa}*_ z{ = pC/񰴗P7*y!YEGZ=rGey^(9/4kZ=װuLv.mq^yƈsR.+<{x-n׻aޝ4:tEZm{U˘~N]TjK}qoʭ^5bz؛c[oc[ ɃbAq\Vg}cԧJ޻,^_sL13E DWcdDđs߱`cnK`lc@c.CځO18b:'b}_~ecGp"Y1֡raH3NȈѳt셸ꃈއy( |L3Tޥ {Ǝ)"ߔSM.:9uɬi,;kg8R'Qqg'F5k#<՘ r eg|v&t.p','Bsm:+^ZȖ5\y.F?RuVzF>~/wq)vHFD2 pu.P3Wz r6 Cn!ftsGCrXv }ΕqlǂXǵ: YϏq~3W~)^= J>:/k +ˌ ` 9FԢX ndyX-r,syc2_:F~ǂQ68N}}̠߅=1s4Hq<y3 K]=qmĉVz q^u]|2`WNrc9=F ;b8!1>Dɞdcՙ6s}6z=|S|*C{g,̉Tp!ZI}['L\}"gryKl8Jt.CVMc- 5FƸ Yx Ё<寈/ǴZ.xy/tB'Gh1ANhc *Vu{Ow*{hd9%uT/rq= c~hzV'SNkckLrTH H_ 1LOrDqz6fާx=bĆo"B魑<?OZxr@f5my׶` ƸKIRzp.!2"]ИKˬhh닞y'yU%ϥ0UFX}=2OVU_*~$Wۙ[RWW_J11 K Fr$Q$ IH$ŁDWCLyz`j\+^w{]w 䇳nUݪS9<%zG ~ (&Ozxy0R7qMuTTXdGw Z`Ylqb-ξ hă۠Lpkc81%!|ZG\nx|o4>4m_l_Ea^8o0Upg>s8=YXVJ&N5GhyrTm=tÎ9V^L +'{.!^ӶGfQG·Amy16qgvۑ xʷc)d\X׶Hrm产6>1p&#njz{BRzCxW([pc,~=G sLV`G>uR(yf^t}㊻B*1&ɻjTS1yG;ڣUC;_Xe1uTCC{1.da3_7#?&}fv:dn~_cK&du`Fu)\ R/{J>=ԹɗJyZF;֏s,C^o~+='{l7V~^3#Fp"rWŔ|kK|+sXƾ^<+V 7^t>tM1Ɩ*0O:D tq!0}3N85v=sǜ=]xÊ + ENܠh7X<>5*č`87gcw5>v n+M/C }~0F[|Sxɐ si +J=>>x(['E]'rCŀ[ ?2'7!c3=$]Bxl2341f̃V˜%LD@%GskcnhLkN jtK.ɔ{W42ן llHmm=kG.{msyz0:h}soУsٸo5ל+!W @6ivacz>c:84uNo̝ky=2tp-Ƀ7G~|;+Y^[l3"7O}klZTdw=WKg|Ćemby/|eX7_c +k)ώ75LńιAq|k˯)F%]_s jn]ڢ1a-Џj`]3Ycmz~{ScZhNb2JOk]5z}3Ʀ(.Xd}c?="!D \7-D&U׮Zw-`>2N5c05iyF5}n^gĉ}9g2ӒcGV>QvECR=擡td"FPo +}T&x:ӕyP'B'~xNyMÊ'|]?w/ MϽ^`Ӎ|ń/RA zyqycjuMX3XoăɂSgbNOGW#{"xQ'.Tq\l6]ya@#Jc|a[#nV6g?EF,=1P9V7cccswщ}X\'Ϙn`)A>4q5Zv xnɄ~i%ϼqa_(4iH+L>Ji눴B҃3Br(S"oa6eN阳|Nxْ*xy2f0xς)?t1|K.o9M Mm; dc# yKcsq /.J> ^/?ŵ A|u[?'Cyr#/97B}6އw ad"ГbH|P+D/ "gep<[o4ORzӏy-yos`;0_yǀ~>ܗV P}.4~Xz9P/<1;|XMP=m`<[]VaQʏ#I6+&r=?lG//V߲l~Z]6R?d%d@hJC31{9蛐WqXr|*z/ظyz'T{;Ԋz_eiNE^=z0͞vㆺF,'7/<>fC)<JHXXR/~!=T.CT.JσLh`\ѲSc>u0T éZa VO;O]_$h[k.+bVo^[<羑>UxN{+u^+v-wTC{wHEzb(*GUs%FQ)~Ƈ.Ѻ'oۋ 1Z^nv:/ & 7?%Z[<%20y΄ٷۂ%Hyo>L Zd6 zl]ܦk7kՅyn|m_{s>6~l +J1o'<偻tr@ ?akT9w=~T:Chzۇ?*Xoh Ʌܸz\~5? 1AΗo\C}1I=O5$'fݠ~bNXuY3`)ck}S5|JSLݰ¯AΩuPSC֨kI87U.R6T:yI'V {ykIk>[EI +sy yn#QT9"=`Z+87{9]n>RُQ8 ^>-w6-E2J?_z2{^IN[ΪP}=ܿG˿]\#Tץ< Yz{-c6OdasށLXͫVT}빿sXjӓ)MiU쏨'Z7~wʛz5O^Ŷ:n}V|U':(?Ԣ7?GAߜ`BOc|+"T򪡖^7 s𢹼M+AwW)0PPpd Kw!vo/V!+p{b{gBD1arЈoZ;fe P~s_wW(M5_Z gP3L}1KDSiu#z܋Ac51&dOB,tXl=rx:>m{z:։zÇ6ľ%{ㄾ0;/ O(݉\Cg\q3]MgIJ5ho^~{24՘p-(0`qy7Ͼ1x \8wW>y唿k<'/rs3qMQ1mn`HyU;24uʯoꟷ׊bΗa]䄞<{j1F>#>ȩ0=yw b +< w24ߥئzg^)Gn^xb'x{<' sZ9Yy>{%̾ Uc5E859yok?4to9x0?GJt{2׀tֳt8QϏ.{CDm`?&CIS>hykJG,NMVi4>Ϯ"_9O}Ty1m9>בۓi'A\>j.zm'O +/Cr0t5T}iӼd\/,Rkc=YsTh=!F5~揩P/>dWzs>kاmR T/}T2?Qilۑy#^ ywvۍK̙P`z\S D>{ȈCT5ekzN9nZ?TI*Ww-1sUFA_ F'ix&܋g"rU5PjYWa`s A5'B`\{ʏf>=iN2s1yj.]9E b ζR--?> +q!XKʼn +ꎘ.WF:=d]tg㽥` /~=^,˟[zrNQw",u*/1ā`׿@} u/Vs1r9#N\zl^6E`kW)\(Rf`AMf4Dvz3UގH=Wr?Z"ġosk 샷_W:"z5p]`z[״e`9h\4Fۿ.9w)XKZK6~^R9j}/Y෸^a, .D-\8J}KU_\Oqfc!/}sZha΄ kAG{sD4A_&aKh[A}+3`dyO*zc g& {}7ݼ8b=W|t~B&@x9M;1\r oh_\Ġ_i<1s-'nyrjbCc9xzN.b; dHoT8 b=xg­#!"yvsw@0$!|4I桂%&ˉ  /F'=d󖸦9yɁ'8܉G1?cLŅ-s后Ai9:ˣIM,O]!B#_,Q/ @5F)U=c|Z~!F'k>:ht`')35^ka]~絟Z&197Rz;5ɲꦫl +Vޙlv>^k8< A5i~sʁaLv;ԂL/0k#t_x!ץZ:[& zmS+VLߘ_M(L=F^~6#]P5ޡWrlOx]~uאER jޔ A8Fy|QelS5Bg,gD5 ZuI_ yBo6&ྻZI!G{WRgw?3z?ȴ^3x ZM5z +Y_(&DL7)|IɄ +c Cc~_hȈMg|i Wx_873߆pC^8铪^z-O=}S +M6䇽wwc\YzAA?_MN^79=}xMGrY['n*Ȇ΁+wO~nZ%m-74E茖k }kAb_D!/6\Ҫ% >vxlkdc920.89wۺPͿ2Ʉ0{+/%9 -~Mci:sृ:H*,K:W4-qɓ>Ӽ>6N#=9ƸQ'G&zПz_y f |vO ITO<]s-bJ0#3ܷZ ]?H.˱_w1[=iturNּ^mYi| E gCиoVy0?AgZ`jăb+N\[~7ucAu2j/Nuzu1UI8Y>96kR5u$'V/9JOh}1\'|)9fKzE}xmRD'@'?Ϙn;dkˌlSbg%Lq`UqZ8>[,xh9x~6{q-Ϸ^1ۈϭǘ?)V_yiU[ .D@ `dm< x/"0fs3d<5{ūڴ'箞<5(~9ɓ V̧d9/z"Qɇk؞r#­ϒK3L^m/ R_O*4\\.6SGd2(u12āS5zQ壚)tAJt Sj9<>ye-6Vuhb@q yb)𡟌^[LøղG_are=tgGׅ{V^˷S:_v*_!{L_ O35^PgDӧ\_$-Tix=ߏ7尾iuZ4:kpՔc!~-PE7J"x״܌_j^0ȡu߭d}򥯾##Q:yiŨ&z^)9XUlgkLխi?ҙ 5/1nfo)ӡwԅWҀ^+09ö.Sioۊm/~R]zc.;C8KQgmjqh6;wyi^gns#OjˏMȡг&Bƨg'~8c͑'gÏSi֞jN<1Ҝ\׬j~ޜX^l4G1>lNl/ٞAsz> +zlX~T˧{X}Y?9yh 1=6?t:<1l@^[OaBl֞9vh90Gw^hh/QGV}bs|y@sdi_|E;W{}vs8=<م=<;\^׳+Cu Sx-< +XK9=St)?(e{C\듮S 5gn,>e\5k_e>Y/?̣ӿ唏t~ +ss^_N{겟hiGfS^OcPZM{l^/&=vpf~Na^cz?Ǟ+~`/ZM{~.|~3&7u^w46Mº#O,4G\,zJs%N֞^.ϬR\xѧT.[ukc8m홅dky'ʺO}P5yt>qΞsd䣇3~Oa?Jkv-<m6>~׬cӿam>O4k~?iSl?>ЉNLȶa&~ܜasb+n՜~sb;ٜ9179ևomGnn6nhLҹ.?^fi{]P^Mf)?=Lm8 'Dl!̏,HV3mM3/nj)rēba3V,:xP:5x]sj:~Ϡ Ɂ&ZH.ab]fZٱk_q"YqͱoSk#w6A7y:<94)0sgyqL?.dBL +6 Nq&0il2_LdBu~A^/s#oe„nߩ |ou#. o),5hu/XCvھKx]\B[h`{esj%m-Ӝy+7~ԜZ]o/t/(p'?1U$̀@Rߏv CL(^!%ũiſ M5gM1|gX@Abگx--f7X}I]q,ص1o3AX~]_.1!O<¯BNt;9#2aخf8ҹ,rY#1mJ6ϴ15[2FoLNyV\x>tr_#Φj,2`qi򅶏'l;n)+mƇ6"̏Mlj4_G]?]4y~!tf|ÃR[_N~5k +wp}`A6'\M?`|9Pxۨ#wtrdwQ݁ 3)c3qPoc'iDžxcq'=|X8^abq+O.99w?fZ.}y'_8n^mt4j_Zk:eۆ7 }"%OΛ/92L1/)ur|<9p$&95/ø[=)?M;qh/ԱU/5Yvϼ=r.yGdzL=?ۜ܇}nj6v{|V^! Eq%y/|T h>=ĉ73> Г1y܇SI^&[-,qxLWk9{~Tv5^\cWƭ|Ŀ9(؏zzmi9^h,os>{9>$&TNT,`?Ā!{-<Yω<V1ĭ~ZǿJ<xXRd}06XxK݃J1 Hq cZ]e~}$/qhj7k<4K%OQq'$_װ|7Xp%gBŒvlޱݿszlZĐ,֜Mqq GqɇM^ ƏzG`lɸQp8 T5uRg!8M%L~{'kbߋ +Mc,?^Rp#y+_[*6>a=Ef2vz k$#Jq<_γ{Wy~~u1` {K^r >7;yPÔLJgA;mc͕xi`~lŊ3uٍyxy#l;Obߚ'ZЉ;ɅђAc> LuO<յrcrvb˝Xsryrt4mq`SLCK +ہkǘ2/^|^<řqL/kwe"#4 +1~oŬ2#2gBhȹp6B/7_H×ͩ;J=,"PX%}C0"C."t'.1GGB!O1?4uuZ~!1tʷ8VLϡ|B}b,3+x.^=:'uƃP_<܉9Xy}<q*ee=Sr "/fsd3oggTQ\*&lޢbLȭK9vE)<O͐pOZ_4[=L6z6O~rc蘜mwqɅ}f%x=a;g/)B9e?Gm|yb$1Ũ2ѽpcdLk(?z3Ma|Z4-$g@1xηg<[wbb.!2Q> KQ/Fu^(fѼࣃ6V{ ׫+Oxg} t.a7u#&siTELΖ78@Ly.MQT Ct|ԫgc'Oc~- #i}7F3XwXŃUaO+w}[Eńٓޞ2S}F,qa;_{E67,Y8N1W/ ĵw2\\=ecLEFݮ:QS 0 G'1x.tߑ7;ʫľxد`׼,sĘcmSʳEUS]Ĵ܄8IxFv.湴cF.Eo=PyLgoӹwlMs=icic)㡙gmy}Θm7gll*M!4e`~ٗ#<) V0bȽDi)8 1|;Mc/|8n6b,8SìApK,))\ra]Fnjk'*\UµoF, +"0OcE3\!1(qk'SF=;c3.Ws9<'Ft0|A_Dcs=º3{s pm?9cEբƾCOa,tG&h <(3 Y?o~U|-i߉/Ř65㽦޴?dxC61(>䧊6f{C^ifW屪gP*?ip4DI0i¼OHX{(c1C`D!@nb‹+JGp"Yl\gX1^@ċ*vT134庣hw7-s:@z-˜jhW}xi< )Ux2F^k: _5kN}߾/80=oqҿ?S)rf>8gjiSbSчaھۛ3c;F,<盱9xǢG6q5%O$OblyΪdnԒ^];< P9Wy 1;y@ET2פO%?O⽨ꪫґ/L (?0)24Qlkg\5o f'vKrZ!9V-S|יC0'~yYZ8nRuW35q8^1qBkv +v["T̈bG)/ĔZ(RD⺈~d gk:f?Y_[xWw4U=yM 2O3Krq\Txja9>`#11a'{9^>yޞGYEo-v9}>__qz@52ߧM zO>Lj<.ꘈT+%8}:ߦ1!?2+erGPqGz),e~?=}Ck }u|?<^$[v1!bT +-uLcu xRz6p-X| %vIb}/{yk}k]Y‹l7n濊VyM4>c+l2Ǝӟp`2Sk1VȈuN|u C+νebRvZ_Kˉr·KiҒ/J)xv%yOb?}50ESԬDSDM5 k\Ao.%2DaC:3&zN˙յ[}*j׽ú}4^1J//a=HnJ?3}Q1b:^Xxx摑/.;95M>K\pr@ ؗ Y[?{ma+hE]x[ ?eG;59#Āc;gv=ys"~o3}ohNIi tUjeуwpkX6gT[l9OxeR*,uKo|zH^]@KP3 +XD0Ftciqq_rx<Չ^"~w|?DT|eĺ}rV +t -U81|_vJNhV9}<2/շ L8R>.e{Ή)}>.{η96j'UY5Ut/OI= ܋QK[$}m˱gc6d& PMU0zyqe^4}UW*<9Ixr<-(gyp:{u-.l䴥|GŹ>oqx JO^VXg.Ǚ0su1uL+λǛ5e18 e, +~^,r|Wǘ c%!578Qˆ;1BD>+ 3r; ͊ςX׵fNieEc('y{M8tjƔ3pwz} fn8d@Ĩ]ЋUtmxt†sW=~7A>{Rũ“C-$i1&FC᤽G qSr+Ɍ/o/1zrq5^TEX46P z(~*_G7^KP,Xw=03`ȅ;S\(0|yzJY1~ɱ 1/cc{Ohyq18(ͨ1.I?f4g>ǶSKOL+3(~`@~NY |kq˂cKՃ`Շ>@7c+Ȗ^0c Pa]3ur*}( bmKG>:z| 1c=WO&w]lbZZ25o:&~U^[xP2cM'f +)S_bz>+)QZRo.k~;&fwOz8+U;ngzŶ/a~P +y?.}^l'w:]1R} 0?z3f.i#6@ps汞=NOMmbɯ:chN٫0>f^dS9P|h<wX8Q@~ü3y`oӼ8 &J9p-Fs'4\)Fkb r|<6ɿ΃<ߧ>azqMLcD'/w8O%DSF1ɿFa{,yB|),uc< L]|;5zR=lVlߧϺ'%`~eqTKSԿz_nc-Ϛ3fZĔ6>!|ˆ%ָJTwXl"Wv/˸/@ #jܩOB}!ReJW[χOsUAS/uNqu8/0T\ -]{k%b2+_YkfTʕP/+rRͬk0'M5S?R0%שlcy8>RO=$Qnja/yR7ms/s黉2w~%>(`.mØlJFXT&Ǟ_%/q;Kw?6׮ ),X\1v}#c5;9_ГRXqyj`lgc[19.6V{E-,)f4XcRL&t&O _M H!V~?8S8/%Թ +b~܏U&*qf6lumLXA{XGO0nfy147Z4֓Yۊ0mc|iΘbP1me~1[_8/CӮ ?O\yx|<O<Sߡ gٯp&,ܳ6aM 8?9$&ZW?>w2ې9f_>ȡM2'1q:3rbԜfDqďd鑯8U[,㞘qQk#UO{&u\zժ \uvϤR}8Nf:,jh!Y_maCn,?Oalg:)fq߄cw\_-$1jww7՜QYesP wɚj3S-xU;%%[: 9WϿoA:^>xXbqahA0nWi'|jO>1Į6{>C;Lw_X &tyXo|rU‡B+:He~kq?eE}8ߓ}Rf~ivg]]Ы=rx_=^^^ IuCro d;\3z١e Z"Yº!=swbX4{y k*x^_{9?/G-_<;ษZF Mo8vk!'q~Å+n߼ClAqz!}5F[~% P>yv.f7{jq b)O/rV|̊jqM諌ʐ'*δKV,>*fT>]IKDhBx`SwRd>30c)"tlǾ .z[B1s!{ۋ?Oh+6M^ 9~X~Zy^Ox,lc\czćQ 2P8T5$-FH^$ΐd/s<0$6wc:ku.wQ~SsQ}rOYs幯|USuN_ Σs&`T)oW`V=^Z8<>uŗ{xP܇XNzI'}u6O6{sӌ #nw},ԉ?ޜC2? @<X,^Ɂ6485d[!^7u\Igk^{N:S*)4_עׂYD" ޛZ5BoY=6tΫy?Xr>>RWo9yC%,}M+U?};;w9/S|ϓ{Scq-6=CȀTKS%9 qj3 +,hgƵ/Qlqў~O>O޽sEVUcUOY1zcWbGU!;<*v5wvmrͥYoV bIm1 2pƔbBąAzQ)>hD_ !=l/i P _9q[5W@q[Eo[,obd> Gy亁rޡzTIjt8AsĄ~QW$dIyw9Ͽ=u zNjSq<-/|~^y~_^d6$ "ӄ仁])#ہHGmƄ|(̄@엖7v}Y'ݟ/i~# (jDĨȇ^Ęk 3̞+xPbBljEJ ψ=q_|]K09ڧ;~{#=Q8.-oO}ԻNׄ܏Q`jRfs,}Q@5NO)6/ U[cBs~ N&sC9;)n}><'fT#t63Y/8܋#Iї23GsbKlIE#UcYɿfaΣb,9Os/mZz'FǜPXOf&X9s-YFu}/*ϷS8ps;jˆsk o"_XSydW7'{BW'x~o{`Zvwù^q=k5^y\qk,ؼu~{5z |5MM/{\CJ=s/Ǟr3|^|.rϔxaA?౧-}z:ģtmUiy:)259so5&.|ګ'l'0Z'ϡ{{⻼L?۝s!9pNMJяwSǺi#XO +^9N$*~Z>RO;>kwHb/ O'#nU>|[:3F[}.ȇXOj)OpkaQ2]\]]iB`Axb><_у'cc/Ab3g1`?zesds)i|:Z2ޥq!ws}ĐY͡!}Ms(q`E\R|?31_<%o'A)z ,Pe:Ow}ľ7G6G0ߌ_ݬ̘ ;D,;T~1~ZibLєc/x}~/[R]0Ƕԫ*q4o+o&{);j .z2ౡk,|Eo +r.q1cF9 d?6șK5&Z[>Zt>"yMJasމzSc?9`L^?ؙS#/V^aSǃއײl9'6 +㩆Fpp{(йmc=9I=GB_?H/~]/RDeLG: x.Gcxx  9ars~v@X}Kkq`{N-M|BǺ8Kb#k{͙?;&٘cU0:v YWxegQcd;\4BUӲPJ1rE%u๙-Qp,=Le(R= Nz{_OzmE6~|]H)RJp$|i. O]^޴}ό^l_ǩE~Ď& #lF8cAwzg>-<.d2cLi)F5ě >}mJu)N'TTnj$ȊDt+^R0c~zN >tgczה߃9c9'uh,|\ȘQBA1;Bx */P|_1V,x$^O1s 'FIUjPVDz`09U?4x h[)lPXǓoLj/U ď; +A03_ wWZF'$q[0:;}c[x{z>։C#|^PWo)6U̵yLsґ|0>b u<3zA.៩ 荀XP&9ʚObqG~[K,śk6kcb9'n Nο Ɯftqy^V=UUqk^*zP&/yk /}^gг#^}R(h 2/Zx_Oғ$brLz,jB/-|9{w^Ygn/cmot q`폘ٗ}BH|B多1ُM_TW_IsLIߑbU{Ԋ'CmK:ƅblև)kho^WN򇓇b8MSx#sxN%Vqlqzx-׊Ըd2뀧3OMbAjؕ)8,cGE.*cAxu߫}s휾qdkicb1nVcWHׯk'fCը NU_XysV|\uoHy-^13ߣ2ww6ĪI%㹈׃zkg"VuNDƭz*V\x}#ZA+WjIXS7g:/;Kʏ|C}Z8|D0%haBxך3ǯg}"x츯kc35bRuŊƇb蛄5a)w_+If4j.yHOB#j{(n׽\3f0rr_/+>D},V#GwGH.-4Z#W;L:>VM=?|!P"~sY}ʫoWy~|=Zo=Jqx#7Hu$F7u.("Fwj.&w1R|=,HyLEf b3.b;\̤\+uKԳN `>jߺR[+'7z~zzs\Xqt>=bjct,1ax0^ąN5RăT{Su ע1)0NF=97sR{b̊[P,eCnW5k\DOob9q^KLR c5C%]K:OL]v g |]E}O#CF>,XG{jT;_ iX`=ԓ}n1Y(<2N5={ +Ӂש <9pN'm]؏g܇)/ٯJ/bb +_˹j>m7_;EuZN1uyYy\6ƽwZ8q뱥YǏo5%>̜Wk;c33ϗqH^-sPk(됏E曺Poxekk|Mc[JނybXlkS ń*-s٧XoM03 ~![959 +ac`+B ėzl8~)ciMF.5߮ϐ ZN-j!kfGo$3`\ۑkҽSc7do'r"EǢF,kXk*vu+ڹ;W +B AU@z6r٫/ +$}0U+^-܎47ohl9rT?4{˿_^[B!s ++8iCbJ" SPj&z%%7)OUKXT\k#Te](o1γKń!ޤzUUF}ۢ7FỎ;k]9瑿 K&5[!\|+ ٶ|46|wI\/{?fzT^Ό(>FɄI`S{>]˧.z6;0#4q1E(ǹw/Pyev3/2ם-1Xf=}c uEOYtJ_<{hܨu,f~V]WZ|*Py.1vt_ߕ#g{]'O0{)sc|Tyz*V= +ܟ>\W zޔa,|MFDlke +q<@o*Lxu z W9P =\X "~CL.lꌸd~j<~!vu0&:]'>ȃxּXYVkGq3qçr6~&(0b{Oh,z;F̥{sHsZ}9nŏi~|ו^Im)s{fyL'?}d>8)LXժ1=뽔|Dʹok1a%m}v}(DFu/ PO"28qsg_ !QO \ZbdmY ԑ}tC$G*r8?Z19cE|r?:̥3&Th^)RGiTP )|BkLDWj1^9S/wkG?[Qbm#*ϐ\^ x +ŜƩ/m}+L_یﳱ`yNb@_bL8Q oGzq^׶x/S,#]1iR] 36;iQ~>X`MK{fc ɼ*,%u&ϮKĶ(x=/8vߗl yd=y|&t"3|_5 1bְϙk\@R俋,Xs$̾TGƈwR6^0x8nzQV^!¬%{2jҼҦ\Z5,S&G‘EիA>%8qbBQ¸4b#lV?OB̹=5AAfs^7JKfص1\CmP\׫ީ[?!|970g?DO;8϶:ʮ}5\|=qߒIicpi%f xhR dfV6N=("kFZt?.}IS W~X?ɹIĹkᜂ =yW1? ?=5b,[<@t`ułKb@H?:8:TfC[?#|đz ) C|YRz!cDƁƒ|&yX0zU)W~{Eq}T섮>&kTF#?{R>|B FC\&>SzQ#=ؑ3Ǘk0:-)젚ջtϫ7^_^#/bN +^+lm +,XkZP\cdeN\B_F4{H.4>6T +,8k+i򦨷P0aݕ] X $@}"g066ڔ]b9 皥I^bqckg78 \Fxxfi-A/[@O?9 ?uak~lSxS<|x 㭑k9^1-!'ޅyD{`5cΚnCzLݥ:q?Z%CEsqqLc ry+aᅸ8}O~dĔyz^E HRw#1!p]}+Ҵ: 19ipW"Wq`xc`9㼖gLENfʱ8Y.p'.wVtYlӏ~QcG/Ĺ:Mnx|h\SH+1%M}|V, .P`uL}:)7~nLJz`ݏ- $ށ`.1vp"?*Ōf>%Ys'zuXWuK>c^G3,<~k~Ov"2ҽȵKV +xйR~vl,@'i .+/s`V3"aneF8I?=yePR<=02bΔg:+2% +r1~s;r]?b2kX1 u6klF9Z\3?-dzc)3rLcE޷¼yeߍ~x}j;wR{jE8xy㌏rvb9j|ZY3Rq51:vڷ1y9v5l8Ts`׺.8/:շޟ/uL1"tUz C4_{Ke,N]\Kq_|K W 1GuKx` yS4WեΤq^mm3uv=`]ey,6;= -x`P7&0UEZ׉q 6y^3} =s'{El~d@?85_zg8r[+ I 38p΁v` b$gddKe.}{ m)S'c=ZEWd~/@]/CxJyAA` sa4 qxc Ӌ+ցOoE%k[bF|QK+]Z= +*9iuaSէ'Ec WxM#J~x u^r 2jjczQ3&^]#Xv>a_X ۬oxWE[[9 U+=rTr_4oØiZ`S;9Ѡ}Dռ>q1uNx^0B?1 h0s!<;'p?1&3lyP?=ݝ{ΖdI^wOz)3P?^_u}ժ:0<}O \MH_☺7mJX&uOYdg-gL'Z5EðU $G\~s!0k{v>X\F{̛}A>X!?uYkp8 sj,og r kz=Wi{[<%N6k քuC}Zsz)x +oӨ5ʊwg]@ELzuWyLqDx|O{xYBN X̽@ ^Pxo魅y迉^&lm=gߘ7w />uу2E"f(8!zo`/a. scpÕy[&~mAq=qW*V'WңsPlW1.OIӦ4Q?9|AdL4-MGd-eޫs(OQ#۸g׽udS>͋}>]UXs,15 V>vRw}0tV|/ڊ5&̾`]M;5xYseyhq[O}b?=ߏ>^U}*?g^"Mu2gzhМte;m{zWK p#oTsYe0~|zF&!U׃y^3{IAȏAFMca_.OG31#r:S<' ئQq:dצfOl# NRX;3k|99r~l_f?SJۻ?A,`?̟ד#<- ~!=C\\߾GW7|xjRw#f=0BR{/'`?gNB][kixcjxl|V'CQ1fTO^G +T[bB(zFW;'o %bԛ^OGoB:Q tU-mfU]bAR{NxU`@Go*3UbF^}XXSA9eowvTWE- .^]Y7ZoR=<}Oֹ{C^۫ڎI-\_ꨠXB L20YLYr ֜.űOݷR*O| Hq)w2_QEH,Ϲ(9u6Gg!-kƫyZ۲wfC-A]>`WLh́d=~e~{/o{'ły8G.yz_(Cd̓ 7)=]=_~z֩w8ysmn#sW(vQLTAދO`#>9 (LY1N O/Z[;TwTK|~+9 5&=GLխݨFy)C # !^~ǪD_ylƄ{Yȍ**S]፩ַ?^5 1:yH6TE7o<y/@,7c5}66(fLĆKd_s%٢kN«-NFc.$Z2}:9PU8ަP&a5jy~+͢-6w)6b%}]~Yl0kZ\ )0k-.5|}d0 yZBG +'~,3gmb>~}yOaD هg\j?qżJhuoӫl?4@)Y=ا u14/wA8>&y F-9L?Mb7XCrK@# a^Jdh玿Lx痯5x.p fSkis,>[,[6X7ȀIC xkGȄYA`̃vuwwwewkn $ n + o(6}n8` F?Mi B;{sQΜ<1T5U|Bō2.uQsӓB~ܡ[)!SEڈ5Knij0bkD^C-'@zz[ gѨ~{^X3Q+4Yu3__xiT͍[?2u)QdIq^|$6bP@%N_-bΙ ro0XN~+ރ~S<.?RAIwÍmxbxMsO'&l끶LʿcaHcXqY6\nlG.{g6s.W{\TV]grgy{8wWg>A(}JGL/ cbB̓Iu|N5xnاA=bl6/W~:L;wVK)6~&1vu}\S𪳻uBdlg~7^3Zz.\oj^z/ŧԍ ?!_>?wfo8qo!Fb;cAVsć2#%5V-䗯.b9EFHctF?ѽMyUf2/Y'|Rk\GMº!fӾcjc5%sUWs"ѫ+}(ߵ;UD՗"p2N5HZdS3+a/i\L^~!~<@.UQ5ʕWXkɠNNxLb>}w4ޫBnY֫"l1%(6\R5+<՞v;2eE.Ӽx+ +S&_&;|Qݘr:uxO-FrJ9VFZ!3^MGָu{#>ptc}r|c2~糬ڮ9 3ǡ\!_<.ǜ0_1;99;;eov_O\6ŕB;^n~o2m^nod-@!սZ Y5L[CL;ϻB]kX!GB As{cVRD%y}/^bv^'1?D}Gr3M ٯO}x:i*rռmѣJ⾬w^IVyNyA1>S Xy8yz8Ey|u ~22Jl#m7J3#I1d9>Þ|H<ߍƦ;=G[05WmӺ%\J⧱ge eyGkqr߹yXӌ51ߴq޽m;촸]v{ 9U|c=䑗} M_}[rG:g)X5:?a9=O1~nϷ-Wt!:XQiy9j9wj}U|y_x y^vuɄ0"HqAG35}?9&~h~`c +ݼF0.<9~Q|3(U.clk qb=˾]XiCu"K h^3KǪzX eg9#ɯyg:zx:kMVGӨYm>/qHQ/x1TW%lS|ܧ>c/%TEɋOJbOuƋ|1<}ǚcXc}kY?P7Vb|ޕń{7P zvkࣿccG3=%Nv1zσ';^Uq<Ŷ{. !zklO%b1Tzz gx-Y22bɃ*%.#sqM_|Ne?ʼng/^7o#*"fT9 Q?#9>j=3qOn\!ׯ SFf\XE iY*,W +X"y2U \e{3N#j?a3K`>Mv,Ƅ_i*bȅG;9U/*ߌvr pd_zbC'B ZL#4Dèwf40c0"FK1bKRp)EN?V7OB]{0!XwkL%mYw߽9ĺЫ}|J_(Gn~OxA}q%y헨}-m|X[D֋<Âß<Ċs:Feɍ#uE>>_-3FMPsԷ$#y[ >t3޿!?^FbMٰ#cȰ}9MF Z~wsIDŽg92δ1Ε.hzkUO *[b遚8b0L^}>_)黄}kvGK3ꙔAp><85`G2վBF,g1x2vWS^'}Ӽ21!1y&0WOfA =8C_P[=9CLijL'k_3_a.\6Mb@Ǩ (p >{ЃR׫)Ty#֩zN%-ۓCS"8-3^2IXzq}>y^ҋ31L~[F-^K;]_=x;+*rޮfFL+\6:A5Wv/[~R T# #Rgwq9Pi%#/p߰]AE#6^]?_DW_6V8 ԁھ]:2cGoB>Xr=x2.t3j.uO3/3;;Myd?@~`9p|^6ᳮ(xK=P G +иǖ_{}r|5goTlcuև)x8G2Þ{Cc*9GE_-3ymވܑWB|?_\' }/E`72z_6}ދ <@q`}&r`Ā}(kr߯x/<D8O:{c@>94rT#1l]y⼥8n~̂mvNҋňDaE1n?|xq.@'k@{<]G DyzL2G%!|ٙ/s8K6Mw}ĞSzk&1^9ț,#Z6CW벦\n}C[`yystיrF[tV]yފk[s69Qy?+Gԅ hyh7b<~&ĈӱF1/aZ0,c~UIM^J&_m&v%vѼs,ۿtr`}T{\轻Wq< cw gH~M+<ƍ Y#}>gUE!=d 7J1vd^l&i2} ~ cq^xlds>/YgK^9*2XޒiblG.qޮmZ9vs{/{Ca5+E@2_T&򬺨U *=Jng'8pZ}xTXd 1`?4K˃cيG^$]w!']q~ڲuyY:b qvrbPїDzc/.8Ff\B,鼴۞C\z7틩Qe_vxe=2@I؟ǰm|{^ߍo bX=w^y[x}h3 ɼj[KbFcqFȽ<@SIcpxFH1s4P yAΑ?c_ءɹ9NQ|qcyY3}4O +y/ރ'Ȇ ^/p5{CWL~Xrتe+;5{Rmх:μ/<Ņ)ygJ"q{yJj'0.g}S LM=뫯l4/^Rq?/]Qc1>)yKo1cf1׾6~-~ZeβQ*s_Kv:iڧ| xcPȘ.ux/̀-iE1ZZ^_I_~]`yve'*n1%y.vȀc (3bƖwOͼ(.uQ^'qf9ä>+WB:f+S07ߔf@cߍы91y?k3Gcv!.ۃGȓ'WzIuet\TJ/=Dj V^2,pgUb{C|䮺[ztuW_geQ{5ǐ\ِwZa]7SY> ߐĥ|L}zx)c!{FbÑ9SbIa8dRZiuq>}5]E ֣^OAc=K2`j Ѳ8pep 7NEH7yY`mGE}e/\EXmlۄ0>Nj!f^m]!\V:jMEV>2iqr{^YXWo+ʼ5Đ`̊81ref$U7bZ92diuǨzj;!7xϛ1KqGh?~;Yx 9 Xĸ}|71?R5 v p k9T\IDܫNa,TʚUbIc=ȹ<s![z#> s`q\CbL#nz5dX)s^kc=WNL啓^E +|܂O>O<`#ʁljĿSFd%-} c(-3ˋg#a0_V¶ۥ#j-}^Maq +e%u7mw(|ZxvB~ʍb>agr\bHbd='/ē}/W㛦HU"ϒƺ%>$?Oߚ<=̆F~@̉41F=.ޓ:G/buÅ{}>}<38Vhʿ8'!37g;m#5np]ɃQ(|Uaă%!r} \F_|`Ly©oafř%3 ++V4p`. uV6׋~1>?Oձ|ƃX?bHG1 k߱].-Њ8]2~V>I=0~ `ޟ}w]c$=ݓ%bȽF{t-^EV52ݭZcQClXF#s<?[㚿Ƞ+]kf (>tcYڶZL(q]XxpjĘRY֮{eH 1s)km:l&s`*a<\r_B _-`ry =޷.Ÿ/kngk#'5ȍXZc7m~sI ukf4)}[kØæWiz?'N8;Oţ={y1ӎ~a|/N8GOǓGXN;&bBRaoq^{>R{_/Q5k]jmn_7 +{8|dUe_/0FVGlZ9UCH8_zrL%߷V_.\߼'_8FKuzYC_Eq7!&0_^ xp f7ٲO7p`<4 ql22|5ύy~ۢl~v<6v?m{3ƾ-F]D!?Ilx5#]b23g^eFٓ`>c}otH L#~.c"H峼q9"ǗXV1hu8kI-.liY-ù}wUQǍ!pbIIjg߶udZXo"Oő(Vb>saצP^㻦}:Fy kc1ew'%ӱ~0m13}Vsj1/Xua><~}R>`)/ 5bMy_7P'dZ) yK"˲\0Nh3e^˘箴.FFmwL ./_[S.ʍ9gl~G&A+~so(mk{\i_bEmlEn f>Q/ 18g\ֶ[]F0&2IbEqH?qXZO6=%2!S:~_0p'Di{{cb8VOlZ9ՏtS012r9TVeX +E|aG?밠W|8jo{ĀB<7p:6k*Ϫ;辡<3um匒QȮrY. +>Z?vtOrJȊWr 3+k}@^3P'i2׽>yq^Tܗf*1cfNM |}/h~~kRkB +έP,;C y`<|4&0"ܗ^Ιc׼Ϣ^~?H` +ѸW}|샼mRC\gWg<Ȇc9 ߟ^Oa9|y_|jAW"E>`w/.ϰ]_f<@p_Ͱe-~6_Z5"235JW7Wqݍ/G29Ou{EkqZ벎|~ֺ̊CDqi>;f PgL9 8đ)23^{͔Q߭*gp wb>`Lt)]7:b>~a+7IG͋ xߔ*v&rv(^#s_>ֱ-{;W[q,+z>or`}xқy|f1d-˃%U[ޖ(ac: 00$ !ye޷q ~e}Zwu}Yk}+Щog^n³=5!Ee f*өʑ7LoЙ\/_b[ȧxd;#%ݓoڼ>٩zƷ8wqoj]<_8ZKA\f) +W9g G׹M\{^3)6}SG_e(!T>O{j?BйӋQ^#cJ!g~ױsjy^ݽjm֍ަ.l jr3Y3V9~C?_m/Vo'}VfF/71E>W +~13zƱyAc/E?g?{O _>P0߇k_b!5c7z-|5S܍|9-sUmQ}bsqL|ws:'a~\FS69r S rAc*-=Gvǘy̟C|ʃ ɹn[ "7L elʴA~/}YLu2G3 {Fr^ 8t;Z 6]=[LhxN5U|`Z ý߅:xVrz&nszu#4:A~b~Gwed%1/;G~'c}˽S&v^c1#7~o)gw6WkP$?<.s_e j-C0ۛWž3c}{Agp$WHMx Xc!5\}!XPߖj_9ZΔ2 |_2\u:Yqbߡ^>3T7ȍߠSbix K"9GXYmkX\" 73zG!;-/}Y}b́B>!;P+#̏axN~j׻[wnd!~0a OP:Lwˎcز5,/bq4Ï [qZ5 +rgg-l:0Qڅ|0*D~#7&6گon\}^vCs浗HcΡڜܐbqa*}UP3סM5rkOOjvzo:PcRWgzٸ{*ֽ>í aJՂb_;Բ](X\X*|f/^Wu7N6!>v^e`vgbWfȐדb:C1׽55nDUv#scQR3|>2r]Xgۑհigc`2N5噸On}l1~'5-ٵu?(:_gPk!z{{UEuQE,yך={[|P ߻fy/_{Àw/er ?\b< (y}-|>ӭ>bC?{h_FZ"场^xu0vhj^c_.QyX1<:8`?5ޑ>װa*uGXrQ[f| [=ϝ^'J{<6IG>RؾZkxw[ȶrHn{)Mg#XG9q>^zqm͍әVR#0j#PX-֩xr*o#Il{wteoky+;ӧƯWԘuy&{|.cxc+(-3-_!W|Nf~=cW)W}A#ꡖ9O>8Z擹t8L1сᴯyn`o>K&q,y]n@oq|K|3̇)O;Eg)\ڟMdҎ N6/=>zrdܸ͋sގZӓ~tEq}ZݣxS&1fqN,+rz)$;[ڽ}ok^W_yC|(x²bAQwX0o|mF)3-6a?;~yЦ +kQ-d>s bǾ,{"2F:UQVB.{>f؆/ӱԗzP{Nɏe'p<*rb?y[-n{ڋ֢TúX;#C116Tqṩ19~rVպuMσGwMq:0XΤe1jC09L'ãχHgG{؎s +u~Oݓ'M֞:̱Mn>2|bdɝR7<>yɍ'~5q'7ֹLn5N<`Ս:yɭc_ɝ#mb>P1xI|c;h,ZdSУ{R~>{or_;gWj_B4_5}{`zj7Hr~-xY/2xRqZyGb42Ɠx^ٱ55dFh}34idQNZ yƠ79[ʯԶZa}yT}=k?~_*x .cgA"'{ą)n"s[}[w̱y\᥽dž}l^2}Z)[x-aG&,'ck4lxPx:foL:>s;,8[ KWfb+*O܃#F4?s.1=㶏꯰?+6ǫb8ɒ:<UgGL絒8&Πn7ǹrySx{6Ua߅]u|➲|qro~jSNL69:̑ɝMn?{<'_~z擻ȍ7|ʞɍ;Ɋ7ΛxGWd>yk98É~s?SGuNUfr"1`\bya}Y/.ηMA=bkf/|=9(aܯ<{v:^y,w/WOT:<֟~iv9WWƩKPC])'b>z9P1CǿVuL?T3{|U V 9~12,hkH2Yʀ6iȄLeUzy敕ɭ17/օl]zLM1qֹMnn:'}ßEd?- /G rbB]p/W޻(_Z2]TY)F*}~X/%F]'_p3fUV{wN=ˑ4OzWlp s[T?'1I_JkZ5{t-R#c׿߆Χ\z>k̷mv| |jn2ݽ^ieZGzvlʩN_?_S/fX}Oa?cl*0!H/^SO^%1F1뉟zw{,7'˾X20Y9Xb6sι=Nm6_)1Ǽne3J9oy}+f +˧_YꔃuijUnǒsegu>ϯ{pu:5l뚯8>sߙķ>;nOik5h6PU?ת6C)Wȃ)X +liS#k}e==CXž_s!fR.~x VDz^ZtnTdFj +帱"K.~7Y%{2=K|GGy/zK=ZO sXn70zuCw71-&3Xe TZKə: rPxXq;l?ӭ38bSͼj.trӖf;Lm⺺y*2n`gl_Lg_%>|:#+mp:^husߩ׳߉ b|v?Yۅ8|sQ\QWl^;/jKIb!_.YKn?t3,K\hXX!S?CA>KoE8z?. + y!.D}/Mhߡоt^΃ZdP?_[uM#Dhyj }V1.8G|x#N`S:2/C[\A{詢 &wPdr:eAp!j +B>CX:]̎Փ!NU'Ba|U#{b_]ذ*P~+#FM\6vt4(_#yY-˞_AZ|uK7~{SS;ԅ{~SbdTcXoZs.1y- q}u֯ǵx I0>9@g"8i&r)n_!﬜gAݼq߰lZ1uRo¯JԶiyL[,c$_ۖMeLM9}u+e ulW5]^K׾uvp_L}C| \ט+~sF\fяm{*^!b> >EÊx(N D&?J)ؽD~tN?_jWC{FY2TnVloĚƋ[޾-I⹼( aAs } p <( EXIy{9c +;7ȍ r쾲 +QBOt{s:rgI`^韛e|A1N(e,ЍF&pRP?B 7Ƴg;/%m=y  ~ߺ8sü/Y|6R^uBӭ=ViJ93gi\ ݸ>"e(1>K N‰PokDVz=v3gcA7 1}^x}'ɏ s/3zQ76;m嚅sxۛ|-[Ļkrfe M0^/kuXb/ݳ)|=N*>Ճ3~+*9EmpݥJ\ݓ˻ʘ c7iҞZS۸rpN7\6]\a_>q·ccp^i|OLg]򚳡 BjS-k|ZQkcK8C`Xۂiݺz 9vLZTY0k_%{xWpUk+tw;zy>wGe{Z`(gÚ:w1,y'ɳ~pljqnmK=wfjKڹr%<޸MR49Q/.@!En{faO q>΅m^ᩐN}{-$cNpc:]>0W-YdEXP n:0r1-c+ZcBwj۷حW:Ǒ׆YnƲzXCȃ3l?+#:5Ƅ!>#?E=G>x'6CXT>g;cBę7[jLdN;\B "(坍s|= 'XG1 >Zy{u{N/1F+S>_+SuhejꓓEk{l;Xn+BW/ԜGr!3;S{/g:/uo_GuF}9yw(0`;LAﵖ_dY~bdeѲ|=: +*~űq8'{E>t,>4 +&4&'{}_GYJyLEU_T1䁊O1qr:F>U./o)rY}U'"ubRc~<|H'>o}%;=5S/qԘ1 + ^cwm9soԜטEush*qhm>0=(VkL&}g2e[me#c6ÀDLBƂkD;#F>wwxbM\W߻Oc:`?N=/nFTϒ!2axy䷫AxQp`Qh(N[!|Av&1yWyeSؿhK! Yz]6E_Ux.1/x`eb^:cp>rvbcϻe>L 9NԊ\&Sj^4E 0}EgUºp z|b1yz`Y]ߘvuׯs~}}zc= <W>ڏDZqnk밯ŋ8>UOb\{kT~ǼXWS2Ztm~c/Ӷ[yrNc!ޓZl>'kCl]K ͳL(d_{!+=„:"G >g +xp +o ^~TÂŹ!孳&cL 3W>>61\KG\0|yy3|q~N拊|'eoqܷH<'/3^來Ʋ"7tCɿT:6ۃ΃U·f=]LI<:yy禞cn]4Ƥ>4>4lGxr/C72}>ܻ/I uy_ s1r ZS (e{gmB̞,ayi9Kb2oH-s}\7c<1]q!> s@ 9Pw;K܅?XDH>Vj|t~ ;Lߝ_bI M&d@1`A2` jƠ +r / cPu=o\;Qr'۲'iM>L[xqƣYО!Y_l'7)9OToPzIq€֫hwRN?Tu̷sW2x nq~ChX ⵨>Ƌb8<7ٮzwjx~x?Z{exo EϽ/iE^C͖4K>1Ł}boLǘL{TY߉cd2^c4xAUٙ{bcNj^)˫1Ǯs.xOxPt E.2ώ3 u}u0<>K f#Einc}n޸Y|hS.%mя96_Äy]XO7^j=mcĤ%Ł\~zzTVŹY%g}կ{ضr 5&UqLMcM^pҴŽ3qgS's`݇P`[\s͇#82Ɩ5sɱFoƱײJz{\| +F{v{诘ra0v8Q(nuX,[ l[ivZˍ8z-e1AX" 2Es7 ?vx3rԡ?^Ʋތ< 9UK2Ek!n_N Mc1gGOI(1% )9_ R9 Zex[Iy5g0򠉵 \ϟ^z#ˉ"׵X/k N=B8GR?U\&~rѳXb2o>xbv"+?=S% 1xS0W v/OJˈ+/侑/<n/U)~r^q[]AU"fӗ]ئz~m܇fa23z}.xOܬ'eX,ƈD3ĉsH_Fv{(oHcr1ZI>/rկek;!y#/h-sz.5.N{r}'hSs}p>ǹn_y޶4mX`D8aqǨg'6/Nn]8G<0& ؊L{0`ڣLƁI}$&Ne{#v/| +wWuQ|`8/19x杞mcp3۷W1ŵv0ق! {|{QN iЦŤm.#.Uхw.#\[Fi8;g53R.\_H빍sT]˫0Y.x-ޙ sk_/E˼7}:c~11Tc8];=8RONx}f˝'~Tsz}ҿXK2<Bv+LjY=8xxGyw^w1Vxmdr휽bꦱiloռ;1˫ԏ}b:","[md6c'ΛSd#e%͍/PȊbm:?r"1L"mG9/}ocusf|klW'ۛdujxzM| "u9G}HSnYBnYP!*|P{fT=/!p?O xt=>n>Q΂ {D\/,=tƏ*t5]=F1X1G1nbo.MڡdRs'&c:hG!]k> ,)d9}Χе/tĺv6To+,(1|WD)ezbLDH>d|}Wxow|Yey_y{/Ri5z~>0^wyz}{yӓX/+w9aGswޞ@~Pr{|񝦷xtZ&kkCOQjO8oXz>[ŢN yA]t05(o9塑 (=9.2~ Ǘ,|ܺ)ăP<'ϴ]PωS=>O{9oXzrcgr<2;֍*+En%~jDZKL7|7yq0n$u=8I0OFS8 `Y53 <7#㶙:\_J<'_Mg<ja;/yb@)}@An;86XK:~yi?Y bY OسoO'^[uN^ۤ3E{Q@E> ŊD=ȪW6֧m2fc;sRn= Ef-eA౼~Ync^?y#Y^[q^#A}=@ ?0 L#:Azv_ Ho;n=8FġVKRGăמ<>˄^[r KχOy #G1Ǿ}%CƂc?,XzXM{R{֣'O9EGU -T~\]"mFTo%&Y2>k19%bfL'tz~-<7|}ujZ.@U4}i欧+[WԺb7T>pyrԆD%<Yb(u:Fkyw^?+NRe.by?(8-wx9X.%XhcYq>,u#9y˜w,!ցi~@3h:Y_ +S! +B$r8P9[Bмgaՙ\yo.d,G& yLhE׏޼~rwc@ĀQ@ KL6?E!W`.j ~ r{^ e]Oz=~ϪϏ=֮)57߇kp(Β>N#uchcc)stx]Ləڙ~n9צߴW~\gyseQQd<7߫QZ qj'svƜ%qfΘx0Ɓ3Sx~Pٰ@8~z~V@e9 3 1 &&xO&3z1zܻ|Ծs?g7t1ƊxzkG3b*>{Z(Ɲ^#be={>#Wj̕bz_}ͽZVץ׊ǨtNw#y6|P*[^1\g} یTd9qZ1l8Oyĭ:fχ:lcG:xj}yT?B}T5g:p3rgd`hҩ G?^A[O>3}bY?2dBy#Ȁ`+)rsV^;ǚyᨱ#S'mtZKz1-==\{=͓JmTgA.cDƑ"V|h5O~1^e˳\؏}b =kLdkR5rx_#= [EQOԻ攭tc40e:gw{3O<7 Wc>3c>dkҋ{(^udMEczKQ~&bSg4>ۜrTgx/E>}Dr>qaf~ŇBŇ)abM9u=Bzb~,hb Ɂ-\컧~ .4V{SK<<$x\拜w~ Z]l^/l)m>w8ħ|Rd¼.jH'oQ7"vX1p%<ť Qs KO8`;wZ:]2߃Z?c[=\8T{s\zcy/3t9Sq_dK=Q:L. 31f}| zJk%=ڙާ@U1ү:ႚWSem>5,Zcs$[qjj71qvÓy[/SxZx= !z1_r8O[& #VLl(c( +^^,s9q;4tט@R?F">[ʽh}d]XPs6w̳܅Ɩ߮nimp>RҺ,Zn5F*O=|ҿ'R$+W<&5~,)&/D/X23n=y~?ܺR2.2cJ#SXΕߜ2|?2Mؖˈ9ɚZbQSbw/mGx$e%BaS1 X?Tx J쇺y'\zwGq ?}Q/O]F~mmr&%:7u]wUjcZd 㺡Fsǝrƕ푱1o1)sX{ ;K ui5Cń9ktrQ=ES)3{b!Op*WkjJT?7Jkj屨X5pXF](qH|6s..g0:0 XՔ1y}|?|?wxrOӿ[]zx!N٫OPW9rƂʯOh UY{K7@!}QQQrɏk) n]gA3ޢG8DĤLj1p׃м@]Ģ}%ցV Ȃc[& c!~E6j7sCGłt]empw|b^qg}ZI HSņY  |65_) 5{^^8=N@Ms!a<48Ee6\ح5e{-ekm/)rv$ ˤ51]آb}[Ylv})%G7̧0!T`"^ Oyb49X 3CEذ;kœP7>)[>/qfx^d.7=_4_uCo7m`Em,s}25{UeT \w_m3g~.3?D.^./K亴 [dwqysRόcE]X=jO{iNOw/(p bAЪKrLPxAƇ>kk%cϿ k $ +9F/S?K>WZ+Gl%Xt{_XQ3MYӹyqAXr 8OWc>yk):pa- K=i^nmby$ +\]6Fb\ Aۜzx4۝jy(CEzhBB4 +^A?(q3{fǗ]۱]@qݻv$ߞ33V:lzYb(]u-'Iݪe\ۉ_ S !p %f@3H9zaF=eP7Y&]a}XM~}/,j'i`CŋeyRq @1<X6g +'\ ,z[(-5ue>)-3p>yc)>c?=OM5|x h o-uvMO.qeL'Ci3e2|~7G?.'f6vnόό |G~=u{j7~$Ei6 s捣O谲(tzOҔ 9D-{u-5ݯTLzA̝YA#=51&T_a |c6lP҇ʵuM~^/22?9|ͱdB]duPo'_d=mzO9͂^ky}5Sv鵉U{, L3XX^.;q^v鱏1IZ[e=zb@z{y;8yOd?NMώs5%Z~]Q.^Ϥ/=dF9,8IyQ GkXjTƸ2s>ku->u(B +흉4Wu&fL DC,"r@2`l¦ +l, &Y}Llݳ~3U{ۧnZz U]sunU Grm9?݋t8lP. x '89;0>,UG$Rq3EǤŃOLmÓȟcd#7k_-D +<^׋o7_SڿP<^yA^T־U\|Drb5mrbbUڅ'kqwXc?Ww#C(~4o'Y>\.6aI+owuyG=umk+Y5rG?kk]ޝgő.?E)ONϯeLm/eLWe +va Sü%k, >%ykL,_*k_pfzejQrC7\~P\l8qI(?yʨpަrUn*kx9r*?)'|Q<\7ѺNF}e?PNwa8VxK㍯ :ؔYe~jxKy{qowxYWm;b[_˟Msc1cmoyܲ 6z^-~lN/r\N{2rzW[LNo\-7;r1a[<Ώt?r˝'7p6\).~Q^y>܏gLyrϴzr?.ƗM1?G7Mqvv&:=#]?kmK{Rh_k Dx_)'6׎c'5=4_L<  T g'2mxR9A-unjwvAkcw~}3ۜC8~9<ԵֽωiúoryorO$4_G^VnݺqRV3քY1{Ptu]8Q8=־.[hGGh[Nx'w_Nq[¡.?/wS7NvW^t Pldސ6 c>|Njw˝^鼂yy:=}T @uAYwzzZO:/ާgI,߷ok+ۜ3xwA]y.`j 0[W#z 2:,>^: EҹcN ':%'z&iH;_^ ZewxvY:sMO69wLVP'&~{Zk5~\wN\B>u)Kpq~[Ӊ][vݼ^goou!΀gi]=rW}X:Gt>|OwlzOߧeuϔZ6'H]x7Z+~n_k.̠^j~~xބ>ۥg;y{zw߱洦v֦O/N7A}2"5#A&)~{эPC۲6ĻW67\.z[8ߦۥ'ۂatQlX3SWKmj{Td8ކ֨wѡ4N t(gY}@>gqcXIM:q8a>q[2>Mqr26[|aZ];Ŝ3a4>6:`֚v> |'x^_N;g{]_>CnYw\Kf~﷭8#ژ'=tG:S:gTqG|96uGD+<&ib6U1 +n\9.49ko}_{d{KMBƁ*ukT-\-3sgiC27Yޖi6ӥukuVnpM~=@x^gSxzgS\pߗºc#8!jtAu<>):UowjCăP;S.eWesB_/^xRqB}us>mx=68JtPx+^:&O,e2jpZC]ijwS .d^/yQ*m/vu=ه^ZcƈqaY|L] 7OٸKX }0R\ S{-n%kk)۪.tq>C`@OyIcpcu=p;Yɩe:=/()2Җb{8MSMyY:¾VmOXn`~KIu@@cEm W{]5rBa8PEƆkuE{ht0W5` +gX{{٧H~Yþ}KQVhsb7~s'uM6^m,ǭ܄]zx6x >hcB ljniFSge05sXI "_tEq([*~^(c8B;PǒTsn爾g-mzԆtx(;XD.s6f.>`P}x{Eq>gxaZ3D=39S8NQC;*,c_cZ3ݴ\Ҟ\M a[uZqT?WٸKpKiV[16Us~{?-xqi}z ֒uL+1[~)dou8,O}H=3|n\ȸUm}s:*1|:}ry[nnQs.߂#z5LS76?NKo'L]e]< l"=x>zhw-fEP`nES2/mfo{+(kȽmUj,fi@-`^eO[rEØn|2m +39rmF ~kͮWW 03lovﺺ^t<] z`3`˾ m>e 'uD||1]cL=_/N(qry8R;'N uRg2hk? z;?P_Gh^uG}EPtިgpM j{ /Z|J恎t^ϵ. u@~j`aV;:'31:ep:k|KUKmavòͿ '1 ;j~#X߉kXɴYd߲94tlVY};v &̡,HO}cߕ{DsB7}Ю.WX.3,-~*`ERW !Qut-O6~fOLsi$ן778tx MCWך{XՖsSgrLpSmo9wJanۂyǫ8]XjVkiIARo.|FiӶ@:2:x?O^sƮ;c>:Qq6N(uG'$׿X Υu6 d? ^n{m|f\ޭˤs uJ\pW~v M6hSA-Ngf{F?wg?}gV^{5Yv-ç})dM㸬@_2vt +C!.麺]g[o%ݣOV|p݂kmޙf<x^,|gݥ?\eIPNjvdH sGA 6 m>]"M^q{W%)2ԃB-F^R7s B<)huqi;zy~#^3޴Wqp;Φ2%Z׈OPLF? U}yw|;kKX8uABY=Oign#5DYm*.'<&=ЧrW9x9\Q]ҷ[u\fi{|s֫r`W -`ϭۺv}5bjȹ>wR'{[f]VǦK}.>إ5O+&iC4&}wr42&rgsa'8&;7s^mRpPnSѵFҶz]]}>>,NS5z{-绺^Z3E3{fpp:3u[24%Hcs2u} (ކO6/̴8#?|.~j +g~\%Ps+cKq\8ovq'*jڼ=Ou8\N߻1z"Pƅ 鶙`N:lgaٮ!BËJͯ.u[V;Զym}hkw.i[Vmx-{qBrD}kjڠn/׻g0O/ ϛeLcWכV65ZUKRgZy-zn]mq<^g,_r6Զn׫K}fm-\rN(M.kv~gzkk@jrX,qB1lBnN;u^ΔaAn\7[SΧrnURƼexg[t_rc;߼a:Okyjsj]i6q[l[횸 S}ĵa>=sq;uv? +aY1ϳ/2?3c?=Ce~˖aRKayp8\s8]Ɵ@}8{|x}x-c_Io%pȒu.a~wpdsrߛ soxQoMg S#%;ԏG16w]:۲-?D-@/#8wM[-ryaNYw3jnM'ۼչ\]}^].\/u]n +m-G^yk͂lyzOӱg^hlj8a_P3^~.zo7gٽxow} YMNk뷤{?6ů՜ӧMϼLun˴L4y[@;þ58ݹXo8-ׁa<J[R3J'+Ǖƚap?`HVA?c|A>x\0\v?Ql5e7E0gۜui_zj۱ 6Χ͹ޓy;_fiOkZ'sǭw$m|14׆p?Gg@_a:L?|/ >a9FͼXln]F_y}^Ws~0E?{I[J_{ܲΛq5i٪]W9lw9>T/~a9vY]?[:GUSi<|6=n~Yޗ>p 7v,_}{x{R3ibKs?ړv #Z;T\0]o_KI\/n'}7 }.oq[C8Іy"v8ʘ@hC<˧2@R^Laulx}bY_.O<9Ǽu3B\ ufp%/SOO/r zo{i7QPju +N lCY|X>p63{zl?)hℇ'r#vLcEt}-ϋאVWr `389veon7/3ɹ?w֒}d |e\^޲便=pi_7 &E .̋Or5l;`J&~8+&ndYޫr&2N mXşAi9a z-NPө >r1OSSt${u!&5L|=~`q.>hNXa8qĺ{eR`nC=ma.8t/e֙ၢ@_1l`3^8(6?h5,övWu~xC~Wwun[zcR|Oh.ԺI'5: pׂ,/fmy,Mga./A3fY9Z| 0f섁.8Űx +MN[<0냉}R ir]=OzsBØ>ٟp:^Gt^8/LY +~qV @Hϲsc>-x *nRN:m6ߒ}>/,[gP/Lچ2.k +[=o.׵%49b7. s>7mfή8[sb}0a!' WUv_k QʼN`_= x +M BO*tvBw irBwO +M>!u'4-^hxgu>X9h׭V↭>0:N,N2:s8S&49a:a'|ڷ\ >+漱 u#׆y[y!zgܥ-]7ye/H~+[Ku.㱱v*tKoz.|=z39a8):m;"nX 9_ba'L k=1ㅩL:{azNp[ИO2v.~F;a]pws:frqJS>R7 Mnx;a:bG74?T"]YSYܰCd>p+} g_]ߟ7+3?gxmWSwK } 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0o! +1 Om"! +1 Om" ! +1 Om" +! +1 Om" ! +1 Om" ~ +1 Om /xu@p! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"> +$ű?r"$] !#!fqB[u~5QQeFݙiS]]Oa?<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<^ODH9~{xK|Wa8b}'$Xn*qk^󖹰sw8m^OW~xxgm=JK|!A p<ڿ aYsַ2UZkZ֥5S]3r_=,9DZF ;{ke@) }B)7 + ܲ?8Hu?0`e^<$|\)b*ه7Ys.N3@,zcn!fK^'`DZry 9fą1|R] wA Ys8U``}o75}:;zxx\U_ׄ:Hy']nC +KT1nOI~?r'᪒~̽'tϗ%^Í#)7uH!|7|?i WV#hr78641qyfB~@p}ҖsA(z^{Ks}r<<<<6}jknz)SC"M;Jצ"wf[}%kM[K^]X,yj9=1 L_TOn7rձ9rx/?n;_u+J'/捖qHҼ?؈ATϧ2pPd+w*1/re8Qc:A5LǸ"OR!JBj\/}e|-1:Q3pg/ +;ʿorO89u-4=C!42C۪0VWRH' r?2SeC~6^U}3ώVtn.TќF&KT5׍}K~fsu޷+$GV{_D(ƛȓSsT!ȩqj?1ǁ±x^ae\\_.,keE}yft8ӑ4K%u*YX?Z+3xKDžR}<)%Y{$]4,2nicϔ{C&jP4Ks +3ɏKZR#r`i[ |2!5_ X>ECyoœ?sl~+{xxWe8s V('œs4S%xw6B?xn=$69R<{1b+b7 -jha.2_pPMzn->X|GkzβFz/ }A22/`.owT[CYł(堶ĮxǢ |D:+! A-rNhkubPFOO-mk;jW|z<9c C%bIZ|B^OșTA*,Gw0o# Jϛ.Mx o=Ve(#Z;BVˁcBNU+ie!H=jۻH˾s+?˽A biWϡCj +8A;UV⹚(8Qde>w߁ve19rJ=Tmʏ-<7)6Db9 "%VB-i9;`GxoAd)^NQUG hn01%: R9?qlgi:8 l3*(-/*EN_W8 +>YK6Bb{@f}bCmrd=bԘ9?zsQlkyh)J̨$/Q˩mсs2 j?j~"K?Q}!μ,TbHxG^Qzv^&5}\:7]O+Ik~Kݬe!Lv;k̸o{S~44T@LzV㵒&TfW͛E7zB9Ks<13G\Qy4m~E:FȟRX{ɣU}+r9o)=Ug``nc}VH=IšNb\s_9t_r8/_ /rV' +.1iT(4k 4Vr,5h7&'BEX3%-Mol-7Bib&2PaC3PQ[Hߔc6}|72 kFƍ}]^.4O~2X?ہCSp>16>ᓕ3,1t.sr5*zs\a"[+p_EBϭD?-/4w*晲0aPx^&3"ޖzXcN]r͍Mf.43QiJ}lZH{nLS.zN[J:M)x +׶yOpZ}{vT3s"b)Vkrip%5ȃZR <؈^fFa d4&d'esJAuJ~וsy/fR֨ 7wn_3^l]C0Έf_КW-ی]]$.zkyT&hZVo9PABO5 ~^Zhy;sE5ͣʔ!4G'/3Dnr{Ɖ3X{7zМGe9y˙xϰܧH׽:W~,ly(^q*VÇZG Os2{Ap_/_7u5 h5_C Vf+E=Rnz_>Q +;3;37DžkZTA&_5%Vȅn50@?pA 71rko}\ۑ9EN*gDƂ 5O,ZĮ^j_DDqSb9M{OggϲZn6}gvᥫ=y񦰶5\~j@/潐ȃkojYkqTz͑e'Yq+(=Ugd33,wZfRbxF0u0ϔh ; +?QoseF{[ЮY뢰Eb]B5;Q`U@IEFdJ \T`B*蟵 + YpTȀ\VhpwYpG 9+-Ck|&\Fk35myZepr"jkHjjJrc]'2c0Wc2\iiaJT-w۞gKY=0J~p\UvKP!Ic@㡢߫9!EGp;L"KsY#LKga4״w͑{̝5{p*p!jtvXv~d6}pOB9gRAV ,z˔N͜jܶo +=*JFs<\TOxp.ϱ6~>Ip8SR^‹Sɋ3Z.GF:8=Q7ҹE!G=*LiKjK3UN(\b+%ܺ>0 9^_d#Zs#NԘPr`?>;>LU԰~iKַs|5>84$[=7dIe%/j2pRVc 2/2`#}[a ME%̓OprPL +?"^cl;2;asCN5k >3sב߷`|^qohk8yЃ)7g/RmϨ̨JڑX͏C-XIZZg@J,@Rڙȍɉxq7󘅼_QzΑ5gϒ̼q9շ,S~XtM^{߹M]˕CqZKΛj }oW5iܸP8" /Opː[Y*y[ ~`=v)I]hDp$x,T'Aľ"TRiW3W̨c-+G#WrQP^7\>L\٧QSN/uܦY;l9v]eD%xP<ƿ#?>/|3|oʵ}@Y2!2%"0\I`GIS2"p *NJ˟Z RN(W{ʭcg8PAm +3џyg/; ?si|hui-2x'naF[O69qLn$r X3+52WH@qdq1|.\\kͧLR?Zn3"yPGϥ>8?:Y^}BT]^c}̾YHI.|(q

8ڴZuK6[5>''=<}={Cv^}Q. L}W?Zc$5kEH"u'1]JA;/:>vLw@b38!/s>p~^|kݳ+;<ޛ ê`lbh9=^ێ[xh:5gP}pVsDtV|GQ΋uw쟆Ƿp >c?OLJ9}z>wéNG?>LoF0Z0]>C} +o#?E.2W4|Z* gYgS>c{y|gzzvz_yh%U/c[ .}}̃P "O\+.lQǓߡ]a\g{-~5?lm}`۽s[p>݌+OɮQ$V+C G/r^|Vz?&}ƨ& 뭱]+/x8}||XuULN^%+-X|7_bˎeo'x6[SL5> r\[2pDf1yOG zӳe` z xqކ2#|o\v|r`gMM3D[B-z0{{otu]m,aQs>_NۢsU{`#2~Ƚ_#+&w~l7!fU_t}۰)"rbna}ƒ>,r.v6 n`,`2F/_\ɵJr_r.+5vr[%!qsq4"C"& +dv|+ЃRr$zȺLx {pNe}v{2) SߍK|8}V%_uxF88r-q.&Z?z ~>y#tf?}' }+{ߌ /㎃o+}v1;Ns_ W~kI>9/K3.oakt%ㄣ,Q[$ۺ(]! gbn޽xs1_A&}qC;q?c=si]K^\wţY9-s?/0&C3w!4=;~<|e){*thƄB1Y wCyY H=VA 7MW#5X/Mhz}a:w5BW{.S'yߎ2v󫸝O.EIr7*쯦_s*H=͏&D'=Ebr!U{ANٛ6zF%hd\5|ϰ0K_gsYcWޠ~u?uvI_F{ĠUݪ j|%iUuZy0YEWLk_XC@OR 4{ʵ]Y9^{_sigcs>ݲ@R3^\pI|7րH6ޠ'ʭ3= *xA'z'\7Ϗ^+ѐ} ݬZv=Yϯ 5r\;ZcMג|FWnk8W玝`|q}\vfixp7EKIg̣s_:ϭhk5e=phO;82̧Ex7[[+C,gAƒ%a [H.?X.{tFDg磭ʦ|N]j*zn} 8ZwVk>f _'uK`=Qxƚ\Q;'| f{79aFb]11Fyl=jr>B xuy7)?{zph*D%GZ5r_7z1=N5c +ܥ68Pd&ش){[+0$m{"?ɂ57CKe@t_˃K*|V&|ߚ۶o$l3^3yo֝-]N3Zmx~I~U29Ys {o9n xyAhJ8ĸp!yYX<pZ9bAT!B5|l6=aɜʂ9#dg3k,ďuRz)Ό-񉤶v +K}h>yqKst뚶nҗw4|xz܅ug/:i)nWel #7}Qa-8EO +Zq>xo'=6T+ܕi{~۫Eԅv2!} a,qa_axIѱko^֒Yҽ Nd^ ?iz@7H p=sO+]']QKL[t"Ԩʐׄ7XZg5?y0r Z5]T^SKׄuA- /a`NdX&AuH:4Uq?b Ixy\_[~i'7svYw|Ƨ7kq~kQO>%Zp^%'Sw(Od|ŵɗV?9gƗ'Za .;G^GWb̌lk ڭm#ᏢuTj!1}:XD)ArE`0>+8gbǠw>3Wn/r=a/>|CÑ j_vߍavsS3նxd n\k0(b\пWOn9̞yrЋ.KaB( s;a>{vM5QaMJe >!t\>G25̵^$Aԡ'@SD =s#Aoo*9F@cA͙%ɷ? J=hֱٍfjZΕ{^ Z!CXZh!G4OJb#D۟>C=K{[s1s6|r{|x9p֙ivkn"W*SX6ϴK5:Ct\5w[_b}!(/OZ(wm ׀X~0|Y+ON7n?0M4;w˧s7zZ',M촇?؞Q~HX=!z>y 0~ںnm_87[sw\ֳXp zZnRKu>~R:.YO Q:5he͍s^ZdH$O[6 7`5ke {Ik{m]b'[k4rqz1Ea=%scwp{{h~zx51hNq~óփ#CTg,*ƣt w ,Yko35kh^;x@s<}x/OeP:s![חO%> + +5eQ˜QFRMn\KKSs!%P.d<SstjO.|AI.;WۖD/oDRf="r%u6=c2`?c?"[74p;WذI:dȋ.Xz 3gr.xN-ROc;񾋰牳zW%<.Lx:߰ q2nS#:!a/_aKɽ~q^b vf6ÞFj"7ey]/| " ~ ~B5od8Rs$eט/K||׉k?BЎ/?ˮx^r+d%qvN^E[z-Vy#8o?UK\!Ñc[9/< ugp7F#qÙg\Zhou/VRϲ㴚OhPU1t!\ܿ}wOon0/}g/fgKEKp>kC^2"_ D騽ܾErKqL1\1–9Ȃ ^,shͷe3֋= ڊ(5MY[7w-?_ |26+f?}_tШ#\f߳l<N[;{7d0<8t:GS8ְ7y+Z#>G~w=uD=SB;֐GQiDi:gY} TKس.'v\*!]km¨'!5kZ09&8ZC_RPWЂNdO/w"nP%R(SEc5ˁyαS +^Cc=ΥY8$̳Y_qOI[wV[fmXk4m(Nƾ0.rgi#N:7b?";Qݍ^h ֚cqdN8:v/+ӵun$z í#<x4Qt%5"fH{+>n*|>Q ˥⡭ZYG+Cƃ 92{ :~,T@ ȏhywSEs;qm8aw{nF{@?}so ]W_>^__⧅ `Cx_-x2~{;i-\_Ve +-W/Zc\~&,?!KplB3?=ܖD7ϪfH% 5%eqқ48jMa4EcGtv4M֥vpYlmcC܀e-t-XlP3JFڿm x}M:ejSF/ FhU0]g~"A}S3m/om9~[6l||d- h=h͜3>\G[բrlu~_JNVcم<ϵ|md=xaGecSOVkqZq~TvNesKZ ~|iα'ZZl÷6CT^,؛c(8nE`͹˼Jy] U%}s[WLZb +g?O_Syu^X k{6+v!YZf-!xX#E= l_M~y?‰7%\9p!u;t1jWG#֕`лp&O YX}:g2nx  ;cL\tǛ5skw⍳W+̆_m? ƲY^M= ZDZnc*r|1҈PjhMT5zc*O'}vx'"hՌ ƨncVY˘*c +JlcΘ= g8>r1'Oc' UX~nM#ЃV2̇gsA3_Cff1^(r!LT +dҬQb}ukZee͕ +N+6:㻡۹wUύ%^3cw]k}e:>@o_B !>)ƲJad5=zE^u^Gs>X5*Ɨ^*a2 +?auB4/]mK&Uk?/˃~.mm~&>KdfkY#9zLRlxe\ȸ6I/Bkm~=N,o/>Z?;WN.A#ZZ:`N q-qoMA#Is,oyF2^2߯^+ev8~zG Fn&u 1S?_\Buά5TUOe>`% Űn pA >&!¹)śqes{P){Af俬\itV뙘׵5r9s<) +rnr<71w]5msگp/|X pu9uuRo&_UgpRǶ.\=w5$=~Btn"c'o01eu-~yX07jmO7ar>{ʺ!4O>y;6-ǹ۞d~"mC99x ~ƿ>3?τfdux`V8<^{bW>GC QFn|d#N xJN]j\֑p~-@+v'3„nk}֠*Y:!=uDCT[ueY[OsQ_ܽDCy> YPy:KUc}84N.gxl6Ƈ0k} *r~A8~0 o-f97/A_U &t|^fi.[cnc 8om3~\Ro8ykYq^4ZQ]k<"<:D^o? x?>Ig+.\f7kꂜKcT/yhǃfJF)g +,,/Z'DuX۷a [甡Z;>f?)|seSD'Y;.,`ܕgbb74{L3,1{̫gEoi[kGudX/e|>kw+UZeO;L5~Vs?y +qwt&:um@Y/]宾Ҵtc*6N\3Ǡ|=~$s#7d?{ ޿dž{Z=#b-V}ίz>Ev'k&~ ٧2ኽ<(:u隧_~u\BWW=6{z{ӁWIyuwc 1'Fr J;>Z#cz@}-j'ߡoboxD Wxmq7K1:lz(,4~52 xqkƫ[DY1α.u:3/+B+4r9>rgZb9i*{Dq>hޤ m$kx{}ur涞sc yMu]};q8,=:CLq{}9;~;}>l _tkuNgW14u6胴BJc_x y5h!}e +bhrnƧt-mNZh`_v< nK,dZ iO=\D 7֝fAncl޾ǀᛉ:{m1? N_ӄǰh'}_М~wSsG 8yyzak=6Mqۨcְu3jxhR ǽZ_V✽]ZUKiT83*a_j<ȕDZs=NJdB9u:&I-`yY>=iTR4i[`IN>Əv]h_'|N4{F5g}pZÕ?˯ ŴfL1z] <ۋ"6MZ仔웾p][f8?hsxOn'kf]w|!k);*ZKρj<Һ5ְXkc؃Z,Nk1&K4a1q5= L(OvS@zuuÜ{qk{-){ϋe;.:,nSnJβkS[)O1@!y^v/݊󿳦at}.r9 +sUi. /\ e'wBІй|--\ +-ܮoV5q&؆1nh?s;9'v<"=b0a\ +72:~*9CNs\36u~~Zm`3|ca<4I8kޚ`iX 7c4=sO|&L?x 9]yک=^߻}7yn5? 0, *~i1>&S,|k|ﴯ[x>%/"Ev)W9P^,8.*KX;,Ϣ'.|`C8םN ֳ +nKjh>SraƒΝTW<%S܅vxl`‰#s.7x]G5C۰Gs=jj|;/d?p,ϰٯS3ó>O\V[c~&/!`U{/WXAN =>Gdk+Ȃ悜KX6V2*r7\ !k"zcUq]oǵ>w1[,-ffF33ǘ1v1Wu\0.5}9 *hƏyaBS!C.=q!ʄwv;wRdi[{g2Ց/5yZoʞ梉|42e)/iԱ؟:T+~g;r\A \~ep埓^Ɠ2ab?oY̯qnV^-J9xў˼&:L8 tޡJi#TD%ڦi^5i3==ȚvsO6FMknWwT⹮O"BxS(_[f5xk~ h'iinWH'.Ǽm1#ջтlo#Ds t3Ӎpb=m7}0|oZ.s.];p\h1O"C¼~a=8m^㸜'bo41I̘+o{y-;>y&ցZNgaY$spqb ,lvΟx ͌v]-mZ.4Nj=EYٽ0{=ûNg+_Ѷ<:O8}x>Сj%ݿ MI?([Ӿu-UWi]boЈRI#^#YVǎ5]!)}9>ȱj 𔚛5#OAkhc;&p|jX/co0z~G9Vz)`@QTDDz5lC~ zU5z?mbMNsT:f=o;=q>?Z~HM9e)|/&7Yu&)ڏ,m:w/^s +1]+"i5Ck]Lgm EFZK~U `e+[mI@vVn=EcYq`j=GӱfNh<5u3!XOt;Nߥw%bq8j-Y7Fm>o=u>bҺԍg,{s[c]yJ&\v-7tL_{ߝibu'O3S8~ d[7E|LٗiSӛϳ9s,)-xPÜ|?xSք3eY>$ _ +LӘWTOT_T̙QN\i(nrc? 4^1x똺^O5F[=l>VwG{Ľzg?˶CsI81"fq~_6u?mcz eݞ^=M=$AʒzzfqK pl8^­ފljuwOq~swh,g`+im/<;iΫK>gy>}]Dj3w>8>>ۂVN;fehTҞ:x3je[[ֱD9hl˛t#!jga5_g d4V8>veZG gUO;o[+#ĭ#:uuj/YR :TVk[6֩F;Mxd?< ƽ'H/Ec< + K8F#,|1n'܉0Y#v;_jG]<Ǧ5ѵK'6#e]`!#kZ'BMPbȀ+^%myp8GU9/{_tc1y ? 4 L(]Yx| <-[kܿzJ{o$IsE 4hOh҇RvWV|>ʹ'tT$ ߣߵgy=}sV.fWhЭס[皗6or&)@mMd?5藭;~-D,4;hp,g14ZzKh?'뼏|蟭>~xj?ҏLͲ=g hspڂu88 sxv9&<{7~FD 5!EͯнH …CE#T~=Q.oS>wm-ps/5_>L}&kBt>8f>0v'Oє>`3Xh?? ha ɣ<ӃЁi?G @3|w-璶:Ц3hIx>6A9K8jeN>eAӎ-Kmz'[2/>glX4k0m巴~M+rU/%А s.,ݔdFjw WxDAx +M +ͩpXUPҝs}ۭiF_Q϶&h}4fְ`E㫶ښc.+w_1=ᙂh} y;7x)[RqrX[ hq﬇16^9d>M֠>9 Ћl+篌seef[/&oxѼw=DGJַ`-ו\#g/}M9Aes^>;3ږ5 Z.ë5*mUydW'pM`ϓ9ǔʹrc] Lq!!#~2ަNӴ/gz-kh4<0XBP3$\04e{[rGA;qHu|\Z>.l s3]3=aLw =M 8ŗQI?GitJm9jRqe)~pSwwU.֘r%zBimGàk>[sz}gOM_azju9pNHc iij[mӓۏ^2hnD]xWg=눳,3~ \H9eJ=_z/:,c:B0>~xuĀm #|ɟ\;w7vǬWtjb1~O+u&.'`8z*9a XFp 9f꙲̣޸\[E܁NzWSI1QJM\v1|#XNy&eK~WMZ^T/C{1k%y.;;~^ɳ烬.<*%'a:1Ͳ|.jsܣ%N{i5Vj?؏g[c}!?v&۝p6ᛮszdMngM?>E5 {g]؏|N~Goleh[^ ]uL;8}=|_cNasM:7֘16M!۪_Mi-{@L@2t!{5ճgv~ Ӧ#76sW~sY߹rLsy>qps&Ʀ'os15XƈqNc K[̀#)Ec'9GӗIW4|)\̶g9~~fs옒#܎&iw7y^'riN4Kއh8OT#h+c|}|+|yRwZ!@žF|߯qYOf-L\Oҟ=_|чcX1̫?hw}Z(Ez6QޛѣMlX|2q4f)aŗ}Gij<9z]xgۧ#9]ޱa3R7Qk@;{K;,~k;f~i c^Mkx|p m#1 c?x̚Dgg@7CofFGgqE^/rֵ{{nqr*W͡N;y~W~==lZ8shE/`ͻef7ڍsj{m$ aMkRf΁B:Кy80xpj-\(-a)ȋ) VxHSD^ВeԞd3sZ\ݏsԕo*̩7E+X]Iv im8Gꍴ{wCkZsiqYiF j?8|H`΃-FV0aמŽI3>z-ǥt)'|֩q؏ZFڄnjs5џc~az}2y={K%- ԜGCuT }Vg{#ЫF:G<,W4M sh{[FUϭED,h3O2 Wk==i69Tg+#ڼxPW`}JF$>%vuλ ~֨ϊuwڅ+nw$gzg5LX/7X凔[C/^}07yF3LlU=nh+{2-#>in=mgu/ޱڑEX܄[%0ǁ>>s 2e.c1Ư E#e6M硃/z98hϩՍEoELeuvgaK޳ϲn7]dNw:պz}Ǽ3/G8ñ,pw!߆5@^;{sWw>s|\!1ͷy/ǎ ɩ~f:ʩj" HVի)|Z#~ <c8G}0t\?Uc?d?2x4_^4? ϱω At dyǧ:4tiwQTbfYwύ[Wp=gаAeD,\CW +x1Ӧ܎І^S֢oTG}^rw-&D#Gi̾>jW x1޿5J3gWhz_3o~?g5H h#}g=cG<[w9Fn_#p/<|fu'6<.j<i63sbm]|up I[븲Љ%h#ohg][ImÍֶ+9-O.h[+աatyX>џ]kĎ_L ]\ȾU<xrwWЎ'%lnt4qÒ kчВ>6m?SVo.n܅~vT12 >Svh->~wy*廎[Я;WLih+ۀYϴKLWe.z15ec`@s[+uh 6ܳʓЌ +/ +6F|$j5*L*G7?mC*3ԣr6~1}Z6#"j O'[VtLh=={̕kαi5P6ȄJxZ{DmX\`w 5EA:6Vƾ]~ dAםD0"p`;^QkCug \Xo pj&oF8u˄p#v\TY@sB#LUC_c8qöphkhz(`5zy#l'ɄBT, +k7bj2cɃ&E6ۊsLLᒲ sgL9`ʭ+-{6 lk}y˳.lo➣Ev+zmnJVɳx/Gch i01g&>Qt@e7i:CEY{0[ ܒ -䱔2/}pyṢR|LqrSL˧ȩ t!RK[~]61߸jyAAQrc4 Ʊ wO}L9~=^9}@=5 7G_=^Ôls8 #lkR_91oEfcfІA$?Q8njm5FX.xxÚk-o+`i)w^ӧKrfN˷.'&xQ~(hs> 8 = ]_܋O0^; 45Fad MkxLw< +Z?"<\̃|0N4v{€YDg^!iRx/z^`<5v;p1\zf`Sn3YB^\nu c9<@ oFdwX0t=׾o[6Y`u·I/G*.ۖ -xwͫɗlc yvNe>XPz}}0,ͱ jkcO E8^'~Msx } +rS.~ ]vF|uCw>F7/3j96bZ4o]D4ӓ~+Q=֏h1F:1^Po oヒ/R'tmH>Ya 0t,plӾmmk6XCW>xԶY>7ۆO X%UMܣI6ҧm^Яv׽/#9|z_ߎe;iA}Vq7 n>mQoe }1i[{~pr3FtHsl9p#wl[aŪ=/v8y&`'ek]j|L=0s~L˔Mj^mu2؎9s9Bt%^m`^띤}7M큘fXULx89cd^M5Iۭ|,ۛb&d`O A>cmY;'ӆT R▱0a֣z }#z/<GH9_:eHXMQm^ F̙PMfP+~>wLCz2KMK,xڏp3G,̲p#.\ u6uGUmsN漥7V1NVlsƢ?!>XF\n(L ' 7{rpMmr XɓǏc4>n#g9Ӳ%ܳwqc8Ot;ӆPoh_3igc.>ò9v._}sGǤ񹑫3xgqbwvᅱt6 hۡoMuϚʚaf*i3jnܣjqͣy!u%:8jȃ~|C.7{&~6C2\yY~0}蹣}kxB+SE`634;c ^KtU2g#Ӑ̛:ÒrN|,l+"G +KS=|3$&"Q +Sk\W8KiȩV?HMR^0tQsǩq^aڕRĨ݁6]; ;M[,{z@/tr6^]KK ϊ!<#ǣ똃eFm18:vQfϨ8t^hϬy]橇Җ{2/x 饁tpK!u?<~C |ʲw6!^SvGY=i{gYO"_螴*h;Ep?Z?}"zP {3uBxKZm?B1ޜvpjچeG=T3ٗx_?g}_݇K:eښpLz|c=m4-h`rǣ\=Gm}x=:0?,]jv}(,v1N9Ġ,' +o3D5`u(vtlhSq"e֫vVC_(^ +|e~ζY/l^ uL9,;av464V18@ZV>8ɀ5Lkr,UU'R=vk-5גR0 Z4Z`k7z"Y+$<:Bԕj::Ԑj/shMxRVgAV)`Ă=0w c +ᥖ_0_[5$Kpc/Žx5α3:37/$lx(L9fNy\Ⱥp|>M[nw%1`˛\?ݜyLGu<5Giԇ}ީn;ޒ`G+];zbCQy`UW(ۏ@0(Qs1 u՞mi90~W'۲aۅT.IІ)Ss/]ΛYݼceKќ3}Vчu +<^zL7M6t\~_o+dTz͢]h;lZse+fghMb |1h0C(,45&F.^v<|K ֓Fhi1h"_{?F[5 : 8?/>ګ֝7|jH,;d2@}")xC7-gh?z*81llcT/~yo{ӑ\O7^L:Xvuvik9y;C5Ggj|0g=ڞͧE,tE=pȺ 0`q^[uԺݰې5uc}v2ϴ;=LŶʮgșmӲ`Sy{v:#W2#{&wZfߙć%=ar(gUCu dxLG~P<<6aɻ8-~+&,“N} rk̐V=#vc=m=;=Ɛ\7M2!B^{3?6'41rG)7|~GIuo"2qTSM< :T_zl2ܷIsLp~&.;v4Fha]{fsŬtVl|"M>~AخMx NBC3Axd{is],9ku:RK Vӟs\sx5ga_>Dky?&pXpE̙p%gBeڅfK#v+堁sk:}ja;'U=0yDٟ\*\{行e9sw}/Hu7E'D'.~6 ߛqd)8u?^7|(o֋pzT\ h?gq25J<4NΫă2ub]\ 2ߗhhkr.VXD%FѦgw]Ⱦq>[WhS?ZaV+Gӏn&ٗgFtgV+?Jk?}!BNϾ>}1'⿻ײ??g4G2znn8찝7x>=ʕ{|5>}eѻ;=̳=?f{@hsIcX5m fVhϿLl3 mBG"h>mD#>>ͪod.gMw5ëٗ؟t/3{oUXp5XD 쿊_Ӷ-coاX@}}W %EC*0&j~:tZ_~\ GD#r=Ϩ"󜼍|ZǜD'h„ lnS8#jG4?u ֎`j}A|O(kAaC`@]E O6Sf!pzYQ#8+k?E훣<ɀpu,[q;􆲏-(]ur-bNu""O</ZN+yC Wq]{kkjú]lnRKfT -x5S#Qz6묭>ɿ?jjϻlwռ2d V- : Dԋ ^%1`I"d.9vӘ`EǨWՐׇ*b([ 'Ѱ15+c S4{͸mUz۹j?AyԤ܊/i5x;ūZ,7/٣͝KQ3w'Vj`>umrQZZHNi/ʹdMf3muA:^.jN8h_g}h7;&ͶŶȨ+s:]ǧ}=]}3˧^i7;h/7B_`&5%m9v'k%OAYuz՟ qx&y4\<_@kUM}RWouJ ΁5}g]GB~,ˈpb|"xc^e?0ȳ43'ǙKKڞ,2ˤ{0aΉ/?Ygʃ+\?׋_'* F jE&g*yg͑vkW1B,]h߱_ax2O}y߃]ԧ9Qk5mG7a;Bpmh 8ms"I.hyc޶rvϙs׊h~}ѓaO7k~)7u! x_(<f1g /yC]W gƏexhc_r d_|@C&f[º_U3];<_, W )VvD ߛgS/r ٰsS3F{"zx˵ў874vfڍkiODWgv%8yocxBsY구h-,bt>zV¼hWl ok}~5u> ?w>+Cwt| [vS3l5^5!<ƎE;p}6S5ߡˬ/7";4ߋ5|>5>uzi[3PڔU̿HDtZK\U\1D:uc|;EǙ#mѶDhj '6?5NF Ǡڊ{ 7G~l)9SȾԱ2yaSȇ̵cQqbYgN11vtY-Z] ǼNZuCOE'<':vϩ|eME͎O<[bOHMI`Vx N5Zbߥyx_EYy藕g͖V~'8(>fi̡Ӧg Vǹ|| L^]q~ۣlyBkhSwܪ'7Fq]6Fmp1=:0x ׶ZLUoS<׊G.L]К\{dyNꠟVd,KtnWl> |uC;:ƺ{ai?ZMd:,y-X.o:mY >6:Qo^u}n]NY25^ێmH[Ƕ{͡LLlZcS^sș2 +f±yB;Δ(2P|GHh<.7E_+,K]QB}ḯ=vS +04ENBTtN_emD#|yÈyPǚS'TsP֐9v{F0ţ{Oջ|.?ʄ4ߩ[?SMʹ"tʼo+6k5>g`ŞX^ߣ.&:XF?ǣ:3M9>;+0 ;~DL4ˉ y9s λhlcm,E}9}]o9{hG苩 +J"މٳwGuSG 6Lq4ۦgedz-#GMGSYRGQ#kp`,_=cץeլ6r7mn4#׳ΣW7hpjY&>p&^xq;3`t_ԇkCKo6M>m=Z Ҏ['B:w2lL<@cűf=oN[uyNR;{| yk'|HI/F-yL>zk +h.xp&,Yp2Fay)qaF~G6d,<(ėl5;ɢi>4Ssͦ)l"ψ\g=?v]542C4'f9@œ0 pZ)̃:2|0bʧmmqrFi~Vq ȗ9<>Ws+6;uoz񿳾'fhoB+UwzԽSF?9wI['lӞKzhY}p3\O9y#|>?ze])իx{ +}Cu +#]ß Ө_Uv[k>zvhݴhtDo/rֺm(v68}3 ?❜=m\:m^=mA<]4Lן“>vw4ImvI?!|M6rn8 'Oe5{o<>|xN.}d#̫1|lGhh 𗭛7y&8{:8 cN3 Oauvi}JO4Ϥc>F2|d_LE'=/ 8P +hYo-C4~2m*7Fլ.U vfcy-@/j:(Oyyg \8U[}MNWܮx<σ=ن׃sWwz'ir2[+C_[iSu~~u?sbN<%_f:\)8(%sfhu0]#ϖ"/Q EU_s޼LvO)1@u<"IgJϫ:u3`keZkfzNkFF/(Z[`z]{ֳch6?8)qS8݀ՔeD^[wr=a>7ŶI7zK}pzMEwmǏگta~ŧ4^I{?:1˄s?gshPrlŚ x:o~}pc#L ȕꍣx"G`-uuf_T-0>ZRЧb}fţ/)ܩ71vǜ#rLzY֗t8~>Kvbl~ݳ%Uo#S'}0r߄MN(SWvqQ0Z^PYO2!1q!gp )= `Fq=ÊGx|?4||5:24<8 9 eǜD2g̩bR'K0oSƃ=oc3Ŕ-1:-+ZR,SS1nxHqN14JG}Z:eChXS+۲jo7˧^.ξ§ٜ7̛oW;w3ehvu3B_?{"~(owӾ?}mMSiن߈fms_najR]Sۧ_?mۯV1zU6ru6 _k-zkO'toGóoghὛ0-0 V5nn}zM;L'}[hs E?E/&h5m?y#"uFKUkE|wCvpg:֘vkaC鿾Zz9㱅n ?;n&~Ks؂M;Ϲ}kayZN~Ϋh5WaJ[?6sùm|lʄz;f3Yk>Om3oh?5P8T>i1yOyРVSmm6RUJaZ:탷η6۾w=+ &L0E+񜶾x5lX^~K AHk_2۸zV.9_ykzŸmYmŏlN"߾+|: -ڒ^ +oY`NF1÷2קnj -Շ[/Ol8<>9cNc2in$pRZaB#j=w|'khqjm\Qw5$EQwY1j@3_'{lTkF%_c:Yǚ} 9k:n{9wi2o|e;n `7}r5G}^h=l UrKZm~ x#/nu X}6i}/W+}<7Љ\$xr kxoթѱ'ޔɸg9 \? o.5,_xqn/az+,uj񝚳aSsŜOB%&ΗذN/yLQ짏\}F29)]XW&R|u>+O2q?;ȱ7S~PX:n~aBpl'P ng;==JQα?t.Zlԅ{]}'fנ__XqzF3+t=_3?dǎg>k[>XѱWB+ ++hh-!m6н3[ߵ ];u;̗-B싖뎥뮕쫞ہ=o#*=m?i%1&v VDoiD,ա?~#Ą1 w5Z +~9Ʉhx;"2cO0ab]z_;*ʌ9:6)]0<19mסE0tZzX04q$"ۛp[ߔ#|?-fl~G 5fahijXۑ-Ϊ%sD`TaՋH5de|*Iͺ j'Tofr-cYqy6ͧ:y'5 o! %op߳Fͷp LGSʱDk8d>?z ]2 nrm߱s年d_Ⱦ< 5y(b +&zgc"M5q|Ͷa[Ο>gh{h_*Eq~2c?dO?decxPÊ_e3^gsO^e+~V>ÔϽ/ױe†6|ϘgFh^xqrmoomCqխnG9Y7Zih]q>W^6a_QMCUN}.aGƍHOja5O7eW60G,Lۃ 07f$ M9d{`vt&5gVMWIp}aimIu4ZڴQy91d=^5|~u7 :~IױS}04dC}*>X$<#U[MTɃDlj up`XZWEZgvmx:96[0GHv:l51VP\qna24G-Ҵ7-v-m;m 5||B<`f: 9s?={@/ p̧&q|4W&S\~(b +a99f9d|#CT܀Hp,k>{?Ysƃ:S:c9a&֕Xͼ]7o V$zc5xVxGZr5 5/驓q<9n1bn`'&_GΔrgkCpn:O}g:D|`S?15Fޡo.Z}gW'~aևu⺡ٗ=d:'ZVaن1F6.e_5/dߵ-f_oXL-]jM.fj># #i.'-rlx+Չ7.NĘ́рFG4C ]ǹnD΀&ˬ6EXA X~Op,@hof1VM3&sv+` 1SY8 '2dAlC֓cfn1o`>]),o4"15f|&x2!J\~|_XmcNg-qr=3g@D.<"N^GwnmQ$:E?$`ċ֤Hi3Y#:W#'Gf?ߥ'> CGBoklۡkVO> +.ɾ6,_7/ʶ1i5s֣?{<^.|p`9 z7ͧ> +* +?;=ס?> k|<} 70#x|K6U6Mmջlkӵxo.gw6FN?:jO ڮo +F.xvkNgxmk]鷋0{ - +`O6Htуngbl¹j8R^~O:Nخ:8[ţoƛl;VׁxucHu|WƖ jKz qmy6bh:9EnقdA3`L r빗֋\w>}y1y2ĄW埑 g?5WgӖ+Mqg-P*rNžDz~P9侮!@~PBu'k~m5,Qn.K}KxNY/xOu?جthW3u̝E>kӢ9'\8ep׶}_OhZ֢?xSܸhU\ U`,bՋX;ɱ2^YK%kTxx|8~k8Zp[ک*- cfnӂq(7r:OulܜwoyyllIfaKb<Ϣ8}7(Fl VWګ3 E.Yf˄zĹBlT%E>i< ˅N}k%:/9O~j5xGF9u^ZŃ|ă^3w9`?歁8L,˃7_v_/<5LI<~;}dCc uLe^^;ĄlzoTi|WYA%ȽrU0ϐV:`ς*0_5}5k2^^ -±K58QG;YlU$f [foz9޹4m4w녧5|P9ml~w9,z#K +}S'.`=T:q͙H^3 ;O%pwiZ.d|h>.솹6x=rtD!!n.Wʁ'‚LDb2\6&C=j,eΏ3iz _l`4̆Cw{G3=}? +A|ջ~[>>Xξ6tf[6^<gj!m)zb^kz4y0g¡|L<8Ȑ7{>P?JM/Pi6<&9O|+w~R/?CZ% q""%sm&Oj~OoRGF$Tv1z\a̟?3fs]r{8z/ ܱ \[so?h=At!]y㗬k;3O|[t24ucٺF /UBuWӇBt,75M;fik_+l;ޜ +)B70` {lq/ކfaU<Ǝmlg0c<_*=x?MVOluO=Y7pv,L] +,ؙFs뫫FwVX; 3a7Zk>$;r'x0z{{ 4ns֎iXUo^K4+\x`}_Oc[33gNжkG7 GxHBX #7GfK[}rgEdu~xi++;|W$sða=?vgة0Ƙ' ^FMcBk' |¸K,=?1,x6 ~ܯcwl&92'<<#T`OE^G?.# UbjIf=y8Oc;- Z8zh8Cc x?9BǜB9&oTq5'oUc~S/0Uocۏ)4 w(I=y$~tq_yaC 4eg,y{39cY +&+Y;s':GMٳcGn"sZ˯+ɕ͙6UƱ,։}"ߋs&G>oQVx^%lG?`B~c6s eW-mLjeByLgHonʅ/+yE{Ӝ+-ƐTxߦS [}i]Y?|QKx߿ ¢/?8v_9=0Nj.qKΗ.2QOY*eYpozܛq;T䌭6ƒx >x`/n qzx<ۯ]OCU"ymg3(2 + C|v +pc,!{l3[,*ru"o73OlIQܭ)ޭB8> :ga&TJr2c^Jox2a\`Y?MZ9)箼`K9M㫟s6w8=>3y?s]s+z=E&q@_*\3y37^8E*_&maA=x'{?+ƈ#TĽ„;ў+Fw+0?5SAx=I\J}b;J|e_3gmv;v<2%m'0--.'v\~̉Nd_9/)};('[q|?ݹi//9eq-yb߾(vXsqkq-'/Ċ@ i9tFje,x]׉#"dx~OFs{\s{yD~ϱw}ø?s<_t#L.1-xq[`{WԅZwh L)nn13G,%_irHl?-n>)"Wgʳu'B\M8ݜ +`$ty=6"/6LdAso io{ ?Iccix +1ZlC±k°֯3)~ e>xnS|NpqZrsCGԍbCkgWn#|08~&M*n'O8~h]?q428qԘPo#>筣Kv糣</u3@X_am+|ȹ~ǜ3*>7X߂1shNz0 m\@l2纜s9Xdzg8Ma&~-pm,yY]יUE.\w0ϝ_3ż(}j9֡98n}YryUl4؜sEY96y }%i*BQ!rhs`@8p<vf0N82|ˆ-yP+Gߓ/X򠂙6s [ʃ۬MLGP1;ࠟd7X[a-YQ1VE&AƩm~&m ɪuyl3w[y~-KMާV9O%y/J9a^E^0Z{cwVbY}owpwpMHt;zךbJ̥l,MۗL,⽵x6T&9z-}J1zuMOSڌSbލ\;ݼ=?~(s-[Kw."?* >//#%^bܗ;p;(m;\3V7'ά +1+?Q7{ͷ+3n~\p'3[i|qm䚭kȃɰOߤ}\Zxm:+_;}?~aF/2þj|XX?sG8%c^_0uEc +s/j S9+'4Vb]vsr\,e|5>~)XMSNДY)eDƂejf9._ Enc)ly2bf@㻔_kF̃+Ln](x_K{d s?M!͕`J7<`=nb}f;]Dl Dy~L1pbU7䘵xx_KL>w=_x<#vF˚oHcQkʵd,y q|?onի52٫'gb3;(}x'kӳu!KSg]wPS<Ӊ cg%Lyb] 8,^|Q9>3bٸڨ|>m4=KV-<>ϢLt_υR]>/j3ĸ>]CSus Xήb}[QXog]>ɂ~7/w.1.:QLzL.h5y'sz~ߓLXEukM _]97"^z-q'985s c9R9m^O#9˼ /yGgaQ8r71ĸ~3mYpKCd 9LɆK܆v{[q0y1]7i?chҏd:Yeǚv.Ock !r#֌4gs\:370P˹|G|s"UcE楝شB=kߝU?.ݢ{*XcuҶؿ:q +q⹫@MÞ2|㭳n]$c}d}>Ds7g>9K/qUmĘ:pӧ>&7]b}#|xݮ~!2B|(/|ұ?a=bEM>[Tv+?+< cm-~tXw&̉Eu|Iuޱ4ۧO,f:4DŽ\Ͼnzp+)hq-cAQm2`+ Qa-9LƑU˚*}E$8|b?[`|~iP0׌ϹE^&yqsg+^VvfJ5eՒ[BǺMC6~ۚ, n# /5>2HL2,-̧Xސ-wmBDyr;߆'s;O;1!kZmiSm3 L.Wk.I^m'N_L\Kaیn0>CW.~Sq!m^c\.Ch>^z<q5Lgp1xL|Enwʶx~[5|^&pރHy]//xSsyy;n`N _doж5/#)j̡ pDBOpJ.)#4c4ǜ5[:~`53Ft,sF~zE<+5|ɇy3 SЈ!49> nK1y5kE ?yBǥz^ExslӜW̛X+Q"j`0W#l0j%Z3\ɿk{Nd]VT֓3zQ aDnƓ' mO?Nc)egNvn?OYC-? $v{Y'̠6٨O:E;ŲqcK[:s/gsҼ7c!9u;{U ISpMx6R}?C>t>UWu]z_X{T~w6OMQ.y_ 2O281.7{b]s˸pq ig;ߥ_3"^+0wxLnG>Zd`/}98x97<)7(܇x(Au~dg50&B\kr'5:W6Nkyz})_].pVL8Mܯi<* +A֌\O.ZYc?_l p1 ]qYf?Wlqw^VNq|=':/=SC`'e'd^ͲEe4w"^#5|eHek`@ZW)X]6q&+vsdC;cx޾1̵JN{6z.oK;!B%{ȇ{ucf6{2mMJ-1Ǧús?k{N+sfErQiW~~~3^szޟ=mzU݁᱅3黴2o==/u><;ēwܝbÙ[© tZ҇+2ϨzƝTٓ+bs,~x&^/9WkE(~!a襢sJ?qbz?bG+\{}%d;T_Vj0Pce},{*|m([1 U~KWփQ}A@c'|FbvoO9=oh E|g8!i[T0g0m eXҗ6}sfׁo>lʈrڔ[,Xr"pܼ6gU66.}*_7/i\IO`QКzh ۪30s3_9rɹojRk=޴f^Z|*츷l~QO Nr`XiXYkw@۶v<< o= Ua:y5U[ԟT#kZ+f+Y'zw29޵Hg3mC׎Մ1ga* :u ?oSy>QiX>XɃI0oSzgaĀ#G[Oc05zG%-Vs0},7Ml۟3&Qy:oy~Yr oy^0 cӞ'"jW}Αӟb=s\9˽E֛Q/'J2\L}2lVq_ |9_ݰXT9f$WNEkDOLY:*,"6tɔaŜPppُڐ>SS#|KOnJ k{|;KKd;yϡZcyVf~28oǬSm֩^1:_Àobˈ_1vʏm>4幛wk=,Q|2_^wZ}R'1r35c|t/XﱟEɩ9K6˾s[e|uN݉Zq}Vh]+?u_;yUlan mgGb<q.};Ŗo^&#oC5_G7`̛Mx2ie~̀uQTU|{,|ƻ +҇Rxq~O䳬r>]C?/kk<ۅCXA YV[lOa{m }-ߠYd5Fhx95{<ʊOyy-~Βm>p9G[&.wm.ʅh_g_%Ze<25ע{u])p2ܶmOmƘGx;9vλ 톿y8qͯ[[E;`_r2_~AaC?_ +O.fú&hX6>+_G<ópsA\o3>oaG՟ 3ӑ;~oGL{x1q`vA0j3Nl 4/0m~G-=mQh#Dlg9m^`'\z_>-?7Ä5e=˿Mu9[vY s/;*FBk[n-<7Q.3"iKp!1VHfrssdʖYȅ|Sk^ yXT=ڶ zZus+Y1?<.sk:i.WOދy]yx_Fswgemx>OdTulk49bzF<XobR`Y fkN.l^u@kzZ~<>|f-i 3n +g_ry&5d|e;yP˭s38ey||d=cਹ})<>]+FZ5=}=|P^:'f-|bcF=78w]%A-j Շ1eD}xϜ'=?sJb木\/!bΧX4Z3~֗/*rQYO(i#d@Ɍ0Qb9nw?3Snؿʄ2]/}p`w9u"Gy۔#~gSΪ>[k|o'اwӵY3!!Xr¿xN?36t 7GcyBf༞1 ;8\ϸ=Ӂz49<=yӌeA YGJ 9nFy(ި|)#YѼ %Ȁ2|0;:Cd\G$j=!ޓkJ .15AĤwӲ#`$ìeTjpJ#\>1]X:68H +u"Q:>ZkqޒCe>ttĖ'5x}AF[2L ݍ=[?ަ7s{}| x!u +&"ly[8n?oݩs 2>OnFηuh'$̸tnO&7Sf\33Rc6kˇ-_*{% +Ls2_yB_5$\'u~9Yv%{30Ly?\ža x ^ yռ.Wp[oyd25̃%"6=>ؒes rE2OʋhhǠ9;T߽,a Z=%Mem󏯊Y|]bXl̻z +-ù9^/~*ŏ0x/#WFsZ?3ؑ}~xV+m !e׿&wÚ;ns3S n2OxXJl&@:b\3YA7]c`6ػ, u>׿yQ,q~sDƑ~1k]tG=uuڶR]_Pκ{ 8 |Y̡Oc[c ӷ3 V?dJƺ|M|H<6枷FABeAv*u'qM3ƴu5}P>fyk]y\D0'fVK~^aZ9串]ck&Cˆ`{pdOdPWK rVBj&ts5`>Luق.h>]XpfǼF68n?7Fx3U'׏5pn߸1rD(fu,|^K;ſ>mF4aL!~l &7Mz-28ぞ-A}W3x92 #^4AυCgoÃpeqsDLlIe8XMҧ>t[;="YpɄs|s璷7}{{s[>u49 Hc\5UUW%K4O&d}W 'o0xd:YRt25s=\O&"mm/BCk@Mf~d:rN Eˍ<﷕cŸh5Y2.<)4 &<S}0|qIeLkkۖC, {3O.ŧ%s֙~5sJ^Ҽ +~_4j]A;9:oV&3A>wyH׭G4NUҜ1:961so*Yg 5r]s{9{ż=׸Qޚ1o Fwޥqy%oM'xmc`CX\6Â=XɲUG9^rӀx:>!$%O>J25qL0e8m/jb1p~`0n%F 4Q/H+_9-3]C+HkZ֭*=Z꾲zŬ +0a,fN-Y5x|s(Y mmGP=L?ˤUm^}@ãe7bY0wܽ1]֏\y'< nu?0B/h%_nry<³p,e|#_s76m`Y+ކ q噉x|H`㥆91`x,k[;P|3֟ϔG&ϷfH<vyQ៱.1j<[Ȳrϫy2帨!_02ve[8/<);ʒx0XvYgmm=Xgp9{Ʈw&63 ޠd&m*N.DŻkg/i>YК/8T֨&-kO;9l +& +~QjOnquX7*5 eȃj.I&saݎKSA1U0uBẎu5<*_:=Hl( s.)"[0Ξ,u3,cQbF vSݥ)̎m;6}Xmscû4tO(?C+pϤk^T(N i٪sg~e;&|Xuq7yOi#ψ +̿k6djk'VWukchKl_o:2N4E=k~Q/jrlWv Ke^ 33Ȗc)q%sFU i{VTs m!.o{kCdm?#U,ǐdSg-_ +.|'Fli>nh> p术'§t{j- s~)nֿMvbMm-|k?o3ޞۉ9}; [^"@@k >4Vt]|Ko޹,/<>gO/缹=n@+pѭ_Eտh?0`MZp`+<+OۂcYwXe:Yvb[+:Y>L?ػز^YC[S]}+ 'U ~ַC7scx`0C4YyU9gAB֍SyUd–߀gzq-9_kFwʃ9Qs|2j#K-ـ ,d$xFP2`i{u& i?k\-c28xɃ)7Xr2>z|jy7s8L5S-wǷkԚ&08TqixJ,zݷΚ1mkqݟz +GXkɼ2ϐƾM)M}pdMoo|Y4]ޓ_j`wn1vgrsn-;p9arqzhts}'Q2'xL}7KL}=aI}hռcc[Eod@='a"#w$,WլwA)7Gx/<8} R^^q(8OGgS2qcNS ,ypỵa|Ya-?!rwmd} Ʉ!tY0XPV4ObwehSq 8G\vGS߃<>w~K~/rsPѕ9+g/s>/ MYXRLkr\E+ Լ&4ۼh/#o=xkDt,˄֗Y:/Xo'_G~sᙟgnIbKk|ij +GNV_(1+Sf`;f9r}[|L]W*/G,N x01+g92p*|̂> +>A+1X]5[Q{>O.p׸-XzMJ|]eyd)ʇ3T^K;̚ y9,0q~oh^+|V޷qn"T2);un+#=f;Vob.s^Vx5l|8*ŋvtݺ\@ͲmUD͜H+琹i֝$99><Ǭc/Y|J}@GFa ?NQ yt93bC!S}FM!`R_^oa֏//s{2\O~<ߋ繇~Ʉȹ˺V\!!ű v~H~e\wXQq?+jmXǠ/nePs]xԜ''׽9֜sM(6}@%Y\q{+W6e-0۶_源ĆZ'}ǜB~;=sl5:ۿ HlJFzVlD¯ϋ/`7FC9qb1\~8-~ʰ}^„h=KÄ hކn9Bgs\ÇG#c8|>iڙ̃wn{~48s+-g>b>ce.pdlz̅=>aƒ+i;Wգzcz'^\K:V*x*S+*翍v8 +y``3k9R3/]z60|G,Ŷy!Oy>c\!;D^OƢQ1DekAGvXk-5b-vk#{7qXyМ;auG.9_!}bγ:(M,mוUk ?QC9VL3>UuԱ%1~7 SYlpZܳ5sxkJ׋?}>c` [3T`9'_fO2-˽o\́WN'*w%Z/VeEʉIN|Z&h|לOx~+}l;5aA7#Xy1b@8W)bcO=4Ϲ_/9#k<߅ilj7|UyKؿs-wiܗr[<r cY2?exzieZJ͕b콥ϙxa/YouE~99޳dyXjADg>Ok*c7SeRxk m+ʃFfY5`XC`, g]#tsP%2d5k7,㱾Ak{RCƝM`F#kSUćk0VeF k s>eGv3mW?uOyzu! ᵽ[[6*qb7u`HhiAbPdIo?$sU5C{|qbC[=7`E$xXk,=È=fBcL2/y_s4'1K4 |Bo12za?7ޚ q1\D+R?ۭϲ 6 /-F/q _,ֱ6_G _rLa2S9_{HݡYnΛM +f#SWhpZvku.lܤ`5|%}#mcB]};a+0a#Gs}io_Mhysj_s-mm+m%6\64uz\1=Ժ}yx?vnxL(ٺGyE)Gum حU>4wU)hݥ<7mQ`@Y}%yʁ1_1,ʁ/}F#*\uaȕ`*B濱"KUjrTk%fUeT8q-׮i|Ժ_sU\檱רZCмscY9uT|  4#}LL:ƝeszHLcY=jG>GhNEdC]@ki `žA#z=Y9nDzT v9 +MHBV +%b o4ݟ mϥb;+;y9檑cl5m OSFNٟ7gã}a{uۗ?\uը׽y=F7qq8S'^3RK9OR*`04 i+cM/'jl=WR.S}X=X[_v77:ƹW0wݎGq9.̬1ɺIk 3gzMeCcçrA9Rv;FqyvHcSc7{q7Qf~wwfW@y'̳aMe.c9 Qoyex_pAƬ 9BS/қI`A:Pr^qCSic?>䞞S}Kşv\(Xuux #F\dqLߗ!$}4xޣ?pФ}YIƂdQ{Wdy|8>>^FIxI1;Td[َӎ~Z5jҹ8ϞYʗg5srMFp5(1dT%iʃrNr9<|}|n,l݃  yBkhܞU' =M^'H!ĺ2brkDd?c=`ZQW/4xdQ(lEv4F7û%zKW(v'ق-먄XSHNo0#)uƧ\mzqgpkS5Gj6W fΞʟ + K+ː)gs,s|yh^G<7m5͜i^Z:9g9thZSn!oQ΃?\rA\h8{zg )sL\:$]msT䏅B}RSkfS[꺩a#|,w2%\Ue㔥kP0nʻsr[c{g'ywU;t?8oR_~\jh}bzy3|ũ'W'oaC.(<Bp!:D?8*8=zCUz8rԼCڛX6T~dì8kX*9+Γ dBi* sޒYz0$]2`p`n^?4`’9I_a 圦&m _7rd:4.M~\2_)n{X-gsTٗz07-3_>-^-|>+ֱ}Y|i1h8iY4M}p_Σ_"6SwW[-7:7}wpTW_~ *o}?1<< ;6AԾ +cy)9uYƫwXX7u8ԧ0D(M` +밞`C_ոZP ṪZX,(2cT#vm 5}=ie8p.QO.A'!#yN^/ʌz`AcOMqƅZ8J7p+`:v`HN3 |Jqྩs\*jc}5OTz~ /ԙyfLi> Oʃ08:3>`yxUs&_ɲb]њ|]0c拉)ƷJ/Oz֣sN> dcΠ(BAw<ڂj4`91iג;i}c.cɧq)HN|v;MtM/<ɽ9=bx7J'~฼"px&]XpwfXgu%x_#{j +'*^g|.YϹp^n']Ә˺c1'+#g,;%g%.LZ+* xp#oSӵiLu>~z‘ߗ5$GXa<}aqkr{i=<.Q&0 !P02L_ ͇UCʂ!k1Za3\)~X1q|=oYGqn_}LY03h!.uŜ)+eg/yה@^20/M(+YZE&`7T i:<~Ŀi-ϗ&]Ltr(Ab`*oxkf|Ɖ/NgW'4XÒ1Ŝa(bIeBbG+oCS6ewK㽖4s]>˱.ű}WY.I5ʹq!WkȄ7=|¬.{s l ?1Ƭ׸PnCLvlL'KWs:xjPº~z9Ufoa6;y>ZGBMK/=/C8s@Lgކno~ +V5-b$o)^qăxmXP3S5o7~9}Ɓҗp_~}lÏ̉59a&-}xP0b^ScN[?Fk:Tf۹%"8{߁軾} ZKm ~Ƹ6`FɃēv5eE1x AX>1~gymsxh9p}GXT۞q$f{KƂʀ~? +ճ>$ZW>pkO,TcKlʄ?L,qO><~>ƨֈuK(V'd? a} ֫›ƐVs fԬf/8a9kS;)4q=% N ~\5k&OqQ笭81mk|+G<0GT?0S}>Iɭz_%]4m~_kt>!q?~`wxg$?O~ߗqߣ>~r\;q`onR>cg˓OppOzQ+qe|Yg^cPts8vcJp%5iu~Y//r09r;9w/P1Ʋ+9d$}F&|!>]~ط31Ͼ.=.oyl#tH)J%n.8.bNטgEm2fX\~^Q<(Crٰ6w3㩲N\+ƀSyFgh*O#=(c,˶g/$||,l5f+.x-&!wh4>ߕ|\CSnGeCqUrf$9OJ!Ε`e&nJ6*Y+)UJos81\v^{,}qOҳ1:gLGX\>:c'7l/|,7|- ?|Cԋ?`Bذ\xl7,h_G(Cҿ˼P_:teӘ|ʾ1I=rΓ:CrV;W2/bƁXʄ+|mL%)y0>L ˶dRcM1ڗ 1 ? &,駗Ŧ`i>aaɃ_={B|cb: + v9}x>0-wYn8gd&nn!FLz}PPur.f{w8m)W7aƎŽLV|=wWAU)2~ߘcKr%li|j9'XbX7чwv2wQEEx._߾wrNA ba[9vv[,Qb#ak'ZGy;d-F`&aXS[?|Su9dG-oAs]N/XFʊ?xU됡3:U5XԔ'`0>ǭ ,3ZxbcT)>9{eΝx^x=?Y/崕aE׉ce5&&xK(z.콕\'Kz*ǧi[_e._cqL[+Ɯӧ5 S(Ǚ73|Si+go`=a,L2qz5.(cB;*&ǘʛ)gkV5pDʼj: Q#/k1XΜeM\,ʺΉм= 9x,>k}o؈z%,A&/\otrC|4뱯*7toXco.W*Gbޤҋ1'cR\LJ`T-ckUFxߥo6y#;kw+l?[E#eя3ŚgSx_W:k5&^oH׎M~l>T(μ} +'\=Òsi)+D9M>,5sK$ZXrݰL7`70ZG#ji oG; .f3,?,3!7X%+>8)Fi2t'F(+bF3 ڢ Ӌ,/rNPY8{@y> >,o?|Apݗ…K{wqYN?@%CVM?Hg}ie;cW0ygw,913#{:_6Yb05^}^9gKXZkN{\{?{=رܻvz"owXKl;m\gi[v&aY?8Gw8#?چyxf$Xhkgm83u?`/8hSە7 ‹s sh[ǧ?eBׅW0fnTƍ `԰']$Ps *; p]oH7eFwu3}#닚#qkWanCs F +H *):hcle]3ײ;넾` Gl5+w <μFdocc+ ٭x|Og͏xB|7Nܿ>}&:kIsi Թ{F_N,X =\;*|ً/(G&u"Wh'd441~kqk MW?9Ie7?čʚy0rxa":йuL"V7ɁrzBg˜#c{y޸XL~wn5Nrdl\XVݏAwߜL9Xby*~L~roa2yB\g̃208þ"pX֛1JLy\+y{2^<) hbY_/U9*|`<VUx-o%׵-tsu<]S,XU9*kh{m}]C'߻KXwu[첾>5d:rB jؘq!]9đC3і Y5[^eE߹C-*mdE-O^aAjG-*cK.9uut֫BUk*hKh.nKM[o/Sav F擥lK庮͉-/'gX0PL9-1࿡?A8ٺ>aN{5f4yp< ‚eyP|6x/z[,N4Tpƅk[`HN|uga5/[O}:F2*}KX:uk7Mf8jU+HXC| hk:c#+tGgКp lGU*~ę|z?r|BOњ9rRqaSeoEYк>ם~hgx.P--^'S.7N Q_<ߗqK͊鑯1dn:'E9qdџX|)*|%/9R/*5 s/h+ n' <3tLXyZAz򭒍e?oߣ1 ~w1oϾ﷜]X5rs1G /;[fSxg+ٶ󽏬WɂusXV}x럌Χ*9L~xElGjla]k_Rnr<39iҡirf9p.t1ʘ /u'cu~ʱ z{㴲WM /p_Lg!4dPk%k1Sli9Y~!U`J]l zC y5"|t&Y@-INɇOy)L4۪4_SG Pk0M_-^Ʃq"_ -.ճjz0:V˵n2X)z~+dF\g[dͶdGY-aD)xHmCDS>=0*9JK.}Ę>{v7b1Tї!5C-%t’e3}2Gy xGكrw/{W?m?x>|o'}Xmvk##Wn"eDr̸I3U6&4smֱ)\ͺЕI҇6-p&NT|fۇ7?n=9xQs{e[s=c+fuO\K<ǵF茱pڈ-^>"%׳:u^:k2N}qu_=>9X/gS|~ehẆ9wgvg1c<fkYSК9e ehnY`28DOb?'9G}.qasyRO5_hǁu`)|>^ /p.~^ue8 ub K+# Ƴ^08q_0ERx +ɩq!sdjbn{{zJV8_4KpLzY2J|9Ƙ9i.&}Ɲ9dA}CkV*Ow1ڴԇK0|6+ʖrʃe^b, jG; ,UO;'\(dÚ5/J̮|0[M23ND߬$ԟ `hb&:|U4&<~ 4Zre#9gJ]F*l~W0ѹpֲ+ւ"}`>l,^Yc܈6ĺ]>~)O7Hxuh3n݊-TƏn8^B#NxxeCDQ>r3F=vWo',Xcr=o.U|_1edZ߿,W\G*?Ը;FpEw N~`~*_KC=g}>hrN26;EY8wCYquUy}:f_ڍ;qE0CGUm^%KRܳdb2eronn˴;n>jv=w~M 0YlC5aB.>p7z}of]s _2ևz|4#YށO{Z Qɂ<뎻<3b\& t^93G"OEU+`+ZJsD̞Mmƒkf& Ó:jv {^ MϹQߝøN[^zH#3FL?GJ]us~9zx=I<cך|~4/lκZ/d-UGnP֫я-q>WƥXme{7o1b khuZ[|?h1zU|.:{ gỪRP~?\9د@=+w|{}+az.ga!% $/܉'?}9<%vK@bSٳ !c~&u||I<%+8{l㓡x(x?\VYkWYKXO+yχeЛ=>9_!Yޘ87#LȦ^\t + ڲK羖E߱Iu*÷3( +LG#ߥ!kG3GmGYΓ+y4fK]`&sңy]% vZ'Ks_.,8ȧmx|xAMP, X"aƼR#|1n=SzY}9FĸfNO15Nf[dcls{2_jƶ_ۘWhA1%\L(gpcquE n:DVsZ 9pͻOru`Bs9.[[6 >l/Ed9׭u=|θ£kZm仨W)L%M6hʽ.1O̿ t3VԹֱcNI8 ȃh#J2Z֐'T,74xfX|%_YKU)9*!qüvbT!/ 5Z. }pf11j??6\ڦ, `)oZ1̧L2qa!>=9Y +>-N嘭d,8q1g*Jc*㌴hF Be7z#EyxC %+]ōoބ댿Qd-6\…xhĄzq)P#XWc qG+{ƜNg\6{X6&P>üo0t8In †y?7'xunzfډvDȇޢݮ_؆;L8ދpgK>kk7^.[緇eT +ܷx/5^9c,0읇,`ĊMYA +ŋW4/‚/mp`p!|vUb?"s|2|5g|}7.˰"Z7CψTL^>pSJ8k^+11Whch son {z}J8~Wc;~,g[_Y>~ɮ7kaҵ :q<ןNz8 Wblppَ}c{$u`~\ˊ7trGDb>?z}i;O(b=;]Ag8L8)I=Bbd.^` &x66y+cƃU \lLhM׊?(\k1|~ 9W1.UE3މⳆӪp67?9pč PppJ@::;].̇d?.mqd|e fsu,©zT)k +eL3,8bB $3XO oxVۨP7e,gSZK91'%eܧ/._2/b7ou>_b ZyI)>߈+,~s[}c.˴q[xeSTpu.~%+,CTU&w%nĄnb^uA+%>`Q9E379s I&|V󛶾5CΝ0g޲&w@_ *m+='QUw +ׅ2uƱ}|Nk-nq-r4_1}%F>y0+k*ks.j f?e~BˁE/XxzpK%>;my„9>p`swztCc?Οll~/3#}CZ")c>U ÖcgwG;Cl~}ʂWSWѵqn:Ay#M7:>ߛB4SSYO?wN]@z OrUt9jQ,ӚPCg9\ɆK5F=KKPɅSWOol3@ms]rk0dK.o}h{هws ^t'j_zh݆m͌7o 8pfx0<u7f.%H-ZQ3b(/GzF3 ?GZocᏰ!ŋ-u+ȘM~mp 0`l]/Ư`V_7]}7-of=װcZ3f#ks&h +^`,VӻM```,: ݼ\Sƅ)Duy:SOY7[gћGƊ`bu{Љ724%q<}pb7ڋC4Լ޶^UxR@k~GSj~Z<}=vqS +9. ;]Iԅn5WMg^V.Tr|P+G}H<kJ ^E ˶UwNJ̩Μo;>b'ָՌQ 3*;ћ<.ʂ2v1o4O+q)?Zo3VXcs^0nWSc ~+|Ly>mz#k/ 93QnX|N^.+R*qX5]n7Xhf._wΪ9[Qti}b|-0Գd;,>lq%G5b~-ͷ/|?niU EQ^|;1̡9U+: _ +"ytfNSdѩ,#Ҟ@UxT ے q[j8ϰW֫*J|,BV0zgy1_گOWCmcAr,no,>e,uZh?y IeЭWy_|ރrYVsn6]V׷"m6]_k?7/KOw9 1D=nYv2vvۍYʸP=Bk@\g HbG7յ 6‡!չh(rx e Ƕkp57uNhHx+C :G>} WsgMg\5By%ǰ^$b5l;u\Eq壬*7ZF?Ѿegiſ!3 {Wb +wIOόmIb0le[`ffff=%Y̬9~FFn]1]rmBvūwЃz5<}4vyW~ZZfnb~=toK;R("v]7בb(c}WBm˥Pj·*m<φچt';kOx UKGBmP8*J2p0TV1@(1'k@k0~$TXEXYs,Sy5x>vT&v웹fGz?'/]3OobVFGBCv洯=Qn\'5X'7q^T|M$jsc=:A@\{ t(58J[?:=W;Z{8tH뎄NԵpx8to<z&pa +uNIf\: :?QQj$k:N~7O8}t_׿2ױI}:5e:otHO894t\+Fkk:WױHaAt NOYyE{hW.&iގ1~1~QߙFr$m5~ijHR;lRY{a㧿†O?L?zhz?0&0&mggX{Xia?};}[F@đZOYZװmx-l͟0FJm5 }|µoa뷰m1V躴3m8s %9{9Ek| K   7ןZ{e{g<̹:̼"t3}I輊<v܃80t^|zs Ysaɓ7a7a7a۰ջ{CG=>aaa +]X ޅ9߆Yw^Cuw2t=7CWa÷aaa#}XcX==>̻~ K~g),|),x9,OG~7a7ǰZro<+:̹Ͼ:_3CG${@j7NuT=v wѽP? N< B~opm8?꧞rOa_ˤkw+Yty6(nE[=ĒD9>CGn2{7=W*nB +.F[݄6^d\e"Һg߾ICCy/o8J΢3>L󡢹e=u Қzg Xm-.Ն-C[Mo Tfu +s54@oTÜv$u79`N];x7úgR.>1_?gz3Bַ]p̵kw6qRb,O\%V- ]|K2L7kă#v}; 6`lX_f +<iUY+ʼnM4^}b;]"J*kt/-dߕxoߩw6=1q7I55d +#E[ҾP%V+jdZ"b\*Yz\ߥ6h2O.YN+!Ų(nCCwáз`E=ksb +\XoIu;:K\u<6y ]X78^C+~4l,8+/69`?`a-,%V>{mZuXh<,2̹<̺,]=55. [=Nz`0s}hV| @/YCnҾú^lo²b-X\'sx.,}S/‚/ü[Oy{^wQ ι?އw¨ox]W_ /B<~?<.o+ <{Mnf~fyffc~ +s%nwy:5=${]}SgygSɇlSC)n +cU*\ \y0Gܓse3^|:l~8]=^y/]>ޫBwzY(hBh:&;5j^ = OBP{ O‰`0ס֘[=!;$Xv~}Bu*{fa!>z}?s|b|e~m@b'kgv(qjg~p;LMֿc XYSYb/5py:bq^FE7ơg1"muxPߒnDąƄy L~. ~ f|XdԶpИo4k/.$be\Ȝ͌L9 ߲yoY,ŔM_SI})r V4CCP6^\w9rmj[m.6ł鼩t.SaygCV5KC#|W-<J_ &70^~g=mEBE 8/꽋;7r8oo|Ug4G8?֌+#3fLgxKjx:Q=cVw\_ 3w6] v] Ѭ]Wh7b|of}Gҽv ~fr\LݣyWEQ4v*uXY]75U/;ÁuQ;+u F|xI<$v4;J%#E,Kb<%ډJ}O*>>+xJ<$~E3^*Ja{Me{BqnSaɮPP{@;CiiҮ1]*fDԶxGh]=V+EŒQ 0cXhhV.Eb[gː+K/r/n-uݨg#iz5umQ7ؽ.}.[lv5͵?G2u%={$߳t4Oqst6Ss0`^ga33Lwg${N@Eeb 2ҙb&#%Jgr x]LpQr\x4G:uBǸ( x$ʸм&7N lĆy>ܝXń΅6E6?Hwmŗ[-iQ׶`m@ѳ^v&#xS|-poџ^z\76Ɉý ֚0%\^;xCX5 Fּ?C|nuxk|8{9\bqwas`OBg̓f݅gd0N[t m7awaOp܇m)2~].sA{#|x`칁uc ,x{ow`[C/{n < 90p&\8 {`N|.ԋ _{{`*WN=xIk'ݻۙ@b0d72KÊuyb'ދ+|tzOx##kCi_|{*_V+IjKuv<j?1a|A1` '^1!>a e1A㐸JY*j06 vm?kv#/s#őp_b@y0O]egQW;`wV'(o$X;kҘeNMD& +VĄbÌ-D8Piַ}c֮ sWc ++aA 6׹|LLid9:g@c>MQ Ó+.OWŌ{wlIΪߊ4osYXUy+\'b^PwŤ*VWt\7/ aC'9]pxpΫU5:皍ڥ9j_139(9]'Sc\7E$J>xPtK(\+#jwnwCߥ߿R5rFa3!,X 6s.ty0q1RzyUpLUc{Ă'J,xh_Bq3J|[Xk0b_!E?t UL uh{2գjTUpuj4%ȡpسxރ#Oҹ roaFLd3Ll8J.ehװ9jlF0l7BnV[4 ֽ]|# +k[F7l[m` \OgxSX3xITGcĕ?+x_ >q86{2昞Yb{aaNr/yAŒ+a%xv =>'{/y˞^r? }+_DLH)>:=K!kϹG齗Z `bͧp $w_plz,]%/~OK+#\7[}DuΣaCX0>Gg?0vv]Ӯ݄PM6D>gDo`a'>ax ;vqaT1^eusuhq1_7\= X.Dvf ~3a+0 ^~y?Fس sa;ƀx q :ۉAحW ]M^_;l'ޓWw їWK~J95fyMڏzq7:%W9;p + Vu&B"2jeV &497Vb1cZN(^ (VTiƍ :$rR+{|*]n`Zdª80;]7;7 6%.t6bBE ?|Nr:GS%`B,6% Qq4O7g#nO#}諭1E^_<%ƣX>s&ώ wr^ye}PSߌ y&qSVnhyxo}E=T#o}c6'AW2MKyp(q[R|9ԆI}mh~Vv9n-p]Hh뚁lE[ﳇô9#wih6o[6+¹v(~MW))-ܧo ke#Sk]+\?$4Qi9iLvlZI.Z[ ?ƒ]0))Gj70/ kI}?q^r:|0Os'}J d |v6ᝉ}.K9]V̱_@b/:Jgt*$&CSM&˴W<|/4}0<~mv "$Dß=r.7'a=8Q7m"oxN'?fLaz{֋X_7n—aAZkx-T|#}ĊxnO߆0\?[ WS}G~9Z\[@?f\D>2Ǖ*3* ·k jJy\WÊ˞/. t>ϟw83r78Q˘|Eܳ\:K~ _o`]}$!,KG~&,x f^!/jߟ݆$o)Tk?7k`\<aBzv<3gas<ϼuC/|p2֭q ֓aq uŋ] hNƃ8P1x~1=(&lO9)Myy 1?=:Q,X^A0E5<WWIDn|*Y(ujߊ_+Q1%ŕHx/O`:pr]ٯ&/@%`Yyb~U1ng9Ăz#~eb]xr\+J0_ *~k]Wb7qdi,\_xqxr>ɣ+-FtcmۘuA)c {r(e?ȃ67=6gŘ5ݛ|-y{"ωj{Kʼ7Ӽȍ[s"bQ1S^y?qVkWǯ˳avdyn1r 1:$bhuXZR/nu#RW+S8V=<ًzԷ=$.L{}ƛqb5%O=wrGv[ăp$67: :8|2X̃Ǎ|yPJ䭕`-XXUD%)/VfYj6hc=1]Q]'V=j=eH Z[8d,8c0iAӍm`裵sbn1^Ryyz5lZd5HnӉ/(ƄMyumFT+s~\CD$&d-<1Ӵ(FgM77{y^->$6|Vx99NraK9I,'2E+{qcN52űĪ&Xsw^32Bd79b<ʘ0z>}y)ggMfm)5q ~`Sh9v3M)80`>/flhϜąy<%=1ISr7Go+0yժqk'.4&3M4#j].tKT+Uާ咊 c^gƃ^D,(擧}똯}^5db;M.y']aqH5kTEᤥª72 R[l(N/6}yǹlxmK^bT*XUL8W_o] +o.x:2}-;~ss_Eu^w ?9{}|}Ép{G ).~Z &D'cC^o`}aIxx|Zp=|y κ뚃8Pu '"k=7`0^s_bNtK"RGaƓ9?r={U~8 +xK,w^x{.ˆ;\-{b)|3Հ9˻"p>́#uv1>: $Ou<:,&/oEyu[y Pz}{}|@Rj]"jm|^AxJOY W6ݵ8DcE%8Ϣ)G2q`Jc0yrA=ʷTf;uj{v JTxV43k#?hl)~`E oϹ=}m{_/?|>672r@>}72V'X]~|⽭hb:!sҭPgyZ1cz>V{J8w=~Egkaā&xO>ajg^a!v12^lDu~?z1c>ՠqFtgMnm5͋jRu&M['^|<bĀW-c3Y_0 eblew.&h>'f],=kۙ5.xϸPm3ǣ/d}tc‰{]>ξ{Z,RF%X'X„ƃ9<(9΋e^[Qb;lp^۲=IErP+Z bM΢T$WcLyMX :⺣kU[SnT4ո=OQ!Ϛ N~~~YLh ,x%ɣXٞ?Ɣi>aL1sFى&q$vs5ӊWW9o-J䯶.kql<3 x8P͍{ĽK7=~/rYP< +ԎJ}WL>_wM\\o;MWA!3rx.rR?s+ąōŒcs:/?bw$_LvkWץ<%?Ϲv^S<%rϙ Oqa;iaGu:6%Bs}[jIAnMߍgxg2iYwCYw9 T_KK/™מ0/.Ƽ-/6|Ofȭfw{:/׸\"o2+?[}>)kXGR~h?b/Lb*oĖݰ`RƃݰT~E"ڎ'ynv9+4^IX- &TMv|?]Ɛ/I_$ߎP-I5b$<*F{j5XNrBD&1E1^TCE(Ɣ\zy]yg 1r8K/ Ny}7D%1#扑Yq=:8"-D<8yrg~lC,i]U7WIV~I|K΅[X[W(D=x}5N;NN҉g߯qjԆ"糜OCޡX R`>_M5b/(|;+ CJѯ'U|c>xOy}iݯi,qm~%G=Teߣi/6x,V>|S˽\ K藴ѼD]{ŀ3/}:'.G9݌`V8S={ʘIL,Hu(>b |"D΃"^j_f`( mE=q` k5Փql]w!JZrZX1j)J .I̷y@+c΄s(3XMkQo.jvޅjh9R%ErUㄶ3XS+Iu[=tG;`v ٽtwn9G[9iM1IvX0a6]b+[#.#'3\ +ulZsUaA?@e`Wnaf̖E23ajϠx/gWd.ޜŚ,8^Ę'K7 ]O\v❥}+]q^>'4/u%x|_?Ic˔W56aLc_H<u4SGRimCԙRb9V&ǑRv_.<ۉ3s[~Gpȇ;̈a}:b?a?v~βt!Ah<\L[>v&y~p=|kaQ/zox~^yb=+B^ +_/zwϑfKL4 ӾÙy!lfyjg^l8l><9䜻= +}œ oؑl1\(;d'u`?~դy>=3IgV&|Ѕs>P@,&< zk<}Mgˈظ 8:7<?R^0duփ :{u-^8:tۨ|JxRkkXAZ K5Wz'NȈMNE%hZiL9s3o㨔7yuo%>_|{6F}'[^~zw[NZ'ϝ~:YD.߉lx,t-Ts#֋}];1 90g5m|]>b}ALxk'Y0/8գ4"Q0Վ1 ۭ!u5Z{^}2P/UXr%sӹJS>,9$_t%RW#'T}.3= 6_?'rE դբќ9olߢ'EUxpf,1+*=(gww]$֝L1pbl&cɭ]ȳ0o֋_v]0gMt.Cמ0\#F!VS' +cC&;+!^u^eՙbBՖkz{svFO|Axﰝ[.s⿋ \E/xTSśtƼj7?\؀j~`dAĂ1V͇<U(0V#0eeEX'Uxb#i.#$ya'%өтoh\O/ƪ8,XpwOc5j1ߣ',GQXI|#ݧ0ne/;yn<[juqyvN-VSB3o0ǕΣwB;9\k둝i`b>$~~?hZhjk|Oy4#y0lY'Oy]v/swmy[|Z +  P|;֢q4ڪ[%?4制EYhd@制׵{xQEMB1x -Ė5Qxs[֜hmݳc1GVSv,CugB1bs\'p]AMyiu5duD[\gݗL^`kSڧlφZ V^V-J+2'dڇY{+:6p\ǖ#95/F=ת9sMcjj&7qߠדpd 88yʗ/)3/e={guIvn9ûK]s: SM'B1o)nٴ_OfR <yH+v:Al0ϥ3t^=sTx[axYZ֩q]5o +u]a3 XQ'OkyTc1?f]UzN=YS{Ĥ|)/J~|^RY43֍116SRڨ;s[SiKb3[:FS6IԦUg[l5-s[Qǣuħ}CVCY'<[~fY*HyK,+d_OkN}14;s%tǬy)VYA;k ꌪkߧҒeha9k7S8H{ Lhub^p/&\3u`XxxHV,*"* ΅xwhg]U-2k>Ϟu;.O3DD&.^ /eͅxo6<;f˄zȁ] ;.$)̃%;gc: pc#s(z DYϕP]-yϠS~TC^BOx3|2߯ذ +v^%"kG.3Dp_G +L=Ɛ_&~ }}I gۉNd}XP&\ȃ{xqE+%qoJhI5fLio!il np֏hQ)~<1xDwt)fkDxj>Ds#EY PXPb1 ']5^Fߣ ny`\j1iw-Ԏ|}}A)1~N¢GU~@GK5C3˨u3UԹOkucb.ھFuK3>băꝤx4δW^|R{:}3CqTkiBbA6GhlAp5D3(T λG*Œf9}qbvƅ*W53s3qKγi3\b3w0#cZ؊b:[j + xp :塢5{_8HT>3Ջ>vrBTwTޞΦ0~64!~!O3Vk>x@j}q9\oY\WD0OZ3o זmKxgŦo0㽹&-~Hhķe3ުNXp:RXx!w|9orGh|}Em,<\10梪Liu[{f^T3o6yp mvci7!Ƈ}LG3ds'_R=]{\.o +$v xƴČMVkO Cgɚlf܍x/)Z<%N{4N֯1ϋy{XP|. c$fxs1*|M{!''?mchONǣGapt<0i+6Lw OH<#j \{7Èu'Lt/k쿯p|6|AsUFp ¡)$=q?O^ąBO (FTmU qr16p_kG{efNI([(}LWWp})Rw\$0r"p!Bq q8pl8 3WR58rɧ0)^TgEnMgGwYGNMW{LjEϸw,E͵=L]>6~3xPQ5^x𡷍37+jv(õ6ϡp .6V] 7#!̀q_bāzLV_4BLP2M'儞\j'&n<蚑9JeLl~<3yuby|n(c9.D΃}Z5JoUx ut9v_5̚1?)2xѢ{ V%,V1\UEΊy&L7\;/:S_?0O.UՀifb40摖5=&Ծ=0'J>?r76s)yK,8~7lqeI<{_Abs2({C (%c a+R-/e^`3 4{ m2oi +^{,qbT6_{v3ewnGB7(1^B`]tO>'Jė>)ͷ'UOS<jɦz&ynxL:Nǣ„G"&2ms. ;}^AՓ1gK]/&|(;ă:ޢ@n/ҏ.jWC͕78K%$Ws%ZxP[bF4z=[t"Zx6j%}cFiU}O΋"2w2LEƁ0b|.~cbE1 ys:-FtEΩ _q,O^̧ocl|&\^rH{kڋz'H!R~ԞZ/vQץȈ!]h`dArCŃ */TպQO?0aTx[;΍}jh)ۛkҨVMgF"yD ōX4Inē%Gt)c+.čʗm3YRI,(cnOs"F'ns=+Ŝp*sV'y䈶*T'sλȜkaKg؂(>̳>'Su3&s!!O0ZP m A?[I:]QgW X7΄W-Nd@G:]'.k)Nmgq\^_l'Kҹtނ5:uDEԽ<;aY} L=I{@'?h5dw9)r;G{bNzr_liInOa3v֞:Qgыq?gfϩ{6.r|& F2Oe>]΃3>ŭΈ.q"S„5Ą3MAM-_P,sQD{'r\]Āb?&T,1a!0q_dΛp)qR;=a^aC*.L1rtWҜ/&{1N 䞑*_wr?O{#کTk6ۡ~U] T$ቨ?j{/1ՓGƭfLmDBGZOۤڣL΁b2/7u%g&+O +j=)Ơ:LAm$nqm!?v q {6:SBE-.tLyPma~jIgf|lz~'{XA$&4[Ƅx ȭ+Γ^Eop.E|9i1ɘqٟ5)"t93Q?c|!_;ۓ4zx'긅bO.]AA\ă'kä\PL9>`Kd ':1O\h1Ă)OjQ(%8} вگ8<7?gI<(p$3;pONg'~"]}F +^%^! *b%%w?iS7NeνAC0[jE-G`j؍v:$tSY"1^\PEҀm+ u lY kMY>"g.ضzq.g&,h<$/D(-jڤ5IGF$Xp3N.#'na^x[%&'+F&L\R##*p%c*s%rƖr}1.`W{>~7GLޢ8r58s 5}'{ &|ؐG`¯‰9?C];<=㽚sVYt DrA[D1V̩9+&y\kͪsE1ڵks8V- +H.|\Lx|}Û^Hl|x 17<z +~cz{QXsy{!.ߤgљpJQ1_]~޼)#s9 3^zI݁(fZ{I@_cOWsx695 ~fp~˃C/L| #0{ȿR}? F,w9(s3?c~ћ'Vh|{|2)f'<~23-o4==vor65hcܚ0&<f}k906*##7Kf(_2.832}L%WF0QݥMݴ?Y3/gH5]:qny'8f,'y5pGG?t^\MAg9V_\y0e<[SUV˱Mg{JFyQ2 ,Y0W#uAx +穇p:=$M`ЉK΂s1}0×* J$2^"|H(t"t%!y!BՇ/d2Cs'z:Xq9F[3F$bəpF9i MM1͒#;\D'k^|F#FLNdƃ~􍏉?8s`Fחyn`@rB\C3f}Acٯg>Xke`Apq;IxS7>EBcDyz2>s Մ%|̃Ɓ~"8t\'?r.4VǙu[}:9ظ,Isbâ<ފ >q,M'Z_VvyN +rͻn6'l9.xy~==ďGq!gG s6|͗S&AcnjgO:xRi3sw82v/TGlp&451 ,-q%d./ăF ٺyxi#Lrcg򚿛ՃRzƶ BROA:;j#B9UGa5V _giugbT#G`>7FO/31E=,zV@A=IO6zJ\eBK]&lYPsA"'x7m>,Gޤ/5bY'y=<:@_|Jz)ɒhlp^|H:'KMPƄާc?}c9FtͲp^ ~Խ&(k}7hyu uU|)s&R+e&`Ď,>1_;lPb4/9)|xН> 2IJfgvj +Cf +^$(Odz: zou΂ٵ3:vy0s!X]NTAHkLkmfC~{ʱxp:pA 8cAꎃP:3ƅ+ۚ.i4^#x03a[-O}Ѭ0٨X<ʾ᷍_>ň &,ƴ*Qoڤo"cFW{΃C"= =OD<)yY*^<^!<^ +4L8̊c~#/_]{=X<Lyv(Ţ2~qvq=T"Fzup ̺Ozhg ؎Ib k`m3mf)u6vĵ `D1%'wx}pww~ }ې +w=f#E& m<KġwXzEڞgKb9unVtce;^z@0,ňJg;ks"CK;[O {KR }N(s +zƄb? 'ycIk]ЖK^z&γ={5gُk /'ϯ\Y&Gc0^\r ]/ 5)MsBsk1Mkv 23vlxDpZvw owݖܱ{@ȸIڣx?M`¾mn޵|v-|֫rhd[Ƙx2kIewy~i|bC1efz I?omթLă9g0KTm7{Rr5'=Lp+M}1>P(`fCz%ǑV.>ֿ9Ě4!61Sc#:CLCV΍B1n0]=plxLx~Eđ^|\6yx%E3Ĩ~aC2{ nЭBĄ7[& >Xx# RxuxKZ<–=nz ٫0QAz7H! ΩCX UYʃ3p.1` #z'X ~mn}وcQv4cAYPu湅΃xȅo7daMQɸP7}6Wx=S-u}d*fΞ±Bꇂ{B#ؗ> Z/Bz9ŀz |.ӹRB<(ΓIgwj̔QY縏yIld>[X#eW8/xcĉv?y췽?Ǫ|B:SIqɎj [lrrm՚-ƒuxgXtp0{ dG{m\; 1綽Y=Ža9c\| y{=[3eN3aϐ_Y1RMUz/be5XV/~yw(oQ<'Z_ vGR@bIu+  O{Ky( v% 1 ~ƂXs܃m!nHxkh t9M8Ƀu/ / /@ GCA~ ֣\d?rGV0d9B? Ƿ-`[7E: 2s?Ʉ n +&Ax7 /HH!91W)t&g/X-6uc(\0pzz(r!{ n~`Rm5dnx0<=Ɔ+Ҙda|}Eb?qphG>$;>m %WZ,(s֕_H3/zB Ʉ` ﱮ#I- yy5f+1Z4|~$he?Ɔ'<}̹}}<]Fߐ]~˹tk;~Ӵ0'ruǂ,#XUW&IČQoF{)2%м:Ú1q^h<=ͣ4ύьwǵY Mi,߃DOk{ň G@O;G-G(qqtzޟ1 >`93CsKcbC}&T~ \};QyL{MԒ_hL5J]PFǚq sNԘU9};yqiA> י'@g.g[K*Xx9FL^~i7zz0eȅ ٛQȹ˽@+7aF` +NbBq\s;>a P_Y9Vʫ93166|>c@&.45Bs 9?癕UhX0T~ NZ2YnŃ`9p YHdŢ/S3NJ5i枃`?#7ܰ<£X? +&<:w}nM[*Tb&sx)k\(N\x,~#cB#huD=Ob\'0Y{Cq ]q/ vC;0߉};Nm`;FiFCG`.c~ǢV> +y~uIbϸ񨛹k0h"Bcq钳)9kVk$=u?_sе&/%&&6 /VM?<{/~oxP,8L„¨7Su=0l?z>>ѷ#ŹAG~p^g׌Ռ>|G"uci]@yOpC[(-^sG3x0 V~}}3[p-> JcA`M2OGՐ>ʞذnIy:p׳C`nhXK":-ifʑVk,G#s\5k]rٔؽw +dww1^Z,n}ٹ_[Jh+AgvYƊWzb1Cf1(xt -0]+\3ĂbMozx0 _U(dwGXfםn-dOʀ!1P^Ck8'vjƤ<ȵ3on? bIvwy]|Xko7yn}{gr`WɇXV׭:lr9ѓ0zGXψҧ0bm8 @s„w%\]yPȅc?)\CO<23L1Wl R+yksQxOĄo/x.qa>|aBŎRytj J #0?EEܨO +T cF]G(Đ 'h_h/rK>nSeDlh<$&,,H &$Iƅߝt$x= ^2m `GjKdɐqno0#yp_h/ν6J<'N1!;~gѯ (yƃT\[mB_Feď nL(}Ɫd[OdB jxbFfNh _X,h^ab… sax%N&2I,<8 τzʂb;BbȽ:ܧ ;Z?zz`co feҫK<@`<'gw?lwbozm 3gc0rYG0Ǔu_G +>k`n?Cxeb).TW@_Շžwd΂#;`5fDl)0dC{8kwb7s̒.d0mLģF=gGkıžz4|"fq_kZjngBsbRmYq]exSjNhGg|q*3:7_8̎b~Th3SSyX?ZrO)ocE߯@cAr 9T_3Mџ~={jh!:B+1Ae5eM[[wVKW|ƨKcZO>bRB6el~bHsOcĆڨٯ F _+gg A,lyn.xkZ<08y ,8ypu>%O/Hoд'AbH;|}8.3yz} ch>߸xQ>d;O^m|iϣ;6_)XR>bC d|1;P^cBޟq!3=1dńG0P5GĿ0Rٰ=qJ1+ 3R6:p91!8o_Ȅy0+)_^bƒʃ@ǂɁ`B"g>gCJ,1<OXyоć ++w7rXTجw raB +?c :0r ~wq 7 6gA +/`sÛ?t. L(!dLO2!=hxAqzEhLeAzƃ g55[ 8#,dW$. _H$c 8nqCϐ2c=S_E"Z(A>Ӈ)5Ⱦ3wؐ"ޑL\J؍l0]1ySBO{_?=f ySxA2)!Xd6ιS)?h,i}$8kd?O䱷Ƀx^p|Ҽ=8Z[#ϑx{_y_s >$p eh.' +ƒ@c^`e-j'6~`3nݲPͿ ΋%4D1V{>O})r&Fո-HxOE>#;{Mq% OSHOp +t~ޓ}ZoB{Ax@2#5LXYypL`E "9T 1IN3_G.cmӑ x;-}{'MiD3Ӎ6O꽴y~UuL>a߽3ێ,/y>7.ֵymc_M?Z~6rJ uăƄSГ'd&<2ՖZyF3 N:P#\3A {y  1Hd# z&*q`-- S*M\pgS^=_&h8p}X*_!| SqL^\^᪯/P,Oj1  >[&21JGϷ"и0$&M\r`<¨3Q{xP/h^_Gu_P~]ćkkz8m/~Y 6E;ƉdDz5%O>ӽi>#YrL^+sL߿; @;n΂ :fq'=]#8s;Q(fe +6{XG`0ʥ^[ԘaTκ.zISVtXȼ?Wx~`dJ1,Ǿ,*vJKWxԚ)]OpiVs1LӺ2Jܫr7RV_˱bWɱNlk'ӡ1:_ 8xrϵZQ9Pudz֨wj緟J] 鸕ui&?_铎?e/c@)>Y G> +b[i$c̈81^s&#~Z m8{M~f0 s$zqq!q}fdA24<)"'B%;I/и~4Gƕ:r&x2`ˋ|/y|!&gB>798,7u>X+0`N~L!qCx&XsZܯio>s>vXΫA 3Zͅjo&˃)xN/Nʃ [KYC+V&bMKޢϽ}TMaq$cMTStzp}wbļشz:/H'?P*W5AE!1G7&opHlxP}&zXjH 8NKBEZlާwHZb"wTb^u. 6{>ĩ1=A{ȸPr`n7$#&%ƃ~p^-NYzf]Z;LjW{k~/}o~mW)/@GE8P (4?H&\y0393*=ʃ;Lh\,&и k.aծ +x"^y+kxnx+1Ad-LEύyݖ|+ib=ͨ_#>49 nobAրQdƣ>|_Ϛ?}y]٨{~2X 9eН?\#^gtۧ.* )0$B9 ǰ`Ac2̒Oȱċ&, /sj>ywL9 oH##+$Orqq 6ǮAp YtӻiX8 o(}LAd}) Fwd{f s`>j^LH.ǫ2/Hc<b`Vf7l8EPֹaL,i?2>dʆK,rwXu~nOu3up$}Oo+>Ӭ0bH9/ԯ4EYEKo\&ذxmz XytYea|4 lX5Á'&AŀM~KЇSb1,?>|6no'kǗ3:'Vh>I ^ U5(xO xBm6n/P:\h1DŽ [HbCg:3Cl23 RWtŴ=D4&ĹmV0n)#a448R +/d RƐHS=қą50M gnhĉ`]7 +o"< 279zpD⊺-'bMo9Nj9E.8ȁbBr @b9]\)5{ɷ8d0Ƌ!{q3ɄQ?ceZ3]⑒LWGhʾ`5f_0h1{n-]n3M>v~ۂ6! 'f^ l9x})> 5 +9nj_j.Lx2!|Y2vcgGuD|V$5dDœuq!@ZML_u˕ 4ߑt|*`^g{~)_IxιQう /XO!5kΌ㬽):31.uhr͹5h> 뚇j>c}r3GvX1@>9_6{ȳ5V. cGO ^_彥":c5֯b1ljǩr [>lmL*l$F4^x 9feN $I$1aaʊ&2a##{O%ژ#ߣоoIiq^P|S> Լhxa8FC<8y֓G'v+wbɜ}a'Pܫj,y ~h{0Qm;ːBQ ue,<&aa+΂gf.bC`s`,[7$&F4:Ą Cd<7&x01.n oW {|d)-l}ſýwq-ƝWEm_-K }6A"К>a»as4&4,H og gGʚ4~# Ć XR3'ĄA7acG|>ydÒGز`#Z' ?ƋZ`ćZ 9ot@~;2^a?p4|aq::y*GubMLb7 G)0Ŏ=̯VGa[wO8.PS3DŽ}<=B=DŽȃW^0ǔ\H +L:" a%&r+" %LѸL5i_&>4 7c4q/ ([nE#cK q܀|jƱIq1NM)O}RN8՞Kvaqչpkf~=w/] ɂM B#0{ =d}'^5&:~W̅‚Wڼ(a3 h;/,?@<T`b>ƾDK }P 3FkzK a(PSqk^aAyq?yDm220V y 6lG0_u#y0/kr{o\N%<8Ϙk&]4&xwBȅĄFƗ.eh-T"^tւ5rK>b?YNG縮`홌Y2 hrcB2dX4C| +Ȁ;Ln/,X|]&>`B}1΍z7~qn_ǿڗFr!E&~}­CƏă: ~Jy3L)4o,FX}sh,0nj2_/d3O|(_P v{JP=xƄ?_T8x^'rݙĂA 豽RY)Ƅ0"#$|udc~Ox'>zk,LSUԵdGGsSڽ(WT_I\HN1&Jq'J:0EPSY!{n~Pi&w5 <‚k|Ҥ_cB+ O-Sl ;6Wc@~[ޑwgƃ;ݕ:0J,fC?#5 q¢=lP'σвƒ adž*4jD{wزap2&A1i֌Q:i +u&=pǔ|C1\\_Y&q1ui%IUf.). LٰXQ ^aBz.c;yi3; +[M𞉜wN^ڏkjPXuԸ!.̄K$cU׹O8Tƪ2qƤ;-.O(o/ꭑO5jbBշ`܏bNMjG?cx0Ǎ. ) +ϰ0!~w$޲ Ć ;5XJt… lHp}:ǧq_|?da_aS{]ȃ +|+{/y>᚟ 1w\xŴ[#GɄڣmy#V ^ܓ?(_xrRKŸ1U`@I5EMg0 늪 AA8<Ŗvx}ZT>K ߟaފ>UzΓA#8e{ֽZ貍"Ƌl9Vgxu=YwBXQ\g)?s#|t^c;\SAVy:g>-V4xi~ăICa_h{X0{+nw)vX a8gT&`[wrae v/+_@Y.'遛Ϊ1ݣwP!cͼ-ŋxQLXSxy1i^ӞRbemݙ%5T- np\>pXE̅̄ +ge?qI"ߒ<z0ihe!ĢQ-aӧ0D2A!ĢR۱j"`LbE$֓ySߚދH92XQbQF?NLzb¶hVEףE-Qqa5:̅0mh˃ D˄H0tHZ$08 1<.&&7W=[|fQ'lk? {ҟ fxVwR} y)|!>"'~+,}7bzbL;/ԘGϮx#sO7Gԗ|?? T~'9'jƙ볧cU]#vƴVX`K=7<.q,Vݺ7=/ըGMe#ǟ |/RFrMcĎgE7HVT6jo#iwm >4՚5"26Th̲uze ppd 9qTҞT9Y1ʊE\]OlÌ cGAysbȞ7}lW:M˄d-,H//XL70^W,H4Yo߂ ŗII7&;+ .T$I"IG ?rJ@)}%Aq_YT(ORu߶@^?%B;?%>b0~bς0{L7jSW}g:9fip[c&)Ǐ-bB: J̄>pPo!. rb.xgƙą'Y"F>Gm}bfQDmZ7/] λA-ø-R?qn;+|/:D. 5sݍ|k"~t뎒 (y=( gz0aXڧuer uÁ)~GI|SA{ݪ́(Y;-> +u_\>}uVK4XgGnz4nXTj߿SFz4^=߹,_b_{Y1X0k딾eCܕzZ.tS[5jp,>Y;{wW(Ne̮8cA ߔ@YX|O5[~>5֯M)bCob2 ;+**dKLߩ}RƳ;j<4f%qСH(g?yo:%5LʉƐ m œ63_:7Q5\yԼq.+JV&.5k!iGHIlfFziُ> w8++vy+)(=l{}}jccȒd@)AYxq= Hk.aG,'ĄVf;k+$֪az~{>Mꍡ7uQuvBl^Wi/̟A1߯=l=k/Bď|^[=Hudć6\y1^a`B`_mMa6v5֘p1Ḹc=Lǃ CȂWB  ILF̈`jqxPLXÄ )zslgu_,rbaL1_@ ϣhs^sk͐Yo^0=1F! o1J7)z197bV{o0?^tp8ă + &/pk΀=<׌)O'cqP5gGJ4 FE6EƯ!;=Zw.XS،=C5rKb1rp\a7\F\zSN .3'U*p3MU]Xb!M\|ef}G{zV{@W}τl<>]=kտ=ȣ,,L*_R`*%}KgBǣZk䵾>=*3|g\L?%1`{ܲ|s/j|1<&$0o LxP>!YPc/3z sR¶a˃fS8 G`c=\X<أО!>c^0F|% qa,ߦ<@! 1\sŀi~ !+?ޟ7!][+ bQ OΨy?} =A {Nn|/XX0z. 8O?!@ys?"q`̏6]:{^%O{0ȂdB}r +.)ϽXF|FiN`pR&9Ŭa5ީyg7ױ%5?+80MsKMD9%_Tى#;"~b9IlTj;3Z?vz".c 3}eNsgOΌI}OL\k1F<+ZU̯>*e%V6'ju\ÌďnO8'".g"V:bccL+y8x[އ5=z#p`O*uo:5g"s&yP,ai+2 {|NÜ{=bLM%͔njֹi18Gxpmsz0~XoX\| nkazP*<,Q˃ăCyE{y:ę.17t!2!7-7k ['ܶqr?V9f4ڟ府Ws>_0Epag%09P1گń%. sh̴ l|6P,x.`_aM#TmOxvŐN^a?Gyq<8+f&g2cx[ă㸰0<8 {x/bJ!9z_Ç +G/bGO{u3C ?e| F A3 F k?y-/|A<;.OF|g}Y{|{AA_uV+쾺k"FJuKɊ'V+suF/}Z\7/RuWS= +^U&cɔCi~ֈ=hOͯb>Ădă[ws28`m֫}N?}bGc%gx?!FU?#~>ޒ;Fj_,mRk&FD&r|Vo$>Ss?O<s2S\\ݒJL Zgf =dd3o>#R;s''=ML;]6\flXX]T=oB̸T_=!W^/X|}fM9.-:v Ċ99ϐ=Mcz/[(ރ=IdC>*`̄+Rā6Xt;pl*yUkVxg%48M߁2AMߏ6f*y ;TaۖQ<#. P9sJݞq$oW|ew4"<^'q=yGLJ웉{k#{Og+v8q-6. }I4⏭Hbs7X%g;CC5MU{TC^~c'۞懅PS.^AE81X[&\V3m [x}ԇ!:^F1^f}hmԎgs6qY\F7sd_Dzq5P!<> h,ž3M^H-G0r`O>5`٣>044&\b~Æ ^^0^g>;%ݖ/{6P4 ==Xזq3˃[П>!l}ň-+1 r G?DPuDճsI=+l=;U. 0a˃m8|z  3WPÄ|` qh(6q-Rn[qń- p 0Pnac+lċfr\c[}='9\'dQ%doBƊn}'. V~tY,^=oZ2y-- +,$W| Z\qޛ΁OP^W\hM ( 9s8oP,dȃ̼ePJ:[.}$awƐG1yZm_'X3/1jQMbذ`|?ů؉d[㱘[]+U%S_`PHu[=vuk8/F`9ܙ~: zs x3;'&|p^9Ь~(~#}y/[$Z\WQDZu!g.3bD1mTF›!2S7ֳ\8W{G9QϨX(Q\F)>ǥVR&9qfTJF1a'lcD0 |_枒I% +ߐ+;bĬ`dεG=5;vbRɎNHpaH}z\ܯ~WWL;ċكx0HUS _ޠ>{O}>!ẏƄ"N>q`mT3N I~ Q yJ G>t\=(_=$ʡqW)c$vgv_Oa=-ѮcbS>qoQӻ5jqS!?Xs"Cbcr\t~`$[랫כ~^~w wy)ŧeL^e03+5&X)=XL3kZO4{e/LZZI<׃qֹ<ssTEz?č6ǿ|lH7ʧ7w +kЬbʞ%zmy!3sPj'7񱊻w;ٍ]eMup՗2Ǟ*7ThXS9:&}6yvNΰ/8Nyd9|~k1F<ߑ8V\,972}#6Vi7_ӼFc|!c>oTYL"H20 Xr,6nRcX0(e.\quwHs xp0ޞ$.cqaa7XQÌY93ד.~'p G6CLԗ)LSGfK-,x/=Wh?^{=;!+ؗ>r-Pw#wC9zOYgQS#e=kr:>>SE,*^l"nָ0(G؛Y~^9VbA*݂%!|)+{bj#> &4tOc {oW>L hkŊƏ Pb:}yMvØP )3':<%feC1Z:Gک%4)yރ{SmT}a<}'‹3;|xz4/aR9.lpÅ]o {DT&ǂ`>i?aԎYg`)>KԪÞo-{-Q\k{Fk +s꺕[UWTָywN5^=Bg=|ǃ19)a&G(|6Pa +ZGk:;7/|zD i˅FCHX\.Lxr \PggGgLfX.BqLM& Ɔ7,ă).T,Xx`RA[)8w`A .q!^+|B)CoLxy( UA`[(|C`O<_w0 ] Ń2@|i/kf#V}E|6αvO30ؑ,sdp0ƖWGY5Y~q8J`mgGGcHr Yjs1ZS]c*Gs7t#rNe~NGd0a>U?ɈU-hIebߛ=ot ?r SR|ш+kG0 4G 2ifÎ'v}[O'[sxNcϸP(\;L5xFˆIbU|hz|l 0Mgj.bGͺ1r_:Իp8z<ࢹpWh<}JY/xc`B3䰐0{b>>S;c>kqKL8nM޻.ŇM6\(װ | yP,8#ls ?jx0ǎs = і lO2:c1㳱G>i ŃıxTEfl=LYOŽJ<3b?Å6\+X"&m?Ą==(ăC=,[ړP\Ϧ?0>Ɂ'\an<h٣#\pI5rZz}Rx}#;ymY? 1ޣ􉴘ш?-,z=ԫQ%WYicGV#'e Yx<Ō<#S1㸺mVIcQǜ~C9ЫE<_'&ToB MуaÊCjjh=?'P?PD~q|;>vċL,0tՏ26| lF3R\PÀCLX3#E9:25NƃJJLH^-LT<>6>nb6Wǣ,~׀湗t>ȃ{!xxPq_cŁY~Z긪c[0} +Uq_8r̵wLt$q`Wxpdg}5& fϥ%g"F~gzQcHJ%^lw )mح3k/ze%щ‹5/ךkӖޜIbqSosRmYkڦFۇ1G_QSPowEM|/b#:d.(md} k/>.LLˆShQ|x{hMhb˗c-7[q^1IkJzZ_ońNG=8Z8ĺxTᓩ/&o1766ʃT&˞c)} Iu[lcPŃK sz*˹5}15oVcs$_F}Q1!tg}|<ޙx[RKQAyVDExcAdQP@ioGܱsnmQ^bUNUv-~Fd晘-{g_>0s&t[`dƂ I^Z}!C՞2M]#&gUpi} M5Y{\f]0zwz M΁Cq#΅r`SJV޴W >υ:F̃F>7dAk|z&lM[T9e\.2|ޟ5򻾟ߍ÷yVH]v >c{X&{He}^jsQw,me&ulUhGd戱_:=Z~?L>xYxcnΉ;ޝri.),旸fJ\<]gX}iyhX35}BQm{2;;Ɓy#xg/λ.ܒQ|\b :u<}p/ qT1a\Wut8)| Brp1*3̃Z;Lc {&ռg΁8b݄sn){cCΦ`v!5}c_g G`B%$s4$|M2GȞ2S YLg?^0*k_}-ɱl +9dWʀm_pV}RRyO뚉}\P$՗| Kyꓪn *}EL JTϐ$G ׹߮+|y3Xs1G3/ ^??4C2.<$~`e@2d%ZYm@`$ϙP_Ζhg,hu?@aAY1#ϸK+gQLc*CFԳ~ds7 ?᱖֓^!0߁wƚh*#GwL<;:K|}̃7X3HF},%<]9{:F5M2#YPyH +KH1>go}ZQCYScp{)U\O~7ްp_#,@\pcE7HNxXrTm}W`gZҎ}Ƅ-Z-j9 Ɩk{`ĝ#=s<HI8bv|x i3PcpLmNǀz fw`ˬ̛?|/eW\(6^|`>0bG>2fdf3uK\hktcF3ٌ4yImEfQAU,Hm~ulmtS< +2a; j_QQzmX+<{}6fu#Qϑ+ީʽ>뫣=WG陎AMlV#5]8eCdoSfbl;꨷'guFi?gphuG'Yk`k<3jm?E=b|=pp?}j:Ճ;a?9륏M,hL1. 6'z &s6%Ӊ\kȀԂ3*ns~h녋Lz=Ɩ.'ljaޫ~wu ׸ީ8Zsͩ,»w~/|91^rI=>wU +{f4qLK6< &ܖ/98`Ex*8 ^W3E3t~ceM pzͯ2yIqӽ13PKC{սuS38}e 1yy‰F0P,]\'*_ UTpq9/eZgxF Ż:]y\z^g:DS#ϩ:+fsƳ:c*/hH_Ş}Glx~ ktȁy٫kˎ>UdËVu. Xйq`Agcgzy)5c˙m+~lzpVo?בy*a~Us{0_9w֐GLzʃQ_bb 9,s ̂;~W .LbdžWyOYDu[&2aYj xf 2 p+A=mf4O">;۞3NY\w4qW#nm{ψʃ +'v`;5VT^R%cʜ '^b}vVtS?G/TF\y K16YpT333Qً-et43,WR=ǎShTp4c4Q9pmV#yPB2!=C'fT&׼5pƁ ~޳r t%z`N c&[_<7j| &cecMOOXx`fQ' + 1^dǂ^ikyΐ|v=+GsY&לgzڷߎsKOИD3'&8ߣ5oh^`B)*L{j`_Ԏ*J~4jS'|A0-TgEj9`v+Wq?91seDko>[tn`穮:Au|O7M?3z>2z ,r`uN0=FJɀt<Yԇ*ﲿ"K&r!AΒ(σ{=Aɂ*%CTϏ1V{ƌ,&Mد [%7c:v:3QmȧWS=?˄Xp?f"?Yg7SOvq{|,yߛj$kGϱ3Ƀ lq`f@d^T=A2`΅>zI38ćd@To0{d&,39QTW5\2 |A\]^~5o2g;yg<߸Gr mπޱk{N/>bpW,UZE`"4YߖڻFӶWljγjQW*[5~d.WIfų<&ܿ{yξ|7w1.,gWS:WGZ_v~ec]c~he\;({K_Uuo[sD-RhY=ʂ|E +k,g50]6I3Dϳ%-My4Y`W + ,zJN`OnK]?~WxP5^_<;_W-Ep{+onYGȃQ?H,8SaG& B4 :apm*J[o()!zܨYFGLxXf`?2'YQ0r]3!BaAlXpN9qz{/r2䨆qGΖ]#{J!T˨zb9?{β~^P/O7wy;{i/\}NfAgo5/:mCa5+J{9dR&T󟹟H 2|OYo*iF9Q̈́*qk3x[ʈ2gШ, u xäN0fe(jH$^xE̴̛7ȺA \)$XM0>AcI,}k@<ʒM<6,h OyR'COkɄJ99eEG>/ =8LdPa3%Σ~PyM2z +<碧Тix:CLzv}G{|&]>)/*,Ɓ#.TR93<3ΣvT3#uX0h׻y\I4|zU +rȼ?`Yq |ptڊ|rg_.zXT<{WGYp11uސYR" Ops[eB,c]G΂ ?t'3./-Nrtceij,;}*;J5Gvٱ_3<#&3`3c,s9+=T)z4=b^d>Uyor0J$ǨGˬw# ʁd> 1# u~ՉGCUYCoW㚞A edM` F֑<=B`$j<̀ʂM231Jn~7ֽ8M;{_'XC_ϥ;xjUsكcV^`tF;oR}@ʆ:WqF4u썪3 N14Gb9p9l C)e`C&AϊrHd@ՌLˁp^qy=2s; ڼ# o3Wм@E:p\=ܸ,x{7^/nw9>} ɂќ]̞m7fT\h΁\7J/{(Pε~yb} I_P8$rќ}`d=vnˍS<3nÂd@*2΂d'8 /~狝¸2vc|' IλPKʵ.} [ ‡~ +V,%8Ҙ/ΌqV, \֬u.c*uZhe;Ar_~#Z8!F=g9N:A{dz/4UL{baBw?؄}x0CۘU&mHwf4?>0)I ם#/ZX~`z׭fpɾ ɂ|cnˀWߔ`Ac&63 ws9+C͐sE΅n`)<"lWR3cw3>\gw#a\K_ OfD?<ÿ .g8KdYFe0s7YMp 8eeE G9^ͣ&H5zuy ,/[UWcG5)ǘ5Jqn̏pE%mOTc#l a_R/+ Fm_Mm9YΒ۹d.5*=Bxo\[xڕ'EϾ QqQZg];g{2mq΄6Kƒ̃Ƃ6o{^#Bg\ۯs]mkF}z^V{!t+c6z߫uY謇{z_v ?(׆nB3%CzQɓ"Cz>9k񃝳oU<ظ0 ^&%xdD n9-SE,<8d5,h`ǃ΄d;ͅBG 6yLCv{Z>4ʐ'W?sz=Q"_ #fߔTK9{.s=V3XB,wu99P*k晉iNFS*ӍZ2g\ʁ;?J3}dʁ0Xp lz15s_+=?mٍԐ kI=΃E#ze-#:P>MhtWt}\n2s>ٖ ,(?5ɀߕ9:uuWoo1}4/=u֟vf?f9|} _z{ ayIixO~z3~ K \'9=I_gr.MBݽ;Rmk>+wkb;t9M +y#B𡊌H; ?aa5|>M1`g ,k F^D}n,(|AfD N{_8E0XPu_RTxO~pvIsyh6,837mL Oܜ\pS62%O><@6/6N#Ag{-q8w{wWލ8̈c|J}Ir0{E%7z1&*wS !E %WZ|h[xX8>ʄ:?;,zOdo|x0b/G~M.j ?ke~ƊL^gH K^/,<ƅSSKOHlwگz| D"-g Do xC Ny6Օj!rBgB`ăk;v>)O4tcg' yoy0GofK:l鼦>';oWލ/yo nKu,_3 l[^W֕'enE7߷ _`c_eo8{O=cb2ݎs6,(}7(\UdBʊƋ~\@vR0|Çzؐ5 + f.r#!5R7wuߴ/|Zǣ*QBW@eéBL#6hv6d>猶lHZ-6JWlXn:>{8z(B?'`r€r 5s sМ1Ѿ1 uw+e\#x s-j/rlgeTn +#ƺ99pT/% *Xry+{UO0۱Es}op"w"^h!knT0y^O#>m~ZT307(,x{g`;) OwX8xwmyx\hp  س`A,)ޗM')sTE T׾SoކS}8g?r0yd=-E_TGKfD `O6rЫ^08v7~1y컞gzc#;eEs>TF,x| =d|YPg?̘03_1Oo3"ȃuփyyz#|}4^ >d62c crCd· s-|8dwt|F~\+?*ƚš+]]|x_eD?ëd6f5$w'W$ "#{TfD2E= }=xU,K=&y"j!k=$N&N%#j_wRzt=W +J?"gCW$+Ɂǎsr4gJ;0rIs.w +fDM!=A>?G&y-B\±vF2P:ZzvC\ 3L;`of+typC}D}z΂Tˎ:0>\H`s iyDKeʃ^7Gh|1V'*]_smҦ~A۴m^-vg߯nu)v\kB|5>ަks$ޗZAdNT3 fQ}f3$43l`G}eAA,(hX~CLڐt&IoD+;)4SIv^$֣. (BnReN߆/#+&;:j5Y߭<ƒCVȈ~sn&軅 ߫SoyE[P0;gGؼz یGh>!}#t O,<\$ ZƇBL+!G +XZ?Mxe`Dg-.}*x}V IIp"D3771#2Ő]o +%7ZŽ sݞYz W5\%$K zCP{nVDeDv,?SDž"~4i?yqđGQ{,{VӃ΃=ʽ_G}cS[gH~\k;t z7 *麲΍́^0J`W00g5ç;4mjtqߦF~#keU;Pi~g`E#3:BSLg %,e<<(L=W*6=VBh\kV?^6qƁˬL{k :?9Ciq,y1`8,]}oY]}O]w^4v:O WMIF5q`Iֵ`A{gB#NB༡ȁ3:'_}UO᧚?X혝goCe^5|#0c\l:mvGkƧz.TeǶ޶Ms2W?sԺA%ʬ 9'1/ʖl7}@ Ix F~Yog sʂ3&F&ܦn<Md^{L+C#P4u@[3o>?M$ߠI p}Bʏ =ϊos\烒oe#cA9qy@A-_: Vl3#ȁ_Aṅ"fK6c?Va>{Ϡ`R/yh o'WD_Imw,~ >\},pb&mw,kvƄ̵>-9~.qJI d⾛IN!g5$vr~~B #cxTk3W _t3 8g p=dI=Vv\mLђ iX:rRɌޢ/Qo}+`/e9,m6?)wyi^Aw1D-'Ly/{|4+`_ jǨ`G,}A%:%k<%F,Du&`·GGݜ8uhkRfCfKm<}#q!^=>X4gIM*TXAT9w/H}aUP7YX ޟjO BSui/gydA(d^0CȏZ=!dK+Cr+4H|`xkԾ~Ĉ ڃ,ZGChwhf^XgZf]幘x3= &uώJ~tWQ/SʏΟ+}R}\g-jt77߮~]ޗEny,u>.tm[\GG—k9aWξcόG=EGsGFkp\U GdX7z ޢ+Mt.Xp> usci /22G#O;u#5>f{ /,nwq;0OԸ37koJ#<`ąWw d?ƒ^ڧ,:xoyRrzԹF"kZֹ|BxcMq`a +y0F:æSE :ٲ*'+ ~7H^Tsٶ-x"_ټ5FT/99pWW72MNxO/N|uk}^YK/n`3!s0<ز\۔35b)SVMtj"gsiQ6ʄ߇szy6j>;Xƺ{n=?Np^;ޤ$}K苤]$}㤏\]>tL~{Iv[7pZҶI[^M·߮^t\ҳgr=DcGmNzȗϩ?1yJMnJIwܔ>ִJGf6XÝnL_v{ [wnI{k:p=M|mE]v?6ޯG\<(nOzZ>ۧ"> ?6Nw\oqͮۏkn5|ȗ{}~{Ocܓw>?;yɤ캟<9JקmiÏtb_]٥{~]ow:dE;]/ !{ӿ^tofu۾m-f罺ov+_}?Y"-K9X?Y9T}<;٤gvzj'?~ן~Lou{P1ڎSXnښzXE +;Z;{<^Iaċ<ެߔh,Z*+?pWg kү0 7.1s~t}MgkaV.٣"/ng艝3ߓ'\OǶLz)/{\]tv&eضn[I[<:C'3gAIT\+n}ʂxw΄A礟$`¯ + Ƀ9 Rƒ 9R۝)e>Y焧 {<"yFTT `ApDRo=_‚{58pq,_s V+E!!Cd>>r9?}ٟ.w9\~[^hɏu~Bv^þ6ȿF!dǼc|{ &sn>ԍ%m5*?]sGߟ0]J y`d([ +C) +Nߎ֜'oXI21p,XǶ;ޠ`Zs,y嚌ɳof?p,ϟ@+yE.^[X`8+5Wesľ~1ww]m29_%6 ^-߮l.ǝl?ż/:3fU ̩z + "7R<ͩRT-ϿW?_q$ 0{=W0nZ2o3p?]}8>Wرp$s뺬?mƸ\ f^e×liArŃC?ӀGm`Br!B }υ4|L8?H//H|9'#290`4]=!_~u8Df 7/2#ޘTxR4Oн@r(Yм5F|h"Q۞E~Yb7~1%wFpa9c>$ת#aq2/w\H&tcNa!EgW]|‹#9q/ I\6L2?A <+/L+&#R̂ƃ=+VϿvLbϑ+.wޫ8L/r}/gYJߧur-Ex{X/z}u8W9SY9oɾĎʐŻl*YrsI7f?cB n}#{M9u)JC ln1~OfF ,^!B.w;B M/:8K0!6!+ ibB5ߞ0r1˓Gxg'$Ƅ/sA(G#eF_AxxCp^#!#q5䝊߂~`3x rUkyfdG2?f벝ד$7^WW9ǃyX0[7Kՙ> _v~3qO -4{ЏZĜce>8P<>ZiogGG_O=:r3o td}isxd2#.M|5šƆi]ȿdA3ܟ*SS]~ܘMd-6k#' _//zTxPJfɋjf4FɅ_I]a lNaBy;zAz5~`ouV,2}c^,O^Y0V.5M̃jt$:$ @a@z̈4:9z`1ߩ~zS3l=&^@cDKs!{Gi6ˍɌ~4|mU+Lis.ĽgHCN%k[v4G]݉U)/ +]#-/ +]h;<삔Ȃojc0 s缤<ǡw|dA{W~dW}69QG9?Ķ^ :ƅ\ʙS5'ec'1dA-Cc?'ԉ`I}uF謱ǘ2!yXK +QBj xpgɁ\2## /g YPVfDcA{pQ j/H@r0 k74t _l1 ./>~?wZWT_-ƒ hlv,>>yIzz8#CXs&zÍ6Q:-C#Do=œ .x0JR=52#:Y>Ӳm+3cݜăʄ~6fB*#2'w^2;*~6>='LkDǂ`=e?Ӎ"nŲ']1q+ Re]IJ͡Ƅ\=3}AdE;Ƃ44h(_~oWb 迶mVhoqfwwu|(8?l^'"g&z"qX[Leğ#Gd`ǒg{ og'6%1KYV h =D?3elzI򚳥OjT,}nmv]΢x3Oka[,{|̥qxq<φϻ|%̾C۬O-$)|JO/9zJ#lϯ->6YΎQ廛ϣ+"7Q3U^ڙQտD?}PXʇ^h2z]v޽^`ݮθ75OjCKe1W֚xk=N_{U.uŪYNfuXpx0kdF YGH&lqra {GYP}X/3%grvoy &mx=_ȂZf%*R_ P #2C-r g!XV$-=ӨydA|v4=Ae {XW/h f,,쇞-VGoHf2c=9~G:C|L{܀9 7x|A?_pׯKG}AāAcߤt\hőBo3ǝ=fl]E.{#G^g?;d:Y眭 ֛4..ιм7 +,@Ɍc/ p)ԶqF:. <v4t^,mmk~/YmLg}FG8ޑ%xg_5q7=z (=[*}y/#_ǿMwsGnWj~TϾJ?gO0?e#wc|r[o='yYk=kc?˿$&}c/LrYrq',nGۗu߳ʃo\)1a& wz9&y9'(s7+NfϿxd@*nGJsʅ,ɼpg% YV"'Ê7:ٶ?stNdՙP|vuJ>uq/눦{˳ik3skɃ#lA2-OZ'%cA![0gG 7 7XfyFtT`yhxV=cDwG(<؛1 X% m}.\!׾2ɜ ~_3oRk ^95~ʏSW/5澞'gwvrvׁӛ1zqfC( z-&JogB\A+6eEL^\9]O_ȀSf´9fόs3-1"/y7{ƕX;DŽ 7Qc|U!6x +|FWMY)s ߣֲV8,ƸƏi,cX2:8[7ז,c߲F4191{?jmf*}|ԛ|_Jlǝ /OY{RDƳgw/?>m%`Aa׿fukd;,WYP_3f@fFA,>!je_]aI|gMeQ58qHV\D0\dž=F\pY +p9q pCCFu!=!~~ ~! {jF4z:g j/ ̷!|jbK0l,Pa1,}dBγ_H/Pe?dE)>$P~7"9VgPh/wD<@p + z`b ^] kMK;c6T`?͠8jwy:1Ȅ.\p霯{4F<:'>mv Ą|uE 3^nzD0cǼċX ʔK.jNڀ_!k;*:5yc@UYRͿ>|l)svZWJFsYvyϴ~5_]|ƒήޗOA5ŘQ6]9W3Bc8̧x;s^:.ט_Ry3y N>6m7Mxy=k̋-g7oyLv!uq 5>z\ԋXeP0+)y^y`b|]IY>pߐǽ+ ~p!OTX 7WKdƒwIVϯ)YS0{ӝϸ_|IaJHgqodž*USAp|Goɘ23J\h|B֯yzN(|NJK=V^⨟xb'b ?/|}i&)10}k.SąK2s?dv~ P__TaA?j?4h͚yRl`2c G8jߘM Y%y \Mc<KPQ 1`=c"}B粿\HqƁN{Q+lXs\hz͕~,:;[e{o )XŃ &vxoK-OfZU&山璏۸)=E[E|qOdNr#^GҘ4$?5+kuOȽ&M\k ~FKzZ[oԷ&y[4{ s֓^Ym+fV!W|ɟ,~9Wˌ14vy Zgב93͌?}C~OC;=Y5yύ #I(oWxn>0] a+[S|#q%{=c_0a5 ćFÙNoD.q)bȳ:}Zc$j yP{Gt^0,H_PȰvLYPPndD,2w^ V8#@e@Lz^=ca~yK9Z!gB+& +')@ SR7ko.Xrx0x->&tz~.O9ϣ,z;Ʉ">Ʋ%v4~wX$ '^ cC P[&zĊ)#O +^dgF,xhlm81z{Lv1^IռͲm,G'5 ~%@f_Er~o=YmnF8NLs9hk9|^`c_:^H܋,g|e>JF2e#KyasL+WSz͗tLu]^}dyK[y\O\^gtd6#o! #E-ԺG! J*`ArϵӬMyW[2=o%чE R^ņz.T-σk湣 kKqa@j1p:+0!f 5j.odE9ѱ~qD\قC3%^oDx0րlTx0MHZ2c>0 źA=ޠR7ȄʁR7hsy2cCFF2y}fy06 ,BP{Ufαg3?~.,>x8 T,+,XdcVῙǘdf).ItWsdXz!G1 +ޣq_#szv!>{pqo>cdX2% )*<^B^,F- +o_L,L5ΓdA<_y Gq*f&… &"L:VJGkă 1!g\`#\ ;&,JlwJL,Hߚ#9kPc/oTO0O3uyHP֜vY/[3$78ģ h|G.Fy֓%!wrCeȃ`3r 6Oq=gt j o{qSb›/!/&Fx"d\luxrvEȣ÷Pʬ‹?k_?a2rľPKK,_\c/Ah_Uj({Y`KSng>e8*aګѣCRZGf:rok/ǚdLJflx)XL*SA`CrZX}$ 3$<,q"{M@;wdq./9\_jw8g|ސi_$5w(c̉!ϑ {CxdOga&j,_r4_>udsҗc ;ُ;VJ1…|H.j\(̦ :5L֌(<8 d6ćz;j-xp6xcja{֐'r_Oyc͇~%,7dAToPg .˃Z;Y9P&.Ȃ-?GJ#Zz62tȂ7BÆ +N 9O|K{Dj +ڳYMˍ6x`ta!zM{D}[td47Dzn۹lϙQR߯zOAp"yP}!_q$_z}Be߉:Kc?fsД 碧g>"(-vY"E3t8<q%ֺ̀XS:-yqmz.ՖG.,+k׌I3*Ƙ|xfcB562caC #<-L:F,>(PļӽD;*3`Xrٷ3Nt^̽`wz-۱.}:0,:J8%jFs_> Qgl澞y{jS [ϡ^={<`vyE w-cMl)k;,|?d͘k;2\F.,*g1F u "j(ɂ9+:̄r|,ǂ.K0˰(q -&ԹR ;7'B.,GŬvtwl%cq2B>s+].Uo5Ox\14`BP=Bq|Ҽ~9^|Ńsɾ_k8ld1/_Gx2eΟK9ռuL/<Țڒu1aŃnqDf%aA }>_G4OX/fcر9Ϥz*gAAS~G1 {ƒkLy,·Dl2^3 #oo?c +{eO Lfa7N~3!gL'Y*z$ཌྷvu~6p#{5VIOM +ɉΒŚ)&=Zz3{,hJyT7 ~ޫe⚬ph.'y|;v1a aUJXr!K& 47E ȃl;Nd窘0mwz>` ?,qYi +>xg +&AB[N+.„`|7`&T-Ă\8Gp#*pt.w9&Tx̣?GŃ 2+9Qvs9kyѝG&ΟEzDT&|a$/:lPb*lx3cϘl:J3׻Ƕֹ$ZN92^3f-ɇ],h(s'8{^sQ5ZfT& 'ܨaf5s2cJW;]19/pfEɞY\_PdbUyo>qToY0!Nx{sǃ̐ +ӥǐ>8ۨ-fLDw_Ǟ7%>9=\ə!j3-sF]W.skp z}x1>nǝgq̻ZO>^QU{:[q6*hux=5C^V.Kǃ^,hD\ kT`_uքʃ>2cDf̊F0- ,ypv5^sʄcuT `dBt' R5&b/H,~?CץЪ!:@, [c mgIɆݿ/X dP#( Y CߐS5KüGHZGdm}Q^D׸QNRWUzǒRVO5n;ɾ]`A>&nv0 9y˙ϲIobϠnLmLǀ?ucCdR1y]Z$Cst4D?T򜙹ȃ3Z̃دܓݿa[MgĢdAcΰ"OZrMX3ǹ_3n1j*ȅr ΁-^M^#O9PevLH?1v\(uAQĒ^e*~ʃQ | fe(1f/1bLgJx0j &3ԩ(.ʃ.ʄceyp" 2aǃq,8 yhdBGv@w<تd^TzL31//=VV4cK`5_!yIop4/*Q nHT  %) z(27JЧDي}/o'(>&nn,Ȥ +<(j|5)طϑlE,,)gޤ[I+=0Z+ˌVNR9{\" +'-OK +5sϘ?,kAJϐ;y1ק*ӌ2/`C<ie3Mޠ1݋$Z$+~WΏ7x¹_ohᬊ%|=w2 gsWeQ9t1_1'3edGmKWh3)ySW^^'q'ze֓:VXψ(euL|/υy6UE6Z4&zѐ=9?]sXʍ: #7,L8ڙ֚x l2"`\|Sb xԂ\iL\G-ƒ| 6p\gy3ab7jMp6ZbǎFToPKf~2?-|}?Ⱦ[L=FzʨG8ƃL?ؚ;\hd0<ȹE]cH "#*Pu?w,|:Br#^o9WdBɉfK {L7^I!\Ncޤwy#ua!*}=>0Z/:i ̒#YP9P:BYčdD;zgڟeHrzdX heZ̉ܔC"O+'b_/z^{oW\VKJ$`B0%=JzzޔΑV[E&}o5b~X󦟝#1n20KՄ軡' 1̍ȽlkB>gǝ|}=yyICZ_R0U>~NX_3'nH.4yH_ѹhޝ\r!B0.8=4?X0eCq {4D`ʏZ,e,(8+&L窙 O1G:OcV>b«ă M&`L10s`Q>`0YG,pY04X`„`ֶJ+3@DNt :R'E'39L)q߹c,8ʃ9 +r&`=AF6{<3+\ 6l1a +QNl=1ny㙛a~[2:|Gz̨Σ-xL ɂCAzj n +,hRe#t0s 92':XZO}K}n^/Tz:w^dƔ9Sj|h>!XgV^wc?[fiwЗ}q2zz:As2ۤ-r~2a+kY~SlgNm_DN'!P s!LifĆ_\)8!fySl2DG(=0ޠM5p+g/h!{x1]M'F1a͂K1<1E8 0\ {\8]Yl&\+xPXpi.΂C˃kƅ F.s-u'.RBr!t'ICq#i\#H]fvܶw&dBg!.lzKbVL?~ahR/d6/jܵ.c&NgsE ́|1l `f12a+%5‚+1ᎹLXk{r\0p6<}ĀޙX]VdM!WP5{,," +WXxVɂvl>do*Ȏw?t.,ܩK nxQ12˜VcLg>abA;O@_Y:B>7Pܷ!Xk {5 WxG/<$_^: ^HɄQ&l{^vr0'ƂeYDŽ[<8 ~8 wV6 -ĂkÃL,&\  3 c+0po 9pa.:̅:Ȅ'$7ߥ~=e ƞ2_T>ʅ#?ت%ly[UC3ښGOi2z9oXM #=e>G$Ȁ-΂O?!AϜ({g2(@ΐY󒾠fD[~o+ HvtPQ.gXy~d\%}::78ܓy#a9*fGRvp"Y8K +K0^Kxvo,J$<)9>r!{>&bv4jݗ#rvot%{,uڞGs/ܨhW ыekǂ԰G8΃ )?}_MŁ΂L8[w-̂=&\\IG>rT|d`³Z;µ{\8\΃}<8 Ʉ'ɆYGg)d_PG̤gnG}e"լh̍0L䃡>2-$h̜osx3f+.,cDdAB9?&SV:9oGS)rGm+sGX4?ojon ,h2ʃPɃEFV4r /Ȟ0eչ q~99K==e pXMZ<̜BBPkYH~a~Mh;#>O~!XT >31}c&΃&1a\4 s`ǃo 0[NfEyp &,Z |`Jq,8 ӗa&\{uI(E9K?~|OP _Ȇ7802!3ʆ1yyy,` u#9* j qa_Fy01 =c0k Uw8=eF~;J&t_pa<1|^3o Xx؃$VTeotFMa;>4h5b$}0\zkuq_o{h,-~SB6WóռgB)5O._͔_wHx=gxOx~`!L,|ٰbDߧ %3JT8WAɒ>g*C4̙{.P`B ygW~tpv姿Z_P顊 5/f'z`v.ږ/ + j_Â΃XpGd hE&tT 2a=hn4TMb%>&@&N ><΂0C.R+`U&NbõMK0B\ei&\E{Gd>BnfG?| F\ -΃gj +<F({,z-Cpʍ* NAfEY?X֕8?x.tgFF?M75ѿ=-Fq/1O&ާE_Ăy麍?h]:0!h*0XFFp7^͐Y}x7? g]&ٵx!CJw ·R%wZEu 70㉾/;]ַᾛ]׳+v2Y} ͗6dF 5.;u΁x ypygM-f (ZMor`=h* &曧<8\S(yM8 0`\[D1Kbȅ>gWEROH;|Fec7 (}$GgPgS[(K_r, +CQeV7S`ks+TTPY jFg+ yg,A,DPcY KnTy^׃<&OHvkOH^C\xr/k_q^xϸk7:8WW' c> ~dP Op|/֯LޖJɶdss(?{G,⾚ilK19Z2]zx*ArlS2&ؕ^ٷTr~^|8g~q3kǹ'.{04ޠz`>BRV{\|mE&LZS.ܺvZ@rmw|?z.#DPz~-lh 5j~^Ky{c즽NYOsؐf6KgKx_#SEt>].#A^c>%ϋ?g`fO^AxX^ۯf~Td}-ʃ=.~2ʄ06Sy΁-ʃO-ƃ&;w >1;i<8M&|k.RxSÃg%S-τ΁K`ǂ1ab 32朊=g_ 9!0ͤS,5չ +\'ZfxCTŇ,h} NÒ!2w +ەcg'I?O̽>WN>2h̅s@}hE3CPq9og"+j>0w̬\X~+&  ;^ ]U+1JƄY ^|Wx|$2g 8G{ ^Z63|ML'&m00 )X|{^ַYWN׷?R;>KǿV7h[+6lq`Mk&FL83R;W \ .ƃ}6 )kEYpa&`Ņ+`9?ʼH٠+>HjJ|9n3 B`K/ ھ /)$qjV 6p opU z/y_+y{ >3̂m.`"?i:Áx#˴Dphċҧcb=Y ˋ AYXϹ60 ' 2 +VÒKΉМ(ֱcӞTlE@?N 3Εl87?/j]cގ&  +0 Z 81Aӗ\^) Ot"^;‚ S^5߉Y 鞑iNltu⟫`fM@Kx68 *y>!r㸜4Mׄo=Z?|>Ol[B-&{ro|mKkl7XY\A_}Sy 5MU: E[0EXeb.h<!|~`B3sX01`)LQfJ 3Zlj%xp>EאffZȂ 0aQp +ZgsIj +c L + +YSH6dX[=f>(}·,>Qe8QΞ'su]|9F/9zoȍf<WȞ9P9}@ +Ncrt >2 $ +_Ol*5|qV 2o0011sQy:N9cb]JD꼴}qyx3 ?!aA 0%^zaAcH>Ȃm`ǃ L9Q|e*xΎ Vt=;,<(Hx`2v?vÕ9烾*GSg`_[`yw TmRGoq+={KVt TO{t+`_o<~-ًV}y ?{2 gc#ƃ_ Y0p`AL x sϛY+zML ,xẻAxna=>C+<1 +W}V1 x,X|SdNǰǂ,Xp ^y<}& p 1-ʂ (v,8Ȅsal3 +,t)q5_>9E4-ÀE f0-ςz}˅KȂ/4ߴ>{G!=,a&}B‚YP=?t_5PY02vOJ czȄ?p.BH -[zVB/Hҹ K!T/Q{h6<ȂgpadI̅ d?G,hVOzCʃV,*YV/S"lh!ȺAz`RѺA- \3/L}~P>eB +g>$=Bkq+͡^ʥ|R(L%A*<,Xd3XFβPSxS`;a$JNgDsM8X9,s3q``SY hL=πk%ju~Y}ok)]{`]ѫ]xo +Ypo_k{ƃZ|hN e 8pQLG-ǂTp(.Lx}A@՟ςF-΃z8p OČ$$Yp +u&d-όrB͍ )pO9^kTϫ?Q? =g#|")\KX+,}JmNo~ FO pu|?QXF5 fj6T93z8/룓`z,ᜬ 1` &y,؏Z4M Â`b>M\V‚mL|ȂN3,jX`b6B,6 8΅~ʂ˪44&|` 9ZL,Z[\+jL8ypo-G9'_&% k ?zh-ϕjnsV|M6VL );l3`8^b~T~0{yЎ_ł#Yw%4o>Uz{:3qk3#tXྡྷ%=eq8e}Z ]gAG34Q#w~?|QWߐzgv9ǖ?g@}帜ot T|Қ0Dk*1j)[.ŅL.ŅK2:pW/^+$#o k9>Av!*nA}<̝/y ڬ g3U'*:>GX/r xcHɇ27JyN_ 'GhL8"WߙX/3 +td_"mC;zAz}Kt ~9=.Yяdn3FF:/IV0xYplyp@_ѻfI!I|B= {3"i>GOQAzôdAq?(LX|qd?GQ}AE!CbB<xhzm9r_VxqL[GF6aa+/,XxP4 *^3L xrq,x`>V kQ|I ~<8i?S⿋d@=,r<8&`~pk8dV,8/:XyF~`_ocE9=YKz+` kkʃ[j/p?pEk˂ߍ_23(~ (~df?΄zO ϏunOsN#$>=F Q21'󡽹Ʉ^UJv5>=Ac@gAϣ'YPp3 U 8'plcS-PgH( b,8Ƅ]1Q=$zVyQO `łwn΀3փ41aDž.gCUh/8pOxX4 i΄< ^0ς8Qװ(^`K[8m g4 lp`ń-ɂ x\/,p./j,<'0`EXpr`f@"` M`ve)ājfW%VZ@[Z5c{^J,΃kYOx1|} {'rd;])s -a y_}#|y>ݣiG.kdEY‚1#z̓w\e& ySejs x2f%>-<*&Tqhtrb ƚ@U->jKȋ~1<خR8pw7b<8LrQ#M?[5fBp=0DG-xѶ` ,,x~6{:Xp12uP9 R:8j0ރ{k#&NɁyFXX'8,x0x?Zа_ σ=_ӂ)w3W5Y9%8"mM,>oY\?A]0E ʌ#ĝg ]89P+*^D?)ĝp;BߤQt bD[z B1L?91aw} ?-YC7_ ?'}&7~n 99S@g&b@N}DWlby v$y<3<77H鬌92ct0`Y=' Qiq`9=W͢= ܷyjM_ۃ 5]7ʄAAO#bʄ|:AX2#v-b ƒws;&=/_`2̃8}pz)ΐLqjxp9Av>}Qz~K͂<#zA\/ &Աv]2@`s"Ά= +w{cLF9?ˁ5yPi<1!#j'>+ +cC.E7F'JG37CG8K<, (t}`nG-@9y >e FVHஈr'x:@?yf嵋sCYr_Mg@{ve?;|'Zݟt aQLE ko_@~ʀk -7f䳊2 d;ۃycϹM2<|Ʋٶ%^}0ęޯx;>gދڃǪ;B61 +~w\qn͊Tw<+{(CQ~M ]!vʼfEaB˃G݁/3z(vnxw= V=hXQ{ϩ6DnP‚|WDݠ>wH؂_`t$=|ڂS Y=l_k xw7M(g{y' _nz~+ h'{>~!̃S HQ,=<<݀>o<Ώ7>:yQz_Ye؏ ~&`׏Uόj͇{u.Qg ߓ0j }20#}|n:?:W 1 {7h>vfXw}gCG{^OZg>l^AˆiL4~Pt|8:>zPA1~o(pS#31 Ϩ;tEԙB]|^,rDx c?=;cZ^0;#8tÉʂ1΀!,:AˁgmTu5~S 0`t`n<6) xr[K,e?̄1qX>o1΁st~~!s7рrGL{М~&uiAqeuWcT>Y[r8{cX3?oRa@bOF<_p!Uw~YQI"|+z8/0!ϏnGGAyQvyAМh-o.= {%6cFmDK0gT.ti^Sd3@]kwϿVeUIGD{BuF#MzX ,ýae4P ȑP>#=PBgF<{k~4z޺fe~;"nrzegOe(j X7a~k?gf +2,4'ȄωA+gc{e+D?\!pwsEz>x{ ƽ/@{Gk߃ كbOuP3Ύ;!w^XA !R̩b@3 IzDvn1C +CsA4afC 2|Oх_#B =aۃ`_sy 9&>T|W9y=x`<" g|Իb kxf4b5< ƒl=t6/EaAxPYQϟw:ksgyTs6aefo %ϺB 0uh>6:H +9Ʌ#]ooiwR8Oq~ԟ'i^Z1;ZzXPψ,=xp̃`` -k<3 $:Ar`OUR3sI0r`{}3frЧp`o῔;0t)ʀy~]ә࿐Sܿ`Hs̶J8_Ł$-ۂb;o|^~,GnG:Cnab~Y{FO};y3} f'e^&%=g,autđw#;Jl(1kM;/P )bCByQeO\( aB|J[0g--cځHҀC,70Ymw!|yO݁GGu93kMefOgOٯiR x`A +lSe+g{pY^z͟Eu:Zޛ>q~^}!YR^`ϵ7%geX?уܤݢŅ>ob7gFA?s~?|8;,y#T"t„c}SOH>yrʃ#Tn^Ay*IҾC_G=G:Jy_&|`Bv$!s }fH]vnESS~fyOz) ;)>O/|2Cq9gI<)xr`$}t>P9s4Xق-7ǁ- hp0`_0`ŁqޓL<ܾ +n^a€<9S_~oS *Oa\?VuvG:;{&X9P:сrWтGbo :?m>o/A <6͍^Auww`=#l: +ɇڄFXO=X9G ƒVM/wq0a6: ‚, 6=h'o[0xrF{v`H{g/ ]` ފrW\"J,̘:??z{Acnf͑zюn0xж`^Ч AlZ0wC^Â9<Yqu`Z{p̀33{>tv6 QBČ8plد0"€kzp3U YLrௗa_)zr)k}=t/= & '9Q˂b>d1'{&jbhwPgA3 6yP-wjn`eߑgOlS;dwyya^g=u8S1NQsÃlBmCZY4,xnA4D/ ƒ]~NDă0!A?K;Cym5fC/9;]dܤ,"؃?fG]^,ȟYslBi [MٻGF{Pϐuljޟ=|?;{x/X:A̍bGx^ szlA\| ,( }O;>:BooxYd9>Z=8˃!+u`O5,xҧ˂P翐{,{p`zp  g2\1`Zƒ0€q_ā -A籍u.h?YȘ}[{p,x[yw݂|ę8'{a{L ]oP/+d k3:OwR?-&L YP{PӂiV4 wAvĨ]c;B^t~0koc;Bu[ pv6ezB !</,܃}L Z< .݂Z5CS8eAo1Z z5:AÃoηY,c &p|(,-9sÂɃs8m@:߂u,.Nt`~VV?~-ȃ-x,x^cOwJh bNaCt {p OTDq̊ڃ5]ާ.&Tݠ7ӌhL<Ã/Dnp}gӻ`,,ޘtFpoa].fEudnw̰ Vz>$ZMD#R@ļB͚ZFك68?Yô&+ ~DO(hYB1 =8#pes.24#Ҵ ϋ6,X`AvǶ́.R -s8 ǩ΄ v?Ӂq{в?ہg+{h/ +Z2>|! '![8I*YM$7nBeOla87_l=v7~o]2?P7xv` 1G1#z0Z:;Ƚ DZD 51x~wZ3p"vsdB1nP@K Zd/Ɵ]1a.Zwy}F9C>]ă{| s +TŶ> t93$ JTAoZzjYj^c޻wo<3ʻvhMWoH]_Yyݨ׮++/Z=_m_ +(yϠ}|~ϾʋEyҭuFp~]Yy?}=s[ϸυTztĹ+t}?g~_wWWo+8ye呯~ЗV9CG/6oVuS;jN0xS[Z|m9f+wjԑ6wvkzuh6ޓ:Szʭz?_o-Ro=MW5F[k:{eCӦ^+;v5jvʀzZ_SRn#gi^[֦>4Y-z~fsoڔ>?UOIm|mRm-ЇOľrϮ.:ꬫ\ꌫSu㡎W~W{\}SWWB}j+}fWRwCmUo7]U)]/9pՋ9y?sus|Ve3z1:~w_^{sv/3=R/Z{zE|wzMDz0|bs{kz~G<}-\w?{ި0a΅lAvT9 WɃʄ뤞~x_փ?|YAg~xՕ|{eo. /cB>SGA^ +Ƀ^x.ހ3\pa%P<îl(\]WWu&'t&93~|H΃6|o>a}G䄪L6x/,`ɃlAˁ r^ L0YPglpdfGf-X*vM Xm? +  1=8Ă* \?́;4/g:TX?Â@<ޫQU0҃Ǽ+sx=[s??7zI}^Lhe9D|P ]>ǝyކA_W]N<90kx<F,{0lƁ\>SʁdO``GkBhǃ΁RY[P90z0r_hق=8`>0W d== =Pv jZ$ 3‚7;I =lUOW3د߃d?]Xplf 80\zpڂ- _|P<y WT,,= r6|L`At*e: D%\gx==;hz eă_8&*8pS~o-ǂ{M-Z `A']\3pв`لg)A&7`p_,3콞LpZXJ6G<1Cc0w4?x"!ȂenW[ +;d؂A^W rAdR{z utWU/v\Ay3W={_ۯrrί5ddBZy! +P56${gIEN+7[83&DF]LNvר>c0- % ;e2B!|kz\ 1`\g|1.]2[d r{ xOGv6uW)욐3࿬3/`ɀxRYly5`с; Zppr?kgXe z~YϴPşuz+1scܗWW90|?W1Ƅd\Neb~Kh~MD><=?-1GA e Vi\3.o ߿],gu@.qb2[Hxy\y +.$#,r!vx}0:e}\~P LZz !# LFr3W)?C?ѵ`օbnj ;1gƂ9vaKYϓWu :|;EC/i_AJv(5ƒ< =edN.+TZ0PYY`&|swr`BZ;`,oh+ kրUŀy8д UfLpvz:|1u#d"UE>} EO !AdTvAmAA|zE_lP*uLh9^ї {||2B |`{_](RDq`p` rgJ efăCrN6 ݘw ?΂ +@m xTтo̚Nd,P[p|XahԀ&k4=8'[ ~k8* N~8}f=qdB;f~Sa~ n7!rBjZ;E}dO+^Q F(*A=WK?AUNș;P Y!fk烲OFF^jϨ.K\?|ϨIȻFCF(gQXPe^hA:ݳ=ș!Z&|?TR/~OcZ|rDf,xoEBX`\0XOz^PYp3`p W1ZpxĂރj w,}`ǃC׆;Og +\;mX1 a@gۚ- 8 /.ps@)2Bl{!DF3? !!<<9ݝYBxu9!<ȷ&8d /l{eA+<Ȗ{<& ݚ_T̆lB O?csm/>^ߺTgiy+W؂l2 MrB…ރ*#zC1Vg3羪yPA6ر +'^ʭ ࿾ EQ?Gx)dA?G=x߃Bf(=уwLXR6Mh\% r`neƁyrAہ` *u,O׼,bl N迎?I߂ r;\Unkk9íހzpFuNF{1 +8|,^Ss+Q^E(4\+sb5 +u` swrZ{Fz: @/~uB> RLb0 9c\}VZ^Q| ;FC(zE cn8PzO/prNB+#,  c{O* ڂrW"`0X{FOLxr=w6{9{@WAd%}32GXs Yl0ݕK;p>,omтAO!xLOOP5Se؃ 9#K;e, 0Cd`4z/nLp`!b>o:-ă!J'a AցMw$d$&ȃ,RhqϨaAa9CׂYҼ`_λB=[%^_=ȹ3kbA)/z;e^j=xB;q=! k%&v̄AN>`42$ FւGԃV.XAoª;z-hzҁ9V3Y3-8twT:1`ނ~Nj&&\&p`фt_Ƀj-1K&mgh(y? s詊lp?XP}IG&'T& r?h\>Dᕮ f6-hGTYKT} z~rPv7' QJ{GSvtoM]Oj=Teho ~=ރl5+,om3`׃[0@ Z9Z{pk> y d`?ÀrG2Ԅ[g2l]87ɀVEobvLLWc=;^tw=J}e_P^0@p]z˄kwdg@ڃ? _g^ y?.D=]2Aח}#_ʽփ{^hLFA0CH`׈`p᧭<`4l=<zրq[e[XR_/eփ!b +:ӭJs/snm5܀.Ā7947O@g>҃X}l`y:eUFx{e[櫐„Kx8Pߢ ?V;GVfc(7J6.gT߉ܕG[|A)/ P\@o:%s|{FaB䃒!Y<(OT x)J2@_ʂ6#Q(E`Axq%#.\=Ńڄo4x0TC~xO}2KMƅbBoC&Ƀ'|}ʂA{f-=XGA@|k۫D{<8Y.X߃SYs<-fH8Qi Xmƀ\рVӀү'7Uoao.=|L3A2žQ &L`C{f9{G1K]ș!%/ߣٸ +8\="/w`(ɸ1R! ƒgzEaAAP+kh؃P ك=Л ׊,v$b]u NIa Ck)ߏ3=yW|Pr=Ł(=[r[•|-|ҽo)B(ǾKAr"bdƷ2KA  vr_7 _ avNv'Eis΅VϨX31~zbcڇSFG.C +r/)\R =)Dq(P[؃3xAS|ڂɜ}ggsڄAdlbC Ѧ5AXߘ}2z{Glк1AUAr?ydJNюx_ܚN} WDŽN/< ><(R1RQWԃ?]A)o4z0.eA!3}{}f>X n {PvɄ2Q>X=Hs >AbgP̆-iސvԴ33QCQ+Zcu<Ѓ\;xnp e`4aɃM[_Ճ;xpxpT`ǀ^X-{vZZpɁyGӵ|,SZP]x2Bܠ`„g qWȷ +{f= +=#xp+`:{wC|=Uz0% & Ng08%O ^mN;+DKRwۂ ?ltgBWneCk rTga3Ƿ_bAs7i#&Y  D}Q__5b腕pw<З|-J/%ƽArݔ),z\>XՕ`s<4W+, mTzGfY74MX':2#8Ѐт]>272`)z@ 7€dӍs`фp_\>=Chݞ2%옹L.zFOѭB;wy讐~B9!(DFp헁Uc_)+dpKBڃqFɃYBd!,Op6(C6(%eW`t!ѹ f{M9P Z$LU/3Ka+ w<!,ȕiDK<غn( ńR͎vLih3-A-F. A~xÐ,x41v~U7ʮl>8<J&ts iAW}ʁɁ`փ΁!s`փ,zpf  ƒC,8/ =h3G0$Y_,;_уL1ʃOZ,z\>A7M /PNH&Opr!J(As"ww\x/hlѩƆXdr!ٷ{e># u BϨTsO iu= ]|^)Ad=x^[yvB aA "كm~Gc.< kO[&~6;x7@ M6(d΄/g{z=x9o ZX&`)6 3`DŽs7`@Ԧi=8, 7g5zfi&O?كS}%zP|s(2‹_sBܮ f1Qxpcp@=xM;7g`Uhw />rhރwWdV"#?O zp^Q7Ѷ>5?L<8:3ޚyXǀ&tchނ3ϗ䁡fg"@Ao&q3Ǹb'K+|LueQ6 +F`B]GQ(|J=:#ľQ䄼g=۱y?(L |g7P@)J[0xQzEenG {ځFs{PJIL;߅7%.JLHlx0u`S>Ѭ^NhO4 Y a|.\,._e XA_5{c^́ nap|&ԖX3o}*oKW[ݷ rӥ 8F ҃jZ&db9dKL!vθM!JFn7&)ZnTyBk7 | \٢X-C\k>x> Va(zDS>ND2=тރMj̷2AA#L y9j Svكg-Ie- ,\:rud{Ǻ{0Hp`|˴' lf ihރQ+0':6g@T`)\~,xpXFw`ewLeN: Mj H\Љz}@No ugIoCg~ZgO} ^ ` 5]hy.}@Å5=~{0G !Зs `BGg -P"bJJ=*sD)ȸ2xrb?yߦonrlMx+:`6ص`΃}Iԃ}ʂʄ` kHdWMՂ:p`ރjFpvmLj>T́Z5ŃfTK.% ^9`27U0pސ ~B{e^Q+L4g:'Lnm pMIqن1+c8{l >f}1<ɇ[ZQMzZ{@_+ؐ_rokԫ+9zC %)fkQ/13<ؚg j~Q-J>xC]=BQgAim&aB|}&X4Np9ݧgg G杞~QOFߍ9c3¢[2;OG% X?a璯؃]x싁q#w$7jzMqd)#&r,O Zwߩ3/T} -1ƽdx7wX>=Pli(Bh3|PL*gdLEXÎYBB'Vl>|>zLϓyv`Wmv`7i AmAڃzp@ߝwjinྌ-x;[Wƃ}|߂.yN F.0d=f `.۳.~Qwި;1,I9s`=䀸1.z> 䐹>wywv;w"nkvQ{ bv0xP\p'Rϰ *uICh~9 :,Peq72YB9i|h:a,i)폡Nh2T<({ GD8,ؚȀl`jA5;6g&ܝ VdmoS:Ђk8 gj "cIMV;QoLhPפޛɀ39LjϬǗ\>} Av.!2oC6x,xʰqFNx&O˄V~܅ mkQ=xP7σqBaK+l2L߁,g1oוВc?(ey6  \(Ϫ[p |Pʜ^Cd׌ٴBevlX Sl=M..# Q…b"34rr C{hx0ԣ>_lsG[]4?)_pC '1᱕`y [Z v7ypmEpF8+ͧkX> ك-}2Uy)uw(EF'pOpN=}|?07 Ľ +‚͔On)D\A轧N3!\1Qz/&# &S}z7j{9swa3 t{Vy Ax?ۖ2B1!|?s")S8P߱>TnRWȞQ6;e+nfX~* `ƃDo-MXr 'GF9:L=8Mh xp\Z6ayp<p p<(#,XacX|wAE~zF!| UӞvL7!F]˜- +vmh9at1nK{zQB)ߦs:ѸK,`&,6*sAÃ΁Rl0o;􉾓ɃtFv-5aP=_v3̛p~=F +9x|L8j‘y\pc^Cy( %+F).)9C4C|3 pF }?޺9[pʻN9Е#{R{Fwߍ3!ȳ9 7uh1rby7Nlü_=rB8/a gĀ|Pg;=4=f 7Q\~~/"|* .uoa-BwA2aƁzߌ/ZAFㅛV!,"ҌbA2ރʄւ]=ؚ0 *Z0}hX0cDɂ]'V}|ƃu|"-z3Tpۀ` Lʹk@ *VM 8lkF`y>J&,ݜSoOp]tC~cp!Aqq.0z/2b>mwߋ߿A {d;xvS;y?)|9C!@o=r/gB&Bʳ7ѾTߦ|]_&T=c^tΕ8# &Ƃ/jy ŋ.+jS>s8);=xO-Y0‚?Qn<(.&Lr-=ފ|a,?o2f횹AAs~[g-s>.;llu`SG}= )jf3 v~L7'9CN94oŻ+tk/ˎϱ3ƃvr_M]=*ˉ@q'[7|QMAhr6IO=? eR=p=-?Cdm^QPf{?ل?)FK"l\&ӽ5î{h(|F`kԃ>kgq̕TQJ.[Iȳ C~٠i}3C(a ޓlS* Z Y.ӂ\0zp.Q;Ąc,rG‚Y%Zg T}oL3vr:7nJށ7ȀJU}E  ."ނjX>|xP0/kE6(s?mzdѐ7;~p=8PAz߇|HMw~Fd~!4%F.K2O FHߙ`|O9c +z;7 rN1A}s>)٠ޞTAop= '">Qy_LPg{܃Mԗ6#' +Ưك؅k晿V9*&7+ȃaWMrPb0x>9'x`VXqO4_]1>z7hK .wDms+V6,g,r6({DC z\qǡ-A "]#{ vhR|eB=3=ޭS6ةک9C I<2}e!$> mџw=2'W;Em v=x~nISC1ڂse{}=ggL=X[΃LM89Xp \ Υ?tpΚ >;&Ƅ_R '҃"CA6d|Te~nj|S+_nN˅ĭv/yoW;ǽ;qo(]aA f,7- zsѳ|tVP;] + , ߊGp# +|oLS> y?S`.lHq(ݜ h݇{66b 6g `S<\Tat!Wpa7 Umg΋; z^Q /?zl!3 `٠\7O q`oY̒ 8pV_,8Mo0 Á-ǵzt2[zp{F-Z(~o}2'p9gSiEYwy e ~FD(=m{aARrd?/9p}{9l:5lF3}.B [1;DɁ bg+ʷ!v>x 9'unw$l $&L]8ڃg,.kBd{a`-C~ZyHzE΄4vȘT- ]-1܃ Qu] OT,p 6{&{,8,`:NcaSn;0_] mU,8vL .y<}+vʔs ,(υ_3ǂ =.{:vw\ƽ f΃-?B.=2n狺_Y#ރN0JT ƒ#Pg_ 6eBx+R}#'.lzDí_½yXgہu:O.`A{:ph;<7;c:;`Lغ=4?3MrXv?i'3D(,H{F[~QA aS̠0Ze>Qe7QӃ=,CDnc85W悦 p + >?̂ łVqV0[SY{pT WՁ&W}~˙A!s,S=nE'kЭd/x -50( &v1- A쓹B:@Oa <{y[2 L =-1!c}̇{}q 䔰6!o^|~wCnb2CܙܠsNg,z/2{ITߎAvL`0M힖Qx0' Z3V>hz0vDA~/lmzF}&6lzE~Dւ#~qG6QX{D 7+=#k ,`QczDM#o];& ZpG[=8U&8o8 ~`Zp łAÂp=C8ݔ3 |,Gf‚ +zD?R7 +Q0286Jy07j_ =H{O״xާ wJ}3y(|<(<3P=(;8%_yΔ ;`^.ݑWOFP \w ݜɼ jlnsB5;{@aA h6Ԇ |_Ɂݬp]6(ܐ۽ή<|(|;.}g>!-(ۑ<:ނуD u2-^0V80,`ރ;gh& >Ger\s`0 y ̓\O5< 8>Ƅ7+<8 \>nj j^&Y,YĽ b7aP~~~GfD)f W)?R{`l> } [o^CMxG&cּƙ\hy bșzE?l@Yᓖxc% +Y?=1qhe}6T,|X N;̵r<{a}BG?H;O=Dnqއ|~&^eCd=R[wWTvƒ 9.Ox9\=+Kr^t߯3 ދPt|A#J{D.Q[#̅\0s9l1oKƹAd ۃ΁R>[ރ;ݡ0CR{+?7H;EkWkjn1uc{6sY|3=\zpXz!dfdEsnг Qϑ+n1Cfb{H37y02Mع'{dr&};F,P{0&<> ;EA쑑O#=8tnpn|wu=x\0u`zX[ f7brX 2`Ƃ<8Iѹ H$݂w` \zpAcwj {|w{d.{6 v"o<LxJ.(݌O83B׹?xs_ ~Sz?;InڍU'-6d6S͌n\ߏ@=x*v`|}F*V|ZFwPS4vD~Ƚр΃3@˃>zYҝlh_͙ } ÃW4 &#ZzRk-2A{$lnnZ{j~{E/& {,X;;8؃ +9Ѓu\Ol {ưM{7у wn@ۄ z`(Lhݙ@6 gg ?qZJfxnbO) Nշ 'Ssg[9Ϊ~_09#=V=Ʉ7}?sz&wݿƁ-v)6/$zב HcFƒFAI6)$ ~{b=mz1anl "|?N ]7 #RqhٹpH6X 5,z5a3NA/z b n7`kA#{E?%A 6zfvplN3, 우b>gg;,`k}i5> N73Yl 8p=X Vp^'XyJ&TzC\>V7/z 7ydbFwƒ;яzɳaC "L@w/ wDa)zR<.kB}ܫA#5!~h?&D6(P?G9!gn?׭ 9 %EV~N{Q3:Yac_GT 7inPߖg?i{ƽwu~hvogVϨ7n& 1|.~v3sst[ȭ#|]*zǸO{^xcYWt1ۄ>ѻ+vZ5WT<1 v<80sAe + :j̎AljivYcA2`7Ɖ, +8pt.8Y5΂k?>Jyh5|pQ^SقdZw&PxM LD+ݼL 'w_PH>Ҹu(=o\Ad<AxPE7nQܚB({PrB1gUE{CaƬ?0b4E&d*%ۯdg aւzhEo8>(_P^4ap!zE̠; T`} `}6 r6`c‚{zEh d}ǃZր\͂kVтeNJ s&8 o,6`R:I&0>6 c2Bܙ@(\AvO ‚Oxş?Ź!M934Ϻ7;sށ}_6x feh2?=x~/7rWP@ CIwuGm>#cX0AWtKei蝽٠sʃ}] ѻCς}iĄf|pт.Ȃkj8Ȃy b6qb6׾jY0N݂ BsZzp_c ub||}f9~#ywh6z?)|Lhy;er)agT_Qlw`vP +&AW4ܡgqoPgYGg4p4m{G՝ z<И Ĭ./sw|=I0/ju1?<0xoG,K=ך}oܚ`bCAÁ`p_;0ܗhӱ4 zEwA`n{]Dz\>X MR3hby =fY y^17- {= ߱]!D([O$zGqp/ݚ@>~ѭڃƄ8܏gQb@~?ߩ<0]nJw>Q!#9`U=:/:g|ڂm/gω=Waְ&@&L}(?A!ӵ`;ך?Au!;}LE3wɃ.e~΃qTv\%l\(l 7&d(yvvpYZ  fC-8}.x8ʂgRiA2`7%zc)C fMo* өoN`2+_r?Ͻ~#X ;8W<ȭ!ND!F9A6a΂׆\j _M&x+ܐwp($eݢǝDȸ9 wɂރ?{cœ)ap U@.!ï,r8vJ4#vhz}1<9 ;e~P9}ho3({c2a4a[S.0a;jܘ :tk/7 <,(%;e]&(CO!%=z }Mgb6hڂ8O4'-h䂦 n-=/3,:p.k1sdŁ,P[p2NV]N'LMkAFx>z+/7sCڂ [=.p|P[к{3z+a ,Aq M ܕg +%R;stOB[>5ywSك^6lكO&#]3ݢOzEiΏ=2ڃFh,zPWkîyB+`9烉 Ch'dB>(ϒ6GCFJFx!'=V`mh1- 7[FL]'|V؛~T[,X=;hy`9tྑOyƁS3Ɓ9p>ь Nh¡` \}M7t8̀pUY XЏ;j bg9/zE ڄp,v y07[9dZ93=.(x]5w2_4ƒ퉴wT l0g^q*#W;Em}6=c<,5a&2gu`тB L_+,AAAb EqP'2F#Q V k-x`A zE-B=?-}23Էyh΃#|=QO>ւ\{=LA=b/,h[0|xM, 灘 4f]]y 匂Ϥ:}g[?b>61nMY@'jyA)zJ N>R `U>;֠[ >GσD{Z- ި|aZ޼(>s#z9{9e,ȁm߁o=J>_Ń=Զ;7?1o^ +ft +TE>}vh۶ ̤"oFfF'cGCUZ+Vթ3~͕nfꪩ}]1uES_5|?,_+,b]u/P?ԏΙ:S|}븯cPGeæ6uASL} SM}fS_{LG>4MgA5S;kse-_5}jGj S_woů_2PX5`T/v{me9m<ק:uue?V6߳33Ϻ7?Fz6?kq?__@e>T__ӟٯk{;}kgr4e~\yW]sx6m_Yy_W֜uɣM]Zycϯ.SO+~#Yy}áq:wAW*?:v/z 닕ޔ]>o߷rk:קzj^[$owի'+OV_>neWw'v$øz1UK֝csZ[X4)Գ._ZVSԛ+yfֶ;OPΨވzzz=s5q.Y]7,26W}/wǿ "~Gҁwʿ;}i. z-xi_ߛ:!L(-0UG؃_y>7[p pJ &abx5_@_2hT΂΅Y{K`AUc΁ނل::c,xmdD*k`??ϖw"zqgy+2[0ٮ;z/|>fPodgZLB&l iH'D,C? eO'ۃbAiAW-,, ^Q r1}O|8 烿'AW^48ԓPZH4L 9vgT{0d!dL08՛PAEeA?' R.y/X|~Q2)%3B_)}:v)4LNhmheǬMTИ5Kh=xV[,: ާe{E{䂥< { XP`a&`2Σ*s`6 `epz+T?N +Łz.zk+YyplNJkΐ )KZ3k?rv,Cb6vnd>O4fKf +Dʝ2g`3z\3P!rF{e>  Y!]xK5M=Bx/tts Rq& H[>+BOsvyaلأ/䀩j +ՄP zg\[$u<;{~8j{Xy4+9=rB7{elVPA̐ʽ9 +Pƃ_@[=fقi`WӞ W}6ع`? }C{5&`_ 1zCڃ[ρ=9`UnA|um$rD~C?kߑ0Ĝ0#ZA-1aʃ҂҃cTj?qѯ|P\lB)dq!Ȱ +7T(&| y yrù`,sP恍& +iл0򠨸mA\!_1a'()c.n䃭AW,Hyu+zו_{OHv\=[~Q[dGGAk^S6+t&<Y0ؐ)CRa 3 j}`{f=wvx`&m8\pl܂wigu`3 Yp4xj4tVF'?)]{}h,==Zm/,RGFXbAA=2aVa=τ *&ÄTRF]M僛 }9cT\Q>ȷ%dh.ll>̟;AY\x* cwvpvf s_40/ZAWYz E~Q+LH8#l儾"y;گm,lDџ;C~. jn^[F;XA9GȽ҇]%=mƒ_);edV&yB4a [^|HdЃQ.- 7/@>hw s9D =eKlgM>4?s-΅\?ZbȏoSD',2`MC<4_ӭj_;t"ZP|n~05CyrƃTF9e~/<(o]z4o`&(=dTɼ3B eh|A F`/`4#|q)T=| :f煜ҎrL6s&dM{V9`3?;F<\-zՃ9}V?\ +-xXJ r63"G3w1+ فg ل{to*-`A6XvfSXO4y>|i| :{pviC=8eoh&dVypZGg8ƃn䂹PvY>Ʊu7t 5vJܜ<}hP+F!L핑wei?( |szݢ-W>+7zmO%7ل΃`d(^BASw;G6*=3- F~09 !#iA-䟷Qj;eZt΃[=2s +03yP.d: ـ=Hw_9Q6;){E=ilpx57{Ñ<=aA݃l{ {pNNiƴTǁ у2߼ XDm'aQ.3Ao0 FmYm;0/D!ju )L&ZwdтdI@kAa'vr6H`lBg} LzRr`A* CF S۲MjLvf{m [tgKAՀE5{=| {#15q8Br{V:/r}.cVue׿wʃ{-5%`s9A7.7%;g}-'y,! z Nf لahA>(M !惜 AG&ߛv̠ uRSG|c'"a6Ȧ$F>+t(؃at6;Hn|vy}v^(L 3lB VkLs[p_ymnM\ ksř`  +jlAM ᵸI =BCh"|;Thvvpb²>nvd}K,σ΄AŁ,䂣[J {Pq`_q{pZM[o؁Yˁ90Yg3C>?Cϖ!r1 wz%YOKh,hƒ;;9)ĬP3};v^Q !f|5-"deBPzvރP!#ѽA/AlY盋/0K}GK烘j5S7EfpG_62;(ޏR6}dȃ}zp]v3~kf|҃liJ~7sƃ-zަw +ݢƁn xAO& ٠ z~}3!XzG® '~QN`-eJ(|A[Lx Fe :z '=7l|H٠'a͇`;lگ~Qt_%L{~6)'}΂&8~.Xi,8Z؃3|܃S){C5`-rNyP\fEta#zEs7!K=kL`A?!<;F9\ gTf}W4d߯<=H W/ {P<`vz0`;+=為 +`-`ƁŹ`74k|M偺X\[ǁ]<zo*-cXpH>(oӗx~ܠ-zDzEy~pgƒ}2lAqTM}״nl{>O7'`[8~ѰSDn<ߞ'^Q <(\?KL!WxI{ V~[>&TzAS,eAŃބv {gOh؃dDzo/6ցЦȃމ0Xwqv : ;ۻEE>`qAo*tn. ҃ނK-^w-@.j\pì,8 |f|6؁OOlˀ_TOmYu}Kaܘ(|P5j{dЂA1zЃ|{Md݉=?&x~wb(ZP c;!ÎQqg"xg5{dAa^0x>~Q[93Ƅf=ޮV iMf:sw[}}19fGs}r<{Й\WTzwHrhenRGڬ 4_ Mz;{7fr7dtnzE,AoƄ`˳#Y0 +"vwk|0 `X#,@Ճ3z=8_bJ (sQ:;X#\ J nL\.`WhIBy05;}]DnN}2O{x^$ ]2rEzzE+ ĹA.M{{ft_ߟG1NCg>K| b0!fzCq ":^E["S !焊1qi^„[TQA3ȃy zR^>w1?/l\*lG4`43e{p;s <ߚ0|׃toL?<]2,kvPu`˃=nK` 6&+ +L߮L:0xp\6α7TZ W[,9Epv}zk=;҂{|PZDe({`?ܝGleށoWޢ7TEx5\~QyYw<3OɓƄE[|o|L]чPgIʼȃ5.26' W}F.LW&LjSL jA8ٞQW&1^y~gqo(}-}- D{҃vF7]&h-Hs{ND>y0 AgW",![g bf_ˁʂf|g`6X'rXpcL=8סd: >]njp2ā2[G^QāڝsDLzFs7ܼ ޡݢ҂rhGtl0^OܢWvZ ЁZz=0;HeA S\S~ zC -xYzwҰx({08ߛxnƠ |hܡ'1̓_[-Wsf03;ebqy=hxv^p\R>WῢL]9pG3j.@.ܧpj V僋?݁}=+u@|,ǂ%,SrSdw#3aiO`  zM;̠A-3KF z07{D9͉_c_6rc2nceTOD@G_7_{}P8C4'^oBw՚\aCq¬adA5 {f6B?(ڒPjVYa# INmnL3 80kB&H~Gw&.};ciV);3Q@kA`0`]٠~nK>ŃƄ;E_WD5\k\swL<سGEl[; nf,~<?6]-hʸ+a\eǕPf,qkS,䁴;?$g <0,[A?;XCfT'Z L0m±-ja`  }f,0`'g*AnY nk<}ǂ;JJܔHy& كZ(Ã<3;-Fƒ&<(o 8l0'CO5픱9.#d>q#c{Fi~ߢOyYп&؃k9\4WHP\7(.25o=d En !D8K0ƃO4nlr.0zyE&5;҃ۂvoiw Rh+W\hl؃`v=K8 6=|0'ǂ%]ZF`C-ȜtH\_g28Ȃ7 8fd߭˂h”5 x?R ` ޘs^~QT=(A#Cܠ/*mooOԿyvA 6{FiO Fd|6ݘs?<^Qu):QA'Y&#t7&lzF=챔ل}=hyBeLxP8-f уSg~{dc5/x cpg {,g]&#{z>8ă٠A߶{Ean=[P``k ZQyfoj 7z[wFxxp#偲. x>J߾Lr>}vxt,`ngA٠ȌP ޗP=.  ](ga5oM&_\>:oj)#&x$lL 3#o 0M {AA2;S^74Keע_f= =[q3!yޘs==Ѓo+z'~\ npk,p3mtz8܂mT#;P5=%`߹8q(Ză҂G3w%zDу gKFfrg fAC.D6 lM.?zmBw &lvbhlBa0Ƅ9#D)%=&lyv  +=2`tVh[M>H $xd@ (T2A͂X/N"O{nKvf#ᙲh2;x ,xКg6X+^1<Âi VSZk6imYpl{9Zpz64[^މZ9K-8Dɽ += (p`jn=Kޛ~Q;dƃq6Ax~AAQ<`zA+&<䀉Ŵ !#;|ȃWF0!{gϜÞQ~MfzGoԚRQiA/~`ڂq6ȽSdŎAC n^g@*#ϥ&,Mޘؓwe<ǂ΁,!esgǶ`;=8e&8 yg8pXohlyp6s%Bo"uy0knF,ւC=( KnJ\+z=I fڼ Zpfw)KF)YCr@-vcm O{:vҎѳ~I }2n'9 "T.`+3B2s%{ ,aS|{4[dj (DNS>#d ڌPܢt ]_O|NA9a_ل݉"~n2@@?$ Rzpswf<؝ |҃/xp +׃s޲;0V.mDz#Zu[wl hE4 |*\Zy`C- A77@r Z=(f`Wԃ7΃;E`;=8f6N72 G6Ѓ^|m8[ +҂ށ{p:KZ˂x{p=Lh|=rhс'kQsLyPPX03Z+WtG':Ȃ{dJ: j9Dqf0#;EPmL +}>YrCoA>=1{ er;j&dah{dZ/ח7'Z t{eg4X +Q2,? v4,H;e܎Q!9FĻK40a#/&tlRϨ3ÁMid'yB#eA9CA)E_t)\CuA+ };jLDqNPl,EO` 6O,`҃҄czpBM%38 >Qł<8̂w 9ZpѲ=ce`G 2`‚k-R=%x=JIm!XdFP ,wAvJF`ʂxkp쐑J6Hsxocg <(_md6/~Q9G}֊ކ\`lB\{Q q~Qpa'*-mFdN43ka >`07*bNуW&AݢpxߤG J^ >IH5?Ykzє y%ʙ t;E+2 q7&54Wx>{P9 LXOf>L>ypo^Ѳ{G`a64`\+:}w҂϶xginƂ䂪2,zC3ǃkn|=?j=1Qc>;DS5 Jv˂D׽2`΃ hj.`G):ds`ehlBŀ<8;2Ҁc^}y,p+~ZƄdHdgLi.e?ҽ@IE5 8S^Q).ܟrA 惲/ *`A>!< y0#{Fo|,D~;d-:-gv>{c(l02!$rnghD[n{vw gZࡹz;#L{К07;X;?X2;d^rA݃SZ0v`ߜk.y8̂W|G>)-XAi®ݡBqF05'(o\0*-( ^Q<;E?W %gقT 􉪷>Qz0\˃7yAуa !FsdE?߰&Ƀ?vX !uq0/(nw c`^0Lx6B+#EsY`s.̓>'zŽ&Jf{?{%RLRр|c*)AY ,2A)>w%Rdlrp{qFX_<ރUƃ\p,ۃۦPVY\ȹ-;0 8s Z@|,RhnOJa>X es,(A&aA`*DR(f sۅт )Y0T(+B' +DR AS7JFك. =wʄ]xOzGsx[B1#+مI f%Eio ͟yfM&L7eӂ-Kf>і w|~:8p n߃cݑX?Y -3cnƂOMA4*b-G-XA9/|ւr>P0e3br;ޑ т|{Ƞ1Drqh43s<3=ܒ#ȃA=%^Q65F;+IAoA snL8'#KА lJ'^ѶtrVrAaCyDYA#!%Ń9Eӌ Y)!y(PDg@9q- $a/ǃ-jw;u_g,ct Z悽,;ۄ6+8V.ؿ+ցwJ:w1a΃Z(fA%s1aBW+rvgoͧ, ޗ@)?F17}lAS}[7zAKoj% 2BsV?u~ل~ y20?hF(#`f0oASoLЖ1 ܢw٠yP eFؚ/$ԞьQ +7((1Q^P1н}m5^Q݃@̓EdLR=,'L8<,?xLc fzE{烃,X}sL=p*_7t4NP ae>|+1nLhs91?W:PޛORKw&ƄCFZpwiv- en=(=1lA|_'Ӻ?D(   ?ggeO&!PXy[=Hd? Y{u^`nhjp36lpp>X+z)-}l͑<8N.je\q91$+1u.XbԼ <5ؕ vjy O# =~ķ,/!lsw%ނo&,:d[2S`ĝ V2gS(,ϔ;(O@F˄|Pܟ&\0Cf_A%d>Q>Q)7zP:P+EEZ6x}<-گ#\o\d3B2bBSF #uN}cRh;d8\.6&\~0TN=`Db+ +QS& }twtP 9@Ճ o >&-8܃.|ܛhe `r~}ݢy*'f -xpD3?t =*`ށ<8ȁ`&҃D}},G1A97JԜ`潔lP>Q ] gowDjy-ؘ0[_;'r_K{F-BlsBc5'3 +8ypamQ=9llB{1#5!2a(,Z{*O|<\9փ؃MߨPAW݃[ r;dZ`΂PnQv!ޡoJ ΃{P  پ؄1#|oP%C΃`OXC&,~QՔpv،7r^*Kі#/E7'l)cs>tlB=lC6(KpAw3= 'C&6 a ¶]}AAݝyzg~i67Gݢ`"#Gy{h_4cT=f$|Rik#*=8M68+6uyp9 ;_2҃c + AscRhJh̠1(gS7S`WhI.7%μ䒷.#yo}\}^D4'(s҃hA-'P)ion E(x7dބhC3p/u3}VdG|@-Q {gkQ7f C>_gdAȾ g~X|`9FT=(=8V>MX`Խ gc~ӃZFieh_TG̙WhڂJ=8} ]c[pcUD+}V؂SӁo< N`Ay`}Cs1̗ޕHYPуi_ʄg=ڝAZ&<-bAE RzDqve K=2MN;f8#dFMN?'T4;xۃx?=(-HEf%R=-DlBY)+F9MSw2ě>Q́9 Jj٠ .Qyk^;0Az9z惯M ӡl)ٞ?ّfmLPzC$ҍz6aWx[F +{ЃnQ {z>уք|xASvg(x0䄍 Nё`I<"ʃք=˃Ea~P7Mا_؃/N⛃Sxpg_k8.JvpФgSb6V x0 }>A]h L9 xo~ѿX2,2^k>1<8B N5/0$. u`M.jrvPz\‚; T)  fA)%{Ee9|\GTBAyggyw+y0Zc~~C NCHDRF{ʁ]zܜ`hMhWX jc4= qV A%sB#e_a=HxgK;o 5 ~`d!액|p[a諉փ9 myR{vPlBڄ20aZnV +Q;KhFwm\芬} AwsЖ{툨T=01=vȠֳ Ƀsk&੄^џb~x08Ã!{G<87'Jvʤɴ3Ϧ7Z>ݽ3?X]2L/zwIh 3ɂ+8Ճ ¹ oe>x>,5_3~\kot,|jG;sA ޙ{<7M"gk*2:3A97wnf7AOۙhLƃ,UA+zwݤ`N=8}2`A6H[,X y:l[P`X<hf0abN:+Xsg.06l׮55|ܮÂ} e4ɤ,(B4fQ)ʹ @|p:cj$~ݠA! VxRF(A9?~Q, []N*uv<( ASȃ8Od%zKLc{fݞpS>`AGp?6+hmQٿk38ub^Qw' l\{=7&& &Alp|`dzc%E'S{o#,]@v想c g)3 >ofM;kX36#e<}1Z b6Oj zGT[<b' +W,JjA/j-xmz{sBlPzeCn+(C RE"xК;h]hB}|,{GmA/)]Oys?y?^G9Am^0/t`0w=7&\ 3a|)+J=.cl(o`47XA4`΃M LX3?:MdT ~ҳ__t -xwѭ4vzp Ny悳` }e(҃1`j^SZ=?*v^Բ|Khك ?\`ʀ]2}_oND}2>Qh(|eB`&nK/fAS2%ܔ0}FɃ{0~3" r@Tɝ14/hw#Af~A <{pY! }F`=>kBۃ=z:2WPM ,'<7^Qgkݭ@`c?m>9 /gA;o䢏R.'zP_&|ޚPNcބ =[{vj`~ +=1?{|)c^'%lÃL8X pd\HR忥o`bޗL 9Gz_+ݚvGF~ѯ}qwL.CɹA`C ]mpAyP*8Ky0w{ݣrBA{{Ur~і __;7`D> + .=8&67vp +ୗ \$ w2=,xc ^MX~=sOS1djc%A~Yp3sjGr]2xQkB vlA6$ߡO&2aʃ"[A_U.3B6!1<+^s(( [ÁX}B م?廃/ z0ܣ?r1xfm67G?uڄy:6&r}O敚A%|ă{Efp{}>-{_trAhk1s[߃#ZrS-(3ܟ,'ϥP+`W(=̓y-< =' +,^QyW-C 7&{P?os1zn-6/ϊj>+&A'JA t Z j働 m7c^95襕'EN;{H_4^E}^7aAvzp&vVC`i]2vx+(;Nc;k3 w_̳@ *q_O-=x{/򠴜Tu)>g;LXzPޘ E~] 2lcrI帤D|ktx0YDF(rd%f +كTڍ >  +Fn` +Y x7i +7/܅ݍs. >;h؃|g݃|_>NyP`G|F܇#[=1(D`hQ6  R*{|i0Cg9El;~sn2{y~\=瞳 ?st|>_s!9ߟOhSmvpd劉يs9[k?904߶gdϦf_{>F|HW=l 5f_M?l<_<˳ {ާ>w֬^0yWwdމͧy;6[㳪4f=oYI޼ɳ9:Mym2tyuZq2c)9ڳrZSqX7,-Md1@fG~6Ȋ6YyP2 3Ƅ? Zlc" ,xJq@ 37wJC)8QcAɃ;<~'?&?"  cAυ4Ă<:fj\[1Z9;:.coL'=y9H;m$&#a&$kpgEX8+ 0" :gAzԆ5x>!&Am*`{uq\wC@Bǂ8VCJń+N\xx]ƃ9#arx00afax0Ƅ* Zς>SLy g$6tX>8;`o}8pj<ؓ4WXYg]$j>ј/GzD5(s`89|^c"EoFJˑ/ a *~Qb@/Fkay mPKD}Ypi6 &dkhlmA({FYl`0!X7^Q/Z Fy0/Z}v*`2a}uh2,8.]p8|_SC͂,-^oh Z<ÁȂڞƂ8w#>/<Ⱥ`1a.j>{+> (YYp0nσ 25}xp2 gTAב6(v)цAjC0s,m0-"!( _@\=ۓπ ƋA[<,ȟ[}5^\MV4I@tSڛk.Aσ~u`8Gx`Fσ+OWhEwk#^" v T0jQ}p$mͬyp]p<5Ayp`W|/T{XPzE5D-v5}/ sbWTcAAΑ9 (C `LD&4]Y,:o^#B`;'5BΒL20 z6lxF.!4`|92t,( R'dy}ɻ{;y3u@ԸωcJyf#Z i6X=ݸy̓(ʡ̂G{CK' 1ⴻ Wu~FXizݽ _ML >ʃy]]ytw`'l1<;;nļQ'LމloA浻6(wYk1%5: e{:ƻ~5†ԿW蕀yA +߹k3?: kEKVh^?W^1pˑ[y‹G'zu뮉}0Ń6 35j #7a&3F '̄ + xp<c`L2 6drdKD?)g<8ؙ 7<8Xp"`ƬɊ)锈iZ 6rN&.1E +1Ōo9E b Mxq͔4^K +LHQcu~V<{F'+#9/w}nBɀ'ӱ`Dy-0#M W8'ƅ'97j|#}/3E~GP m p"5%_C|G9/C=/=/uWÕ.Xied.ɃHj/f²o]ypl2lE{`4K# 5G\3؉:ƒgN<ɂgoY9_2cryPA~<(9PrƁΠ68NcB> \ >xXD}A:w+<F0/<`A9JhAaqdBϏ!gń^!F[zy ʃUfjef!&< \a?e8mX,؃]CxEvn#4'< g+q5e\|` JMc}wG9#_ ^G>iȃA;EdB~nuǼȂ\y;(AK3< +6XPA?bAQ'd)Mk<9.2e  `C #{ d֋nzAT½p]ldDXo=>V}B4ov<ПΠ =#]+~{xZ Z+ ~<8Xpv<ɌŃXp̃>{jZgtV4pr<}hV/DTAA#H~HiF(bɟ'92VP|9W ų>)'/z*7)})ug)buK\Ac<}>EJ/z$ ̃<ȓwuS_4`+e\ю<`m&\CQ\Ns$b,}\8zjOl'RSȃVƃZ<#n ǒ4;`,a>܆{}m0XŃA'\Qσ7ϝ3<(w2tV<;ybEYDtzeahñAS'sE뢟 ^ѱYp Xp ..>R]$CFcAA+Tru/bRdJq3 2xPj}-dm/# 33!s6(G=N'$6NxfBy^Q]v +QmHd ɃzN̆<^Q'|rDi;y}|tH+d(ȃ!$ׁ<Tz&bP`AdCyf=! |ysdX {7~^_A}A luGT\}GJ Hf'~L|XyG5N*]KG"{&v }hM5_h%AP)Ӈ<(dcGꂚ6(y&4<YqB<!zE CG )!|!tLr9xP7Oɼod Vߣ陋GQHUCWӞ^n %+?o#g,e=Qg R R?|<,HCO '7kMVrAQ@kP ꂨ Ac.<(4Ñ: wxtB' ] apj<(;7ȞR衈 `.hȏzln{B f4vƃ,`{0,>OM0΃yZr`I(?zCQ'p`_TfʰWbDGj]|xDLj%;5d]sGŜ{%>IyLlF5/>i}yߐ2i:&{;C ڠY ltλ_c;:&Av{+z&Z  z<LY0W0 \$=k>xj͇+_GS3źoDI'^Clkl8H}]gƒ3ob(}px냅92n+x6;1!sʃ]9p(he :ydDŽv|lu̧绲 ́Q/#~R- ]YPEYD,^ѐ-cpdB-S36$ ʝAą . ]=R`3 zJlyEe!A^6A}XYjiȂ3Xʄ1G@?ǃ%`~ֻ `uZa3_x?+ +ܾW4 rE[~ѝ#`_kb<Txp  L@<8 }p:Y26zE <<8NY hZ1ƃ]Z;;LeJ j\SyGrWaNE/92̃3!yPfX q݋#Zci#x^  YzgD?٢esʃ ;c8k%vfP`tJFǁ;{Q緄iFHx4F{G(GOp'̎iiuw v 5L i~)W+ qAb>kȅΘq1 !6b<σG|sz 7h`QLZlxE;uMtwѹcp'r1B?f̃fܬ.,S 3]w fA̠eh94 yg=+r52i{ł8'*EcQd")D&̃ȅ;Ĝ|9M'dmd 3!`_f'DGY!CTKHL|";F2 j:a(ıƃARsKu\њ١-A;Q1e̓Wk1ށ I|4@ Mz&j,ɑy{#Y2,([5(`KX΂E<(Aʐ,ѷ=St`ID#_4O_TcAm0)S?h &Q9O4 Bʂ!Csd L <:gńW&}ypO`_&_X071>]ghP3`̐<8vnE<&RhgnypfM0W\JP;}R,a\l w280ł\OՈ6(y0C*3gPxPJ}5Bf2 |ہS~QɂZ=F7(y/j`=5+yP6 AR#d&<M?oBJ6,aX̃̂ ^Q^jB2ST0uwg0 3<9q‚C j&v<xp>,#;Kg/:Ȃ=<81XpN2qƃci)J LM/*d13TfX\hJOԼ's>(Y%iw +~ +I/3<`Az&Nm- Z+*{'FH܃,l] x v2b,?@0!zG-<'$46,/z5;h郲y;'7ʺ q#chjZ<({-d,CaA%Y(Y9{+>>& oTȰ6ȏ;H^Qh(xtA!j.A-W4+ڗc>m14AdҬP%i,Ã1`l/ Zƃ,vOҎ<>7LQɃ  }[u A{ul`I̮<ؑ?ȃ \4<8aSYp3Rso ,2C-o,fcpʼn>S'4BwAM`WrB;1*%"ʜɅy9`+C&_ ]0^hO_4ƃ '^6edτ ='My0kwP/g<΃agU?=sEo#肯FV|H=MmɃcƝ5)W4;CTz'Y2<]Y6Kxpd&L8`!Z|m1ki١O>8 慖r` JΘ·,ȃ%'Z,˃%,ؕ-E-C8' myYb ~+XPd@9GDeנ Ɔ ƺ&b<9SuGQ`{EWTvG<y25A ޠ'SXS3O.؟>8,`^ccb " Z<;wo0NJmy3F5<%PQPM+{;(y0ƀk; JrCYKژ٢me" V,$yPZ<$d&l Aϒ`+jfrH[LX1郔-Aǂ9Hڠ+&`ԭh]LuoP2 6,h{Fk60⓰=Ƚ-*yA유G{pS3jMP +<ڠs|5AJh^6xJIm&],(]#EgÃ;u}b  =fȂkՙP ==w=T.}N_j$J&z&S|]Ȃ9:`*;b+̃ȁȃ'D(v:#*Oɀ,( HsŅ[d}p[_4C(X(``?EA9;H`ȑ ϑ``B+[t|ёxpNN<ȕ#SfJł́R j, gnLiM*?y?6d<.˃Q#z=v;~AyQ2 :M~w<~Qǃ3-Z37vYGY2~ dA'<#ʾ 8ثʮy `6`B!Wf ak?<(Ȅr0G,5zPD6s=J.<Q I٨Ă~ ݃.zGO6E%j8a^W4,3y0ww07%A+Z-_<}k'Ӆ#] m΂-&\L{ g̓ +)]rbxCp`/4sx9-׻#jYV e}{XqWAE]0S^@f? j<}>CLuk,<)#?GE>!1`T}uu~xM'"Bf{,eAA/e(́k+( .sABυN(3e$AK>{Ʊ 0j,(y|\s`DlL FYtw^,F4d2y0 Z)łkC+r,Rg =PxpL80=8 <ƲCsXCB`,_<̂g= `AE衈&QQXyK.b 4bedj r_Qf2c0'k%<8 jioAEyK[<}1Z+ayKd& 0Q0s!(?ɂ=٢^#;!8 +_(wl {EkWFYPTĄ= ~U tз +xtʃ];LȃΉ.wҿfiwO'_t/AΓ1xГWtz}u]@2.`4rEs+K&KrE; d`w,O&?`ܾ.2B„C.i}psdfO_vL|2EdֳX7sz$JYP;rXǠb/)PfhY57GdsY0y]ñk<,rsE +(jŞXv .qQXP2! jLI9}s_tA35 p ]|К3)|Mt@>/'gʮ yex&$(;+襦_K8{!U^w,wu<8P#3*~ٕ,<-K&=˓,>`A Io` d/<<+0'2"zFv's^B 酢7P{~V);-'FfN 5lh̀.wB(`zzE+;&xoA׆ CxwLX92V|gbW_4O(ڠꃅ}M9`g)t.<73dT.Y,ѩ5 Ł>Y,SvFd`F/'Ł>G{#܇\( 76(X&Np ~!SC7B!`Nvv Jx0_)?] s(Y|J||eߖ|ƒ5 :-(5ɀ"7Y<`Bɇw!':a{WP)Y5>/~!$t (xfºA=xwMTCy*tm%Mx A-[cL'~Uvw0;XFwM>?8$ +&,Γ3'c4ʄe,̓%2?<v0 GgS\2˃]3CKY&Â9=%z JmQMC+cZ< 8=xo!KXy9Pa,H;^QM r`\+^iqʼӖ7fK*Q$;̈=?fAM+h es]3FYt=/zuĄ^x̓"`ł5+b~=[l`˒&\y0.!LfN3Z`Gp<8Jh <8,iDN xɃCp"7CK5@+;ߋ邥L{̃9)Oc=[l{%##}yR ׹L`<q׎Y " R"(.E:aZ٦-hA'&h;=oƋK|}$)Ak0$4XGüO^y-G`;~Q8G6b% 6 +y1Tv=XYz>m5AdAɃ }pK Z<Oyb<|}x'==6y28 ;!a}/Y<#Y{HUx03aFLLj<l9xĸ٢T}9y2`_4 {.c>l],mpyo4}?~x@qeޏk؎`J0]zRvR:$O@gS·SJ(Y1,ÜyPvㄽAK~ (:I~A9O;㳴A#ʿk` [}b p#g ߪ22G6,Qs3﵇'C/? VQs_reNMĂÞ){{TL. lh2K&'ʒyplѭCfD-EKA+O>)3ZLsw34Q ~ +)3y͐>Du?ȁ7c`q YZ x0ctIGĀ {< 2lQdcE imp_Gm|Wս`nDV"]EuxkDA#opwy2o2OKhC 1n"Á,ȺŃ̀3:`W=P>4dZ3ZgZ:$_nNL%Z gpL :K脭 :/pkF߼Ƃ pV-`,Q&51X]˃`n =s R}sEsXĩ O]Y 49>= %@{b4gFM#ϐ%`-)#P1<<(9G߅[JoSi{z幠L(}>dR:b@b  tͅW(OQ8|Е]`Jvm p`5m0%cAz3mŃ< Xn xyQfÔtEH+ՌK\Q/d5O(خ*/f]c@{AP y'00AR} paƒk0hRE]x +X_s ~ƃ~Z藅< J_Ń67aNf.25B]5m36VƃN <(AyL~ ȐGNs;\ISh?R߻EWJxGqkaʼnꑎמQz)|7{ uShw0;hAvs;u ,UמjY2CLN͐mo _1:c|g 2EqlwIe"g"cV8OcAɀ5ڠ LȽi[> Jl1!0 vK IV`.6T[54˜>hxF1w& +Ϭg忇ňRfBBAQF(resOPu';WA)/؏8`tv Sz)|u,H 6v{h&x09+G&,LxR,90gTFcA95}2wgSz Z"k}0b< 5!*gnx09H<lZ<|GzFlf_:1w^k+KۍĬdtBMfE(5 >YX{5N Ag Y}%^nf抺9<F6صwp>yp,R/j1dz`*ct^xp^9.L8/<8H̓s-bTW`NoňRhIw|jqam 5mDKyAɃ1M<ɈoT>ǜa*gA%>ij y!ssGwѦWsE\јW?O 92e~у3[{ExPaz`A~LQ]y ӻF\^e)g4-y]5M0Ƃ]90zL(?[{ʾ<Â#<(9Nvb/s<91yf} +`6Z'lF(A x +;Ɏ>y7"fǠ'sQS<T Jk-~ÃWo_A lp:VzácsɃ-m0?<Qf~{24F׸Pj,3,A1tz+ceJ ;peji͇#Hxg:L %ffꃉ {#)K&y[=W4'S=X%3#ʔ*OsH%<7_tdl02.i jќT_w2xwcj<~E|^Qy U65_2nxP43(5T_bJ3ll-&tsmM{QɃ]M]W~Yx}=qa͆95bEņ'&A+Z%7#W4gL͂g$x٢%<tw~܅{f=&pƒg?أ>+_?i#  +e;,Ψq₂;"y>_|U5y**xx8ڢ5k>Z՟I]=}>^?Z6mU?A R^dY=Lo=)k=*闈["z\Sxn)L]3GPz_W tyKA:;ЙN t|cMtt_ G:~y?b7e{5B_2LV| mh/ۦ6IMmy>|pTql@;C8/M״6w*^Cs מ_??.k*O]s^6~-9t_pm\9nlG #@k^llUУlٷȖ=OEf ><:3#s}nO8>|-ׂ㷲d Oۃd9{?J !]CM]Ӿ %%j\on9; us׎SC}O:9\'v"{jKUezͤUm +:icQm8Tћu qDo;0ZZci?EM jߨV-JԞVp^.]w2EC}=VRK[ +E_$mjO6%Z_g֍jPZ+k$`<ؔs6`}Dlʁr| ,H)Ƃ8„4Y T&C&x_gOxeƁ|x6γ5ϋ?%v\ă磲 &}9w_U]]`\ + np( *<3ĂN9xpu`Ƀ;\e*/wtZ-W#,(2_j\12l  " r@ j`yH9Q#bAD'x} ^x D<!`s< >klE>;{n?>:Amvƒ5=+\ ŃyRV4ƒ% Z<#?;(`]2zSyp_G<8>z<(vʤ;e"yQ7np4?81yўY ˀ>\ֈ%`s:CSКX0|Aqq#tNƃ=<,u4x'S +HL}A31֣cuҵH4Jr8r6?5QX +jaj [4ϋt2|G a'̀ +,؄wŃ)]2鳃cAaA>&Yѹ.6.!'3A ϯ;F/:g'W>Qdb@m @΂ s?qߠSÀPR=ARAO&_΍[D)#z8w>i/΋R(ǜS"^~4V !𠦍#ݛNh,X?<]y?7>|~XUɃ8}2x(qAs\tb579:  +YR➉,XеwPˊHi-`dnp5dZwÃ_wK<' k:'&/VxpYq`c,H14&|D7‚l#53gعJ'/ )υIl=Bi3|އ~C"䞠?Bh.+KSAiBRb($5? =K\d]`%z-+fC}L7GW<)ܗvWHyQ <gBʊ,wϝA)*ʂs<;x +O ʊ!+ZWʃoh,.<8_B/Γ/=*{&že=,ׄ-o?/bh`LRKYV.TbAEdpnYyAA J 9]E7ȃA),({DymAb`L^Vk݊`{ƮE'jX5,xp'ϲ%??dA?H,HJʃ5M`=jV`.kτă[b<8΋:X0u}}<p;h|xC C΂ȃR B=ޠwwωg@1΃|0 J,ض7x^9DOŽ Sp$N!W=F^g%oPCO{޼(A܉ʝNfS:e\ |>}}-y >?.3xj{Fv"̀g׉O%`E;ƒȂ(JzE2ֳlO<8Ɋzx'NyvÃno0:;Xcτƃ?6gGgǸ~bd~x yxp,;&l{ y*yjގPSx =9[8]\(GYfSpAD.SYAs D%:D't H^=2|A A]^8PKm!zG,K}#,( iJL(ujھ +<#=Fp,(fyAddܺK@,M>ĊҞA&|΂{<'3#Lxp!-AQ``we^|#3ƒxjzzE AypK 6FEg{WNbL}2^& /fsb Mwv%3{&Y^ɃڼO"e?Ć#j}̗GB˂zR_^58QcAkw'Ƃx3'xVA_Q_ +!j<)gJb7gb1x΄cԘPʎ"3œhWAz(ϋ~}Ğ|^poQ:<aBV=r!ψ)C]2< {+,(+ +{Urެ(@/ Ds J쑑zE%ԻdF8P7yhuxЛunEc<l%3]a;'&//ZdEk+7؜{&ɉ"vłuxP^}%ZV擳 2d/ƃ\-%{Oqf˃}),X! KP.@=9b(:{Ecޠʃ:] vЧsn`GʃudE{">dvޑm]6G%*'DQc8W2!,A[ş>A+S0agB藡]SNXAa~PAߔ%o +cAafAyp]2uzE-4-zESNo%%cu{E=f+' vŃ1EƁ(2 O +9QA5,}5y08 ""-AGhxHgAeEݣ{A|_~-<}VYeNx0c;((`:{E+*֜lȃqLAK&#p}]h)<„ <8I3' +3/ j1uxb[~^yOłZ h{=B J 6/ȽAf,H{Ky^8wPh=#{.X0,;" 'hyBdB7`5i^ɃkRw gxP+ƒj !u^Q;X0=X#SxyP;)St{mτ7+Z|7huɌcvC\F``yїE'ct<8a,h`yʉ>xPꐹSyV4J]I}2ҬU'XW껑C5 @}]}0U<.z(9ҞyADY ?R~GxwVΓ\yR7FkVYj#\, 9w/Aʊ]2!/黭gEx0#iqvpg xVLKYэ=gEԙ|5xh3L=ظOfdE[];pܻ%I] Ȃ\c(DS5c1|>tZVLO@^D`lV?,psҎ ޠ{sv0=nWTAGVt{KYQxqVe=ƃάhW?X_ԹILk<8QO/ e”.{5y=΋־yz5 Z6(G]f=` + (7(2x?3x/B݈ >%&DXib,x.s&3`'(͒N5Rrzd\<=2A`PEt}5LDxpw7{&Yѷ{9؜#``GƽGLCFDdF'tʴmob"m9;,{)' Z%7#Ȼ5~'Z,U;~ K "e 'D́򀩙G]quXs 2a%i|/يǟ#eEnrNx^,/<ʳCFc*"t[3A?͠rĭăiY{AW4ʃ'i}4/MSjʃ;&MS/\pD<8qyr@p! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"G +1 AfXAȀ>"$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$馮 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0? ,p! +13V*F0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 03p:! +13V*F0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 03p: ! +13V*F0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 03p: +! +13V*F0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 03p: ! +13V*F0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 03p:  +13V*`F0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0yfV@p! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om" +1 d!Pr3lUv37Ѐ4 h@Ѐ4@77Ѐ4 h@Ѐ447Ѐ4 h@Ѐ467Ѐ4 h@Ѐ4 h@Ѐ4 h@@Fw! +1 Om"! +1 Om" ! +1 Om" +! +1 Om" ! +1 Om" ~ +1 Om /xu@p \ No newline at end of file diff --git a/src/main/resources/assets/otemod/textures/sky/pdn/dusk_4.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_4.pdn new file mode 100644 index 0000000..ef8843d Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_4.pdn differ diff --git a/src/main/resources/assets/otemod/textures/sky/pdn/dusk_5.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_5.pdn new file mode 100644 index 0000000..067c89e Binary files /dev/null and b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_5.pdn differ diff --git a/src/main/resources/assets/otemod/textures/sky/pdn/noon_0.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/noon_0.pdn new file mode 100644 index 0000000..67e23e4 --- /dev/null +++ b/src/main/resources/assets/otemod/textures/sky/pdn/noon_0.pdn @@ -0,0 +1,1170 @@ +PDN3+ NPaintDotNet.Data, Version=5.11.8685.3093, Culture=neutral, PublicKeyToken=nullPaintDotNet.Document +isDisposedlayerswidthheight savedWithuserMetadataItemsPaintDotNet.LayerListSystem.VersionSystem.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]][]   PaintDotNet.LayerListparentArrayList+_itemsArrayList+_sizeArrayList+_versionPaintDotNet.Document  System.Version_Major_Minor_Build _Revision ! System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]keyvalue $exif.tag0[0] + $exif.tag1[0] D$exif.tag10[0]7 $exif.tag8[0]/ $exif.tag9[0]7    NPaintDotNet.Core, Version=5.11.8685.3093, Culture=neutral, PublicKeyToken=nullPaintDotNet.BitmapLayer +propertiessurfaceLayer+isDisposed Layer+width Layer+heightLayer+properties-PaintDotNet.BitmapLayer+BitmapLayerPropertiesPaintDotNet.Surface!PaintDotNet.Layer+LayerProperties      -PaintDotNet.BitmapLayer+BitmapLayerPropertiesblendOp&PaintDotNet.UserBlendOps+NormalBlendOp PaintDotNet.Surfacewidthheightstridescan0PaintDotNet.MemoryBlock !!PaintDotNet.Layer+LayerPropertiesnameuserMetadataItemsvisible isBackgroundopacity blendModeSystem.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]][]PaintDotNet.LayerBlendMode" +Background #PaintDotNet.LayerBlendModevalue__ % &'Layer 4 # &PaintDotNet.UserBlendOps+NormalBlendOp!PaintDotNet.MemoryBlocklength64 hasParentdeferred @p1#System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]% &!@p1  +wdYq; @X mx/@ hfj 4^ {0'8"׎oUc=yÿvG?v7׎hA׎na_?Gr#zyo.?^\yS+fq99g]9ŕG/}7/_ՍcX<6u[ovQS?-wԷcӏ*yN"=[^W$7~_H_"{~|=?o]7׶7=/n~7%ߗ'm&7Nj_-ᠯWƣ_ō?T7ßY\3>ЧO/?)׍>'5yU,/\ kS& \;P;v) #,sۆKa@F`%pxMyO8 +<xb.<Xo)T W A}wvyꑚ Z׏bB sFAW}˄*)2; xP̄ƒWM<ʄ ұ0aAŝR ] jŅRaȄ̅>mUE&oƟW&T,\*LXaasT Rج\V +63X\eܷ&vZq ό a4u}R1e18 Ϻ]K.ϻvra3ViE68ŀ||]gL(xoǿ?~"L(߳ [ Ok;#{6D俑OoxFˁ럥ٰÁ'7Y9X`A‚g,xv˜mw*:wfGp=㿌{`ܧp]oV<-ʁv]yPX_[_p`aK˂=xˇt‚W}jKvAcBe}>?ÿ׿ }TΆ o<)7a>pMaȃWr̗)תҎd́?p31`%A},^?ޯq)C ~gk_Wo d. + f<,(?̃7\^{g ڃS&Tg{L<(,T&ϰr½rΆl`K&>T+F. + E綾p'2GH:g E[_&Zh xFgo9~OqWȃy6bA|N ^\)XW.3p>C̄`H +?&\7„v\1H!fp~謹G_>o$w=AY?f|Ap  :>ZvCx3ʃz2A@y̪<8"e8Ay~\‰ߩXɕyjJ( `ޒ#2fag~? A0au ,q-1[lz7΃‚{xn7CȊr4~3{st&x/yLyȂkoWϐyUL>'PX0A„/<3̃QBxY~T}’&GhLer-7j(QcBɍ$+\IzNxڰ̢0c>a17\dFċk$YБF0e@˂r6s \753q+z'[o X.SgFގQf¨†\x" AfKT~΄9Nqe>f + V `A΅6 X<~}A + 7SOo{`ŃẰNoc>=;Mtkp`@׮䬨xȈS9ǂu /yPmUd*E53%3LX|BHYpIyHɸ++X,c* PP.'`%N9QfAfL>KnԹ;5֯3 k\rL//l`B@̘PP7hyQy80p A~€P6;X-f'9¢ˇ \QK.g蜸/!{ƇwVy!6擙B-,CW &cC%dBܶۖL(s"Ɏj~t#To\?|u>ał?cƴw[Ɖ?f[3/7oQ1a2C"y^~xǂ`)z:yg Hzs%SQˀl؛ݜhy؜]n~- H?|(<U -3*5/ +F.z'T"7YB +b L0;uP fHփ*Rv_@4|(zdT& ~`A0`:+H1/- x*+e) !GP\l(W(JƑf 9O&c-:fk1vDnTEsʅ`@bFt2 )c <~!ݖySmz `ű)DRY?xvČlAe 3da” yv`CŃwV\h`{7w"ΫxyÃ|1? Ly`*/Κx0ݙos1ȃg萡ALC ;@A?ޠ) +&ϸˀqA ~RѮi7|`aBAfxoix0zcO-3ʃ7`~ rO571yM2r(_!U/' +SapT?,a(ȆQx'Iܿ%xdx"]-J;Q̷/Eٌ2 /0 E&׫(`%# +OP%)QXF;b (:s_ἠUv-r+L*0cO[8wT,Q]O`>G/Aј#=IUA|WƐ,ⱚ DyvP{9 3U)V3yP4f%fuF2V3ȃQA02ي"ꨕr^E „6Lxh9Sa#yBIaL.dP}B\,T64>#:LWCtߐC EowR(JG+2";j31;\>5cp!k+^&s"2E>4EaŐ-Ad4 vd<& ʉg^glVݝOS/3HOS|5_.ד=Þx˫y hʃ́ {<~z|dž`?ruv.yEcP_9Q5.Q=U*AOm{*3<}[]eȸx}LUw̮%#znU ΘI6X΂́<;׳ b>/VȞPX2iV8PGAW',֩ev檱Ĝ&'AO;Hfj~E3DidDWM A"3;#a^S2cQA-, *?6Tḧ*/eɂk^A͉>d>Ǿ /zo3Tyz,7<ռ ZV%}1q^09A<{-/Y0}q~0[#,(+z~н.AɌbG!`"Faɀ+Pyk!l7zO'䝄 hRfe#lh9z:?.Z3`% 2ƙB ip /l7,:f\=.0,aQƃ!-Ǣc(&vՃ/l|fu.\Ӎ4F~ xz\2_g!{YX̓ffJJvaBSÄR3U_;iiNVLY0r VȾ ᄡ;`}'9Qᾎ'xr uܼUZ|Ax`AɉV}A30_T ZSw66Xsߣs7x`# ,(rPx̃,kB 5<;E;1 Ȍ`YPk={²f0\(fy0_cB{Iլ#?n&vڿ]@U5!1/Z7eȃS/Jx;f-O0 'lxez<(^aȄsdV5s"eAz7#yY Zv3ƒ}h#bBɊF[.2VtP!̆S.t23dFl|AB;`:/SƊL!"I3y?}ă2ٞ?gLD.>O`5KCў/(^ @\ȸ0{26ԯH%31bP0 {WcZƃE8yc<e޼du}3f'zߏd,Ⱦ ?ɇaAy߼ ^*X=:Y1#< n /YCh@Q{=0S F;8Y_F\9Ѹ \ȓ> f@@f_Е/e2g=3Q'2+:׼aʄa0c.AsnYs/˝@w]x0C+?~'t>~~s9ƀSu: &O֗̂~ĂCʂ'sclǾޔF9! 9QFe=AUVYO,;d4+JrY831`ooD//yz[u} B9xՅ (󫽖`w f=2ă`f񁽛9B  +9trveTƒƄcxv8/upVb L3(A;BcϨe`v*<(쳂p]pճ΀Fl#b/|?:A+x}Ag=#!BÃĉ̅9]E ~! }'ŒB͍xtq/<[=衱.ȌwluQAL(sRE.ˍA{"7lrs)9x{{!odGf{ʃsX0fG&ˉN=<8gZ̈wkez+& DD.tULc g`^ lMc<8{/em]ɍ~yxc1#ʄq9Ȅg_d$_P<<Qѩ{]ӝˁkAx1 hA UsƃȌ=g'ۋ_&T1N0zL~3sÎb=)C <#} *RH{̃qW=!t6Ҹa&T1We0Ke>B/$72*="3{ i[r+~g8c#,aż3`yɗbL 2G]Y v&d.LI|&7%tис e),?Wʄ5#\xq;T2O(U„/DfT;ex?-_ÃY)'aŃ6O(>x0z~x3)}VMNsο3r :X&Z9=e8ʎ22e eC6wDL,H*|Z8q"{UL*FizQa,?&\(fNq"Ufc+4h~ `<'w)=v9Y@o(|N xYP 0M/ j+On{M J(pK}˞O>vewfϻT~gwhfXUˈ乪ljҗʞ"OՌ3{K6tV4.hƃILzlP# QE<؛%217Z^ +{<J=;U402aÃč]<8o^-AF Oƾ)D>pUk!?y_z vu˸OX{G +A~>[w{I(ʁ{l|=B|3ă:fv,yPoa3Ge,o3]pz亞G=5ItyhzFW{ 8k"x{sh׳ǂ>ɘ)49'XLU3y Cr±yI/y[j7xp<߅c_ X<(9Q f9 +?0 ΀%2FȆo(as?3+J,я E|3 CIƒ,fʇA`6/y0􋊘 }c>p!:^*F 6\ń*f19, Y)G}ۿ3?L+b$&ddU]'ľɍ +~',QaB#9Bx9?\(LH<= }Bt"\xPs3T&> x>#1Ƅ±Q溸oCw2ˬ7GX7JQu*)p?yp ]oRE.d' ?̃1!P WF2[k V<(`uKV+t+#Ix7LXfApDsL=LM|]v›#^>4_ގ='V9q D{͂'6x~‚ BoL 2͟/F]6(ׅݬeRoPs7eD z |AAa?:E΄ =6|]~cHAFoPyg8z(6,$Qr=q8}ߙG;cS3y*%D~4^GG3c3s N)`vxP/ AA}Aː2e|cȀlb`l7F̉<:c`ȏټ!gH+g3霡ʄs5y`#4&T.h y&<97Q?0͒! }`icx|¹{(Y3F]NK2:{w:GcL3d&} %Ul*aQ'9yN { *>,r.4† wx:Oh3 E S c~QafW<ܷFtxPXo w] ]3*:c|g`a9@U&D'<ƒY":ɓ:F>d.yN/릙\\ė +30`g`%a {3x0 ȇYoɾKnK* ? =!{#f C#r>4z1 >#>˄:ă /xp B+a1&> 0 6q!Xyzw XOn+( .S9[Atl`z1>v`v<; +1 vD *$$'YLPsS/s]m"A nqw^Qp] <(0tf:ccoR?BrUoq!)tnmAW 9r,>!Pyp P1x=C]U[Ug( =C*>!b<ȄEGјvQN/1F>l0CAf=al -Cړ!<.hrhk} e}{r5+$Ϸٖ} å`',W~ VLX+ϥ'pcΆ΄5SuWEϙ̆ #eG6$)4bt4TJY{/|A80D9# hVW :#zr90(1zz;Úw3l}Kz|=QNhdAA >/Ls)qs~&NQtpLb±TsEFJPA"BgwO\ !nNBasrh‡YR9BaAEX%4QLLaƒ/zT>O9BSŇ~|Rh̡w)B=’!cbBglE("~7y[0p!w +:!KJDslȄHOLx,~^ꛎ% ڼZ'4y5W|FycGeK#`ƃqנ0`rBg9={&9CMgı{#W{G# c'o< A#ʿ%`Ã2GX]a'/+ wS )? +d&r*&>!xԳOHc]3\X2?˃ȒN)lMcp^@{|hNזE͊"'J}1j1>`J{+}Bcµ`ńC0ߪR&$vy`˃qe@ƒ(Gq۞s&(q!s `̍2 +ku&읈Lh`B\ ;H`3hdĪk4HžT;9S!=_'e=Ca"p!xPe35Sf/Ȇ#\_lx0ˋA[ȨS =1/(.ݣY(~E vQ,a6Oъ p Gܗ̤YeB̸iG&eGo\&t/{h# n]Y2ud,șйjNtj<:{훨xH0-|x+d.ʞBaKOXL\|H惈 8JNt9<2ĄU38¤V<_X>q/һbOag0&|!gG1S8Bf*' 2 3yuY/Kjɜ:T{옲`K m4']QPnϡmLhAl^neyW ˋN|{ߦCe΁=trT=`,xC5Ih#;F0ci>5(Et97=,asFp;n,Y4rށFy:@{; ʃY$O+ XPYQ7)vJT?0'ʑwt&D̥C^9g(󅴃bL̈ +NYCˑolȌX}CʅAL̎ =;jBvTf E/_LXq #f\Xy`CBa=SnƔy0SdD y<ΎrK6]aZȉЬ?YW/~Г{=u݌9=7W> <8s7>ocxG=ʟ Jg &LiV +<賃=d̦[ lbVIȃrVv  8C:cA$f49Xs\<$LPG\ƌs{Fy}CNQyc L(zp`@<&̼B)_26aaAeE:̓.Pю;픑̨`"f[>A=O;쳽Uix6;c>1ٮİ#ۣ3qaʼna!|¸9 +&Tf +0Mg \X; uWx$)耬‚{jrwc#S2Oq3+il`oFK4c{mGcXӣLϙ`;LDc@VŃ?]̅. +ǥ{ +31rO{5|wf{`\ă̖ 3!pStM<8Ɖf fм3:c>΃p]n}ƒI'b/&; #:T}ǟq g\dwajl[}>{>7d3v9ܘɖ23$_3qa +1O(LgPP҄ {Rp2=3"B ދLjȁ6^%YRN499_*_/-\P#rשGT +P2ߍ3vGh_eA T9,xr3F8PYԮwPa@#9Ц{}!l<4h<@=.VPﳯfÆ/ =ji,(ƒ);|`Pxz~ݼ7aQ jHf4 {(T3c^4J-yFPCf*cڧ/Yȁя3Ǽl|̆>W&g17ƗU^a`VɓvUd3 +GX` 3&Oq\ysc1`\O.1b|NZ|hj,}͹/6=}$wɇ9Aa[^Olݒ}s :D€{3TX3 #bփuUÀ&0\a;{~i0r! $L\X|s; (vb3F.̘3#xDŽ #xM`dB +3u'I ~a~{\슉|{pp$b_3΂~o!٬jY)I#ȝ1%~z[^Bpmo#j1?"zQ$/ByO8?.sDㅕ<_s_YßxpV6; /=3Óz4#992)`3CheB8Gȟٝ+lrȃGHlgR 2y\{KeX^ {5F]3Cpc[z玙.|}Kfv +%K +F6iƅ̆չqɃ6K(ۗL.(f y? )s᙭/l}$? +6WL8!U. +U׃FwO4Ƈ^bnv4ȃmvI<<8֓&ܺ:2{e<2BMI !`/ʷ3 *m,EnBe1ScBBk| iƐٰǃ͜`6ODf*{<12==#JMh`AO+SyȂx0+̃4Ԝ(%/:r`AɉNdB,cfŁPĖ̅{cA0[%L<<8V_p pcƔt4fWq*0kcF>1ovP`'a'F.~" =7PO젨v& V~tR^a#dPQy#wjϋ #Gr65q s6,~9'] cnt*;ZąAAsă - xPzen),8RxPD\ysăȕFzh:<8x('ZN# pNM02`K^tв]D'gHF$o\(sǗ'|/IBBa>0 1#w1RiCs^!gG1C(|(MjvR~BɏMZ&)wT22:adY`S0aGss|({qhLPs;x001xv3im3y0"#2 +q!f2&I {sx0ƒM ^ `"߃'/8ƃdpOY6\WLxPg+2d?c<σ}X0^EМd+ eE0cD&Ş߷{|uԾ۠ 1(ߟfg}o&(hƒ7J( 3Pu;SqG!*}'㏧ݩL)(Ȅc~aƅ<'f§ \+Vsf'\`x{F3 7 t|0A!2΄{ԼB i}ȃ}8`#m`0=wƏ' ;sqVq~ 93F `̒Εw+'Z$esqNĆVeYṠM)UDTpC˄YL5_y0|>v+߅N0ʆ=a}FY2s%Wq`[|O|3L+̅jNV.ݰΈ>*͆`ɆB?dD=ZBW U?1ߙ}V0 g@,r1ZO_0Y8Pt'/Z`+ȹN_O2C2X<,&Y40%!^ǰw^[VYR/j>`dB=XyЯ7}\aF\],k,ܘK !Ϗ&\XFﳞrF vqBOȻW(LXG+MSžpadC΍B6 4'eV1_I2lS>]9uYpf;.8/87gC;aA|On~ë́#q&ⱌ:j液sk!f;*&L9Re 1f ݤY'iCa55ɳS^LxȃΨO}<ȿsx0}κ {ڹ~,y96%1Jh!f&sx~f_ +:Ҽ \.,NJyr?)o,(x̂VбQtܠD1RaGAe_hÁ`Ax!+pXz.Ūymc33s$Y?G6S~0KG>!+5C1afȏi/E z0DAjYRAՁwVL~!3!XP{]/b&pq?A˄ʃr%gDL۲ܨ0OAas%d i/0Y׺{Gx3y|BB7 "?>ᘌ /`^$^p0 +#b¹}BA%d:f"n#10sWd>b/wZ`;F$ u9d]{99 B*Oy skO0|*CfDp_ + ȇc<% „_ <71 :yGb\U!6̆vʜǠCFU8YɌvx0z:>AA\:^yt#C> d&Dw_y?~`Ʌj64x~}uʃ Ji\d6‚?ߺf o|oUz !__L9Ń_x0hƒ}B rqV rr |c. +V&wWXalerc +y=/2ʁ8.Lu/P c0fH##Fн{հaʊ GNfBLe RLUƸ~AW -;^aƃĄYLcLW0#f<(9W¸S0ˆƌh*C.87s csc̘/1.yBKqHͅ)RTPnR\fQ \>r(3!e #Fr0aʅ.<)26uA EH\v~#FLyo <Ȟ`3(iz;=1v.ޮyLMf3cl&j +2f:/U/ X1)v_Xzl! YB73fly4u~سèYgnEX8$v:0EYS0J#?dà WAU= B 5;JL)3uΐy#}}B0!x<(: :KѸ g +xP3ƙ mp sF8̇|}53ZT]ȐflG_ |`C+~4y;t l:."bRJ}Bc8״Gv˘0m!GfŇZ a +d.zlV5G/.OⳎ>ȷz̍kt^&?wxMn~O,P#QBU;l}AeF Lg|T_PY엉@0aF!9$'{DsUGlǽ0ʅw:_(Y"n)y}cV,(YPT!3ې We ʹGAe ?,(ǴwbDwke3Y{t#,/S_*?GiBb*#?0{'EȎl㟪;EOy0GyB0w_;a~=ag|<8mߩ{1hp]cv;%t(gA+;Zf3Cn ?Y|:M0S̑zLƒыAty/j&7 DR<ף/XP2Fxϧv<)|;H?߫8?xx͎x29ƃ=^a6O~naB̮ ?Zy~=C#|(!r~E'T&4.t6\^;.Ȉ ƳsfXǃ`AgB 8?y_"6e1e;( %iUyP=z;<}+4NT.Bd )K +0ʅwOI#LW]KZ~;˫_Ɖ]MӁN1"11 w {'(ܠx"xg\|GOsJ ]\0}'Cx#s)|1D.~폑s'"o=3 ev r OPT=urFAŠ`|_Y3AK}&ɾup[Aa"2S<ˁ1 #6 +XoėEp`QVW6.ɍ~OoORA}Gxс.4>-AcA`xp +`7KjLyplf0#\`ƂG31?Z퐗9U}B)bFt6 …g&sC !gJNRbBQ +9'^aqCfDt2"a)t՞B 3ƒ̄$t;zC803> k'O)S8Ue=?cvĖ7%&DvWCy?jCer ivvX7o(\3A +>."K+n{SBΩ:f J,ۼ.mMWL€_/a?o c,=A`_pǐe= ʱȞAbA+]?/(ǹO{e 2ULhiGo|Ѥ\r$  mIr cyAc h|h)3`zYь!lhÀ.V^b̘k{Jn[yEdpUvQjO uTYRI!`uQA HǞ%ub0OɊ1^ƃ€\=/2z<!p`6?=:_Iɼ`LĨ=A]ooˑ&1C΅/s;}3Ew;GEȐ?v|B{>pM/n;GyO&Th<nBp㨵aŃIL ;FOB "z<s0 Cq d|طV :["rzGy.r dחnyl|FaBwׄSؙeص!#` 1[)f|dTd5yScɌ<(?gTƉfL}Fϼվ_/pg@Es^:w3sdžv+Lw4r> l8)!W}AX/ˈF/1o>^ŀro\8&y|Ń~ >DNT XzE{Dv +d<^f^a廅sYOO8piŅ⺿nWe.EW :Tk{'~ʎ. +(.݄M LXUQQ7&zG#:|ń߭LC9Vl!燎OYR&MN |*w:}0>_ 2{=֜Kj&PP.ʮ;ϫԇ{w{0*)*=6yDE7m`7f>AH&y!xs +z1ɾ~eP΅7 3_A5ŃlH{bԌUϵ~&!мB+X"2!Gg +z Q~H1SșQaBYBʍ +<^d60ƒzILwٳ_YN4^/Z%w R濆;3y=̔ࡵ`E_utwR ﭯXz[Lh3A0 !gJ}ưx/S>UÅ?JLQ Qt`'Eotvk 6Q:V>1p!L(^!?sg1m>A|{vWr9#Y̏NX P{~Muj<# +.3?TER0 ;L*?w r>#z;$|t;(?LȬs1)XIO+E!c zJxqD3q޿E/#Gb +,(?|1FĜ{8€^`oG.vgWvO A=6^s&LadB Pt{k6Ãc3+ -g{191`‡j?ΰq`&99† 8`dx[ƃ V`=l +S&<6< 3`G +mwGf; + WȹQ!:fE U%;! 6?*O: xP:"#wǽ̀/;[ۣ<]>gA y5S Xs\:mSbN|^)E3439ʆ O Gӽ 3VL_-!+DVH/dR+ ]]zw f8y7 Cx +X̀v{̃cwюKU@T! ;#*_980q +'q"|,G9/E 53q!F6̘ *'ЎNìʃ*exAaI <2!x ,&vQ$<}5wF̅ʉ6W3sT>3 8kȉCfD+<g|! d a+/F'A!#5zs 5'j3΃Z fd/@8p}A_iUƅLa/Å >B1O.<)ƮB ^fA k&>ShZː OhvGOo{vhL +#W~ᖖ !ed0z 3F% RO2̓3# RC_`Q4Ly>_Nr]~uX9+Dn__{ծ1g/wp27u6M=Ntq`Q$3c D;$7 x4+Xk{QC9S2ƃ7x!s`A Ueƒȉ7h3g #s`(YL. {oebL9C{ƃ{<􂒺<o*[vxPE}?& lw ʃ~;!8SwEgP#&_7=#+zU^4q7XԽCwrG'ˏV\eTI76 vOk,yFP`BCAQ0!{A 1K{wNe. :nmy0 +ƅ$ {L]=I=0^`茉;6@͉R(~GaRcDdFNȁ+6wήB|g|nw+>QdŒ [qqVf|L{f1zHtsn"dKq2,~#~C_^aYϽs uL<9dܶ*x =gY<2_ƅsxP>ϫ6AjOٰà 'ȼ/|y0)N ?Fԯ1`K"zwͨJ)s7{ȋ22Ns'`xPYCl +&\8y﫷AgN1<^a3﫷s?F!%ns/) L|}3eҝG~7dA%1}0_̌bZϝj}aW|̗<sEoG$|L eSfU?eNuUZF˥_VQY7v91쿘S0{mUT#*y~}~",oLD b 2%>Q0 ̠0a<# aB社\r$j x?Rr^no°5PSuiƕ΅`$Z턀S%Yy0F -G$aD#ܠS& َMr=k?y# eH9g +q%ޭ5`:SP0L,+dTadE+>CbCf}+`r4cHA}f}Ƃ&!L;FcL2 2VчՇ>_cxs 3pn0#Qq OO(L?%f +2YBaBhf !3^=p!v޻QB(eH 3aȄM . gF) FU GXywJpVt ͊R?L̇Vk}Ig">y/fO|Ț@@fAf@滆 }X؟b+sovU/Lh/ +׀e|.(/v`t{muLXuΚ\(f'O +ƎWLWfs# 2 .t ΁:3(=2ă7%hn=AQ t2 +_9/0`r[ٰaɓB4rczƍ1:Ɓ~GMvϒ=Ǿ)e; ÒC;yn;;_ǃ7Zre"wh ;){G;ʽ΁t`dAʜI$0 '٣3x e86\xp̚ 6 B7aQFP!T4gTG~э>x8wԘv ё!Lx 3Y?8;L}N<'agpcAfmdA՞{< g(2vVYp]0!9aZ>֣_cϖŖ9fLNN>Rp'm2i/'WSPk{.<7՞DNH]M4Ad0r>+`o^;4gv; h >ѷiڤO`0i~l>`A6-tetW3cߠ Fkd+͐C" \v9;S#Xꪇ4}6MGa>atɄ9}<~p4̌&N(\X 9tv5S>^zg@~/y| g̓YuͳW3d ;4=3Hh/ &s둴O\h7N<_(1̉΀qyȗQ̼э}c4o4B67&BBΘInGȄЎO\ِH > Y+R䮍øOrFWlhz /fZB [ h~cٟCߥZ_vjB |y4>h~Ċù֕6ı=D{#U}J:>X,R:/s_~bOam\xbȱMp3;dWA~*MbS7y3w>7 {ES@ˑI!C} {Hy 3!v34Ag?<8y,=C O4) 6a 3aV+صS:`3Ac~zC0sb!3"gO~Q . W2Xh̄ ̃5^nYL*g93BbB䎲N<{M^BcB`.Tt.-H(qaj5c]R(2a!jG!W<޻䬘8dh7콄^943oi 9(`ẁ<|/}/ /jhD6U͊AÃ]aǃ(3 v=pNieŎKĎ7ˊQӞcdRve.]cf,;n͍]ٌj{9*0;Z`a;q9cek|Hw~R 8Cp1!i΅̂+o6KCgo>Si~z%R"tSlҙԎٛ‚y[<^)7X%vKg z/Ϙй4AI#4(3s;x#,KQϑn1k8̂] kw}|?؏B+C_4z"a0Xs9弚YOW;։9c*6Xp6?o׏~;^πo][0K +S!yI{zycw~_Na˄_pWz!{H}%{(X7 h!z^BKw3w11^h2<ҳs߄-PXHĐ-g&k43fB3<ƒӇf N}e͔ n,kڤ>і c2tBd;<; ^Afw/WٰhTw ]'R}wPvrδ L=A <ƒC߃tʃ<~u(<1=jf IA{tܙІ ={9.!yH G^R@ ml>cz}=M|P +Άl ctAD[|v]:vPX(3"3w`@t.A +§8㿗7qs1"8 5`I-0`zhw^g|s0%dž 1"^+w5]e ޹}҈+jzoǖ&{D c~ǃ~ODžA=<~Җ,[et́zuTΜ9fGkG, (9Dx0w E/zuG<{ƄW(3h+ks:gBAΖ>EL T8ofƃ/1cU~ JN>G uF?3?hz`tNpreB+4p@֨iv]`nZffqʄN^8dC upcA' >dNƒފ u * Zf [胜+ +(xuAB0v׸sesP{UT=0=k;bXe6NQy;_+t92v<8腬nÃ`'̓< h| + z(JA胼}GyP5]$Kmr_HZf0~'H8yC f im)gTw*<=';٢ƅ6Y/.OO5ÖC֌߰kQ:w;(s`>jv neF;yK;OsNf/jzq`DžOrw̘f'>z}z2'!s!2H) UClOpx-x?DL EY',‡ /ă/Vsq?}JgTf,f_3 1X<>ѦPGx5‹{W~.PyxGE'p^;ʅNZ! (zHܷÃ3<]imX~g̃)<К;&xpACL-p`@{q2|IF ("n߼>z*ZFD Bp#m~hR|gڱq׉)&49r̡/dJF'Y1=s+ iwz8_}3>QȸW2dF`Dw5,h x.̹6E sߝ Qc檗>~tCoc>Ąum喦VܥyGpeeM9f\:!oĒ?kL' \0WtL>{;/>P)dS(<~цg=:ǣN̘ S!s tY:͞{̓L ; +dAʚacB ÞG[uƃ:7wmo3/>A=&,7T,<F'Th3,<\|@0;:~|y;T&Ĺ +MǴBbI*̆[h`6[?h0ğuC01`dа'vKŢ>yn…6݆H١0О%1 ^G^3 gt<: 3عު`A7M}+㼗Gyg B/fz6'~S#B bO]vm0(4#w=!/9ʅ3O9Adʠ>G_]̃+92́?|a לȹ4΃S!>RuޗRY謓"UWꌈ,3D?6o{#BA?~+F3.VzjW|شY?t&4Bb uS_lљر`% ɚ <ʃעɐa1w՛FY3Fz:_,=ʃKo(s/BcxP=HPdB +A k[\b 3wrZă)}bŃ|GLDž_7hOEypƄ{h;7CΚaQ +B +>P)<~tA +Y3T|aƒ--bIz o-yy0M!33ʃG~?PL^ߎ & bЎu/9hǃўzƁhGafnQ$l% ߨqyG?}Bf{T=?UЦh!}L#-R|'|:33Z9aDqyPoh̉ivcƼŵʃ3yʃ<.a9__y>Qh]6h +O‚zA|PjWO2΄WG0ʞ+Y3%&,̆k+'33ߥ~_c۰i hَaǃ3Jf( ` NvϮw_|͝Oc藰L‚>{>t(/M,_鍷}A ϖaYD5:yf`k$d,YP +/Z8&Ixv{~ VS4x7}g&b#Q`،}Aa:10V' q)xcBSdi/3pga̋933&'T.d5=ߨkϏ}3/,dn.<8tPN@'Ahr(kB Nnl<&GFh<`ŃMX@fLǃOt\Qv`-y0.h7?Sx0eɃ3P{ W/pL/PI Ck3Mp`%uYf gZ^ wItYL=PtA' gd6AqA,MDo}vc5cX|(o1%/)5쵙 ?ά*&?^SȶHfIOxDY_ +nrr*fƃeL"t&l8q訧B͖IRL3335ͬ9.o5 rcV]‚ s2E/Kx0d:lxеÆxx m:< ThǃV<i 8x3>dAcɔ.>zwxYɁ)zD~̊=^tƄ3mKE=pŃp" pᑽ =`ܖBh{]6dx7atOf^Q5ĘdŃ$Kf2<ފ]QxG󗶞INM:y=*7.)d(:)ʈ^O)$ެV8xNyHs7,^RB`hHcx0T/}B(D}7{xm2er0<|3A27aYA(rexwu>R<^ѿ$<&4&FQu§Nl}%;C\PtI'E^>"{w +<؝S&/Y z wY xH| Bw;%&ȋe;_4}% ʤiyr5S4b?Mc޿kWdyf;9> n WyCJOFG^Rsv]KFPzr &{G5{TMM'!s۰Td,~moGp v3ˬʿ#%Qΐ1 (j 8xp.y|43H Q1 A;1azIwy)=U,{}{}~Cg# M8d}̼Dig\lJ=vApgu΄]Ew'm0sThyHW\رyg;{pɉ%jM_G<Ȝu?b8݌W<ylS#kyP2`8rc7XxOM2:&|ΕEca<'T A0d*ޚC D ͕^z^ 93:GQ0;)hT/r'Bpỏ?;5]`B;~Ѹ:!gψw<|B3pT<.x:CK0=PYP2dyw#vsK&3d̝AArj㍿;/}.|䬏}O|qỹ0wgDŽ3ugSn[9v)~OVrH2Cv 3,=n ʀ\LdW!32!xm'9H{&B |qUOv\Xt¦b_Hlh4948˪Q&YaBbS3 5k^YJ_̔p㟶3e=pcC%||G> W\ܖ447 MW,3'?!;ٙgB|QF`Z|~ 0` Wy>n ɃE12?]B:!xLhLTă̄΅di-.i||tAΏYr,?GY0wx>rM~^v{?&5A@~gBMq>'u%;8}̔Iba7:;Z: ,g69]&kgE{ds l€ۃsˆ]'; OԻo,_g<Px|Ƃ/~ 2b&XC!k=Bf=~C}L=-Mgf/:pɎ,Qigu-W3=DX;/% xmh- Gtx<9m #5P}huYo$|F}pAƒ>_r0qhr |!<㓓ʄOq]JZjt{8#e.l )D ==Qï٦Dh|Ζx-6>Ѹyp[>D 4¸ c?J8x^ yH3?ga8rEvS jY֨xHgY2΁اnz +w +gt,L+?xׇQxp/st5ʄ=w'̜ ]Gz 3{4y*y?/r1ʃ ;n)n_!;;̂.C7t{ܲ/17v/=<Ђ~y΃تC^>s`ˆ6o?mj~4Z ~N/l{*~iȇMr! `'aJ}̄}2aǁ 7#t(>ҩZ U+H=k=YS9Jm| ^=Kx08{Mn Atv<ăotMNH:9ӹxAxGPuBwc͈Gs] v}Ʉ]?[y N&M!Zσ`s ̃-܇nYޟ=Tfv +rLc #uj: 1%s/'m=-v%]K 6=Bdfu~ϜI`#1c2raGL8hMČYskxwԞ[YQ φ^iylv">;Q]PwUo,XtmoN,?g3BxC3B흷1ჽA>@ΓAc?w=^<&À>?#%nH]rq! 45IF,?Y[rrdr){Q|wTohvk(g^ѯ<x[hx0Op\HORA^̤3( + d3a*a•O՟xσbc̯]BΖ鼣4BΥ> \h|` y4uC|ĂЙ3s`0 >}|̂6'}?i?q:7,mЧ)]AbAx80}oN6x%Tv | xSOe1`:ef 6=Oy +ԽeU?7&#6 bB +]UZP9=9;x|ڧ|k>~=/˟-W탗>/{>/|zy;y ϻCvt9ǼzW_}^E7}/o~|絯~k_{IK~WߺyK1_9Ưkw?||]r絇~g={ڃ{}ǯ>;~w+ c}={[ mWnϿχ9~͗x˷:xwέy;^>5:/{{K[c/}Kg⩷p>vx?&;ktu?{8xN>ϼs8x|>vm6/޾;n'yxp|ئf9?}x{C>3:xpg?ܷyx|7v?sk wܹ~O~_{{=΃n}sٳo;x斷<{͇-o;΃?o|n?~>Lw7GnQ{Ϸ}\C<|,~|p>=~k[wy;ֱ{Ӈ##{]|އorn1 g}y컵u7W7D1SK\:S>OzgۜinP̓ӷs?{y=xKO+\Ugu~>?tg>[1wn^ߎhy:6kkϴy:/}7|ys9skxy3?xs~ݿ6ױy3]φ^ټ|wgZ~ >KY_8{cAAgAB032/'>ƃ`C@f<c`62 ˅alVXP'Di&xGxl/1{}6`Hpa絟m9v?C.t[| O3o17`BƃO#>Om. }ƃ`B̥Fy\ر…'>c"W +L8a6s`?>c/bf<,K';dmxОwxyP1 XPy,sMnKhg>Vm'{+ўc\8!<+-nl̆`4nv>Y8& <ƾ|> .06| .lh^d.G(+~kޓrn.&l0+޵> +2=83Vxiƒ[&MC<,XAcAAeL|<`c>u:}po/xv mi/,̃F`ńBcB Ɔ>2ꄮ޼2 ۘFhcL1&B+:&tPqe IkS.tMN0 LLp|j> aݘ߆Qpy=fL0#|aǃ^C>Awʂ:mA?`Aw[,M2t\q8 1b]>r[S6d!1+?zlyf?6& Ąpp(NXY@fA{p I Ac@Ag@{Uݵ|о;{`qӏO 4'O.HxƆJ /|s߽ +I+TvIAƵ Mq眅g<8edQ€6)z/}>AcN^X=i .MxPn6PpOł&Q::vGjï $6T(tA<(Zj[xxpxд o_vAc: ++w?Ҍ7z<F8s#B[e ƒ+ƃ 2B<*>a98 خ>[B x]z`2c?V#-gOg/Tƅ y2.!3! /C^.&4Ce?0a1FlF\L06$Wq[@ 1axc+ڴ.ʂ4.ǯ|ײC6ʃxTa /xKʃ:7^@' Ͱ1V.dρUB,gyRF0!~RgE:Fƃ* .ʃ7dFwLh{ƁȘY?:xGe6䬙^Gl̄^;KY3`ȝINHZLTP?W9v',ڠ`x{_o4#ʯσ6A<*:0 EMx T< }Aʙ Na+zGgZat῔)+Y:6>o[w͠^3rj: e4_*M@T˦b1M~O' |&z `ǂ&xv9264Af%WW6[t{>e=9k4ȸ0v n,F=wƃݞaV8z7f̨b?cƐyEɮ!6̀/?낺3낢 vPA'A2 ^ /5Ao&E3$ ~ɜ<ؘڟq?{. +l"Լ523ypN`#`ƄV93 yp cw^nO2v2ƒOt3M0;h8!e 3YElgy;}v/vY2bW1regsOGQAjocAlf ߻DP 3\8>gm0#rfc2L@:l>3с U/4:aŀ:%,q 4ALd4& .$Mu'lQ?ǾH,<1 rc%jlud-02a1*fYXw@iO04?`Ca'N}`T],d.؄gx0 jV(?u/Ie:%eh.i͞'5;~/q\łQ6TO):`|{细GWxAckWPsh6Tg$F~fBtwh~\Lm:&H8Č=@`޹xC/|ǎUO<ӌ э,1!{FΦc9reƒ`%3_xre{~{T=`:kQf̀ <~]_3+VC^`v(3 &$M?]yRI ,L<2^l>uG2ƹ~ˎI9?4:Y+|HeȠPw?& LrDy:(e0 ׯoڴʆWhukVլQffԒrMCJ̔|ɃkXvYq4@f`B}蘰Hqw1Ktk2&ĵ)űsuPΉi_0/ɐY]dl7T!t"STd6 *RƒYΌzFC'laM+|}*6d.|ƃ΄%PЙep^iC0a6g ?nV]N+̓Y'fOxЏ{Occ6h%6#f<=O`ь^X1*/up!yH %{F4&B QX OǙR80{f~*ɤȋT#aoh {M#4;O˔92^F12(F2ap_nΊ8{t͟+i #jf56fܘ +}郡&y2]^n_k9F缲 ߬ I#^.wu|fM˗!5*hl8ͫMa: +T.(Gِ`cX0 8Y@͊|вC9k߫ q`xϾˊaoZ 3o1s·KV$}vY#O:!_0u:kzdupQ/_uGe:ߦ̐"h4vk&8  0Ȑ?د"O<5ʃ F`د71r3aBv=IZΌa HX#O]M k nE A`JP><aŃ/z<'rG ??+n-<]t˅[{LV8]qŃwf9 & Ǝ]A2aE%x07~m;6f<(_791=x3 ;ʘ+ÿ3c.S$S!/1c9ne@=(ˀ `BB&d0L e'F2DqcK̄#W1'G52 >xjxp`7r`& 6ș13xpaNҜUDO:xDΠC70AcAl*fvT }0y5&4B#x~Ń en v;70^5fY4%4AϮS} +cPx3hXdY0gi+8cAh%&\x|M/.!1-uCM/vN!Pq/7t)e:iL?v'liWPc]A3~A$Sm0v+0t?#>ʃO) +r4`%`2,M 1H;)]Ƅʌ8#*udDŽ| )l=K!tBe=>7hd;lX:%-Ct=<*fFYw-[_x7i:}n5.Zng`C;ݑt3 =UdY#bBƎ}Әө\8hyMܪ v$1&H}ʄ'tNƸ-gz12߿65EpetRO!{G ʻM!;䦶džE>-G?hhR?\8˩]Ȁ|? cVЙ3~Bf?eEoDFI<]c1dYo`́΂6郃6 ]PxPm0OrdtŠ< bZ^(xLijGa0hy f3QƆ3LnPxpƄ̃RGQxLy3'nU41s†6BC3 2:٢q]# bAK}VEyX0!x` k|bbP볬f诇t KctAeǾ tA͎ 2XƄ <zac@ +4A U/u/v xwa|_s&޿g>vI[@39` \['⹪mIce)3hZi bo+Vq /}} ˃„-A{.+ƒXsbe_+V`!gyNI٘1d˨N1\}?ծqk'ODpa0b렸t‚…Ƅ69ƅ #3c#[E3A W}3 iqA~s -\4@1}d <8 \1fL/pe|"'S+fllZd̘Pe{Bڀ Y+dScvoEFkTm1 Bd|}f^2.#,Zs2~[w{Dk yЦ\d~`DAUwp溨.ǃeҏuќ QQ-6_b;<">k>z uD=_sd8ϼ:1r1\*.ELo!/vx2i |+_;[4Q ?ؐ/9G!;QDWs!t0`! ecI rCA{ k) ^ $'yB΃7&z;jgΟi-<8'<{y0؏(. gB86f!kf 9{nɃ<8r4uhDm8?Xt\ʳC,@hTt{E_Md<8ƒsxPB<R?ssϬ񠎟ȃAt^Ʈ saŃMvliұ` !E5?vF@sOv/i7ZO6-W'NY'wvK5Cdτd^R­w>oT-h^L͢ DŽNPڡrEA$z`Ɓ9XLJ]?xF;kacʃCL˦=,/+&ذ ~#Ln3z奔>Û=.6n.g:axGc| ʀ#z];. P0P>\P $2gA/X `~ꙡT>N ޏzʜYc8>vN<(`K'E0L}4B1=]@K{L|o 8BDgG~PȨYsq~A{?hRwDZ*oq 4A8i}لh90 uxBPˌ@\Xًsd0'z=Cߨ~g1ȬWUV _TK̃!l{̙u o*O4^Әmm9/Ą2ׂ͉5ݿ`CtOi3T0!2XZތ 9-xd32+a 3[7$&,闉yƃ_ڏ 7`5gAk:!q k(:G5*Pޖdp|ʃ2Uv 3a5ݺP7 `O(b;0dCJ|Wr3} mPP9YQgo}Ojl+\xP'cCe/CBe1`ˤ N/nKJ\r L> 1?3\=c<=xXs)!WTYОMP-[x0ɈƒGkS &<΃C~T&#`hăͱA퐸<`ˍQ<5dO=` nA_;v٠ƒPWSh{( B:V$֫>Ӡ3 +̺7vX0rv Csƒg. h[LxF[֌aOa'ꜙt$FNʀ̂ް4OtEt?t.z`SG8N-0!saɑYhEQ`gܩoȞP7N m7S):/hz!rJu٥rN}>ӉƁĂƂN,h#<m3c' A~ϔe +] [^(<Ɓ}8zvrF9{{SܕW2˛Yee{jg.+gtKި۔ƒb<|y 2k ʝ+_zBA=&:c>x:Nx|]2!OYKu9Cuq>b\vf=AB#VQ{BÔ!ۤÃ^)4 FC~=f`‚u /hLȬk}YnL)qg'y%dסsPdӞh~Qg?cCBT{oE% + (`+uIY3V<&|ěp6ĆnnLxH 6<:'b8wFA);6?sVc/e6.#\X 2 .H` f,me Z_„k7Bicހ qj#}A t|4 'b<ђx1=/ Ƃ D{0u*X&%TdA_7jCw3)U}4?.\/Cc : + 8KcY|1ϻ̂|1 +1el68(ޓw(k5.tMEhe=wTN3?c=1k?೅sAƅ`ы۴@ctH'ĵ7ʌ7cUcvS qDb Y FxC*ԎA=<:vCu͐}΂ˠ> +Ac5vWAgG `ƀN XP{ :} .Hw%?k5Œ7 `?g=AXTY/ẓ''츅nBɘ16p SNT7nd}qC^7!wtA wǮ`Poh2 >Qm#B 4ƁGTYAAV zA};e,V<,Eq]Q}9r~ 2WYʒ?WY]8s#|X\xD3yhQAp%)6Xp5_f[7=;Vgr0pL#]BΙɸTc6/{Cp`ƃd<Ȼ8{t„ v7 ΃7ǃ&X;62_ƀrcîW<,Y2IL66ÁxP#ؗ,sj7;J^P>g  TM;A Aۡs:[X'|WTT}ĖCfDCTv 6, >Ѯ;PyPBƪ't Ud3*yB|C&k6x餻FdVɟ؋`Cr`h:o(pȬ +jנ *9Ɓz;5 +)uH!V|Y+2cJlmNTwl<謘pccFp! ~G-jl&ݰ2KSfL2D#6s}`AZ~ mq`cL -46Ȍ&-f}m6`@XX`„Ȕ>\Ѧ lݷ |4$v _4<ƘuL Jױ$ʎ`ieƂt ??cAC?4Pe( >x=n4BxC&)>2#^+=oʃ#qbƃx#XSLH]_Tw~cW.|gƁ f<.ٰ.gQ%}BmS:S`#ӱt,}xp!q9<Ȝ<]î䢍v^Y!39}M+jrƌtSlP*"lZs`‡{3pa  9A "/S剆HQhGTe8|xMLj@@d>Qޔ犖6bu)K&J+MYU.\xJ>qa e`re+yvt;Q;iOEBeNCnE +&CD'j{D‚%Fk]{$N.f]tCPEh V\E ʍY{1]4+LZqO?kZ"`BhwyuBDg^5.x0|~)FfJj/ D+BsbִA$]Md,i^Ҍ Y/Lw +h_x< V>}B4 t0 QTluْ*OgXVxPok`` 1Xtϧڢr"iq-P9 c'#}L-wT2G7`pA/|w \q Ao}M_cAd({l3lǂű@; b}+3q̯;62beXۢ xc@Ci13-#T,s=[vLpWf<&"fLx#t"Fs@ t;tv|%*[Š;l|2%,q+٩˅38hNG<\ٽ%&wσ1N5>y \aǓ̃Ą3}omoqxafY+6:M;x-`ar 7wPrd2t=x3nv[.z~Mv4{^U ]oȓQĿNb7}nuXt3[βm{"WA.eQ!$Oi5hYNcV80AW/L_KXw/]qwT]<쫰c{/:ao%]bC'zɞ_ũ;:}1kSD`x0A>aYvKw~@v<ؘ3R?}xa3};.\;&w&T>܇hne.[g!W>Co~`uZYkAmƃsƃ`j}N>o@ x0nTɺK;ΆẽY_u2&AuLQ4 .Cs`㴁,& +X'p̣ +nA=b<45یP/ep1KXrkz &lg̀T!s1!د˟B2#vHAgBWcI$xFnCpƃc XrfNl Q YxP;;V}ƒk3v:!1SpbAމO=<}[8lt z*t|:a}>@&(݂j70c6 315@e3cפ_B%0>y˻ym{}sBfWNN<(낡ѨFp Mx|tߺv5?h}Cl9v  , ]鎀//~V]5>{SϨ +* 2cM |M˺ \Y6E'x˼C'lױtuxM|Pس`o(: /`㘼99<(Xs䤫P;,+Tf v,p k[XP?kkQ\_.V{EӝAʒYelкML|+\&\ B E?d]1No-Ƙv*f|;S&~Re,cG;g% Xfb"#GAfE;fYQ7,e 4A"}NfBgƂ2vSF@1&\8߼a֗3[[vOdBlRϩ!VV]jjWɸP2iXe>NxT3n7p;d)3ɵt5-Xg0]M+Jy -!-D{g9WA#<":V&N z!넮oT{귌&z +`1)Z_aS]?Nk,xl'zyp4݀~9?ߘ7{%刺x :m4kl|YVe#k<4TzA6N`a/zaːa 7a=-J]Ƅ3.|nŠg:!UL e8Py- lTIY/q>zu PdG.h5]΀8@WcAgFxt3S>knZat +Zz}~]7ɜ  + =AF KH 3g(5;Z"Ͼ+ &!y1"k{GɊYSc/*^ՕHRynzCFdWd?D3hŃ+;|qwqZ+ 6x0 Xl&XW`Ł{LCLrgy Pl?A\Sv= +.&:nƁcUrf|;N<ٔ!X0D"oXИyDe^GZr$ϴ .,K&~nɏQ<2]a-0rb|K‡cGTl \1!H /_2:۝5²˂GglU||A쨧{ .M8P'A뵸<Φsϵ|ʄƁվ`ʁ7`t Vw>Qΐzgn7 +P:cv;(i]rl<2)e<ȜX^Q_&7κ'tLVgAV91x6}ǹ +:~=H3QKd&̲C*_92'zWq^:#Jk1jOXfj;FS Vr\=&5G2E}/jپߚ 2 zGo:xq8 k/o,k-dkσ&S9HRzW|A`,#y{}'eџ',gπϳŽ T`U?T'$|[&,ymRB pWqa  >ѭh; t#!x򮹱sE 8\1XypwѼ'#=/`[m9>MO|eZhNxP5Aˏ97ΤFF)[D褔Qḿ ZfLː<ѧ.rʂ̃1Uތ  NlСs|A'8U+rVdzlPy}#x5AxDYkPLʁ[`:#gv~X H̃U`9ƒULʃ'>x//yP4AlLNy#L7{vF|QΎ}AU0+s3g]c<݄,<졌T;)1{G}IA3:Oh};f?ЯkPeѽAxDYv*:5.k~k0t]G]N -7TCP_)NµZN̔sB<5^^a(3Zƃ1'6MA^QA=f6,شA=;`' b#L`N+p;UQ;E. Zw8k"g,<t`Ch|hLn$h?v:P;}O;c)m3Ǟ }'Vy?+Y[0gG6 +tRs +l\hܧ.-<2 Ãs_@ *Nu+StKs3Kx0/T>u}cx6ȧ1a[y0v*nΌao`E7ln{O <|ʁ̂>OXOs3 8'1 .hQΏp/hM+ʄOzʃ~ ]!Ynlx*˃SV>)R_v+Ỹ?5v`Ar4ǭ` vWMCLG=ޚVMe:F_O^s„03.zV(٢QSm!4} &Α<-qoݪr|<yNZa~ƅ]xGJͯkvd[%L{雏4< Vș2OԴ`{Fm kheF*}gil6ޝGx;Lo}Ɗ^( 4WfY='2k&/G' z0뢨t`dp*qh7* \ؐ2gXSSM{@T't "Ot3 x|N]y2c,2v]A5;;*Ν ̃aǖ75n 4Bgv, k*GT}٤,X`ͮ>Sol92/ h9Y_Xpxߟ?۱p]n}93yO#\т+i/H~|肳 j5Bv?ѠS}o]+8Q}ݾaƃCe4˺V]^!F^8tT!k] Oƅ }F6&|x[uسΦ|H䂮 k)&Yksqӡ7TeAfB+5%aK!Z`'80C Y0U'ns͗!N';F3d4;f2Hg<g`ǂRŽCz {Z3}. ^_2>˿;壈.XzL¡Ggծ<~^xЯt <{S_ID֝Q1aŃv: ~Ord_{S]w\ʃG m;nA'TL}*g<2a%Mf߰|鈱c1Ia('*<+&}`}~,#7OoCg9>q0a^rM-60K,]p> D3TT|s~J (i08=`/,H: )R?` {ʃka%e_qvг>QAszn1rސͣȣ)NuƊ3'̙U<.uֺB'藃ƚ0lUߥ#0 uOt#0*˾Ô1;3LQcyσ3=ƒ΂V`ƒ2nɎYAnClذ1`ތ eŜqKn=xu/Uv mG蓱 1aKpm?0cL-`+Y,'<]&im{6h{C]LgS%q31s`ytB8`?b=/*fG+pƃ~^& 3 Qb@KtPD`BwgĿz< Y`|o_]rv]F܊.>ъyg08p-[yp  3ʅGA|h[YPyV4Bc3MẏnqH0(;!<7!iFjV] vN +f3-|3 3ݐSl,k&clp`C +вf󓚆Hȗa&d ~"?KVo vIj`ALnE1S &X2/Թo13& ( ghW!eL7Ϗw}*h 2n,ֲcc^AeܢNH)cÞ -3@h8rd1-C9eh`+2740!炲s$À\t R^f(.T z ~vkm ݈]Ξ+ʣ'@.w?ƒ<NypE~$y5p ]3*_}ApCy2(<:U8hS8.JQ&սodkƊsx6KXP.Yɒ{SAo w/^ь٢ڭq1 +x(^`V5?T&`ݱxK3T&2H%/^A̘+ƒ΃]7}qAA2[ uGX̏˝w7.`B” AzzGqŅF'G3Ϩ 3FtC8̢)د4dAɇ}Aadp;\ +B7QhJA 4V\t%@6˖(è~>AcE띠 g@\O!t=ɓa&s-ˊݴ뗈C +.]A{9Ƅ-!Ⳓ_T[>㻃-O4Gs wK\}P@g;ͧ@cN\?{&~x9|5ȣ̗把'9o$݂iN(cF IgNx߅rt{1TXD , ` +d&< + ~D5-Ks\~n`faE3rQ8˘q]fmQ@/!?Z1!GYUS>im4TYn=L@V-1ڠ  h|;Zt4+8pƒ3]A BL#dt+̃O%Fh xwXp_ +Xp~ nAv dcyo;n$Dyypƒ-st1f9>vZfcŒ}oˆI`pm!xz q`tN,NĮd7MKbA 0aQ\ M c.ZMRg٪{#]e,Q ][WՌϙ(췕g>S ~Zovn 5t']k]Ae: c32d{sܘ` Nx0̺3Yh:x@p_ƃzMY?|ne ReBxC'4.,#m 3(ć^؆Öِ]Fi‚:]v 钩ոNXP{P3dL5e<;=Cf٥% &]<ӎxc)6&`!`I`OxPM*@7ߨG =z^( 8)G&.lh=0AuI+j{΄u ؾ w +j<Ĺ_G;OG X!h5ΈwpȄY +` \x:wxPR: nAjMƏaJP=AAh v*f~&Qxo2`DxrY iH/HnpK7 ~I?H׍A7d$<L(Qf@NQ}U&Q g9GAb[0CaB:~+JLl'%3]к'cpnO[3WU7ųg7#w,6.ŠswLhY3`Cl0Ɗ },y] fU|'Q͟&T/u8\co >и=!ᚒ :_JVv]ƒQQ +} v +3Fa@Sd-xЮMƃ1jRNU*`AxEn ΐ9/AA_=A2{tV4Xлv_1̉3 +>эYLo,H||S=ÍG1hS<ը>6N8]M;Ƅ΅!\ʃe|ӗBTLȄ0Kُ S Q02m1>Ⱥ )'%F1^W99谢v>NY9~ʵkS7V|*>Q0 gB#D wL%t e٣3e1bfzH_#9 ۔,hz[&2c}f@+uBxP4CqI)넚N~y, 7=̄}%6S :'ΊƒάͷD9 Yl1 hdmP;}*LGZ!P3 G$LDLtB.}PMo3&Soigd } YWTTtLtAfAR|xGgÈ"v6 w۲NoyM/73rpƒ<. r}p7qzƃsL(7(6j)K%>8A&|(jOJ+w}Jw~4dϰb-3 g ࿣2lOoo1q.z>BuR^i6̌܇a={Lyok<]xB\!'zc-_ƇB9"B0>Rnd-%+RLw{{3To~l_O~`=z_?:p2Fe&LypE+t=Ž A?<}Ʃ+y?5owxдAA`DY4]앿8jV_}ƒ́ʂ^ X yp?=x+ja_z:/13f>Ձ^yPND R .yyLw|(Ǭe}vǺo^ﳚuu4p[f}!?T4Atu9>2ecIg #r>PJ$I{/V=Ƃ7ƂV(<ߨ &p#ƃMXy|3.xJ]l`V\ر\v+Ez85KԧoXetztݻwKZܘAM6γgaYf5BAuGy0FUkTn (<໏Oxt@`FdW?&>^TuV}ngϨQ+~N'6DY^mZh2xٌг`O=^`uQ&pou#z s#nƒ]ĔiυX&5<~\4oJ:!󾱯8qO E\8PEaIfcK6$F=̄+Q.]ˑnÊ WP°*;[rr09L"]'w J 3ZwhbCSʔxPlStRL`યP{?\}BɆ=X1fwo_ec;68 :~Qh]8u.;{޽ⷪW, Hn`0"ELXyFk>.vh~ MņzΤ+};†+n<jvM$"3&N<ܗGlbVYeXxпq`5;*h?M^Z̮Ͱ伝؇| Bb˙ABec/Sw(gn U73ʟ v.O|AuACx6'T/3bn5uܸ}]q"eӔ`9/ǃ?ţo=:67.8.>s}"3`jvЎ NBV{VL2_>,4D +]/nngBBϬPWsNxI;t=̃) `aŃ#s|ʀ9 <a<_)qaŠ%B}jD-A!t9Ƀ[)v%B+\NG,yv9AKv* #ȺĄ-Y5ŢoW ?bՙ 'K}fA,QB`9~o>V+sZyrZ1zLϸ?w2IÊ [}ã`)-04UN~Qbo9ڪ0a&L'>GAҘ{΄ύ|#*+2d+`E!yt~638 nc^Q4K_w̓́D5A\8z_p0_ Z`tZLQ gp ZgUW5W}xʄ| v2f?z91_T+8B}#GN,Xer Ƀ|6xXYf6,{Ǜ~un?uopE?; 7ʓ,=}c 7c_(uYڠ R4Ԃk>ì=$z'j *ܻ~+xp +! R&L.|%,Ixp7ʯ)`I>e* t8gg[^%aP3D/_5p+m>OYȔ95Xq`;EO[=N +Y3T6u'Bk5g9~o1z) +64fxxL.)aͤ vtj>̦ڔz>+cT1gCdf'p`I}AlQt `Ã࿊ _:ǃ#S |ȕ4ty>SĄ =C{|/xIO# ?0zBK]p΃U׽8 b_)]X0u;Thǃʄy͆[\Qxp讏I/@2#X䎶RseC<*|}s>Ae6}A E^ujG0z8\HWf21Zfku;aхg;ƃ> SfF)`e?xo W>r#%<80|M(@/Tݧ|YKdƜxX( 13|ұA̖ z̆vCLWy=Ғ:ƃUW<$}Mt&FqI}xk"iszAѿ8`ꂔ#,d&]ACڱ"[Tcðt bUmP5vݽ%Kr_e%z9?t|p2`jO9L ?ɭIt{%!kTM019ebp{`q_#|Þ9dOevRT ڽ>XCWI߃qsgfh{f`y0%)c3GX4!$^^Oxљo{m:.Y5`Cp!WU7!aUY}Oy rZ +G~Y\j묘A5%JFHgƒE֯xpW3 ^!iǃU/B;d&4};*r |P<'|`7Xy+3ڇwcd .luE- N}!A}|y>=qo!}io=(:!O/|ǡ^;ژ'0pE}oz&hy̓Z=;h,3셍lJ`!ûyȘa͐i2' +#i@ppg;wB?z9K4Y/\<0_>-:`2a\`Lt© + }/NRԼ\xk2=|N2`ɆrA*\yC'ͱbB+M<;bŊ|nZĄ…Qj}(#NZ!a7clȳ O2+>Yp/Yd_(q-?kr~ j` ƅ<ΈxNMaAcO L\Xj/=jMxs3W] ؉y@7kG;zQkY.?{e Y/_{Wp/]ð_;~Sc9|.w OrߧS/,tŽ þ-众.ofW@A <Ǵ ,5<0sC/`zF\bWy +Y}B`]`3*o‹xPf;&duA`O&̨NN{f!IPV C(M7d xNrq)rF4tzʃqzq ~f=p3=%ZE =#7ǺB1d.̇wTe cG4M+z{ɫ +` ls #S{: ǘF ;}ͮ`#SĀ6UL{!,Լ n[W:b5j߼zݙ|R?_>  V#0ex'3΄ɅvL+cN',y+~.w#<㳷z馉2'uG0ȯEMvѯ3¯~}ވ yCdmcS.Yp-yPw,Yi= +&|e 5 +S<` ҧ뒨W~L:s|XL?/cʏ)tn*EMc^?=>2?Z]p NC=PǏR7QX`5yV:`z=oX3ɫ7t=࿖v t<A_$NcĄl`B{ <;S`tPsDp=wE`DŽU 8 _u_AGW=2aŇivkă q^};Y c\KEc١gyp5}PyUdh.&&t$ +#~#t1!BV>]Ȼ|-=b#zxoAvU|/h xp(xu?c2:N79vgbt5gKk{'r_4?fd}Lr{xǽAɱn꟮s}av v +^x_ +o]?CGXr`@_>g쬧Q&\e~kC}UK{~~Ynq;ϝߝ[9e9>/ʥ?(ܥ?l?<'^'^̟\}?y cWޝrܮr\系kٿ8\yxeʱeeǯW_ys2<~ic=n^(j7_2>yQW:xyK{]WnyK77ז_p;nc[7vkc|ny-=.O5E_/j7e}S/__)?eئ9-?W7?}3>hgjʣC/?xcߕ_cyc/.;gM߷k??o޻{?g>}t?˟ӃW6}Gc9^kI#cxͫ>}u>ϽrCsC|5m}?re^ۿӅyu/p^G~}{߽ wQn-z[yn6ܜgX= 瞕ճyW=9:gѿsw-?{z:ts7O]ox7<}y/5=Ms]SwoO{SV9VO}}|_G'kv|nǞwsOf8湹?Mrww{_}on onp?וvǛo~ne2߻ߕx[~;7woo߰|Ɵ9?s~۟\|o ;7woZ^g8xw.Ozs]v{+{_ɻ>P3r_?xo}]1={vsV٫_Ǝs0: 8Vs&|8@Mă|=ދxg|ر [3`;wz#,LDŽ +S XИv|O߸?frrkFp?x{wc<Խ1!qS~y=2$s)&Xt .k4F-`s;6x?0*xO8l6^}=0ݷʂ h#:Ggf\3"j͵H+ T}pK6HdeڠqVTY(<,΋o2ֵF:]cO/:hy03P5AAal+}B?g;\nm܎qh,xt.AU\42)*۽t=): +"[~߹VHZbʄ˘!Hoxo } ˵[軁 ;N+ δ,hae> 3!_Ƅ+Hlr`eApM15FgLN#]k}[9pt¢4~~A#>\ }PQTpMGm筍wZƂjC@9V^4Bc0f5-`a…\yp +.`7m_g׿!B̴AkƅvxZa_Ә Y#,Lv? u_9̃~ .|J< r )>&1hWC0`9h6Ǘ >OÉe}銤 v\ mp Pck; :c>-2Fh\85 H:{ֈg>FqꆑN]oyt˃΄'L،j AƒE<5Afϳy0kqN4(|y:A 7&<[EQ 7`YF;k˭=x[y `Ä/ןA=͌B~og^І%#FQC]X0 \4BFmmS6?<޹cAB#lyƃƀ M+\ƽ e >=xE]{KC#`6xZWS3g~<-`=+UkHڟgĀ 'ʞhxaA VW i|yacvUl8Y3?}`ǐߛyVoVk8r]pd+DŽؾxB}j)>4 &XY}?Y[e4̾<#x<̀<~پuC9Ssqgs̉}k<#}0kTy{ K(b2_}UA^d1DUkd> BSS.9EC ?>x?>xڵ+5.%ݑY00#t>Naýoц!`R~q oP;UP3gFy 62[>eh]x7̔ʄSh`† 3XAs=Qz'L#4hB +.,;ٮ(8PGYTΦ~foPAu_zzDݘq Xd^rCqό$v'Ls[|K YPP9=N~ỹȕ q`c kb 9s C;gŬnup 3t +rfn +ތ4]?ÐeXOd} ʬ&d,# Ld':&Dk~j3;ᮢ聚?p2~ ŷx@k(_b*Wu-Cmi>!^{e +]+\l߯@ s3z{MJv$CFsd2O'E _|Oڼ/ݎeA \K{QNaȃ‚!F<̋}LpZ HʃʂeyPvF݀-\:iC,syX ?̃rk:}¦b ]${&bĆ |W 1IWxPn]}3_fgN +MphT[X=:7PgV+]=2)/< w"]pjo/:b8ˆc'B x0c !5/B 93uDK P'h_F DE<:99,8,fĎ|No,l0Lg/EMw-hѺ6; .lX8@<3E7zX ?wWAm0H#|_sN0/N +ﬗ􇇝(:'gaAcʇvL:!FsVɎ-Ƅ h`:\ _+bAj~{DyC9KFǗ6.sHy0F`=||ǘKF]K4湀 ;7+H'|옒cʃ9-ăQLlUx2aāe|(tĎZј|nkDƓ^?bz}c>:-* b >aTݗ (<ܥYlpE6٥k\`M<f;|3' rZ }wE<^;˞_z`>VFlAFLX恏u<văW'`0OfpOí\wܜX>gS8sb5:̈};o3ʢP70̇umpmƃA(wO>b=g~O>uWG88W&\ĉM)q{19S=ճyOmr'r!2a4ٲ̢ [ _'cʕ xzdw%9H Vh?Ͼ´ \sG+'bupM#`x_0cckEqaq>$ $VY{KחQb3<T. (փQ06Xxf8?`s_dp?"mtIng፼|R94 : ͦwר""U֝0bI:ʡIhPv \,۔E. u` nɃw-xtƒ/?A$Eo=#o ;f2b1aG}ᙀ +O14]~?Hƾ}unEup̙fxG3ʄ'jAM=is+Zc:':{>C:G3>sW.e\tG<̏NOȋt{仺 pkq覈x7]`†%{f+,݂Su`>oq]\)e+Wxwgט;| xf,i OSx; Ȝ)uyI{@OB|~u\ rWVhEsx'̃=Q sf +Ufs6~N~0'D|A12FL%c\aa>=f\!!M&iAcV|u 1z93Fsj2Mwx p/^ heBxF?]罷ru\$lQ|Gn1wt S߻ߞaQ*Lf74') s[y9pă'ƃ3勎x xa1`ă΅ăxd΃et΃Ȕ<Y{c4S}UTmp7<]Y xߧʄ +xrC&,hl;_U >ʈ/y>PwX3l -e0bAO9`f3!Uh1: ~z(+:%V:m]B]Mh;軪)gVA34Bv0Opi_n#{낕 y4iȬ^r=΋1!:+V=P9.b=un zuaAf/qd٢ \ X/~K{ q2u}I}ʃlK7^oo`skxyP`ĀS,Ze-^Rf} L2t]$fȅk;ăཆH>yt+CÙ#/kD,Xx':LF׋<i,g̰:v ;h,Ƚaڳ6iopkLtysXIpH;t6P'-\ WPsIgt-ƇmuXmb>XXPF=dp!':sq`?({kEP MtEgv /Zx\wK˃]5 tD,Oذ8QXPљ3 3C脶%Obs\B{)L/}l̃?vy%Je&EkKt Bʄ6<t26>|Q߇c+zs&M7FTpFQ~],gg@+; YPE'J;Qjv`toSLv80 u@겏x0NFoi 7[f3kPybvG^Ѩ[\/0^ƃQ^ 4ŝFX: +zWtuz?hÝ xP'}AΎס;>̈ QDlA"FܗŒ/G j!hƃ`ŒkNY> g4BΥGAΙ."bTciu z!`NnyPXpĤ̴=1\rϽ>7dN~N3cJ<8[lS,i̐r7=߲᷀?Aa%:[{nB +z ๖Vl4zl䈂+2fJ=Ɔ_Yot +Y#T/cl;hc3S3C~OfH0/&l;a=frQ0m0_ĈM3͞$tCX +6Y@׋6d?2WzDeKVqn1zB;!A+6<ș5U׋X 1u91&nʃYvL+(á¨0 ?jz x0 p! zw~ jy>8M9G<脬R !m&/(<8[păs[x&ܨ i<{\?1'S]ŒU'켢=zyo?MZ50k:䡑E3Mpzh͖MoluºKXxOx0bAzu9(X?[p4<{ȃMُN>meǔ\ m(x9PypҾ c@ #^2tCh_FhY w93r6 v]/<h0&<.? n A0t5e<8y0ŒuG˛Ix!}P{(['edݑu_4uXp}Iކe/b#1\͎m2D]̃ȕՎ 2#&g sg=G7Dxg<̅hf*+=6<"fL7w">|4Uz"BMPE)]$rbOr6Q=O& Z euoPrmAtك+ %|ȟGB0!xPD#D!>Y2]tA!,c'j} ;H xڠ!5IhIM2EG9O߷|:5cWy4΅>F!tĀWywM|XP}%=@dTFccOimi}[x48-?CShǃxm? U5ῄ z5h5vm'\ ,~T!d>z+Zg95QWwPksIKk_=xЯYeD2`GzCkG> y*/Z!q`M3f]A>FO57pנ[#&윔C qFa;1v΋lSg^W k*3';oA +{>"Үa1B ƃicNqMN/Lc:zHz^9&xؐ7p>0=rxk϶uFY6*f~ә+ +tV{D= aQLtϐϔ9%]aK? 6.cL6m_;+}CKxSu 8y*#k\'ZxhcƂASOrdtgpă-5 rd *'O8}B=BQM(wz ;9?_}‚_ud(|d8 ,lI5Es_jF DLNS]MOw9[&AxFyR.0b]/Ylni/k6P;:楿L9x/ E6l -1 C]#Sh#^wG4WNp!wO@#}c:.  2.c#vhָR'z۹?YJQgu^Jqyf->b®^w ɛQ}Pre2T.l^_ 2@9[fȄ/}q)94!V{o< j֌rw31xvu2]'aWl']3dWt@ˑAG} ,,HegtHhy.1%]Äu¬s/G7=OY5%IF}AQ' +H˱ʂ{sEG `! %80̼aGh70;&"}@靈rFw>dA k 7h?X9[0&R 0˅)WPEL~Sp`Ƈ6=uw|% +6Cڠ߇.(5ڟc%ׂ=k M9pC{[G: qV>!^Sz4&s4'ZvϿ<͕sɃ`£h#3cl>GC9>k3[4C) Ws5>z|rw?c(` f<[c@:Vxu4%c}ypY(˅@@v=Q{FĐE#,5 ^QT Fy4fAxK4KԻ揗9g5:gx߇c xPC0f&|oL?&`aBbYPw w * 2 Χ<8ʝXoy ,6u0:$wt2/&`sE 6{ {\oy-^pFǕ"\qָjh5A lp򠳟D΁‘ʄFXAfB0kĈ>5:#†Wtc`/X{;iюoxP|_0a +sPAgA>JC] P`3Aܤ}e雯.lXyAk23f h…]"&ڑ>?8읰ZyPuB런q~ЈG վ(SYӗAI'O26g=tGMKefǾv{meX6'6ąʆ^HS7Q6,Ho +nfEa+SX2"yVPtrJxm4{]GE&krLCިU2E8b۹] Xpe?L Ux˿՞;𓾴aFz`A +c&D 놞k<,ץ1vιDL8ʕ2a7\` ̀kɃ u3q fE{ϞZNḥ:"C&`E5&ddhC>P~Al[|,z1k=o D:!ҧ>ʇC4PbYC ){)X#TԽ:o.,Xv.# "W{?zFBtNO9̃hSKv#ΣOxtH5̥{|ƒ GW3etCΛ" 0D ўS/ a&׀G[0XG<ƈʉ?X^!}6|( y7Q.L +AȌ8G9溺/ qS9p{F (|Qц4:92|cQF\TstA~O#/'s ,W}NȆj.<$Nrx:);IN{Æ~\BF92ƀO/[/6rh4oY3Yh6vXZFXt36hLX8ܸ<Ʊ]Ú-2>!#ɓkf>ȿ: MOzF3;6HwN`OBAQDŽwN_hξgF?? uܗw:!_7 +~ψ5;4YTۗq?nYjlSuSt_ɠ~5`Ąʃу?ʄuPLǞG;^<]2ls:gFGz`ES: G=x0d#x;)F>nzfI2N LyIg7r V^AvLH8Q߸3c*pdt>R +#ƟjLa@w:ɢ wD W=8>C훀gyUCxpuB-OBy5jh^<^H{s4stȁ+22t7+td62CӰa}<ˆ S>„spvOvvMP w|X&rC!:O"‡] qw1^NU6\;=pǾs|ȏ` f&ˆk{Q6)Y1s\>qݲ>8Ń4xAT6<oK<Ț^y0<myxy0ю3<^We>f瀎z1(Q9 +y?QX:rE1̃6: ƓYTGW_?T. L;)V ȃ~FLLHܙvw4ȚF}M}‡`z2 *fX2F/2F9\ FT k}3]d1> 1Ӊ uCw][#>T{w<Lj| 3fƑO Aeh/zC<}hp;M 郬 6}el~_i4~lD`-dұϨrB (kth- bePuAAt3Zkeࠚ{%9̄  +>8LQ6XOw +g;Y;t2qʝyTeXTlt~ăA 4wzFKAGLS΄-<^hoNC]PD+++1?ᨆfy&ԽN'iX-%Fv 9o4[eHf߰fhck:`e†gP{ %khx5v#= t5] Lx0k< *O({+݄Za22g;)"u7ל~ʃ>f`QxN~I~5#ݑe}~>CwϑGvE/<x̗="tă̄ OuȄM&,{( R. |AjD%RXJލwn^cÄ6,XCAg.y}?o,BAtBΗQ&|BSNd̺~7{&瞖?jxwy RD]>fG,yP{~t=AeEZNLtng2 8.:-;vh dϰf8-v?k q v #^rIxPsgފ΃qȀ!^ٱ\ƒQV |#27# yNʃ7`2&Nd͌<3y2 \G<Ãe.1!wRD>ь6L#fuG}L9V{5 _a3<zFAa"@3UOgBnS6ٸ&tl"6|þH{ϻ=Fl=s!^4kr/ƊtăwtăM <'_B9xL8Aw 1mU$Λaf*b55d@p5}PY0851j>ˉw}E#mGLxlOIL^s={3@ B0;ƼߜxLؼ~%4AZ)BYiVz#1ֽB" ˰O7,]2+.V::/iMWy6fñ (wxP;v &gS|ðpe0|w9hGCf&ΗY pY,9S&*xP7Z'=sd:=ADH(<1alG<8Hxc=y,q r$ 2#6< +*Ey͜ #cNzS0ʄ5^ dhbX)\&k4`5A| 3\p3!wo^maBbA ~o˃gv92`Ah<-x/* gdVWO#ìj1$Expy11ߕ~x0CzwP7_%)y:?i?{鞃gtų +](8U\Ą0]BGL6ʁ}@x>|BdȹYg,0Xe7;zW~n}s>x5Ev< +hv`lNAƆÌV=oTyгn἗~zN+]3c7m2X)Oվ\r_y.29{ rdtouo3ŵfGd 2 +e8y"(cFdN ̙WrkK]&tS͢i~Theè o#쨯lfe|<@0#wFk tƒ.\x23yGZa胣N03Ff?ܧ2|nGpbMQi t(cV.92еB~v:!yT}0A֞FReF=osTH L2C*fz R\"V8ÃʐV*VnA{=wG߾~XyY2`ŽKh3< 3,2!"e+*CZ̃Y\^HxyWυsZ -VB'eq 5LP'NBFᓮ=6;Xِ+ +~+L,YQ RW wσ!<[X:aĄk,']+L/:Ãmx^sTܲ_V||0a,_~"܇ CL:'y E϶#2dדOyOY^ >x jSU 13ퟘa56DhlҢQ`鏨aDKXe lHy:61urnh -Ԏ yqj||Mw<惲S]hǐ3e^Qw3nԽڍeĻ;}e|GD]A(F3>gx+kvPt2yy]脠;%XγDs^΃;_+na%(6y2"kBd(끘c5 ջi~;<25V5ʁǩLB_ZP9PϽ<]0 stĄN9˙?#UsB ksYugG>ʇ*V?mP8Y8Y0j D ф-m'K1zQy1aă-qwEă &<蹃nxƒ uet.dZ9C4V}y=GA kn +f 勆{EH<΂%||G 2d: v"mO~uFk1#C!eA钏<΀,B#x(naw|)d&2Z;&]w!2"cD3dt>~7 +NB4!q 75vT|P^4=;z5?v1 㵎sʃ{oDDGQr ny0`eh݂5+̭53]{5ץWxˁ)Pc0߾g`!\xL|9ɟڱ yI^ wM'OPYYИ \ftP5wb9)\Q7]w}d3v& g…v>z"[9 +\012 " pb0@/!tL\yEokLhF>:!Ʉ wƖhGP;!]OC{*F,!p i#֋rČ:a)՝/F} +W2^D1Ah\3gxׅILsd:a_LăV8@;3 2veNg*2twE|fA%lІx0 o=۳ܘr7 3#t`3O 7Gkw}yLѵ}̲G9c٢Ir׀pr v,xP+t.ݾ ,, 1!q $b^^+[_\2C%{=RKzgrd|H;T7]xaffDza=X&\)ik5Y&p"[&A胮 Fʆ́'{O+E7:g]Lƃ~dP4®S>{/ǷsEE=OQ#g,;Y2Y֑ =6:u-<z(tBn7jNWhe +>G x~ϻv@ bߦ 8yp #Vfv<ioRx0w"%VܙŶ[gĄ _( >}gN *Btڟ=yH2S>tG`OA<~S?绅8[GAʙQt=ʆݹTxw }<%Ǵ=Rw+_͑qFs9ꤷ!A`a,+- A4.,|WyPr xpȁ}o0: þ +4ӳ;u D`]>Q3 ;!&QΔitAtNhm_ kCmiƒ뀦(<]+8 NO.< +LC˨NX CFz!?袀]o.>NEt&TSv ':* FV~‚yCNd{6x <n!>V|2Æ =B ?7 wsdLFE Hn&O&5{ g*aNy+f{Q4C:2XlCп8&>ȇӔ{}k<8ˇQL3QD9`‡ 3_rS/j`@vONY#,wn9^xI +Fzap40!xйP: ʯuQv]/h9%q\o1ɴ sj8AHv3J.%# u=O8fh w,be.dnLҦC$ G. +|P' th +S^jB+c%4 A }LȌ|mtArd *Rp!ib sALKv 9[&%<3za†epwY! +3-pf"=p&d(sί<;x`5&LߧNCdF1ޖb0[f>^4cy2)E,xp/F3|_+ej FAژ_tp΃YXИк+ ~놟}Y,LxltBcAh;$(xo ̃ mF  g7<ixOO2!# +D*'x#z${hƒE4Ā?`/M2]t|fVspTܔoyrrpu5Yw +P]M<䍲FhSFQQt@1 ;=Bs lL3c*NgPfO+RL|È˥9`2]kz(&v;>zB꘏xᲪf}a<2_W;5=ƒ?1̓g΃Qf^sLHY'0# y.h~ f|{fyP̙:+q. ƀ)Li:ϙYX˖Y +9cMx Y3f]jNL  {Dy~p/`ātOge² hz4:vZ1c:xОGv4[Z6TD.ja?vB,Ҧs]4[4jho\^2!ޠuYx3וΉPxʻ&f$93}y~^}nװEBc3廋GY;*z3Z3eCq ḣv\پ"A>Y˒bDE9&\P.:ֻzGOT- ܗ5F eBe GY]tU:Cx'"F }?2QuPԎb4M}XuB#CXf*?XPY0cBzE.9)oVsP|㑿s}ḁ)=.>RdT(B pĒ p&8 }@}I~N{Z) ]0ܜ%:lX0aj+̅Ρy~4߉&qe>aKxjww٬Yyrݨc OL[d0i2B+v &]M/zcȈx&'lq {/rktBfħNXyǙ6h*ȔQtpt +FFa yfƫc hƁ>3Z7ag,h;:F~Hw @mE4&\Z{BOXX]{\,8@#D6hQهAA{‚m -xP{\6|<cX=恏F٣a 5[F;yw0A%Y8s\ƃ=":_yPQ9ÃvZ̾ bZ'Q BY#`Ą!Kip0ʄD語Հ󚬙K99<(Y: r/!re '9n  WhE3`CyL {wxxPwmov8Ãiou>RX(1}RJ7e[8̛ yOYg蜘h <ʔ9J(8 7 ;hxp+ȽV|_xEGN'$lt+ +A:o3J} x f}M/ G_`ăPp`=d2OTW >h="݃+ZއX/nP|EA v٧0gw +gfP3GypK^J=0۩9+T/<oh 6}vov‹A [v}7oS0 4_XLA*݄?0cL69_XTS+z^ rNj &-|y /LXvKxaO& xPY0c0G`_=CytY.[}K!FyG7|\!4h%ѲOHeƳ3A͌&H;)_ 3 o!ڱ.0!0!s!z(hy>Ac?ߟ +mpg{N=8Ç'8a5},T{Ks +[ׂ vsEvwN<[wox;8d(9&X&ݧO|=fS3fI?ʃ=䏂 ;$A3R +1L]-ALȃ`džLiDY2\wA7vyp+0L1d` uD|=Gsf&}ٓFa~ !r<;;ƃ51̓s? ]/ x2 M|F;'"T_( `kgr(Qƒ1AD=[tOMxpĂʃ >D' ~6#v +/p#uêj5<=7Ã8l +`t/9>xp03D83=q;9ϑ1C}PrF ~3Q[^zC`} 6>@eB^ny0w6ƃL:=ª>X9C;uPz_+̤8O,#W+-sahK`PyGg܌lmga;SxN!]go?Aja=-'xdg]D>1Zv`P8G}f[m8.ÚaC~.#-7 +#FDYaG&lR*ZnR5a2.lhcgy2EdвS`[Lnzn=I#&l9:bB5 &*&BAΐYA~,e4\J1#]"^`̃>i̅ +^7~ÂVFWsdo_.k3^Dgf_}'Ͻzɑ9vԙxoXp>RXUtBƇ>BΖIP;s;'ZypĄY,ṽ2"[wd&xP7A iXe Kg2YY.Ä@@ .f,cG=gAᙎtʀtA{}c ht|| ݄:'seYO92^ƃYx?)Ģ9S&Lć/c:`+(Y-kAr"f[~ŰC"3]QVzGGvk=_[˱:* uxǖIߝ*3Äk<-GLڿ1gXA͕ fXY3f(s4&{T 7IY21#~Qd*ypp޿cB2zhלQ;k4í>YLyp"tzk׈*><|]y23ܱkăX0ʈ1{T]p+N1 +۽x:?z z!x<52j N#TpK|<䉷w`gFQϖ >›޸.]ߤ<‚U+4&`z {A;=@@f́7;ƀOeFYA:;]7,pݾi3;S :`ăV&<6|,Aƃ7^yгG)_ @/\x'ʓٷ bG0Gi??92̉u`;/Lh>Б_<ǯL9랏Q7.x\, maP+{`Kg=猲DI G*n߱7}Gf1=;Ϳ/L2 v;+lJVhmAfB%$.t¦0f *z0aƃOvȄ m׎chăY߄AΨ6{5胞+Sy93z[}=Q>̩ЮB4@ Z@UTPsW7Lw̃{ xYɎ`a$%TԮy4zt1Al`xcڸ_??_zOG;3:'B<)d]lx0 mHyO|[_Zܷ߳M~s?a6D lYMpτf:akK<٢ʃȔQ',;|"D _'ِz^Қ;Ù3XA"G+^+ixм4 pK? l=;929t]8|ʀ)<{n<;E<8Gh-݄a$$g6w Y=ʂ{`ǥ ND{=#1>Qx;Ϯ',R;J%Ozz'*-ax8Gshs5W'c/]'Sp >#.[˃I'aB\A;0alڈ~11>wef0\"勉TP.5(dx*yл%W}Q8t(_) +&[ aÈ*A_d<_F.>Q 9SFy0j> 2CyG0ȆI'`Auֻ@~aCAh9 #ڟ6 H٢1 +ϨaPc}>7{KE;1xDeg4j;lTVV;zFO.ByFM#aC߯)Q'#,~/}P5Baah&† 7t -L8ǾOÆ*!N†#hÂ,RyʃB 12+ [蹢 Z=ξn/|L;:h4G\ɣkf>Q5M0Kx5Ä[#T6ʃcR bKG =g&̓%,H׃ + _,`雸|7k̃`_ʃ}߼>\i#\х +4֫5=Kc>"_~.a  +'6kQA@ ? IWu<ߨ xpYgkŃ1efy2S,(%IDL\|]e=,kGBj~{ƒ5` p_嘎NtWxP5C~ms3[3d6`sÝAă[۹xv`]G +Q$G&'Y`ehOX: ;Ӈ3a +Q͝͏\G0,@B@HJdž Ć!Lb{0q"d `@՝:5瞺ޛ+~ݶ{s9LrfLaCxro|bX#d94?h(&贿ئ抂 <.k zN=Af@ zM04@dlSsP X08hPAǁ2Ɩn1!w# 0 lbyxEþ }Pk!2j{Lă1aAxF={v &u5k0:Mo!3mc +f N +fY>˂ rb+Е\=mi:ϝY}cxA0 x̎eZn tA3֌nl.lr3 [8#,Q[ Y_A0 >F:!3!L<8c:R' fG W3FU@JGY2Y8?x fc/Fl4D? !-tsvLă.S&YzYFgfvNA~+3 yK +Õ{'bH' F^<a1>WaG 5gFB  #Dxp9Ab:A1l:aƒƄ~xeLQ1 3`&&zN85ό;o7C&98;*<Ț<:(Ty˘ (ʄ]…}9.ynAτzC|F goxM踎ɄiOQ+_cms bo0a…e;ȹ 80`j<C1̂6; ʀ棬^J׽栨xD3"2 F5X3pV/j稼ܻ/[Ϋc [("[AyFk'}e= 6!z%=-џ<BxD/3. 3 xpڎA +; xP% + f: ']Gywq1"&r=x̨:a\G;xr6謇V8k|6Qϧ=ڠz2?azt{$;f:Ky}QB㾚Sc^p`9i/J}L ЀYce~ //rdT]P;1192F#M + uZsa'N*Y <xOqx0cA + %+aOwI5+5߷eo3G?Ṽoš1:Aiyr;w~ k3e:ݩ`#B#Ņ?h#]o W2 uJ3t Yo{2 jf(M:1+nJ6$拶lݢQt{0oߴA·< 2*"{y2Ac-ێ m60F]>ȝ gt~y0\PQ?!uwN@'Q0A ʈ <8Nȃ!8D<1ȇGX0sÄpS8=Yg.=ƒ}}B*[fg? uBddY2`e-B+tRA;Д)WF=-,<4Qz~8&준Tx4{ƒ%_v::-qBLu-2/Sm9ie02GyoG<1`d`00 +u{Ńg/ȃQL6p;76fG<2Ihytˆ 'nUd>\Ac@`-{,^l:7fZ 1`VϩwdPy1|X͓reI&+ 0":&P9eq 9Tv]NL|5czMxGտ,ύ8&⺀26]ۧ=t_OW;gj~5X\V_˸Qʵ0 V0bAr!zȡ&1^=ʼx3baJ`)$_fAEB't1t햙UfJ>nAbCΣP'(]ˆ ]ny0TseLJ>)lh|(;QG=FAt!n#% P\-m2Ą?t#k#Q;F_DŽGv8pa=v<xP'Ab™̈́kA77 o7㳨{taCE^upA}PYA;Vtw}zyf:a>aQ<3m뤠Qp{`|E#Qa wVȽ-UdžtlX‡F%C~WF&ش@.`0~7(vf#d:=p)rD^@>ٱyR2ʿ|q鄢yX6:uPwrcjF2H% ]¢&|^#zI\ҏtBA~H't~р"cBL365A0!grv+~tn }NŒ#;0Lͦqܠ_>bEt̂,Q_-L2I )W&t=n ~rLeuQ`Dh]'A+ 4B G<(x0<ƒ,x=‘G44A3t"Kf* >,Z!Y<`$$dMx1! 3lFX~2&lĄE'T&n' 4>`[ʉD|Ό {;5%c&,:ĵE/tMj3LǃIO93nB}%z㾀>r}FKuf-ϬposeBWy.z#ΝF]/yƄS4;ٞ2r>#DJEEF]Ba5O +wdufgH-FF4(Q4DH -|[$D jQ"| + s{}Ef8=YBjϿy?x<~|pkG_gkj~rxkd7vv(Ww?Ǟ/~~7}o?~w/r1\m?>e~|y?fϝ|?VSy^8+'O;C|?OuOރ|캍ӿ~y x;wx[4?2㇧v/?P;W^9|>.竏ɯ^+7f{~o~p~Wt||o7ٱyno-shnϬ}f[gY_o|_z,'>?(cټ[n.}bn^X/y۹.|pjn_yo]Hۗ?vܾ֕x^\͛%|:vk,O״L~pn_7Zy7/n8ƃ>k/yvcc˼Ї^=ekX2v||pn6cx;ƙcq|g+8'zLg?xpt<@_y{ws{^y/=ܷxu=r|_(|xL'.GL.uXa9Ž+E8G23<SC<ƒ&ds1c^<_׏ea&|g,vL:Vt?|H,+EDڟN~|߇s,g©) xGXn .fUY 8OϸYolV57\e.|P2.Y_6cL)Lsa !Fė:Bf\5B0cƃ~t˃x΃*XYиh22o‚`l32̃΅ăNiujȷ߈`D9`a#߼Ah6`Bs:aă`rqN <a ~tAb p 6:Xίڠ=ߏJ* .wˆY,wa=/PL}@Y|şXYLς@p .; .:326'01J1/_B 67bˆ VHʌxt9HciÀĄey&%~-̿`A6h}gԦ+ 3_7Zy޿#Nƒ'1aBsUg[yPMĂe<>: N |c PvQ2QjX6dBEU'Tt)q2zE/X۹3p-22FQ*^>9t~Q`x`daX._Y./ÏyFgx<M;$gC6胑4:߽U#|ʯ\xy4‹cdF)!k׿<+`Nh.xAƃwx0e5F;p[ĞyA^%CƁ΂_ĥkpMl ȾPdw3>[55<Ą*2FȾQ'c+vX/hˀE,b#]XY<{Dt\Xyʃݽ;4Q-yC*u=F軅yd7 +}=0`4`׮e:9PY1[3? !={Gyw=6{wGd߽{p/j^Q 5>K2#<澬 Gy1<% kk  vZ5,gAgZήv}Sj;51O%t&:!k#X0A%eO"Er<-<)N|k_; 𜌵f /, ,:Mp>fh{u<рCFxвfFzaaª*F\Ȼ}BzUʄ tCf_ZA' {ApB( D;X=hnYa_>QhW ~ܙ#Z4Kmzz60!Ou9 ~|͙tݺ2߱/@͇?tGcgš'3;Ń4tou_> ^Bh{b#:zJYkt oyz`aC@s"S۟{{ <69~}}wr3Ń]aDKԮ +xP0kămse>sXDV2fXcz$Nx`鍞N>< `oeµ㘡OTӻ0/V|Q\V.T(ؐ5„} Bך^̨8d¯/ J{s vU8?clt秙_4ە'9݃#dnr&3N[4Bk`ڗޚ_Y0j>#ikѠ;(BLG937>QUZz:^}ec@Bkx8"GƘвe)nzLă[E#hzoԘ3Y;kDătwtȝ+Qmy0HꩋyL<mX1L^lp†`l.<>[&yG-f߬0!{G3m}ƒG^Qɗ  A@HE!໮i`ª]kAM>3ƃE^Q],`4~",p߮(;Fw3]л%wl/b謫~u_x 猹{1bF^nAf@귎x%xK{I<&,Q~R^̐Ot<jLcă4=1ʈVo(; 6ՈtXw=W8PPv{BuBf\71C#{5[&ʎv#/"qKrY69d1pAeƒ΃k]ѿd#q _~ +3…5_= U#*bfN3^\F,`Ü̃wy#uH@|Pvʺsý@ A4B]Zjw5-6,'gɇ5!ߵ<ZVhE\Ƽ3Q,Owfp. (F<py8cpU*;yC3P=#h1Ă6cLd6F9ޡB .\XmB=7euʂ t gx8fexI x:!YR{Gѵ-OΑow83΁X]R\#TfK=>aGNz…O8BxG5Bj йp4Ǚ#&Xyvj gq h75OШOP7uNS(<-P3<8kΩ>ϙQ}=ʞVFlLG}exk9-.A^>3ʾ׿\֬QB"2g߅22 # zh/WL¼xC н.k>,O5kb78kG٣B#|~|њ1=1a@@0ꢈ0'Mjr uNyF_Q><&,}T2߇wsR = M"&>)vƹQlذɠb NaS6D|+˯_ 3<jg#` ;v.8` &yгgdǞwe y Vypm'Ƀ3-<AtO [DypVPyh (s F%C٢̃+`Y+zHfāFʃU~ )sϱy8BA=y#̴r_}+3A=>z2V3r`Q f:ogt<-f<{{EΨԽ|~&;FC3w7 O/raC,ub5=,—qq>V3^- =f9rd>0b£QsMah!aCj6`It:x;.}'̛온0eu 2G7\[7cmb}Bz1x>+i}º[AA ]ĆҀW4w F5|ц k`ƅCȝk'ub\8 $2q,w:&~!|Y xдAAxk%h~<2 2NzcRϼ`X;%")݅ƒAs,/jZ{F=ˆ>xãʄO#ޚ5ϪjjG<n(_f j}K8k[fmA﩯Ńk1ѬpOLnopT}{xP'MؓGM +:Ã7ƃ :3sZYyеAƒ`it+j*wAf2tazR  uQA3aMOߧ w!6U/R5FL1?[Y#hS`s lru/F8>f r!x Cra~r_aSXdTLO h9 әsH .hnjmQnf(?v 1a69C9Kpz k10 ޸~׮|) Zco=B:.!kٯmgz˘Ne( p胙7Θ{?S9!Ad=Tg %SA!D(|Q'.DnLăB0d?{X3exl=A?dD!|kʝA_2=_T2dB'΃<;F8QΨj|;3axFaQ. P/'Qy' 1GQ NaN5^¨o0!G0a#_QnRą=Bc2˘6 7KxDe}<ʙ2ذuTތ8I_W9ɃzV]P8~dU'FH<0Q"[TA xieJ!?m}3ZjzE/?X#, ,= [|8^}90wy2CSoW.p,romyйNzā.>/=dmqFLb0fY y2DgX?_y߷>^,25_w ZfyIId&;}jgjUgyp+#FyC3?Z̾L8U <8 ='81(LQT& ҈ _a|epX3,B'drh O AAxË|^~Ahi@ Ѯ"2&T(bawNDxp4F^oƔAd` g^2w7.$f{i|.ղy(H']BW+ɹCx 9LfBFș23;sAgAn11=BtM0*8J30e< 7m`7^I` I`ase2j/}Ã7n2s2 t5NU/dF܇C-09^fa(ƃi?ar?q`Dž̃ !TOєǧ xȄtˆ][d0a_ǫpa} +: %!0cŌ93>q>L9)\,6L2f>$^[͆OfF6E+T4Gi̇Es-nhL.:&IyQp!`G_X}x0t}2aBH#%;lL9:X.1aݙ $',h%pWBPn eh:#.̅#ޏf?'RPyʢZ_]YWH#~NNzꙀ' {aM +~Og}e*"GYwt^\`9F:bIeNvi "VrHg;)ELH&Ed '2O~Q)^ +:2GT$ 6&< +6]#R`}>oOg:&5?&A yKx{/1!G˦,'=a`x6͊y3& ^k̘q_IFפg~m#}Mk, z&(̨W4!mAL@7d/{K\q!G%g&̘ 8Gyd|gp"SFƃ ̃oцdٯ kQf^R/6erx`;XyѼz+br__^ A8,˷FNXxwh&+f깣'c~'<APxPUcTVl:g_{­L8r`3^ͣDC~;s<3*<) t_i>Œ,iM7u&6D{tQ餿qWzn\L/ZLgy0wr[3&xM{6ؼyM=|'^PQ/ZG!gwF'TC}M>hσ}Gی♣=ڴ{$m먯VNeBLy%ExjV)X/Sht&x#Aî 3J/zv2勒W2Y7`54BڸQb=~(Ҩ"yE\>L &20镈2cR\t܈X3n7Irh'Fq<^:Ãk҈g k-SƳv$uzEzk8b5RޛgJt>d*+2 vY31<s)iFRft V]0|; 'ZvOTA@#6]66,t olю3:kv20 Y+y-+ьWleYv{AhEAs_3e{ o?h<2 bA/}~Qϕ!)rF;;=u{]e Me6,TvJLY!TL7^̧SeA5?vmm(G5۷\.7,H92Y1O{7t( d\ Hϧr46]BAJQ . qF}WtUsl 26,t\Xw U1 rfXn4A1p c 8<8‘wa(]u0>9ڍp! ;EmQsh rpƒaEs˃Y39dmzat>r7|tX0N{B!$=wn㬙@=ʀG}VI0aE^Q!=VbA{oA>xE#,.Xwx|9k< !_ bŒoU| ,|T#ȍad5˓)!D(X< ǻv1UlxPB4[O6匢^?}C‰4rτ]\Vkv^V>B7" y$ӮǦT#cB݄Qs*c6']2*h:߉߻(ǻ I'Nr!*`u4mk_hd=[4<e]΃U(p$xN3~[գ"cƇ5w~ft͵Ƌ +v\h{g!)_: 72#Cu<5lx H}܇`7rFiibBe kq {F<_OF'"l"I;<.,]>k,xTN|3j>Јkzg&hDLT]0 {$/Zs̻J,ʅ<ΐ)<!wON% r"qL|Q/}'^#x%3.;];::GڠM;空&ޗU}TNzEBa:':k.g L`* 6nmL |?p'aą!@'xrEO`ׅ(_wMX5z"}g׹2{̈[b䧍vo?uO6Ev.䋒FuA\` T,`MpYse>wY! 0“Ae-f.̹ue4{\|C~܀ 񏲧4:R s!46{/H{~rhkx%, ޺넬wfH]eR~_|E tĐF^5€\΍Žfn maiG=xpo:jƨ{E+p3&|d.4 + S ++*Xt<—O}tȅ옰N;MÃ)FalxvG>QA`d& G<șَ?Z/bL#K} ~^cpB'lIgaub.u6t{pia6Ιw}eo''`a&$ܔ=*fѨw/g iF>l:ߨpDk״߈Xd 0 uTYef^ ̛O?`#6X~/gY0_3eu+a6ChBLh2'T}2ā3X8>QeAb(x1k5ArNLv;j<&=Yg=w4>xp%f-[㠪O~Lb.gꃼqPJy^qbEyܹ!| W94bBg;Cyfrp<~(G嫿]v%!2a@ cA2!"< zLY?AxFnaAAGl~atߎ!|#?Q[d_yPA01_A7&lx^ [yK8vH<9L| >d?s n#.ʜw,s[o?L{:)u՗BfAxKq})Ռ\.`O+vӄypi 7FI\ȺdĒrxG5fcl7,z+í<~ͦ߁}rNCS 9Ott .x㡏 C/c8n+he:&|h~ǐ}=vY1df`%ʹ w}  ^aAݎP嫗ξw&y;̓! 4<į[P3xE=G42u'P5BΕelzI#Pv`@΢)0v#TP{'"DOwn &1P;>zbAO?5_t6WE 3!k{G:)]<%f_Ϻ As6RnBl(!^ReI;>Ćʉ!'6wu?T=u "Pw8pmͨg1e$'Up?u6…x #aE9y&禜еy]L7z_39 pdǧYѹP0cėxPw G;F*1eˆ >C ziEE}agVb9]OP -‚ z'<}A&1`u};\ήw%걟% wyLX: O?fMr!׽k94FlfeP5hP?L' { n_uAs„覈Mtی6N 8Z"U XyPp '鄪"7oaAh*6;xЙ/ѓ7˃d3y*Ń<mG æE>kKxpȀ J˃%CWeX7d‚|Gf,f&KFA#.cfX:'rB̬{uQw3_sĊy2x M0ATgaĄ]3^ȊQx>35K?{ʃʂ>hr:U3<,87Þ9Af/z=e }0#5WAwkW=x|&(wNAxLJ7}5\{_W`ƃ!}ʂAO2Ax3i%]QwToƋ˞7oҵUM$Ok;&8[淾 k>8( И(\Lș3i?=/bŵBf:ÃMAp'jto#j܅'|#-z"T&ƒ΅d>Fadž 42Q/Eʆ4rtυ*e60j {D 9p F ֎ 0O'B]PY-4HR :jýyM7e(63qaS񠽆Qï= ǁ43uCJ#(}v{)c>ɸOX //ߑwD<51 ;^,W8x?UO3Mr#mP Vo +#ĂFhz^OO~sa-SAh gD,"sa7y Vh4/гhj`͓ j~vM 6oy4uxiCt'<req|jk!FcD?f< Q>{Gp0p陥exHOWgtfg0M/4k/&z%1fiԝAl53~Q><ȹ2Q̾;ʓxNʄMv+< vȞcAbBʃMLW?E֥p*WF΍rEG<״ˆe$?&`ǻlF0h9`F ծ +g„9s%]7JMCL2j:w^ߚ6>Bpvp73jChW.[upc"ˣ~U6XDTzD32!iO1a?uC;"g_/@'q\)a(gY03`Ā>/kިPxF^,b .Y\7,ڡ`旤.S3G+ñ\ca_<`WгJIKM%Ǵڞ"L#^Dy>먷)O(yL',# YdߨGfƂ=f(reTÚ1I<{6+Ț^9nF~ 6\vi]aƃ eVh,ȗr!Md z&^{ӛ qfdH'lƒ˄aFz=\FN8սB-D0k€<r/F T r*REyW:伆 놑.[nNꁑ6]? UT?H+v*Y'~:aO9E3}<ȘЙC0Af{a:(RdS^ʄzh04cu&\FfCz í)QY`OP`ƃ}qcA})T/EKDā .gյA?^3eN<}S ug4wtć2 +]"FOyu=N\hl0G ?J;NHшІ3FCX<}1F`E֌qae5&7)i!HT|yл"ԝB5\>[.`-٣_{~U w4A$,11,Xv+v92Ɓ7Xx[;|ܻ0o4bp߬QK +m˃9&4‘fNWt̸Pw +3T(⼧#)܈PS{ʤ>`fY)&Y8k/fV]g/?gʔQg)ɜIP0' f& #N@3d=wHT{'{  Q5ЧZƩAqaSX8xO5Wh!#P+^QfB S0"hU&Ɓ7uGʁʃ,Xo83tM#lh]Aˊ X8tˁ?ñ&,?)=e6`S rr}Q3HK0<Xu=nzfe]U?MU{W/fY3ȘL<@ v{Y{Mdˀ+ZXX(~2S"y*3 2:oz4|~03,?}O2vF97QΣ}C,켣Ohehz? M Dg= w|u8ut#]P3haLQ뇹o{wU.\˘a6d\hp;Чz^_y$t'<&WKnL FXrC&(}ƙ(O >s/(90v2G9wu2F< l%sT}И`/0CWi;}ă?jLÃU+9K n`͟qMP2d?FyAaV.D0Œre2h?T fF#}0 s`#2ag‚]Œ g4&4ɟYˌ yg0.Q^Nb}zqh{!h&W>;f;л[uTp53`ǂ_Y&?s4gtC(kk8bE:V0 =r 6~yʅ-o4zPCZA  FyдN<*8.OB;K1An s9K~ 30b<'pv"6h 1 r={:I't]ھv9-}̆)Q%x;˓x0>GG3ed{v |=vǀ)&<]N@ j;]jqk{qĂzƀ/=ABvх:p FX;%Ohnߤ.B;=r\xP) +^e.~ivTۻco:߸QͱduML=x[GLiሞh̃=l3:̕Sa\zAxM :!3!,e0 Ͽ^7Ac;c?,g%tgK@׾cE+(fy0_AO;~t켌N5otM+z w׎m>T? x;-NbB)kvL8#sf {73m/#oht<>WƠSS"4m +}z BA {Khי CNd&\ޠ`Ƅ>(O=ߪ^H;Uˑ.cT.&O26kʃOW<,wD̘PuQͱ )nW_=AL=(&f}yp&tGixwukgu,(L2NᨷxspkLϕ g +]nv +0T^ш+ <5,εh ߧ\6_c+#cx +BY`da};v.|//\Q|w_٣S9N6k`C8.C` XpĎ529 y{AΕY 3jƃep`r( yYCf@pfF^>̃uo.j?Fm;7X:xt7ϼt%d \.85 tJ.װq=<kͳ`D4~eqʺU#F9 {4 +6N=J;+, +Yh[8 R{;Yʂ?u>{^f1 yP0؇ Wx]ȜY +S}0dU{ a.G^чgUfĄ 5^љ|:XP3nSO_[otm5fFш]!#;̃#Ϩޛ YHa*/\ޔϘ0`DΠE'| w4)[߼+a限lwKsE157|7͆KȽyHCh=F #=pµD0"~!3bKe7蓏%2]7^Gt'J<ǘ'9g45 +YO}Jhz7<ꃥ{A͓ad z&LG^;b Nbza en;m`.9G3*^QmRxw=e\Jr7`kO<șIʔs^C"}^TOU xнA7=re?ȹr=@a+_]PY9.7u r-xк"Wy2>ɃNX7 +^CA1Q|)qTtVXYu~ṁv2Bq9Ga%Ic9|њ+<„<4&DV?s`z| MƓyGR]0+hj+:a g!?xE#6sfLDQ/ 'js;x2"+ jɍwuB֜X ~(~QI١rA6T.p%Gf~o}pSD\&b”GB.g]=†·-d w .uGرxgp;>ObGNfع U+lf2#t;&̺'.T@z$F g25 'PAf9.!{DU;fC4mx7J92 3a7~r{In3~nɸ0A7XP_|QD#?O=0]ӮhW}Nt&EGl^x^A=.婻.H C,:fU >{R*C]n&cqNʯ ZgOCO}?Ԇw׼QNG~Eopă;u䁽HWT!FpȿuFD~ȿٜ#xpjy+̧*Փ:0w*r'su֜S>SI 3EK&uk,XsSذr?= 1!|:[pmpOL8d࿣2ax`9i47:/ZuNܣW"dʃ3߱}`հ _WgW3g6`Ć#t qR'TdNfz|8dJ7G<,~&l2aą M{@rnS=.!?f/Zep9Wzv\O;Q挺s6h,X:j z&`#c?[xP36gx3p,6cԽM)v~€[|QWW>rhc?rGFput_0f3C: ;=8w}[EtՃ SϨd|F/K a~=1Y~k̈H|F$iāXYC\. e(7g/ JDa̕ R}~ьG~+j j}mQ 3~Q'Td_큽:ΓӆY1BFLXѼ&+}Ǒ_O{.^QE.3l|pwr`at.dN4A͑ &db_ićMOE*u; FL\LlgAeˆӞ W4|7\A4(;&bAA͒qmXLɕ|  =sz(ob+pa=.ܢ^w v,ucUOhƃU=Oc4@בZۄXH;<A!CFT̲e6Y{ML#x,QtG]B7YDB5[|ep*n_c._y1ae'fL1L&ʃ &a r.\aGDŽ }C:]Py_a2jv(VkYnXG̦{,?݃Nd}ep|ybƇ_nO;!>zE{, :t'=Ukkl]q.7*19/bYlHLkQue<}"v S;_ăv7.۫#ϢHg&s;&tIe{`zVypȆU ܻOsN|?r;+٘8c蝗}.;]tȔ>J d_<*B'A 34SFc^g2{bc]mc^;5do<z+~MG|̛暬} u٘%|Wt U}k(ƒmLXT_H2ʂx0:>?A/Aj'NLȺ5xsˮ>ìF>زdB胝gt^=Guѡs>ɏa_"|gc;xPefǨwd8S&ewM'ht_si4cl9e-|hy8:!>!3lpAdE8}hƃܿ> IE>8hwOl1 ,;Fp- ?apMN#w=72cD2u>ԅʁO0n 2Y|kծB :_hh',(ǔ%* u}A><xpG:aƅ2 qvna2JZ|Nf?@ap=%mc5^_=0h TIgg8T4B Fs͏w̃|Nϐ24~L˥qo.=]`„3\O9Sf~Qwh~ƅȹE!;S+Aq +Y+..o<ٮ=Nxi~Ĕ 5#{ c DG:0c{R 3jGydp5Nyf}Y.͔G"_fE#|w:(:0A0ᵲd:#G^'6[ɘql>W.t ,hrdVxp 1<8^i]9 2=BǂAW~ b7U#e1wBA`w`l_ޞAt\k {F9kc=v. `<6Z(}ʃ|bOJ<Ⱦ2/Z:8Cx1 (q` v^f"y=:U-1 #:=ƒy0Q_^y'sK9<\W.k(X/A2Bxr(mypȕU&5j=`O(,;0饯,Q5:tyw3ˇv'L2aKg^n:af@7U.~<j +iulkd);"Q"),ٲ7: nZOfgyNf>Uw__^}>8s̝>{v6~}8-gw}rnr:|rKgٳ_/o}rb>6:_p>g_NIn}t__5]:^yWr?n>g|- n_|\/z<\>7~k^mGWG79lçu_V7Gwqߩ>|two)690mokyzl߿z_{7~׿f޵vկϵ/_8o׿\yOIͳOm-n qXu__y_'˿9?g?Χ/\η)0W?=|۴s]7^Q)N<߃W]t/m>tym\/n{7>{WkOt/;hO͏;QُxuSٳ~?yOϞoezN^/C߇Gt>}w;޷>Cc?ks:^鼺^]?WOo:٫?w/,ͫx/}z꼺+gntOwu_s7שc _֯s\oؼg/n^R7ewz>yykϋ{ͫ{_?{yg/ϋՃwRftˇ;u7m^><8޷\ͫgp벹/Cxs8xp=b&<)S`eAf}Fn3u8 xAu7fᭋO=OjNmtƒʄ/~Mx r>A~~>|rj#ddm~=FƃĂ̄̃ t`axr `ᩑgfkfw4)tA~ y|$(WpΗ s krƃc4._堯9 C5AL]A+5&AY.I@]FW xp~[c>|!Mƅ>L]j#ܫ!yPPѰ?LI){G wZexvQfYy>Ѫh+8A?`m0‹#,~QfyEmoA?߱郕 ߘ30a#.1!aƃ/nR‘^ eT.4LyH?8oʁk|~'3ߨ`DŽ`@: .TOl'9]ʄFI|ܖM/vz!Ø !0A.w`6#AAdx0俢O>h~.h3< CvWe${ eC1π Y+L&Zn 2bFdڀ #]>8]}/q 8|+mEO4q1aB32eW[cZ=e +|x/dN9tA_12 3̴$"0a 3D<*6َ`6fL<i/oo,x3lZjFG: + +fF,.wtƃFƒ̄ʃ8{ |#]x<,H'̘0릈X0kC~(x0ڟ ^h~hG~%Lی&1f0gSxsFBhvu)lQΞn  x}orA;ߨ =HyLqʃ_E,S_Gx^oVHC9Q{' eB Ara?Ьp/x2MKyp,L&ʃӈB]p':.$*3 @ϋwz휮t`FEC#?"2/`1`ufL(ʅ]>haă!<Ѻ؎#hvSLQ`-9?:=(c?m/zE[L!Zt@,7io_3|yŅoL8) pƃʄ]L~Q?.S^~{2{Xpz'Bkb̃# ypf<8'DˉXpD.g&.zG~zahxkׄjJRf}yp .`ϜI~3^ yn~\LyP3D#4~;|ȃwd*x 8A) Făn7/AEYA~|`ăQ>MYnz(x0ʭtjǠ=?|6K1|yƃGƒA^gИͤS=ixwr<͘˄C̃ LugLx0Nzf,x0`ӱ dˬfd]?˘o4brz3F̃t=2޿2 ;^LȽ3y W<&}ɟ1'V<ь ^z|#3 :юan<#v1N1#wqW. }G4̕i eh {EmgoʆąI/i'WJ<;ں&?:?qyGuP[^(s0ΫJ\v 8Uz,y^8;v 2DiLc3}~g,'pY98=xoe {X9yX{+:֌ܿWSAEvL͍i[~ 2d>-?|?w /Lu3 x_G<1N'&ɸ1(yC'T7"\ӬM ,3@e{&d0fLZbAGSxL9nU rdp_}<\G3DF< iCAF6N/,[e4|Q_5$%AͿw݀ƒgFAޙR!Ϋ 8y0Wf<8蟰B_۰Pw:6 rG鑣ӴE0`l~{flq yJ;?(&W57uz'\iƒQ!8PS<}䭿8{/l8hPƑ?ӿ;oYmofl<-^Q})̃uWpyPpp; +2az6Wxpe"-p3yEpu<980Lg/Z.k`]AehT/;`pĊ?+٣QhxPbF*n΃,v| 6vB&e/:n[^\@\wF;\d'@GȞѨ{"ꡀ^{!eԞ 6<4>ߧ1r!kl_BT=N| y X0#_go13L{ h_(XH7t8:& mONPl bToyEG,ȸ>A۱ ޮ"; _Td:^~q P,I8&iʄ{x;zݮduqF}uzˈI+ׇL8me70mpNf,eWEckU~KCøY\<6m2opaAfP<Q`.ꅑFx<&\AuyP.{qÃ{FOzH'L]B?ȗMr]LՉsWZnϳ;8 M?L@ |x?İwt/*zEͱvfܗ'N\ر`Q8oT{(">Y(ߣj1>E~ >dcMӧ]z\GS9>vB4.$T /cq`U S&LxTă&ȃ@ă y1*!U]wu z +tV}`LH<7!?q<_vߡ) -Sx0dl&ҙoN G:aK8vP`wg,8eAf}¦ v4A郢f Cn'߷Q6d+5T9\HP{{ 1ʅmd]74iW}>Qt î=Ys(#xlZs^̘0̂k!3a '4<dj~#L<<)ݜ3`ȅ& 竦G۲?4 | 5`(nb k^BZ`;Ϲ1gߋh|4{idec.d=Bdn;l9_0ɏfp Fٕz%t/<`2N#lZlWNy#dx0E#`9nw4 c-u[d;ủ܋>LaDy.5聨M\ {R#Yvצ] +uoo=GS/3sȃ-so ]σiOZoM #pepbQ.~یn';$0AtяS0 ѽ.$3. g<q^K[t)| {Bx7Ap^Ƃ+znz E )>xǃ`/J{;#h?凎v;uSg p'my2Z"=Axq;ifp0HQ@}oy{<ʂn$S4\QAވƃK 8btD5ƀs6vRhQCD.tH3E<=Vk]`릯]ƒӺS%.T}Ю\Sz|ݎ) +bq Apf1+XKwJ&~/Z9#i>(ϡ9H(<L(kFy08o|?%S#hF<l~QvП/c7LX ذiNk?uV&9WsjGͽ.BA`{p/L8pYL0|~{/Jau FXXqa[dQbC',\Xe}:`7m 3=p4N'< ;]p!4^˶۾KT/ǃ3Zw9v/fL' o&`Ϣ.^KyIqƒN|t+cT&ef꘰d"?iLux?Φ{y:P053+%nu=(3OxJ"plX{M[pw- T;o cVT({mZ 3_S`ڭ CJD뛨^ƃŏ|ֿkd<0wtĉNXP0Ow !qhF{.,_qzIܱ7_hg"fYYL/٢]/@ ;HI'=NG\8`/i@dž m;q7x k<X0ܘQ.w3)ypǘu + `kzGLceyAso΄{0l_9gzgjh7yD3q{BeC v +ƒʻhExrcB}v y nD':i044pv(6m{xFh-2_iy-w>kyY7-3y<(\h}u/9/U^h`?O?{6-ź-ha3 +QޑN0K'O7;7hw}0ꛨ4;@Rƒh{ b¶Oʄ]脫L/zsm00yp`Y3z0.vJt Fєi2?<8ꪗTG(/0V{0b=~3^D, σ+3?WC#޳Ix:8IwyNQ<|,Lu2 gZc!`o&/27<)xە$ftnS: #>z\'fN)N3}+23qatQ(K4m~QeO~`Ā#.{ z!Ԥ׸0)D} >A .p!w/ 3hY #f Ep#(C}NM^Ѩk$ˇY\hwyGDZgU0 'w~|@g†Nʓ> +({N'~4ת%޼[tȚ"H?Lze/D2E#,y1\e{lh͊xQj ueu{O“Q6F;ݯqfǤFyw +)IdR&Z+1U $|xO詎{Y:r{zրq'oAǀĂ]1j2\A͑amp[Duʃ~V㾧PƝ.KH'\({t;{%̴ANDa/ʃ^u_O4 `2Q'}?#\ yBWyб]>e)Fg̃13ArC(4y߃(w&A^ă{΋9n$2x]ƃ|^ƄA0 v<(.$=pF?Q)bD zo7O?̄6vmWTd,jE'ͅc&v"0&^lwƄJh_pȃ!M,hKʂG 38~~)|mqxh:. 2H;̘@+Y߄{hne<T|<;4%˲Cu xFY j/}+t4C9ʃwAUOx0<]'v#,G 7z]^62pLȃe#;ƄXYff1%1ʃ]3[ocƂ(rlllx΃d[yCyrR.%g>jf>Ґ 玳M#d}ࡠ/9;{]!iⱈaٯp}GiQ~+ȸ` yiZ6ࣇ A-Ã2fC徽bpăo,8A1<8e2e2&<ޞ”7Y=<8Csd4צAŒ g]Mxw]L o{&vDx0(y2`<\W<,`'&tH>03rD3fXAˑ`ƄʓÄxϷ̂*Ny0-7Fy+i\VE|{̍l<ڸR&%FN·1.\gA}CQ>xǁgp>;B] +2 +F\Ա`;Vf„+̙N,Q#$-X;צ̡ygYxuƃcmeTQ4@' Qr_EKnLjS? Uqʙ5h ChWho0}_ȃA(뀶W8SLe꣌Q=dk}hp[Bgd=3H۔|6D(A+0;,rM'd(wQr,I]*fy*LiEܲ2`2pًy#Ux\ʄ3=84B}oU/^Džʂ3W~Edp=_nÞh2#4m'Bf&tBA^j庈shGuBAA[ {̃o\Gƒ1a:!<(-,y>xYN/L1Nq?v, }E/xg#E;7OjgH3 P߃x:Big E|VhBϧ90hQ0+|QN+6鈾'~;j눨Q4tݤmLԑ蘐|F3hƁ]ah^Mh:aM蘎5 'x0-uX4C a! oԎ,/Q&4~rIF_LA|yAzhx0XPsErCx'aƃu?]pe_Py0,k<.bA:O5o`,SIQ+cXqz݅\rt =C5%mІ:3HN=B>!|ā1?@L?O*{;ׄVoĔf1#F4$J*W1Ai:=ĦY;*iyWͺ'rΓŖ/ +{)?gZ3Ѻ&Qe1 9[&`&ref<uf(WTu`= F Al1y xҌ94#,cwLm_0~{A>H;̄<5! 7'|-rLz#PyJ g2"i`@dF< S lڭfLxyYELz^I8hЌ+CʃMKTm0˃^yPgI'0 gfI^"K6gT{5_4] j#>Q񊺾d R`3 z1bVIn +]BxFu= y2y-\C,Nyr]ɏy{Sm1ĒOkܼF.\ɑawLxp| F\#_ھ:}p=hZ6em\>VWʏ !;@{=v\8Ȧ3[h޿j#*p)Wd3Ax^UԽAx9c= ;1Wfm.gSx4ÔICu}Zep/%܎1ʼXX|:;.]Œ 5g "S ~~!op:^ yL:AeatJy'x~^y6nɯm3eO٢ằ\<g̓ +j=go&<kƩ]?Pm·+U-}6N4XІ!:(4D^ e¤#R̆_<Ⱥ տ?\>狾?ֹ4&Ƀ>2Ąi$G<3':xLGQWq`ƃ`A:uF<`ău5_&r_σ`Bre".Τk"bBǃELCH:!ʄFau_492G\hs jv ,uU /xFG=ϥRA1ꕥ>F<F!bG7ݨ6X a׾be`dXA<g2-sb\{yp71e&]~% вeHFߨ1@'\<ش‚Br̔5%U/$]_} ` :({A]/8tB){e`5D(3?̃.(δƒUly*c:30q/ u]`c> +^o||.s!{E;"*㿦Լ _\ +ɶ_};iqϺU*'OJ״~ƒ`l0bĎ ga%_H;u>,Edq&GjOcފxyu-pD`}QN"nKiiƓ6,{u:5i,S +B7h߼ nK,m+8oUyG\xLd d&,93 uYiD(a!Ã`3tY{xp}4[Tz%Od(˽xz|{vw.QE eNn¦>{΄v݄۸ѤA3d:Lre^Ql`4 =<8͔ +v,H<8 ug\xF9kt„¦A?%ĥ)1ӬQ,On< =UCuX*?/zƜS~Q Uq]/U F:! xStAfƒSP g۪?+ϞiI\^c)xu/riBe*RZWؐe>A7`ܯ߲^B-<00kCxp' /U#΃gxp1qfˑi,BD`a_uf•yk{-o0c wկj̄e7|ӌ 5S,.dtѦul^+4wuVA/(uMŃ+,t x\uON邡VHYQ׼ ;EyreWzaȃu65Ce‚Y9xz;,.?/x,|>άǹ Pes I.ÛEhV}ŽUQ>Ǥ"L#rƨ`e]!$6tQA˗qR?=|C&|Q]~]B՗Kj *4DN͗Z +C(v0e_+grhfL% Dž+3aLߙtWF|8oڥr4CTk%}z!2_C^PE㺤'"B,8!*'y3!.\G%~tuߴaeO~E/e.PX2Nk0a򮡲"V$?zF-ccE˂ Gzm%|p 81## 0xh0mx'o ^tڠRנyEp O # j/v\ÁOƒ9v;肨sG] QLdp|z[cx?Wl6AF{\ :!4ŖW +cཧL#iV3A|:(wֳl3b¤eF93õ,Q?@|_pjgFPLC'zhF,gZ;o@5Ӓ +]= :C?:{XFgB̂7郭y )ORx5zGVyߘvQD;{xИo31Afƒx: f<uW!]v|r5=FaB E\aBh꽃NQtCd2ZIϒyc–2c;~vsWCjc~ăƒm!O{u~ 4"UEP/|0O&ȕ {oL`ʂLYƒz伣% +64}nk,LytB V~H aOA:ց2 wzag+γt;6kbW;d]xp=0k>7߷-ôT_ìCZZv[fD\ݏoW`cuk`??:}01a׃Q +ZC=:#MuFI4G@{s#hz`r.4gLt@<n wF;3ă?z 2'ȘtA:}(cdPyp/ip=4<1zFLCN +dăOo\D<&|E; [f/ v2 Mm"0ˍUL1S:a7:e<uTD{_gƒ~+hVtÇ"jη5\9_de脮 Ą#]h2d(4BeBxP3#EBDŽCG.:od8Z`oIϥ7NSi<}' +dąپ`vвyp C)g/lʁʃF\ޫV(ݓn.;}Pypay(K}>ϪK RL7X. i'~ h6otȄI֨Y#etH_'3,E:*FL8Kdr\xTLuf٣‚ CzrFfCZ/!˺lL~Qc"ީS0p^?ʌqGzHwvOtl6mrFQLlSlѨiƈ\cqW,st[Z2 2k7`;oTe\qf1W2֕1c&aE 5w酖ιEiy>8]> +}z6ABʔ@^kܑr>>geBc%Qni9drX09 k!.a0Da‡6,o4ȘLV ?P @ƒ̄1^G0Sf}y#rW}GHY3SR <t@|zx ˆiQE)L9Qg[ąoPlwИ0Ekx:=5XPp+#< ! ƒ{ȃ„ʃAA( +G<ꅯ;x0vÃmxpCyYzY&QAʄSivzx {bc(환ux|%ڱq̫YFL{>]goh8d͔4YAxмă|O^yiy +#4P2F97ts/<8eC' Ww + 7O 0^r ?0O&o̡,9ʞ#&,q7GN +Ε)s@r qL;0ʄ7g4 Ftˀ. +{2#3\:@7qm_TheN<{'(|dƍЕ]C2`Wy >Bcߨ\ڡ󎢛;)p|p w?lX9TTثŝ.cF4zU i.˽0#e`Ose2qBX겔yV<̆Ȣ<̌HSqLn>fRvlrg*Qw!{%i%xط-w= 3MُNe\0aQi33z"u76)5{3iǡ/ذ,>z7 )&˿UxT=`lG>wΣ}dQ&|e]NAfW )_Fyp WwX'D(勲gc K4NErdF yh tB™: N.j+wMy4„ª&Ap`fL8`iVNncą?8=igq)fxp>XTdhϨRFZ 3H=:+iu+ 0!xƄ{xe +v~pʃ7>T(8P; iGtq!vs.Dg=mlXOYv )Բe23&j6a<0az LZzζ YW$?{܀-WV0L#bʉĊ^=xs <b6̐̃/Sς;H<8PyȽt{fzxE5#Ԙ>A7+:sԵ6t2y$]̃|<8!| <}nfSJn~,H<2!`?ϼnH'D}ȃ<&2H;y٣Ba.4&$˴$F X2fi}F[E>2E ;(FY7}xИPt7bBVMIG<ϑ2!tBҦ;l{f˕z ,Fúa/]<Ƅ]̃<#ӻ& B܇<(^Q@ÃߔhoMLǵϢ:NPC2 N _chʁ^(_ؐ<*ōVpl8[Xă>чv&'l0 GyCc>>a*Esy.WrV tn&~̅2bY^ u'~a!qa!D1/v_: ^꿩kz_4p/r X8\rΈѬ|.د~uKsKg_xg ;(2,2_ +&y?<.1eËٌ9_T=OS0bBB =~rElQAۇT,y:}v d"-.1B>ɃLž)2hr֧x0t}wԴ[m #Je܍eޢu-ʝT&2\#4ȗڜvx5O{9:oh<8ރ7'f|ԜCɘu v +cnTmvHM CfBu boyy x-ZDKă`hge\NM( ~z<8d_ sIuM,嶴NƃqX3)ddz_ɏI5AL oą F<X<4&cL;tU׶ w' E+勲.,x0 +- }OT?s)ṀfʁKi.kF>ʮB%\F({?+c/z&1g 1hA}&<R(j;Au\]_i|M:29 UdgӤ:P*ǗKݍN:MGc4QWEsi5|`#(KraҬtֿ/>Gy8aZ*ugk۱Sa2^b£yH&/b`68=|mn+hfw=}(uO@}8^/s,1^^vp2xe ;@tdoˋaodDZ8빿޲'#(kƃF~>A^s]q/}/ Dg0 'vP.!xq蠣J>i'c#w˚Z2c"mO5;C6}Q|&QXyP.{t?@[onn%Xl;2&X6>tylj&XxeNʃ;5Be 2oK.O4Cc +=@Tv|ȐxPlф ߍxBΘ-eL td]ޠfr!` ,*"WF5pߎyocM20`®^y*`B02aĉ+ZTcx\` ]>5t9q^3ux>A(넅 k<>'ƃ7W#dݘnaS`5pU/ +.3;\9~Ώ,?ng>}t葍Y+,̬ p~ `-J]st?fRެvZ2gG*V.s?v +,ɾSXœ.x +C};Y[vAFqavn0 xkv(Ec"xs8{CGI>+ZUbrzw9ӵc;NcھNY0bcfVX]G<qzG3pGx<A Aft]#3%$:/:QoŨ>.]/ڦ`er<|kY C&pƃS~Q)DŽtz N酚i {f2;A%aD7aʃֈ|G`AeGB,#& kF]6O(c>N4%~9#6._F86JGw*ch(u莠jR vɮ(zPL6t/]IDEC.tBa)]ʁ)6&5ƒA=o|[uoϱBVHsC|x 31<yE#ojȄv̄tѮX7~= GlK +{#mP&2Tv#Dk!wp޿ƉU_n}p!#x04"F~k{&BMp7\RQ -m{ V٣}k}p{\8_ w-Ay}xǁ`p7uuEm3g<Mz\cc   ]8\F+!J߄Eƫ?Kŵ׀=uV|rgvz edcN"ƃn\P 0P uym tt t:1 o 6qQ+ C۴C~́`@:߸}]`]^Ƌ`7Ϙ]WXgzLL</> ;ߨR>oߙ_ڏ Z?lێ xv't"i;ACuQ]B '`%$=̄xݪ|W>Ǡ)hO=$ =oh~[F(vi7ɛ'iTyESٯ0^ |`CMʐ33beZ'gyOPy~W*o4&\uOQd&) fza{ 3.H2Q&QƖ7:DL3 +}p :}O.zAK ?Τ^ 1ܱ`r˩T`0AZ?XkgeV2E_ O΃{pY#\ɖiv/|Ye`e S Dg,aʄܙCx0?<8`7 +T̘NyF6&d2&ʃexQ{9L=߾x0- woă^H{ezL\ؾ#d{ADFʇ 3 1`#-94e>yt=uP(A~'o|c81v;ƒN75k:`?oh&gҡOtă~)b*DŽfq!i{y&\h_tąaJK. +0 =^QP3 Jt%0'% {BeDmjgO4N8NYІgxl,: pd?[rތt猺]/L~QA͟a6L{%kNgXyGWtB3]PDWΒ18?}I/_W矓\/`Bh聑A^ <3ꂷwcʌ/'*3jNꁬ^Zkw|L82G 130 G<2{xp_ AfB}YHw7c!1& :&"^ *bP;(U#M90a6~gLN G(<8Cx0eH܍&!D=4sfp4# #;NA\xRf1d–9rIC%p;L Wpe4gC>cBpȒrceG0ALfC!kXӋxxB >z{%eP':l?oYToTFnˆ%uYOȻaG!eV{ƺ9F 1!_Pw ?zg'o}-1AG7n};Ar|.C& :#rdΰfH <3t1< &<%Q',93`BΕYA͕ ]̘p%O4 C,} z`ȃOctLrf'RNtvWPN8Pa >"&l}A|xvˌz(>ds40a#eЌ> wv:_F4b$Ey/NyP^>3#⹑4ɆSII#[RQsCƃ7E[Bf'M9 KVxCzR֨+XxG9cyf݂zxS 'Z!tAtc`\.ƃHcB@:_*qe%C\郑o\u:~o]khaD/LƄ+j<87q_jMy78gGPOO/jX;Fu0iwRu>X[PCǭ VAVxe^7.{5&yx>/A{r1/x_y|ً'O~gu>{ϧ❿lw>3\>γ~|ygO?<{v|>ӻ9{v[y>o}zy>O'._k__/}|| a_7pk_ӱ|o<{o1t{wkykɯ}pw׏~mǏon='ϭ/_9_7z>w|ۿ}z|jw~tmykfk˃Z^oGQ>da1whgw}1:}&Ƿ ?}Mi|/}uد]^:zg>\?iG?h>ǬGGu>f˯}|;gv;/9ַ|typ=oϱ=߷q<h}xO|gy4z9os}/ύzu>yuykLuA柩 983VO'ӷu_=}|>}<읿 +[?ny^GGcy]mSKӷٳ;ٻ=ߟ=}&]&݆1w;S>WOm~ i>y|>~<:>z{ߞ}|?~?8 l=`Kn)|xgfn~o~_;;_??8Mϗ&K{W<׾k~W\'G<9vܷȃ>ƒ Ӥۧ2!g92a?Ä^JHʂ…2nsn191A"X&\(S_πngo9fyo[O<-33Q|ַt<ăt <>4LhxP/_9NP|ٵ2ߐ 3bB Fu†y + GL_ny0Mfx ZYʅc`A`ṤV/q?i&~jR#\o0nNX 6Ip 0&4<vqZaÄI+$PyÏ΅Fb]h܆._?$r!鄎6 3H/L-x0sb#}[s̃ Aqqb0{\ 3n<wW /u䟽FZamĈyz +s2U6Lizژ01Xmq̣v m h** B+ľtG2yp1WX&afmv0 Wv ; +&|v\+L5+xpEl_Ty0 U)<((K91#,͚켂6}|ą𐆙.9C*uevޔwRoo|/̃A3 |Y'LejZXKypO 2f#O}>s Ѳ93>8.ɜ)ʓxNYfĆ!וσWx8j6뉯ڞ2F>Emo+dX+T0Bγs{_=0(c0eC6{<Y~9&lxHwS]g铀yǢ5KfYĿnΐLHP`BL1Y-/w3ʏ :=Z^&N~r`zg?2*{"+Sy *#tˆJn>n^K( ^̃4){4g`AuK]2_Vʁ%?Uۣ `à 4`@o;iFaʖ)}M`A3!O?eL~W'lXW> e„ʃY{o@:v#ʟ7= fq%-#ʬGLz$\_ ;N :`a;: +y,h;ޠ +fE㇏1 M׺^fIѢ!uB +3Lj cAރ䯡fHWDf ?̃x]Xj@kx걪y2Y'L9 V&M?'И7h@.R-&g=A+ F]K0`2J(wNyP2t9Ylt@«*݃||0 />;c`0b>y*ƒ&<#OF. .* ^>0(?r {y3GQIQ7wM2=ʄ`A`9S01t^R=amEWxsHĂs /vep5e/*lyAshJĔ&<,>U`A@ᾤZ5C7.:Jj֌1^apVyP1*Tml:٭D|&suL.Xy2\a^׵aďr+ҎL=.Cq |u,Xv` 3u]Bܷ̅ef$=ʩ'xw\ B{p^ 3bfAt9iYx`WyPd6'?^cǃ:':. SzGsgi5N>G~ahOp`f^.?G.oΣ2!1M*0  R6ђcS>thFӎK~ 4},QN ~t .K8zܛ1!Ẑr7}!쑈"ƒxF]A0`ÂA^Ls[P3(M,' \hw6ƺ7GN2; W;0+OB={ؐ*]O^3-1;K})oNrGZltLE +ڽBh!Vs/OFul;t;p]əYi0a?#4=/R0_GBPƫn:'Q&L1iGd x1 GNf_3D+y`ă?{MheBy zߐy1g2.xR 0%<Bp{N'ƄMg/FN;=,8AC!,ÃQA0;ypiwyA/8Ml͗LΕɣ}KxPɓffN8{NMzcNHeh/+qnIxU5Ac:c>fA L-_iκ gEK4Hy{tdN:k| oRFl4BQ93~l֝c3_3(gL̄Cz!Yݿ)Z^2Qh%-Rd8ͪӆif8cBwF}4}(rȘrfv :KF:aǂhʅ3"PyGY?6)&=&y9++/_p X2=7k̃ GB@p"(a7Za.RtSPD39,^3Z2j1 ȔQfD7igi^_g<8bCp<$d&d0ʗahăGP|p=)x6-Nǃy0 dI9gLȏ; _eKpąʄ<0 y1u ⦝Āʂ' yp3wF<ܧ<s;/cϯkߴɕQ]9KAtw{,QCp!8NP'2NXP5@i<)fy`?Bb_jv<8 e4v:6i; ~{W ^>3:WfTĺWHǼ~S~]ĕ #Nl-AEﶻxȏ)lȻfA^ OY>eB +'An ^#7~, /_RQ=#.4<ڿhupO\\:P3G+F8HܷA:!+vrĀ5eoA, }7.Oܗwdèmc\ *bP2F3>6ty 9 +*SU΢~ +X o#vG,8pȃ"ίiA>/; !ާP|F-8v + w]j՞yeĚ'3NnʂzW4Qh>ĵ/G/"f2 {E37|Y/oLY\V&\ 뙰92&+f@+2a WO[鲰)\ɗy=wzgLXxrs!tBbB͑Q>Cտ/D3rf3H9+9năgsʄ[H|@%ϣ<,qaq5qͮ`W0PO X@ol板9"k`M7:twXaEF8pZ*x13L_HT\g*loEqDΎ!-ܙSH;ȔQm؏:͏py_ Ly2 xL;37/&xc' 04f`+Q\e(;_{?ox0b9ƒ̃`BIFp|AZ +enȓ)y`\4LH9Q +"Cgȃ mj/vbSp/E񑎸0~M%vvOx3cspwvݺ>cpf~{R4<̂?)67I2OILăt_,Af.Of||uL0ߪ8bYFHǂA,WTsMF92?i:U'`WbE'Dox2p +x{IE>uM.%$f8&yP=ʄ Cy3]oC0"/6ӈsl_Vx0kG kV!߳wN-"t:oNdn# +.3{dos{~Cy~+:s.<>7ܗXy'lxP}<+L +3 +~Ηc;fO}f&$(U/zES`ȅ;F-9A r/!2G3erW2!A`]0ʒ1,80Ϡ~ }PSf|b#m3pc2e~S& z&\ Q2E^|S`Ȉ ́6&#ҫvexUCl&>;>q:Aucb/2Ǻ=<e3<fO%&xpȄs5yILp+R}+4=L]eF;n +zƫ_><ƒْ|4 xʬpWbC&Tl 5WF'U(k ׽Ƅ:9|2K춝a;o=8vӜ`ĂyPzFged}6w.su3ɗdex%xl}~ѡ^It\F?:1Bt&.8&. p5УyWBt ?p`vWV<ȓ?}Î3y3F?DLǃ ~vq̃QDuڟdeǀA{_g9nv_+m|gpwݿwH~P=?MjvhsleUO:&:vC#d!WzEW]R =Ba譹o6]5jBdp }m` Ld&~Sh #AFF=-τ8F<PrFGt_n~S(|AL3-^SMHG\GAl7oLt>bAEY2!B96._r!˃,,Q5 +-l@+C;ȕ;dȨg9>Q˞Q~P҃n݃is}.'[?<|yKut~k4R쳙3cz6{Q'8|7P-*;=W{MVÆ(3 l>俣gVؐ>Hy2 uAw'cE<ܦ{?Jƻ(G^PxDU;T)uy2ʅK=BDŽ+2!r62Zx0MADŽ'lt܅yG#L%0sepwQ<(,Gw0FSd fر]G +F<5[e`s10hװ4 ּPA0!k q"xmy7q9 w#4 w_,g<h̃nL;`pgAf=<iNڬ$z3*_hʃN 3ti{x|L̃\`f2ATͱɎÃ<6̗__A8*eNV.oTw Y' ==2]ިP]Bp!3aNl… r^ @)h83:ɓOVf}_pot &Ծ 5w`9_Aݩ:!^MU{,K ԟ{lNA.\`E+= =w4hd ZyݯB;vϵʃHecx{5n9ΗZÅ{ 7ÁUkQ390] >A_5hGa+׫W&ޝ{Dӎ_]>Ox~PٰIi0΁oraʄP 3C:fX0yCIISI+EG>Q+1;0/KhF&'vky2y:'q F3Fᰫ~ă ? ;g x);2a jN GG8 -p;64#>x0̇ƃ>{gĜvͱ] ڎ/5c&AAxӞ\'*u:ܫMF A]7 s1<7y d}pdx.^fm*m3NdV<\Z˃M7=믆 OŃܣ1;jꂣMz 9,]|,1 *-pU5=|ƹ2WZ 1i%go|~# ??`=냖 3VF.8b¦n([fe0ѳ_nvOF"fS͒'η0|.W4༜#to>os vܙ%ӎiƌMm+yM]d;!HB[]PeD̅_BLÄ~O'!rAr 2\fŐ3ʛi=q`sٰM9~<{?TV^8 +4W̙ĵy'ԃw EY/MK5S<ߍ/`4+\:`ăM)_f"cto Z}lڎAbUL,ɡ Y=ʄ~v6E.\KFʪWxpgbyV=nI=hH +.bA+55x0qWuB+<{Ƛw/`? fwv|9%W#ܫ 'q(0u>_#&ԬQTJwm9 QbAtO5SN&0͈G=ahvaB$x;S #6 nbǃAןX£wM.fg8ʃ &zN3^ǃK y>c`{ʁ }pĂ#]Y^sz.Lza!3ᬛ : +y}ev:j'@bt5†!3j023r}N0냉cWXn㽿5ktrDq̂"KFiOL)z`7ho|#+]^D|xډxPB#à JG=x0sa'(SFѕÕ޿cw ͏ ,(5z rH&( .\]Ӆ Gc Q!r#x(/Dܘ6رc:hy'Q=!v%na .WuA^7^΁W>4YF/L%Ԯx#ă43୍I$փȷC`0!9c=⾮s 0ioǻY1 >Ǖ Y6scà'nv93^dt'FF|Xf];z d&TzBS0s vs MG :}.aa44929Rh9(8tQ?X9+*<̄/^<{y0e˃ Nx54,~E]Ǟ~ v Xpƃ^l:' Wx2T8M//Fypvl7Vh鏰sW(c׽?5'G1s7S2gS8Om1pC M.s6ee]`>tIh<3 3dK?<60gزi^;~deBRp.٤3xٻ+yG]MdĄATLQwZ{nO[ʆN4`})7! }0kZ&d. o<^<ˏ|iͰ_ޤN4RyĬU74;`< +X:&ҹJj̃ ! #V7.,f d./R)tBAANyP'ûhs\0&ذZ,@~>1xP)8_F5u c4?/dfDd`ߴaBp@AA+OY89Qf AVx2 +0::(BB2?_-h4ʃ#&uv4拼{f`UlxF(QfāIXD`#jzsL,,</XxaAx7YN0MOy2)mCe 4®>Aǁ腪=_yR|mWuk|F.D v !wOԏQg2&1a F٤=XsE{0넦_aȄCL({AEA3.z-x0`1LG ' R[IL[e 0}@ ,(}cp&H# vF٤kCÃ*vKAe!Ƀ //Ώ}]F|6(3p1Üv(2639Gz$g`0e<85r`T?]D>Egfxlr 2  vnz] ~`NJ1Q_l`'?'AA>^naV{M5og\TOu9 T]0{67f$?w8\LfLLã5v svɕy=96FTf3nJӽB<{y j|'<}AΊa(xM'<Xfe}`t_^Jbg0zHy0?ϯ}1gͰg1Į!3 y0$Jw7{?*FL+|uxucxPn,q8,y1q.vJ7H]i)uYEA!x{&S>/dh,н/sgR%X|S|W~ɯ~fHG4_v#4uL$-p`֮< +;29>|x<`?!2? w AFp.>Qɑ Wxp6 .d6\XޟCuu/q4 SԼQ:#jLiƣa˙}Rvn@'TlW^=yu~] c]yL陨E#1(#r7a;uBP(wQ>1!_e=DeJu}".x;SL~4=,`O0dM0uʫ>rCk( +' +h!,^Q H](AԞ +OjR!M G2e}o.d݂rf֞€|V̓ z%=BDŽ+<8%& +ZdƃMO-}B 3aWL!qbOcBt̘&sh'Nኾ7z!K8rR2jf6;cVy>h;ӌRo?8pevh3rbckꂋ=̃r`Ä{Mƒ?IKQf=<2J]•|ѣ<i#m0 {9iZ4B "coƨC;j=o8f,Ұi\Ul:m!#4YFz( :e4{+ tBoz~р ]|:陯S:&j<:&k*?KqhKJ}KOEQ^M@hmT3ht$mF\y=P9IyW.xp OFhp%S<&lxp-uBGf̤e\`Y?\ɔ)ĂU#d2ghpYe *]5+{EuyuCQ)k0'ou=j| Z}0ie5 !2DWt(Op M_3gtWfěi_uD3{AtgQY5Ra_X_k6Er1<OWv GLhy0}ĄV(+;;F#2FWyp%q<8doN(;}P; ]wݐ3JǺӝ `bAھ a0OtFpa':(zgit *w S6k0bB73,xS6/=ePYc?p!yJW&_/lx|g wsvO9O)k64 +뺯h *;f}@v *ts)p|XAEf񔢯 $ p@6b *&t5ǜϢ_*rR&FϽu5>,z#zrc S< <{sR|A x3G.jG˘F;JLi kzE+!&#z`P'EK+\xΠ=Ưaeg$z`XAT&nAjDsˆqɭZ|<'3Y ʞcӆ1'"烮h{&L"[By/+`5A1 &={r`_u=wĄUhC[ ^x|Q.hv飛sDFh}\`wOy0MSQZ`Q +{pկƒN#}˗.o[VÄQ;7tcyP9]62rd Pӱh/}Ãʌ?Eu: 'i龠z=MĆ{( +V}d*^ztӋT}&|y$>Jgg֬EB稜Ydj>(f}pF ?ngӎGlJ`Ȃ]g4 W{k<aăY#\͖ Wr:vr]]& 1a>gJ<}\AӌxN磚Isj/we<8َ uOXvG:oAfKdj'APz C䎻A +^B+<F/kLAhmA?yPy{<̃)OPvx^`N̄Cd?bAˇ;yUcȗ9Oƃo\-^NLx3!saA0ɖA@vP4\Ah<=Y2B Eza'h+XdFS +o4 G<+ xfITMN'Z+ &e'㾅E~#{1.G93s!o}ʇą#K~HeCdi9wU>&-sƶ`!M>}mx I`XZsk.<8׽w.%< Oh^Ae`o~4;Z S賻߰{̃`Bh̃<8#\5Ctoh~2eF|r5|"bG%dd\*6reF\ƌ趎ۂݾU^{ypoc/#6_4eLv?d8lv.ֳ.-x0s`a.;}Q^"֞G, MkU5갘2WGy{2ޱ}ؤ ȃ'bSUE +x6g~}7Θ/[0gla/L8AfL٣F :ԎCC#> ʃ62hV=2f:lF3Cnnt,V8{!'b6eDeņhVY \`ACk)}U# X2靀vd]*[z2( ^*h3À# =vnsO}s /x?`#8CysF<,1 +:0ù\bsOر 3iǂ.<8cAW:/5ݩy`#,;l#<c“dʤA==׿Gx4 y2B'L{<#zpPC=C&,)t /z.d˜aCʃ3jw)cփ7>Hۭ{Q: }>4# {~#_(뀕Gy?cˤVheeN-ϓm>|y؏̋ăY;~gB`Y2^BnN<%^̓=Q͕)a[hGL`'99mwOPj:Aۈ&XrdF w2B.& լQ+lx0W5€ U+Xp7:b"l~O/ ӿhy3<#eĬ{4¼g}ʃ7\.S&w<99sK' ;Ǖ32 B'=>Xio0ke:_50NXGre +70Ś! +ol +EZtoEngӁQ??eo+Y)eo&(id&LYbm`DEbC}mQ:!|4xǧA0L|}_}Pt`b4MWBѫGFuI, XUY|\̻;ypW<QA˄{#M)axH7<N3d鄻y<8誯(6{zlP9q +F +jg6eʃγ*:Kv9gX0A˩Iyp WyPUUɬLhv꺷}ʃNT.,O;ˈFi31*-@ɇu .vˁ,߈j's o}=S샼Q=W*Z!X/ wW :amfBSxw4!+u//#OAʂe='`<dOZѢ>zʕyF;MO|>orewϙ1 ܷ +9LK~-1!+uP |eWI2Sdߪv3xecUݾ(F:g6I_g4,<])3a͔' +'rCFL^ٰ脼O>5T:Aߗ YLeE/M#<5^Ot|+uP<P:#oheC&Nxfvwu}{xM%!c3l2!pƄ˚{-. ˔F#\}¤~GunBmBxP=!rN&3tسqƃ]|5tutAQM v$<{]jNkѣxw_%_WF{XiHFWyP5BeBA˄+aM0 :G^PDŽY gZWk;'6&L7_G=z…ZdBsEAt vGˎ兦@)<(=>XvWype0:LhRw!=v+1z_馿l V\% y0{:

 D,hrXq ǎ1 0DyWT=|W殻ƃ2ϐ%նJ-oa.Ei~xMz?52ϯ~#}@P> I6<ΊbC +`q'pl Mx\v:8Pv`_5m:$ Nz`q# +S:y;m=^WWA\8AO;]rƺC_+΂'WJ#x 뒂 RSR]KS s9{Z53hb.DxBΑ :|9ysdxZq\l*9Pwxn5&d?&d<$ˆ%u%>UX0 Z5XBy/O#R+t+8WxO/{[ڭ s>o+)ygHəF%rNuN#%06hY(ȴcz|Ry?=1y{3PW|{G7ɂ\o[GIVs(z(cK"tdzSFŷB`NzGyy\e8aK?kא lG/ZRZ%ɐN9W-R~v g'|+,O Ϯ'g)Fx 5[}>q b2#Fqu=q2xŊ Rc-bAzTą2#r]7My\6뛈Ts\=BU_Ċ|Xo: .{}K!s1_tQWgJ"N~<@EqL':p``Ă gs.؟d…!AĊ΅bA7ƌ0 -vKɃEChƃGxQʼnޠ3`H Nȕ3`!6<ܷE. &mri>ŀEӂ7CL8UܨLJ 8}ОNAe +&*|P,y|XZ%@<}~~ฯpKϭ8']wGa7O#XP1̣44r);mel2Ulw+{m,Ƣ^\{_U*F3k/Hmu'HcIxbGWIx8{~W[d+Fc4y)<[s +63s>W8q1p4s`jBmk 1c89R|(rt)³WSlP|D8,OP,tg9Wōo91žQc3$"c`Q?`C\((Cx3;NL$CP#R4yئfoZ%`syxՌVrתk*Ǹg|a /+3縦Ś'1㥬qNԶ> Gz&?QEOz&5_֫9QymRzQjEZ_E 5cᝪo]v;!^ǑzXA=-ԯ`-ȝd}U޻~+9<Yyp86cxL碧:q ?ytέŗ(oQ|H$3;[şycqh;;A{{}2N8ù +eq窟cޖ7H@^"89,z XϡI1 ɏ :3FZs?;ȉ/a}`pD]-SkrTQGAcǼ{CX` ("&/9WhU?48揯[ 5WHc-ď6d4)Hֱa]ْ<)YR7CQ.z|  3r?+El+8!cOōv{maHꞏ}v`.<.w4./ST$|z0Pl?i^!'/(o h7qr"' ΊbDjq2/&%Ϲx'cDxYC`z&f9|tTT{!WLr!XϤ> +v\Γ~cQZƎ2տײR|7y|d e|a|h0|3ٶ1彁Nj +\7蹃yܧ :C_; zMyz>'0^'鵇CbEs\5$ V'̼A3uang>`skg\{w3ޥ|w3m#x_kK::RK_Ye-Fj4b^UEbSZ%j{F 'ߗSe;5$^ef5yBepja_^S=6B+R\7o8ZYQ'.ma-^Zmemײ~?k1 +1k΃0j?(4j0utq\}t.TΠ{a 1oy-}==%E֓bo-/y>1c)-Ϸs"Grx}Bq>^[֗F~ZQ+1G"kiV:6rNjW[[}dIq iXlծYB~^Z]c)yǿ9zmR|KFc07\E;녊g(c{-tZڬNwi=Aq̏-bz'*dn#}B{>ceTƏxRƭ#l8N6$B ՇݏnZ3916|DƇ_hfT']+S0 VǍ]50Y=)~}(8c_8ly)cAwǣGɾ>cdB S΢|E[s0QL}WF )M`Č-ĝȎ5;8N"?^-u:8P(d|q3ĵ~:b{$t!{vɆ7:#vvȅbFtdtgS5gڇm\x\8Ċ0xjx $/o8Ky]gC1eB^z΃xLs`&yݓ<-r1㋹|>|́<~U 2%Iel3+zʛfŝd{%;Jу޶2`QCf>|Noʂ/5q΁9 e +Ltmy!\ ڞjϫ#=`xQ7t 7cCx\AZ 3xЁO@l_ =}Xյa5b\dq`u=пcCCQX{b264=v6=1xS?4xi CC^X[q)Bo͕_c/\5!uƅ.*y^ UƎdF FFYZ-bT<QcCiRΈ"*{vcβ֢jYHOk@|%UX3z4r6 V`]2xxK"Q}!}-c3^r^c.C.RqcG]Fuh ƃć'R]#.4?R% )< >wSs,(n3v:6-p`<:Ij8$Oa +b?8= 1`66l?u! ɡyy^ g#'Ň=D Bő/o{P$շ,{eX+<(F8m۞xÿ +qŹKL8x{^ꧠmWfo8Z+sȱƵ| vY +a^+&g *&ys|j,XpzC LՊXPк;_*~U/boD FLh V9XWy!L~c'K|3{ރȀ!ӂ?))cUS|i>3K\=$x Q祐֢".E<̈cH3|f5hZocT_dߡjX/ q#5zm56憭X>^7CWJeN|b^{sd9tm^npc{Vȿ_|9ϖmgAL*&<(<3cA[z-jrNMxnd0ւY@ؐza6U>*}A}+1ƕv`Ώqs8?_̵휈k" *W=.} 89d3/{GOP#cPUL}DYp %#P߂};o%?-:A˿)ugbBx8o ^:x}⿵d7]ƃI3V61f(Fk`B^! ۾nɿcݙ]wm &$gBQd6pU E~c>Ü@'ko=UÁ͹r!I~ p~0dJIU>kVƂx_΄ń s"X0xcD*x{C΅#OXAhV=bŊVk<(?0y<^`U7WUC;sUjz GՉkŐŁxS1Xi+b{gem*O%a!?c>>)gԌs\ 7:'?w{+ >EɄZ=D +.dN5ǻ*U2|F֖ ٬D'7S`=!8(z}Am3ֶ:s?1EqCIŚר/3 j^b[uL!Y&,ZR=ߊo9PʇFQ?sx{Vk3x$cF˽R]QÞKۺ[:Afm^ɾo{D߁ žx +s*9:cG2y_re^0YbR?dC̋ƃ4:-XLR`)LZRWhq@Spa+bAYVy^'?Z`7Rֹ֧х7158 s5ƞK,c'/!C5|8s[H|T(pqؐ_ CQ'saѫ?5pτ2fT3q}.k,H=tnfޞ9=cHA4|@Ɓ5%>א?#q>1!cHMVkѻ;dL'c;/jb_oT{sN#fg &(Q7uH]}3xv=0`cQ+א_Cx!wG ٗ\3G7֧pG=)Z\zj0?|BgI7ʹzwX=B]-c^V0 +_lWĂ_'6."9UEdz&Y_u{$ڱ>c<$ߓv`*2ԏx!^-7떧 +~<錨Ap`[}0y/re 8|<zFcDMY߉>eM+c1x0pbE3Llߐȃihh7Fh..q 5`3$*o=YEBd1`Us9"qkW{Xp|W )ªƘkyz1~L.x'O>}LdE8y/B]2`kӇj_@ڪQ~Y'㡢^y\g+a2ˍnk:Cl'9^=:봚h|䕨xtJ|-LymQ&ZN=6|D8W)] { Sx!/֏QZ6}6I$j=[[Cxku/Fi^ۄ+*~o1^wS}92+XG,C 87-r<Z3*e 0K&|R0yOy}<21ֿ~0 3cm˄FQ(@ hO1xf񏶽c異ϯs,.uXj)l,m^^Ί'^;_ QTFh|X KW<&~h[;Ȁ΁8FaAhX` t&|)3aćq΄U,< +4!V<8Ax !̍cx8ќ/XC[}NvTY0.l|bnhg }㩼 C0(pV{GxjEZjG?'K9LQPD4Y󜤃.5UO[4{IXCzyS`=Jgzȁ |Tpk{J5?rnusNJ{3)_q}./cqg=:l;z5?3ƾ#{^լgn[,#sޘ7{%!$>?j8-ڎюRb15./М5y*3b-AxdP1мM3nT%d9[ikƈ[kg},߂߆V / MZF[/ȇ7!!^Aqwa7cq~VFO^x0|‹iL<7›Yp;cG'cl>Nh]~Qf+"4|EWƃ= O=+<P2-rwCIcC҃'cd?Nbܦ@Rܓ1Fhb^Z@fρd@jE Ƃku! Fi?8'mq%hĠ ӵ+, 1Z'yQ9/XqɀU<^L3IƁxmT`0__~Ur_Ԇ1$ZXX SBl<'U}?X!3S5{B|XLōv8S+Rl)縯ug5%Tɛ +/8ke^t$XquC kt=ƢbQOźE5glr'c̣IAqUsnT3c" @h IqU0#WķāY 0ygo,jbVyMxbKGO-4[+s23Y k6=J&@cE,S|xEѢ)U~?7;c11l};sn:X8})~?oU4M8… -t,L\#PN1KU}ī8U>iQ7'R7zxqc{V}RW;+ YtS Ʉ8{ӇI]b]^c#^T<9rȺ4阮oZ]cA5bا0._KQ΀+ڂZCg=f9D_.iē6)+=+X}*CgX;]wsBՈqcKwCo@1{흒!]ΐM%k*=j*=Rvǚ+YƪZ,{u^~;O9u?NbϳwS=G}_;[Y{;OY,kx?x*&?9p-^O(!J%?l Q#Znb(.FQwbDJ}0_7ކD0j#^Jcgx3g!p C`±ޣpY)/ƃ΍}.682p& ETMӏy0CJf`sX["rzQpW> uH}O:9d+W:.9ƄML( ɃT 'TUE!;"S 1}(X;=DqŘOȄ|,OTo΅'d3֏G<豥qeLXR1tp1D}@FXe]9 U"+FO1<'ek^by?ؐw,{({Ny_qq<摇iZSNgoP&]o ?1/VE<.RGxP5oCY=cCƌC\ y"gBzɟ==1΁;Fn;ĘF^KΌKΜ* 5?0C߶2.xǸxl!J?(؏"cN#362lw +OS ]qa!ć5}y9D]Xp.~^*l0 /A5Iu}S? VzOr2YRXl낵ƅ=Ǖ~!~߽ƒ, + LLڛɟIC)Qy|-ż-Ʌ.vY~0g sy5aK-{獵 pY0n2>;|@zi(#J!/u۹&1(3YG3+>Mzmds{3<8ˁx0f_rxO73 odAgkӻ9eWdÝ{!D㭇w;~>r|{%1۰xnK2 M{dBc-΁?ɶ/ka=+-kƏ[Q\6yΆWh9]d"S +.!Bˉ? 6-wEkhȐGs&)?TK~JY'!u~gV;R]4ו3~%`aɎGLJ,aBfP};?k!fL]l= QɯȃLxm0ΑyŒs'dDnx/s_KQ'HRxukM4hɤ xk‡ o߈qɠÔͿ۾qoG!U͊H0G(xОѪfAz elx徥^/^Q|Qs}#oԥ{<ڼpOτ^YȐ+ϺBU%)/A0 ' m71iYc>0zȰߨ ZH4;k ;nfS]&w])pP1LqkN+gs/cF(.8D} )6 |r\}Ƀ/'p`SrXH^1^k$gȉZnp9[›pĬ+[sV;9^޴Ʃ/O-ro"_D/&p |+%j.dM0o=O >!~=5vX]o\7ۼ<ӹṹ~N.Msn39'ֱoOc +. lyͮ dި€eD{[.܂ޟ|u +Qkx,zz' }fc< E+4s%<4v-eS]aI ]M9R|h\{104A_!X^o$pc4KXLuwkھWp.܋~{{ZOv|[/>-y}aI.r Q[GQ[\|HFt&'hfE'x¸}==Sk겎d?.GuRMwɄ?y^# +:~3!zޤ ez| us/z6L o.dCg~ YPx1`aA[]9R'ق.'d_ }c*LS7n6bU*r#?&VR΂X%G}Bj=*,XgE G7y`y>J΄gB[UWu>.[\tVKݯ]ސ{odH D>#Nx6^FY,*<83j+cQ$zG2Jϡn>tk}maނ^ޗ?䜘uX^+:w-#OiHfa@>GQ}YNY>=e{L8f`c7qTc<-2ܶ:օ˾Lk5q:U:V}k[ Sx'm^%/[ٱbEͿ3#y~އ)30N1yz&;~-̇KKr`r)2 Ǫ?㹾KK۔ڼЮm{Zw&9M3f9+CLh –Ʌ|7d?+&aeA~5,7!=Bl ˛ !p]r![oRL8) k7]^tcaBAC%3`i9QK xE;yp3!=”fI w3AU2!+݅)fW oL)GD?RA kLo?: |׵vୟLhy}v Ȑbbs!z$r6E>¸_^!dyB3z>{nFoMޡ;<^ʾ0.c + 6,}+V qhƴIy3#^5iB#>[ d~-C6 `1΋ JT|heAz{P2x/OK$\=BJ6%JopĂ`+37z5ސ>Mɇ oK<ѱ  uO=BS# T?pqN=өgDϚ}l ^]O;#[b#^s#}q>(ۣsFڼǾ-Oinq&=ܗz6I"rj[ي7Bk`Q̽!#õ*2MdD#w~=}? gar"[ǶjXsT5dĜl!$\dC->ڛSz4ƒl~0`M%=A\d>!ϟ\8׬VxdA_涟-Bɔخnm72=[ξlR-JnޙɎ/Hj !s95w^wU[?!'܀0]&Mr$m%axP֩Fkcd Oh ps1T&+k J)Yr[|X𡵭gz55Ol\n9 =;z}L Yrτ12aRɆŜ W7f̪EF4gvEUS`u;cs +&ypRB* eD?"=e>zB!zX1CV x_lځRvzbc[n<R*&Y"[υl33k%+: Zs"P+(3#: _PhܼwF5?g #?uҋ3'w =E{՘p`‡c GL!Ʌײŵma._̙?N,ilZ.tQذ3SzhH{>la+lTG8 SۅL5_qONq)S*C#b~޲%=`,.'yˠE=b^qnb~>p1^㹽Xa|= }ƀ8'mc&9Ȋ=|' ;+c +Ll]d6HN, FkfS{8- <+/]AXג U΅ȚpR3f~.nTʛgk֕}`2eQ]ˮG y?gvu7(rND4Xb:3X\Wَ>>?oL<(t[vLҸ;2ݾ9ƺD:_3g#~uݕ oh_'~ Yp u/z`zu(y$zWYo񴶏#~.?*VWhuxpY:_ x0Pɂʂ[^žvwvry-);kz_&ޫ?=X=;K>}l3gJrV1s"kmbdž1;3˝az:lX3ћ&[h/s)/4uqw(pSBTE\YmzCrq}N9ܕrzH 32_C׸M?jH81=W{|. 4Й\lh LޚSw~˜'d}y~s# WĿeGOCܳ'*5N1@T-+ +_0rM,(<螨?g Xн@p`fD9oI܂߽0k +c!~ w??|{ ]L5 O.|Z}aQfIz΂vt6Tϰ``q!|6\Ugaɓ*.3s6t1NLƒm"G.cAeH_6^{g;xp^qm8;ɃYퟍ35ow Ϳwk>α6_cHD";z2~y s AY ) d? C̙·ɏR'<8ʊ(e< +EYA.Ɋclue\}Hsy=}v¦>={xOri2\濙7bPQt&dC+fGdfAɅdC.G=C5^1ʄ}n5g%@'wpMD%Hnxכgy%\ʄvyuPg?,y~#O}2ߪ|g2wVoF&8۟z|kOomv.,ȊYk: S3̅:+h2IL4 %9  ʥDŽɆ8#5.< ;h*Jδ˛&3g\͗Kul|8i/͞4><L:[vs v39A=GCʅ"Ԅ s`gs +5ʄOkK|Tp]X^6󍶡,|$0/I|L9O{KG;09cI;tc2A{†~181j s=xL>Em! ZS^3+[tMy/ +S΄†6Y4`1Tt&Jt Ԏf|Vzx`v !x)byqs10й<@yއ/߯zk;k;ܩD}K`8ok'~ar"[NLlyB.;/e O?6׵CeX_zxƜ-O +9~YYO(")u}^/|^5&,^%m[t0f y%{jo&^;ٰƕɅƍxuv0=GBsf,Xyc3tU@3lHк]ɐo?#~zʃ̆v^l·0}IzԪ1<%FД2bm:^G\7ܾUNeaAѧkeT=±ƀ#*}]ƒ{$;:KIS_Z}Nxl9.\c^vi:#͝ʋɇ+b&]rCBdtnLvlH?55 E]bSҾ55ܞxʅ-Sz|ʅ l(y0fe/RߩyPʇe{ʙ05y]rKK~VZu8pnzzt-<6 +lh~aȎs<~v`cU=\ra!.%l!l fA$}/ma6:/wבedG7=\nϞ)ދ>x9͒$OW + ,.7_//zGd(:`Y_< NjS0'\)Kp,yPeBr!p!(ِDOfHGqr!;m]XLhzx`^g4KsYʂKCi6`.Ii/H%u}#M q7sٯKgYZ]Θoy}/t&t. m1.씽IW oe +e@7m%}AΈ6C;!eĒ7er1ig=̌I%b梲sa0.DT1M.t%g O|8e{1P|DeڧFP{p]_ պA!鼽 Hg S0 {?l[r/нQnS󠑳+,6sH >ȉb^Tn_ggyAR$"hJJy3'|%r?7z/c^3`b;zl9œ߀i["w +-=\ ?t5$1鞢0b=eU |y܇rWml h> .;nLl(}Ex[/3{ ?mglSԖW== [;Lًg긭ywɄ')jkwlz0jBy'ogT$xy/L&ʤ)ʹ\oLh%lj~I CӞ5yyCP|@.1fr'3;sxSڗ +?վl-=kjS>7W54n x?a:iҹ y2 =r[o~Iy!LG/yzɇ7,-?Z>e;?׹o(=U^kr=߰9ΘQE|}V$y \(}@2n( PYpRK {Ũ?H]!YpT;`#S ! EmޱZ/c[+ȃ̇ڽCM=_XGGʁ#qz3F=XoԓA=_彚d`ez~%f,]\F]ʊvЌ 57J#:#s-()_Q3xpt>cBx=E C{]>s 6n2.d\ɸeL6P L;zH"/}-bg,X?,H?~ԓ…)kR>y+8ی':+&:3f~aWEz߂ cƘƂA< ˼BCA1q 9E\E4 wދt , +9760fX8`뻩9\5;:qYwe% /[5pmM.+{SɆɅiޕƅMѿ${a{wޤޡǝM1NkYsȖ\lE ٓO`2ScCQ xE <}`Nz|>Kr׷~@f?@s9bgg>!ܷ|φB΀ƱdD%|f8p `Fպ:BR4S2Mȥj6՞-+9b~߉O0s#P%\xjFGy> ^ʰ g8VM:=J.s %ey'sѕp f9~σz}r9~S&θ\39jY,ܧ2KyOQw>ޢnǹ^:O!2s L 'KbsZ̸p|ۘqhK>fM2zT11̏3t$qs̞@O9/3a_'wy#Ws,sqf\:;"/}Rkl>cr)ut}A΁G6q` /J&bvlH)OfxP}l +=lz)K=5yɹ  "W +i=bjV+|F >\fpg̋Ἀ ]U8[oz3kγǃ<')~FOf]K>&.u#kq='f$Sǔ}j3A%lf(x,3644mq/wS !R xgc:wל ,H,Cebc^,yɃ &Dt1ET]m5|CfJ{҇ W l(|ؘ0Es^L~\ժLju8Υ.j]6wm1*нC9eO>?_'].2JԘE†`IFzYz61򙄢횬o{\̂e2ͱ7'z8(ߟƇM^mb\Ws^LC^U^ۮ%̋:K7rk;E]LY o_`޹+W={3v!<̌w &lxsaƒ', wdʶOΏ.))A-AmPː9`BN '/lL׸ODǕ {bG?1Y1`OX6{b2_o3tҙ; :k2·bbgM~u7lr&D4 !z`@ E΅ɆgL֧_ٗ&E>9A5؋l}+kmE? +˫2v<݀ 5I_ Gmƃv֛N=gje!4/<:C% &C(+b[j"Se4`ٖyߡ{x_+u:1gue+X;YQp`c{$B:AggW"= ^)z{xs£Kelm`8qlKj?ˑc<ς;u_.v΁y}܏3'CːCdØa׼AW:Cf3 +}E)9ȔB_fOүs|f;|2:'~_r+< O%Zy]텹?f]'>eƇJYjƇRϧ̦,=bDC */xPgV%%joP>/ǓT_!\#zs$F<W* je (9|gY.;J8Eߖ~0 AzՈ l*Pދ0ۑW{>s^/=/:ɁeDz4?B 2^x8rʌL5=yGgHܟ_sa|Ϋt<3Oƶpq v'|6t :{9Ϲx/BVz':ga 1ɀN|?9zDŽɕʘIA.tx,{?4?p;H.uɅ>\zg޳m0{t}_}e췯yw߭^I\93e;i=t{-ΖBS eފmg@CdCtދu5#\O>/Y}fދ4\!Ә3*J_o=AKˋ7Z>2dA͊޵A4OB9p% Arਟϯ3WP{g .Q?@[5a ߧ};oU}ioHK/z'R9Z~}c] w}ƈ}߾x)B.qb6ixlWD/F<@p{\oޠ}gB2~AU1侮a9ƞW{ޚme*9t&^oE4;dA[WʃȌqzBɠF?o8C՝k[ {eeC߇ #vl g\XsԲg)\/j?/9[w}NnTzo=|"0P=,c3FOln9Y'^$=mMCru{> >em;Zx kk{<ܳ e^r`'㺣~7'uʺ@ |WeL5ym$~1~u\C˖# 6‰ #*r:,^ewosdqkfp]9&arտҞ'VeRG׫ ~{'Rv1y 0H#&tV,H]ן ޙCz0!3Ά`?,S^cOx +Ã\Fp4o,8/!zʈguz4W0?M~/~,LG.$)ǍrÐ\RTK53D/[^ǹ=GtM=2a4wBgУ=>Ʌ*]Kʁ‚+x'Y- C^d{}<{^I?"e@'Lx4osݲ j$ ~y]$C=G]|Ԍz^ĽJִjEl\X1*VxG lbv<8os<֛ӏ +2)2!0iL=&cr"Cntޠl~vƒ6g&aCf,=gxx`W'[\K}43H}컒}>v]ܗWDccz.PL1X^|tO^sh'0OK^\&N ː3&_·#&;vLi*f,x?U27:M| =?E8yah}|7v?c<?<h'"_+. U`?с|C,&ĒɆ^C`BBC ~G)gJ;3&,hy'd^ RKԬSv%wdƃd~dC~4#ZX|IM%B]-a`@>cwu!8R̎:@[=[J͞LgO<:g2sJOWiGxOpUSaQq8oZ9bB,߅󼟧H p)uY~\pa}w27,"2xS7}z8 b=K2My8?liG&ZCpo;duɂ~ _u~cq-MxFtS8K[C gƈ\7oD^U_oʂwO xj~a9׏+Gk;c{QL(=64_pxq.|~<><2˼@2fIq ,Y0uZ`Ww͆~7R4I?ѧ|%s F A…ƉBʀ6 FyaY;wC,Gޙis{3t.~fEnsudE^' ofޠpae dgmےuzo0߿g;=?y?xukw#=+i9Ɲ"u,0𫠇?m̸c3_q \L&צLgF#ю\W}(,½BKޖ |};3=~,-\d4g9b}8?eAD. y|]y{ ͏<`C4 lYԹI:r'3)#IɅg G~ȑ~& o{6l\H  [єsOxX_P'kpn&[6&R!\,\}7,x6TFӀ.?Z +^]Ń:͛V' B !e<`eQYp0?bX>ਇh#Z mŜo0G 8d/% >E}Q=ӟzO5~' L$tp" B =‡CoE[Wkు U/|o1g>S}@N$"֏,ru mVKO=!-g\_}u#R[:F]u1 oxY0xpƆ9{|6}RA2!ѹq`aA} 㜄{&ސ^:Y3}?.wJq3ǖ|\bR{ܢ!l}T&y=Sʽ<,ze@zX?/m'YϼWz#XɼAEL^ߌ$w ?|RxR^% y0) yk`^W2zvٳbŗg΃یgxN2dw Y}ȕo y H6˥WOl" 쾞,&lX‹%OH1Yy^ 6<1WjlaB^0/=LeK=S9Rx)rSrΎk3)s?}S9WGs͚Od_z\ _P|v2]k:}9‚,ȮrIGz:Zߐ5Ȍ[l(۫]/7`@_'~{wʚ2 ɄʅI&|xd^a@YvD ݃K9+y̔8~1 Z75ռ-ynGMr%3:,P7t&u.M_z:6žܳ ĒyVlnsyuA zf=5[ek.LpLd*M&6 mcAz}ƀϻn" g!E3` +<# hv}d?R`o&\0acԧ{sMY϶ ѓotͧ_{K.\˗BL<l2t:E4{Ƅ'=Ų.dI/u$RƅgbGLă#&TfHߑ!O9rc +^Q$"9Pf9Q{^'UQ>ޥʈy ͥRh5p* >]bB /XU}`W zV_YGK$lAьAYK3#tvD **(~ُD^ZS<}ͥyeL&骬?3CuػTfSpE7N/x=8[MQ1/i_)u;{~zokȭ췯ao@0s X+2 /6bΣ '8X'r暸)X0ycA> +{̬d@jpz7cy_?UeG[dީrN  [_ƅ‡+rVޘ.#%܃_&E-<=y\ZuO)[Vⵞ [3\ ɄƃyV59=K<", H̗oN̅~0`;fCӛ꽼`z#jY܅ӳQΡ6kz3َ5V[4>lxă N\, +lמ51c +'\q]0^>?ņmgxsɃr +Vnj'=IL('?8O\w{̞ţ&|V??kk\τo\h _3,ic7~W>ա7 .t0Ƅ=C|³&r@Agn{L^3<7;ByŽ 3"sʞ:+D֘!dA:\ՓfUH\Fx_S8p qg*qsj^tƃ)93+\E`!5bAkY ]5c|h7Q?ut0; `w2 =Au[}6m3SE_0funSΓʔɏ +Gqs̙{ŜfREt{|z{}^ـ#&N5ʂ By_Nrbeu :{ 8{-FPT&\dP0_9p\ȁuߒW'j5t>6ʳ"Uw3oy~$1kJFTgB+cN{zԛ9#T6lFcOcKV{pUs)^̶7FdcdA?w#ݳ3ϣROq+X&DIku{jnץGJgཨ -)ʚ=>J oY܇(oχgcl!8ĕ3zoL|sȄdH0`v7}ힺ, ReH?Wx(5'3"΅o3!Bp) m >4.Dn 3 +D=!`>}Χ c:ra1ydW-!j)(^,lf<6!!z8LfZ(UpGqѵGT+8\bA`C<ﺽeRʄ*xL*+5̇Ix.Yb*im oG2KG}*?·yi?[|AͪVs}pFL<'& 3FQ!ro/s +-cŔ3/]X۾>TSkSN{n'LǨ'y+>`Sr f»bF|7[nQnHN"Ə|H9%ktqYGuyƟΤAl jLq{~(NT3BHpgr=?Or;v'fc_U1.KeGv̀Ijl 1j^=g~SֵX.mgW=' 6&sU`frKap3O^L<ּRG1I*`e,A| K\lQ M~G˙<۞?x<Vx =EWYδsf n+w]jg=)7qOC`7vJz|hlNYRϑٗʳL\x^2*mG>RxWs}[f_)ųrB~z:'h߿2uSSy(RZI<8'T$|AD- 9Ps'1!,o$ #g(sg}`;.9=Qj6;?n\ãՔ% \lX9Ϲḟ\:ޓ"?yLgBlW ʌx͇ `O,[P LxoiA2!_Nj~[x`cBS‚ܷ 7 x\x,,8f&d~2r;RG€' سLhQȃ:o)]?0agLῧd1`~佽 ߫eٸ~ώNτƒ`Îy̟}^<~&E'.ĽR2kK>C0e3KQx4Lɖ)iz+>ƅg:гo_Ʌv!yP,vR^>z DeR,]үtă\zk&<y*cq_!6xK( jNfEG,XyPzhe>.n}d, D GLؼʪʀ˂ ;pdȃefD{\ιem?p,\o7!͏BwkEp TFA& >ۄϖ\ 3r鷹f@=z\ZTrC"=_7漓 {W^!Ȳ]OUG8d}ՔkDdΗ*xFQ>5{:?ϣޕY9u;< +>kd?{8k=WJ6$l^nN0}Dke^ăM?Ȭ2 @ }g={!#ғ|"=82?9z\?OK"YLx +nNУC!JFdlH9P?#43!k /j>i ?tB +-Oz}= + Ą +ɅʈU5[8vzʁ13LQQg۫o;WH&<5Fq[K]}#-BWq+x̊V_p=|l!/`%u/ +* .QOpԾ0:;BY̅jKׅ }` rK;MF]Δ"yj ΐQAvV>'Ȍ%k,XŜ",(WfDafE+;oeJJW+HU;ZL_s],:„f+3\ɀL!`DŽKHȖ3`zC$q_KF~˾ z 梄Rg?2DOJ[G0`Bc>!yP8iN@D1;s! 㽘gt5I#FxdU`A}nJ*d%Nz"L=:ZUoT +r5!?7û6 V܋yL;m,:#gW$cMzsY]Zgd \V")+$; cjE3XW}O7ʐ \2`YߧY3"z&2$%qMrGJq/z?ϓYy w ;vov.L6e"?H|s(%9p=-47eI#tq-?LH.|󇵓f~ +l3gIY;}g WGmy˔z~΄?JbM 󊇈%WP oF=Q7u=_[nԃS7,9bʓaXnI[qeU*'ZԬEZ;X茉KzdVpjoXF?͜(VNQ.T~ލphz5\rKQT5f-ԧq],ոPy0=dafc>2fTc@> JFT )1 +qι /Y3yooW1ān u,&t s(2XZ=ֽ;(Y£`ms $i6t x꘰W YߦA>\1i>:5c3+6'lĆƭ|zͣ`Nx>'~ы%2_z5.\șe۽ӲvɃ?x0adك]vzx<zʃ̆Ǻ=oF)Gz^hTBY?iy)v'ƍV0Átl2`SA;5ʅ;zl~?,<71\.nE/9Ƃ?g}Ϣ~aGg<\x0cc{ ɉC΄t%=}wj# +>t_3й0?/>#{?vx5' + .<=gȒ0'DߙG iˏVɇ +e &WDc}'?_5Z}aɗ=7\HiOՙ'YFSQr\za##m+f 2ʂGuW *fLyT|yP#k "C|,}*?WϿ33hXh'(ys}Ʉ-FrƁk$a" +L?xtzOl'|?}lj ^/Hlh s* {uֺ3Trߥ*q7gq ,tY#_P07>=)ypDE2b`c!e&49B;~U `e(% 6xjeV39Aw{s:5:B_z!nKyQ#MwgF)Y|0d>I&SɘιϹ> .{eL#Û{&ߡ fo|9{ +rC>hq_!#yWHrh"zh?}qKnW'ْg +z#\JfCd͋*v_'}rzx_%A^3_=RB~=SL .2Xuz}4&| E^3uu&g1{V̀ HS٘_|}~q"~~.^#^">^9|՘>!{>^ڙS~|#[b;($+xg_72wzʁ+uքD~ 3 ~>g~_ z:[a՟VT[?}<}@)u%Yf #yccg`Bqy3}Sol|؉L@ߧ9ГSPkHS ڽC];Meo~,xȋnzr6o#Rif>FXPcXkx_Y6Tt8p؏ X/|'\^ Z`^T;$Gxڱ{Ɉ#66gAXp/ +zaJ|d$}<=/x:5kzA`"A}h||v"z1e sⳤ._]^Gd_k0g̃ #y7ܯtCKSƔֿ5snNV/ޣ](Lx{sgnxwll}D""7Ùllud"mu>;+ыsbj~z &|k^] ˼(-XpOX6>tOR#9cBL{'=Q)̿?+4s;!}۵!i~o>qGO3<SϞ2ɄyPs75x|~jlQt2Y/\|-}YZF=c* AW9ܧ95#:?YїJ?W,PHcTg3$8~1=P^?:K[mhIdV3`~΃?@BqI=ck{-`638Nv5Sk) 5Hj(,ue}}ʊ|2{_s K9Yۨ,5qz<w7r}θPkx9Ԩ_hăʁYٮdsҫāy8Yd8=cV>;oG*rߥG`}ܟjO >qa>;owM<ݘyl]whklг(xKԹmց |Ԕr}CL~<37{1}|} 9>&RLlΑ#ϋ''dyT± 5΂LkΝxogl&hx1^!|ŌsK^cc^_:e3?S:U%_pāfAoi.zRPHz*jDŽ8 pJYpǼQ4ُ?9KsCCz/ 6|ͷ_2&g2SmקZ4ԃIƂ"71Tozact^ɣmY>">`BAp. <(;}͹?f8ЏE&};g95>&kOɥɃ{۝g1 ςzt:0Izt;ƃ +?2$~LUσP@fGI6j /H0g;]! 9k;벿e ܗ@G3+jt4zZGWt#rw^#YEj)Cj+c籵+ 02/z\9 q &1i^v ֕& 5V}@9\겞Sӗ΄UssEsq8c#+reݘ>#oZI?oP„J:{L^r$9n?Sτ?M'Oizv‰bIny9Ry[[-xrR΍gp{'Sk%~ 3vL?_cBcG)ӣL030 +299W< g .<<߯Ai?k y2 8o_PB5yB>rf=\zʍG,n9ޟ\u8|Wf!4;b:}@e?3ѿoJ6 gFpf}C}$o K^f;,zOP'!䱛 ,+3V(=2B3k$y%cZحV9P{^:2^RQdƃwf`<(䯚\bE[Ƃ}G6ˌ:V"q/!ubc N/'1A4G_{g5UulM#A&gN1OL!8"q ԮOs7H4vտ޻v{7wȄ?*C34ypWaEȸEUʃ@s~} Ns\zBz5Q/yѓ%?wϘ$AvcJqoO(`9N ,s/1k+)1H~T7&|3EƃZk(Oy~xT (2}9/[Qd#)*ޕ8=iȄ#O1>܊^wj˃#o5#i܈yP͙PΔȂ$_}C+-ɈW,yeB{nj+yI{i-s?7Կ5ܒF.gj^ԼsdCӱ f8gqIIؖ~*{zϘ?qqsC/I+y0.,)]0m)ZUs併x}1=pā#ϯs:අz#F̏s) Pxp"pq჉ GR,;Ƃ|D~^ {4_^3Ӛ}RXɕeTs$fg9ӝϵS9XPg +n3zs߬‚,qD}Iv^z-9: r J}˽!W+R٫h30ȼ=χcm~<ر1v23qUq7WηVq9ǀ1]y%6n75-<^}dی>ueY~u +n@sުlW}Czpu &j3ໞzO?wSg?dA2cΈ#c!m@_ԙռh0\ S.*y(yf#BV)l(}c!d_{.)\9ēʃAw+ܰ|YkFwu0&``ȁ1Yֲ*𐫰)7jfKK|\~Ԟ;<ö?YƆׅUv*?a׈(ݸy|ƾ}T~ k~x`HHYW |w+Bbyw[2`PY3xWKV0U9,ȼ(xDAx>~W8)x=x H91GYюo\8ըCJd~L汻}Eunm~ͤX%~aXyp4'~F470ϏjGQ) & g/BYxҽ@0I +*f>O'/eA3us>'YØٗYBB9/?b6g0fg 2T.g*;n*gLk!9`UG.dJQfW{"]f:SѾy۽3<Yxj΃Z':x`\Ȋy`AAjUpSy + V`}MںSk vSYTd(xq3ݤ>?'&?&)z/Oyg-\Nt,y<$YXD/K9P:y CBʆ‡?X΂OѬr`x"i22'1f%%G ۰q-k R=}oPN cob~2I*;=K +߉PHO9OtϼƊ104-gZ9G/O*X`zmubOR1Ɗn;5X'σGf<,׮lZ,j9G;.,S 9o?r\+1,G߮\/SmYt1fO]hKH9+g_YE~S@aBU&>4&LZBcC*TX)o ACқ40Ϩo#o3\Tv501 >Gq_@r\HzEgDd~Ώ`x\*A ~s{vrtߌS36Z˙Pۦ3Cl1k9A3>s{WYW:AD;Msy^.Rӕy +yQ,r>46v >}~q۝Kgۙq_j ײJHWsEksAP>.Idр"9J~yP<Η|z΀d%< !>QPuK4_ω>6xVp ;ppL8ҋ;U]޾''si…vB5.T<(@횱k>tS9 y}uP?s{x}Z=^/5}~z5,ק_|ïOʳx87蜕oM/s pofąʹ93gYХy'fT:KYƒ t7Xye)gSww)w\ؾ7>,)|׺-S>|Gn + @`]ںՇyJOogIyGTy繂QW&=Bu.jyіEf`a1eHyE{ ƼEy1;9>0Gg=c/̨lZ#V ג_t-3|p 1voF|/oq=,S*%p>5FuXev0>wc1g3\'N>Cʃ{_|傒G7 +YxɄ/O|rǵ~<(E) ΃X}6f27J3* jG4_x]9Le[2+J^sDΕY[ӜZ5c̹sppC?\&4#y~07pȂ!9?OxOV <>\f<^ {o7/#sV3<4m xgADo62_&SEy]iIΘ7yP[r6!|۲o'\rTVa}zuQo5kR;V_9bK[sƁ;X2~2rۗAgȋv>!Eʅ]c;8ñ#yӐ?vys f4$ߪ|AkU'|&ey=ϡ欨p!T9RxQW9ν/| ʐz{i||([m/bGx0&,\hQgB#& : :A) +6,hQɎ r``ǒ H+9G:UypG ]9.U:_VTP%hYP|xwc>so3e>cSSi^!5-Ó<9Ύsk繕urc2__YOl{Ϧl(5ςߦXcg#eH U{GxV# ϙwv1MH>N|w:6 ,F}:^8<yPgN8SNJ>3AaZSYսGiD=-g\IV}=&{'Lj3=x~my5g;_b<hs\I"ww f5ܮ[t>dKk:< s,<L| 1qxa_iwfwl6 ȇ^_h2yywu\|Nz{n8 eq(^ s?(;Y}A<2efKi.n}O2 6f 0q +a %F[E~m`9p'p fI<-\x3,xvWr8)_`ΐmWʅ>}ʎƃ]'$ +uer@A48>kYzElw Z6Q_/q,r \x=3zaɌ -BvAfG̩ 2y&t9;Cn7r_;Ob*8 $_]._ջuY؏eB_NHMn3t&aO_Z;=fc)5kR׸?]]qYO1 zxml||~6MޫZ9/yqAw/9 [6P~sQk_qM'4|syC=ܝ:s%|B -l4tYQeF}p΂,Jʯe/oD?'2=3*0k_\!=CߘɅ# ŜLsYo߸ no#||]K9fhȀܠF.[/aB`ǁ2O9S'}!ef?LKJn2?ON9$gMɱg^l8u4Pο3s=Oǎ߫)cĆX.$ZfYW;<Ǽ7;A3!^2.~KNp r` ?c<9ѯ ɃaCl<'Ӽ<ߥޛϰha_11Tϐ\]|_ӤI}L0g5~ }d+Tp4_bG_H/ɄXXPߙ^1[{2X=ȝ&>3Exm=TN/|*d,| m?g9u6\Ylż"-qju~ʁ<3ZGX6WRaBUܨ謵wwG㽹^8f‚#6L kufDp!G Ҿ47p`Ap`hs16Λ3^{{zzyoĂd[77dwYc̃s L3v2 MxL88ߑ_NnF&Y#TH$.mA@|$,xʂ?\U6?o7;|Gi>!4.dLn?PƂH͛39+ܙxq罚 P'Nt'zu޺XPLgs|&71!3f1GpFYh!d| y^zlL<,(l}$VRfG`AẠ?Eȉ]v WYƀ‚PO.?*2#:jT*Ϩp{tjfDɀ#p @:A0̎׌+ه8ZW7Ә -2S{kʋ ^<Ҟg놹(`C#<̃%cWG%5|3ӛ0^7#¥~!z^?Q`dE#,^ӳlAxYpP}TOă= OcAmƁi 0R<8ߺlg[Q#eLX# gpR/„}d~LÿЙгXYQjQqs}Wdeʨ?|ˏs%.4?LPYm"e<`fB +cB>SY[˲zP5ύ|_JI<7tU5r ٹRj \{Ҝd&3) +z&&hA3 DH#͌`V49\o㛙g7˵~[e&O_JU;x;5X,cyqc娍݂ȲjДXcBMΖL(jv5.Wޜ^/ny33z 8AF fps]W_z7hϕ;o01a!X0>b2!y0- nԽ1-1C +읇Uo1'Lc1猉 " +(Q}ٷ=uou3zRWWZ ]:wvᆬ635gY }ۖ肵i?BõEޟtKf罴sv˻L6药^pOӵyO7N~OdImL_im֖Yo6x7rN^QfXtCK}7[e5]슝'fW~ztg?gt׿ήu6g7~#Yn96?fwq6맬g{\Xo+Ο2z gIzt6=DғMz&鹤;¾g|Y9׋I]/^v/5p"npϏwwt_z=+K(> c|<,gkMڤ Io$ɵvҖmIۓKz?飤]O>s}'i뛤I&t}Jg,fXLQ/+cZy-7>;&s n~~Y- K׭K8VqS/gw|tF=fgZ%Fw;Y8~~τ}.Ogt2|/ݯμgM%^#cϸ+{7絰l t>zvm/%=;I7=7>7@O+aySsn~>tg{>3{;gES?[7;'6,>1AZ7ޚMEg?ڜhKoے8N >w?牭c= ;;mW:j=X}ұvrw% g'sҾs쾧wy<>ݏ3{=7w3 w:f罐dzWHsvW\X;p1EzoJ>fy6JQ7p#@gi\!0A]Aѡ '#%;sJpx84no߮sx=M3ǹCҽ ?L4?L\Ɏ)C|p +(qac̐XUXr/ b"a|G%\|.S;G|&,~ctKjʼT􆳟E= 0o9RŠ =6~rL=oy|{Rxڸ̙Z@Ƃ'tO24~vɿLW&dfAA΂טG&4.<0ፇ2B#oǚ +""veLx^Q$k)E\H9K|"W=.uME8RcB26>GeCWѹˍ‡ ~\H!yp:`{-y.-NZ,1^c^82O o9e|̂o_Ag{/l]%7ٺCF4$'4L dL#x,Ԅ׷Lĵ?{;XPy?k'e  Mq>&'zbŊ+A +Lqvd*+N mF6ll92m`7;w?{qR|4N~>[*:',lWKR|Eqs)#*6꭯3WXX̃:G,2Tpb<. X}8׮Xi +fIlhcf9cʷ/t} +r}`K|xxy]0!}^rqs(9yCS!9`s˿UZ^xʈ: 迾HG5~K!?J&_H&Df;%/j~ --)}FT}#',H.}'`1/lŃSg{RT{8O?,߹\Λbej˚Ȅ clsqFroPͻRj,xcP⇳ǔ}Ƈמ!s*ǂ :opP0E?=gE [,x0߈ f>GjSo7BTXOZQ"[#gyȏ> i_fyDK'!"HЊ%9 +_\Hr9w6\pj͎~lOf G/™=ϛs3Z?px%Zy-.~%}9x!,qaLx+IƄ'2%>!90 +ۣXX0Lk!!aAFj0j4*-Pu Y/+NO VqlGu;MdEfPyQ1a+O\: Ʉn&|WjwHfu;sDVBǝc +=_w3POo9xy02U#Yx_Mz +5}|΅'Gyԡ~0` *pp$G{[U,~m"r[kǃK4su_e>6_T&GLAAcBDM&<}fޖ'F" #axzv_Ak YNeDc-`@f [yErԫҏ|hlxve[Ъȗ3=Mer wɎ-Q~Lopgsv,xDOHO=_Me7{Fp5EhOcAj<DE?.q=.~̄e"Yma`]ǘe<'Ua"#O֔\ +KfT{ 7)WmfV qM YP%'b/̓T/Yyv_#gZ=GL:_}\>aa_/ 8pj;#<¤q!8lU,(u /O{ĚKu?\s+<ȺDe+'v]5 ^6̛>p!lyz7Y_0]3j5eI[z6nLx|^3y[Qz^"2Ȍ^͉ɂ? yQˌ:/P\Z]#o~_7;3f[Udȃʅcߪ=$quv 9ӧ S,Ԝ=fZэkQ'3&h^2W]`Ò8~z`ł`lz5ѸBE/Hg%4awD9}AzY޵PzT,# ?SCÔaք A+>2tiԹf|Xa>`ē>6=:8/9"|5}Ćc˒y٬ E5=q2d=babCz4&#"3Q… RsC46mNTV,g΋Zft c&7r ɄΜs S==>3?;? 2Og'DVێyQK$? -P;e!E#|ܙK*f }1U=6~)zj}3yř~ZgWbTmzNeOleN[,ֳGEu< +Π.< k Z#}59pY)U"ϵ֧) N}Vʬ=߯x1YszR7Xt^2?Zz =H9s=Es.nL0oה!!Xr<|hYQeA.G~NVa A\rBQ #Tp`C¤̄‰ VĒ c)B` X<)%23GEAl++\.U=ak5VLWxOoxo< {a},/$˼nU͢`-&g7, z`p\~h=-6l1Oó셒*E΀Omy+PoLdU] ^ /duJM1a*Kxжy"ȑ8ӏP"Է13ju{3:j43 /k1 8IɃsuȡ)' + ̨g2-3/ȍv +ébY߰xƒ!kϘ\ +Y59|,TZBK}YߧGKeBL2ޣ̽J}^`u~Wo݈B̩YdB9z{s&#yd{[lgx> +{T{ʚ{.0r_w|S|7r6ԙu2*z%j 7ؚ,HƎyQ}ZKH^5J=+O(A[jq`#ENypvda7?V7>S2%sjgKl&3c%YsZ h5ɃƢ'{p)a̽.̘(̃FoPXc6,K1[Z{-gm{fћ#fpΙ-ks /OXgN'8|^Cg,ee^u-af*G+fQ0mScۜ =p*r` +mFގIfz6w%}¯Gm˕k +QG9oZ/=dQ 9G$1UxM ,(B&s1YSK7}2΀o=') (CxbiQHG棔ɍʂe&oƒ„1;`U'H?K@_T6N36y?;jˍ4ʉ3z%BODc_VGAfEe.;_{ns&s<&\yu_KFC~^?7}|z/ c< |pC% p]+0Fk&u?s2̓୮t/ur$D/l4ŀz˞_F,'"˙ywe{WEɾ +gkaBjxvpbńY9s9"Y22#j`bzb^k_湄_772c9,ʁ3+8ΙVg-u=GJYr;dw!^Y"cA<=uv}CpACLqbHJ}E2`sy>(fjf Cvi }^Y^ +0[ȼJ}A\,sz&9VzЬR_NkҟG\y[{9)ler ~ [C/ $rw ~Ix}lV^B=^1`EйMoi +r^Yp@r`zf^Uv LA}.ʃhd3l̑gNIؐ1EFȃ~,y-&|Lzw-,L,ɂ[d/јuVqky c~2>렰#9) r;12a r>cXxIMfFWȐnJ,x 2v̎ƅ>sü>90CӨ9W- ^`A2^KƀXaX5ܯCO>d>ۮuWzzCΚt^C;g^>_o93 +&Lֽ̅~м@Ȉ #+z`Aˋ%"OzC#UWO9b+7Y@ eFe\+yyk"XHe@g"Q#1;AxpMAb3<)SWs,xeg`o>c|>W|DZ r7ȉR:OBzXyկe?vNsyNݟ_@g2cTAaxu#[M2`e& s:eИPr-CQɋ:eo *Rk^}ed!Y#&s'T)``ȁc8/zd1 *2C!9+`Jۏusd%kr sqi)%d=OOV-Ys8=cF +'*J$+mx/ ZAֿoaq@''tvüxvCG'A˃fO,+_%|?$KϋX?x7x_Q3o0w&L3DSu<MxGOK9 fFΆHn>ab`kwpm ɂ: 9={ϷL(ss^ 3-8ߞg<;TןbV?V3AVgC' 80mUK8Ń+l} +7z |f' 6a9Ŏ%).z3`מg Yr/;g%' +h/+}%/*YSQ :[ j+O{jFT~tS/lĀ M<=2_ fó' [eNch9|%El%_ن^>ȝ$N`/3'ÛvykNYP<ρ=/ +SJиzLI0}0pg$0`Arݞ?xi7MFeFޥBR(I!3`+ЇCxh^{d2,Lg~„&X_V>)e>LY9+-3}KnSa.`}C/,/8,yvp3C-~mwn< Z̅|<5CQ9=Rsh9ggl(ep% =eOd>Jf,2΁I#*l_^!K9L +rr O+ i0@1`>0hdm`ŀھ'Xq\nmh)L\dLl3UrԞYdeFsR.$<€~zs*\W3cI>X\Yc-u >2ӝ_y{8ѾI2z*J0`̓L2Ox0Wv^/?\8/H&k7Q…zXl~bSxqXϥc:x#δpvL^5߅9Ӊ:>|F7QaȎ\Uޯ=AjR@c60e4p&K'ӓCgf"q0]t1|>Mu1/,x|z']uA,͘+};c1a=' +VSO2M3U_|@,`>zΆeX Ǩ!="ǐYWLARdao9mvgcB{!<6;^w.ܨa2(L(uVK3c^O`JJʟ :9})}[t?c|n 0`%RVق1/J/KuNF8\۝k}Eߋ=R'3gp-,w&|=5=Jͬ, 2`:%Of~1/72rƛRO~`cΛ/~YK\EWk!l9:{/x{)WUPלPyef,t{@zz8ʂsJ02Ƀ*ʃz@fEufΏPdSSϝ w9'Ȇۥ'&aCdukhۋsz7O֚Uy9g~//f @UkdGRg7gB |f-=17\e$vL1{D[ +U~,X0[(uV:s#&^i`C&̚Й}g j-ˋ85M ƪvP}A^,HȅU)0B,8±g9#ʒV2OFLت $Zf/5ƃY)1 U)hJ\XxP/r`8zCFZYR~EfZNQJr(= AɯXe;g93ǝ]gMg?rp{zn`ͼNǂ43/=2 ɁI P㗘z&a{Ybn ;Xu|'k~S|ٍz(Wq"ϕs&v1r߫gBc#|QFKiQk)Gc ktFN("cXO_Lg lydXG{gj Ɇ8 U9Q222K2' $ 8bk< Ӽ;goTC49@bY2`G!qsoYO{V+ 6w<%U7'@Jсq.0aŃAeV~TgQ(WڜB)fBFB%&5O*2aU+"aA`A٪2=…9P2ѬpPl80a΍Ȑ 3POX،MASxȿӍγ%w:h]K Fo%3NzkԹ[ XC!~ 5g? +ٜ\X@a>>= 78%_o$T9RCXXpKRKXD,`f>ʶ Ko^!<9\sർ̟75Vu> $"jƻ=[;4lpr,yl`CyP`G8c6w|O>K>l >L[ʣ0b #>fl͘МЙ05p d p'?k|$SO)fH}1J5OyU+HF^#}Tu*Jf%ߔ>9[}ߗC731g@+lSy?}/mn3|&ͺ=1qAaNO7I㨖W7[y%vaߖF7p ~oB>SYʄYU-a ِ>`k.=rzO :r {zbt>ieKe, 3ƀ)>/$j/Q +'u3qD5)</j촮pP+S1GoAxlF& YKpfe=g5[:dLua^eAwqV#h}brPwƀ^?yo%;[zPkn"zF/>ޖa_=QdCvp YuVS fwr,y>~tߓ2CB*o`C ו)Auny.>{Őv68Py>`OHu*~N­aV:nq )*^^m S?=cܘv`gz97ߛx QZ?k Du}:g-=!]OXpt #-חZlzu<,f.'rT>93iL(Uw~z,іd_ Ɏ5 :%3u{f|#1 VvŃs" {Th,YZ?`WO3`aA sO=X KvO,\|2+GL?~@Ί${ev/'\q{r~wdú-}Oz}= ~ ̗Y/{9^cYg>b23\xe>Q)ձx?,J6U9ʙdBqM`ydɇTp^ļ![hxGrCѿg=GT}=33YxP2W{jc4ߺEGeN,{r/ksz-kUcP^y}zof+zK$ɃA~5y0Ὃ{}K΀Un^z>2P*5efT0WAg湄4Q#9f drrwh9q͕LS#l'dzD]S؛!t[:6(j8ȃ dBjeGU ΤhOyƂy6⹏C>TY0Whzj0gB _AߘC|_G6KgAAzXΜ(P9pK R7{vR/ju.!8P}eW(a.zgp]v"U2y~+ Nc ז(Yjk y)o0}5, sʃaN_dX75)F $/pO2պV h&E7ChD0g2;p6&8X'΄ =eJF80)gVs`A͋&dn4iI^+5C^*r[p']0~k0=ɼ@(`7w},5}z`}~"cΓ}?:9Y_m az*^){{ױxS_=Jwskt;#/>0H@ֶzGf>d_$ϋXd}+gHf+ً3=_7٫#OdR^u.~ n11e`}<䳈}EG,ؘKdS< W~,wYSr,}dZh;mt,gKԼfв/=D I=`%UF iߗB!r<'lk31$|XD.tE&dGoޡ,<.-Ԓ<൉MD``A y_b oO c@ÒgN€ y`=C3Gb>;ξg(*?J&#WϐPq{'keFYN_7hyu`Ń:g?>'F+,x<ĞeQrz6}cN}wXe<2 ZVtwΉz ?j[ CuQ! j&4r'ET }rh!mA)LlK*,(y.P x##c ">zmE3 , ɂ J̉`a>JYx} +hYO~~ߥ#} iOf6_d@OD/ΗtvfQ9~t iP?+V,F{p^dJom~%~]d||2뺏H)2;<)=8*9+Yq!@s^;M\4<}&8o '|2_vpxM@טw5yM&Si>T} ?{s3\ +[g-3SuxoսGhYU:5akye'O*xU j?ƝeҩE3N{Tƺؓ$ra CM!>/qF +wdsʌs`> H,hF9oPYpG˜|`C ă$U~0 AJ0xEo0_#}Gm:oWw̃' We?]0ʁY9ש+25O$rߘ)])iEzH9E0N΃\hy/< x{zBFboPMeV^ 9,dCQu +)xO6w)3|V'^ ޞ}~$EO=>e2ۋ;aF{Rr?WķGU75\ gDwGO p%ʅ?#&b >~aTb+I.Y 1c|㺿FfA3GZy:Ed>t, :U7-yoJƔϲh!#'s,3\4Y_T_PgJd+5>0~q~@gArڿ>{~e}`8_/σ'cfAͿ2W\jT;޲TWO؃>8g@]e=qk}{@ˇgLg~Aރ'x,ȾɁ >o'd?=ا}b" j֓d/=e7GSF5|ڃzOX-@@m@~~9t_`.5T0ѢR6TleK P8~&TX_;`1O# Nk>g@po}?dr0cbQV4dHhȏI&tP{^29Nc!>.ԧ?\lm8RZc*ṹWș OUGoY3l̹:E\_SoR)3 }&!ZNYyPʉ w7r\fz-VcgtΫ ߫ۈG p5xFy}q>1 >탶~ 21ߨVṖ0)j?3$AQ0͕<8_f$l0{ \@:v/4f8}8 lbJr̽Bu_Hxz// <i#P̈pVf>,Œ\\gPe?P Tp]=蔻!TVh1}wR{Q%n_+6 zoBPZGZ#9P禓wvRcQac{4\' o ɑByK6L?|G$'z2̜'V^9wgU=.U`@7l+' *5s~,cO> yKTg7Y7,)Sq6_ ~mjzc߰lOOWܓBWyGXEkP 9Q^P+'7ÙtzlPVؘYHw5ߩ|ߗ9*cgjYtcxV_# Xr=[sF-i:2zltL:izx 3="r2-;A5)%oGmeeC?]cFpeP qLDZKlga[̖Y>]یݼ]uW9g_zfc_d_y{gm؞Y_v(f<جn`Ew^K\wp. +9k{\Ly?UȌI:P` Ds)ާ5΂r e,LG#!Iq悊s$^$ wS},y><61g|TJ2~#a$>RkʤH L(؎h;dj{UwH&2~d>s=~yºg<&no]q?ڿ yI0` Oj;^9ys?mjŞ.S A11['=`z~Y/̽aRm" +\?dB<ۙ=yb[\{Dy_m`l6\VK=Azz8/~ o0FivWs.I{70^}?_'z7YϘ_|@c@̊O; !*d6͑8)ޠP,H?0e3=t9/ؚN.o7j'>C"#lCQ^N D3t3;j擹JYC}V 5'`)?Sȍ*ess\ygA\?~ؘ~ kOv8q +Nk@gSc/2#.q%%* ,܃S*~oOe8`=}_W\x|˖fۖnjڙK6ݛbOxcb_)K߅e!ƌ#>Q 2bM{U}U}?rNsryhAmh DPfn`J˸G?%ցu΂9;B؏\gL`3FX-o+9Mx7.qyt?n%ewzv gf@>|n ?unI{S2) +,wf@- u3s^!c^o gj>gy_ +, giS\g&TkT{z*1O} |I/ gDpm<-\'i}9 Qs/iV'i'C~l"c^p^RcXswMo>d zg1rp~HY:?hm=ךq)ea:zg\^V1YD1EQ3y^z{ڿ2{(  ҿ~.jη' 4ƫu),'Q}y]^/%q BqA.z?~} Ofc`bAz"'+Yl}&>3^7g}ZW0Z;>s$߅c{|3>Qwule9PO_粌ɜnLJޟg\>ɼaλa?/+$3uncX}Az3` Wz{- gGHd}uq`̉><_uJgXuVDdAF/h9ukʅ~"s̹<5#@̃2Xg+ߩ5yq&}_p")_Eqמ-_}='Ώ8?~e0Je^ mZNҙY'e[ҫSԏkEPs} \6 2_+z{f˼9UK6\c \K3oIvxlzg}˓Mq <זf*uxF*?bmlX|B0NbC,~3%#ZijdHMϯZ_;w2ˑ5#ssa?D(4s)^ d_=<0eKV۞&<q<=>=+ ϋyx_zez%~}K|v* |Y'%ߊe2 +sge6C!/]N! W36o{c~o{΁}wiyW\wxs齱{w&{DZn.' ̏>pU|?^dAb{2`AfA@=X\y= T-L0?|뉤g~j{YxpM ر] c $uF}A4PY:/gCY'H_L4ySw4^bB"ES#_))#~ӌf5,?WT~+* y3]W[7>}?Uyq(wںNߢ}[A˹Lz=2x;Yp̃\oY~/̨>ܘpO狇= uިjX&UWCcGbSTa1En+3(JE1׵r!+ܐYP,s~x\?g=r<ޙg<\}_2?=<"c~Dʁ&[>;/-B1/p cYP@]f}yzdN3<{u0f1,̛KY.k:{kr6~vqqc^oszz`=_2 X/ ԟf3onһ [~W|8y]`Stb97>_QGWKagl10Z=(jj]Y>QF9xcJ,I,\oy.|E(ct2ȍJ%g 7ws=+\ X[c[^ߞVy]O=@ɀiyk|7ro=Sl*<9x}~gׇ&g>KM M_Y.g=\ }YPL|xX˹ +F深wR7 {!xJuҙA9#s2;:Cz~K ^~oe\NeKl#e-1ơu;Ƙ|GC"ۑl r{ #<1]##zŔ9€cM 9PV_OotfS[yOgڨli=~.|cOz4ȼ"/dBuN7V#sXG{z_t/e⿽%MOws2 %jkK2#}1=e/[c3wmncAي7=|-g={gp_%>Z]CuX˸MMw˙LڰٰCD"ҏJSׅ'><>>O{B@3qfDPG5$Fy:Xbt[ ךm1J#N>0:K=-SAcG ^~?1{[Z5Y +foRpZyMx+񣺼'pDEk^?>>%2Q]</PߒXE <(V]EF\X85t^ߐ7.}K}XaW@O+S]OV (:fJBͩ߄0D) 9&ز62#8fA@fAr/~kc=6gːT}ITq?L,Xدb@oC6ZM lsznεmʄ&O0Yo ebwYYgNwT{2gnYxf 7̟:q:?WZ>}hw\֟$l&8ÙS|=ňV\3as w~l#QOPfE/·^t[rwƏG: psck5zO{0a?/tCћ3OgBl`k׏ws'k{bȃ +V^լƼe] XXpT'LYB?Bn^Q(5b/\uض6K^#–7,lpbn7y=E6o\GIS5X0~(̈́6 zS2^HEqs:7ㅚE1bAfA'= &4<$~bA&{d?<>y3NYlM&/>-þ-}&| 3:K:[vǟΠyq8YNYg$`2*2_yM{׃b!S$!ns!(΋$b弈8~{ݷ1xQjf@cOў/Z/Vݟz~ʁ}k@csu6vYT_3YS߮b8/9Y^TZzk;\yW͂1<ȹ2+o[lRY .ƅK@6Uy|!'ȍ-怜}QRF6a5#B8$CR4FYA45jbΆ5f~!yluc.l0bSdȈzi҃u[Y&Xy{AŁxak(z~S<㽎Rϸ0/ƒ4\*Ā  Ly)51DU:AC'&eD jM9Px|`'ĺn:_cƓyO}PuĠŏ'h9́Q+?9Xw<|e^S`+ZsʀZ^zz8l}6/q3΀Xr6̇ro8P=?2Y%=}v 6dY(\SOp_ȂZ}Z=_̕ }RG?sZ?.ȁS`C\4'ע>1+yӕ5:KLˈJsOGÌ3y#P-9UlsB~ْbfXbnm`'Yo3`xUsjՠ!#_40f1z&\Ȇ=zY}gX =ijǃmoUM>|t L͟ y9€({۞8u64 9p1_K-ǮbEd,Y͂IƁ1?1K|h>b(p7&נo 2 fots\} +99sX9MK,c+Ŝ!>g?{5j<[T{$ң{5΁ υbS3vW%[OY |<=֙b eI͐m*2|=+9P̓{ Ͼ/:=@~FYy NVdGؚk{^; Xs+Tm>̌X3O+KfgyE,6!j&4` jY+ zow9~g˅fUPc˺9 ; ,y͑ j?<#5" ZM^ʉdlG\.urV9d*]`話ν6}BϳdiL\`U,(>*|@Y,E>>aǬ'?C'^ܦ2OPlY sV_VP/A#Z)jSD?P@fA_S+HQ3M!/iE4YWv\" ƺ}yND(^T|y#d̃eA ?n iT hlOݡ';{}=‚~*0x~.c9뵤P͇ZTJҽBc,s[ݛ(WK)^`5 )Yg?HY1Nx1^0"B VJZ82EjuNQ}A'&u'~&ޠz'xpdFo#zz~kҋkz-TqRcKNr\ [NzHw`"V fB7}! :|5N͒T{NJЕgL_(<Ѫ7 N5 P3}-\؏gQ> ֞Q7< 'j`؊0%ǹ*lEQ+C l ^I:fDoH,;= yد%0ی 1Tz{`;xC-ć58y|:@Jz^0{:d?v/Hߗf…`WxfC% %~80Ίyd@% 2#oHS$wY +`)dC~ȭ-Gaуw<ȃ85{\xP,FV;iOO7?{mLߍs:oڿu>?ST&UR_vyUf'#U^yp :oLu}d|/ g,}qYy TdE3:er̿Cγ^!A*\7ohQ fuO`['y2wt?=cZA&!P*O// RޫOzٴ8.Tt#q;d@̈́ZO_ObAY9OrΈWq.ĹgR?9P5 JTkud@̓ɁryuFVat*G}k|~5;C5N-o2KLÍ'V:s{;^Qs{e>73?dNu'k%;2_J_YTr2/f}AZN0ߘV3"z}^\Nm1x^ੲ\_Sw^=2˂-jbCjW/ +)L7wwrSؓ4`37y̙8Vu^4[;)>!k" |Az =VV[gMeRsuE=5r =m2wc=<wmC~?Uӣ}G/Vg}el+pߏd_o?yp^ueN_U{yd@nܷVSa}}'~2CIV9щ=Az\OYojxńyL\ަ0fjfG3a+;(XrM~Q6uXP/G8>,{?oƳs:j4& ̂z]Z'|/ĬăCLbN/@ ־_-̓E,ޠg@}Q6+ERPz;SonFnYlk=33ϙ4Z8{ƽ@w  9#5^vykԞSY<? xAU@Adw8n Iv):Ț/ Dg~3v Gӯ/=gV{!On_n0`wY=!4*j~.H\K:F^dGwy _Kζ627'Ou#W|Mqk%3{!7bȈM[ +ruo!۹rEpMy5AsyǵxpI@Ȍ΀7cT$RU^%xʅ"H{Up5ʅP2ƒ'b5}^_)dAcm`UwIs8ׇߛ^pj=~z?z#T04R0ɷivizȀVmL 8pdC ĂfL x,)y7uo78zx +f̌"/h\%:3kU>ٱŒFSRH^f}RXX/2H{`>?)xt"\ݧ5{ke^{ļј!ف4~?S_0fBu~ " =Epo'>3m5wSjs3#ѿ~4 3!=OV?F +_ySʂ[dV=P{t{#΅Ŀ3Opfwog KԚAwVX}]qWt`q 0C|:7Ş3;c녱>e=#=O>?۝>2_# ,{ ,3[z7&318$$@H l$JzO]tUwO\xw:'tݥ5>Rg} ETmoJ=^XC2 gߔx̷Әǃ߾[ +)-3ـ}=*ߚ7n>Vs&xp-܀cc^ TEJ,AꃕFDy14>nq&$3[jYKs.\ؚ_^o\˽|{a_R%˓߆<^0bр6Xq OK?68~C 6F?c^oMO, Mcr??/L#[]uC&h2aޠ gK|8CpN y + FS/Bqs4F;UwUn2_y鱞}w!צ_幨S\ ~% 0!LhQ)PIg 3cH>y%,A ^z)^q/9>&8U?xnþJfD^W7ȁo +r!=zFu}_oj{O2E{,~_~IS Sjw]|]z/݌3##s_fIhxEcȓ?/J ّ'ws(Y= l^e|n#ozܷ&F4vMh_ԌmV},L8+hߘ +?U4$``BrLHو &6 +Flx>Aʢi!u {KVI^--+leښY=G)ωWP'5v1 +OIv¬d׆$Y2 +}sDΑP69UfߙMmNrP}fL1i22WGȂoʺxy d@aXi|I>_g]/l"<<DŽߞ[߹X\SkRoṕt9Pxb߈#F{LdLU6_-'Xp?t#dN*o>XkD`q_P93hŹA+$ V^V̤'YjeFΪϕ׎kVqex﫮yLP|juudc^, a*k_iʃLڨ1g𢲞r~Cw (h?`TQLuA y WXM*.Ly y1eߨkd(KN1hȀw?(8OX{Q?({ <kb!kha -NP6wS[y$d<#>g+ĞAk$g˞^D%?ɄOyҋ{ρkqȿ's5~Oˍuy{opjNKޣD(Ma3$ɄRXo)9 >A2~X>ԾAeAww[h kO6zF[췒s!p Yj:n>޳3ZeC^}ߘ 'n䑚=gYdvs`aAzC9"Ƃ,,H>~2V"=^.pwc=dG uf9Ń9%5ӯ5ӡ碳yd57߬s WKeńrMh#?;,X~yQf_2‚y%O(@ ziA#_W>\< ,~AhS݌LѷX/'~ +Ӎ"=>φߓZ_曐Y:7^{<,;5_@gNBO"ΟߏO|"e9yzD9z8G\_ԸW[]9%Ey-SQ?nx@'~=.X.srͨƒs,<8wȲN:?<{$#XA ~չ gbw:ǃ;h{ =a@*_XS`>QX?l /ii N\>9aqdj,8QgCV<( X`#6yp>Z'I5_Fx:_.=T0iS4@&3{}oG}9Y?MIs xzMo!S4g,AQT3|eٛg&w^nYQu@싢ԼmyB~ȬHo_ X HVԙ}w>&>כ~~~'bȞKr^겑?y1eȇdǣ=GWp=<_W}:Gr*/HJl>H<D ? 9&yFpc8~v\Tp ^ȂD2otW-WXpV @g,4A~X+p`ȍyAyP9ٰ_ǜWӹq>W|/|siRϧa11fցsF=$3VzVyʃ $yko'@p?0KPpăgr~O}PKyAΊ|_zHx~'cs~=# 1~y0)**jgxpO,Y=%ˇ>OTypop%rvYov>R}ńS,ǃ,v6jW18ǃۨ}KmI˶J@.&K5˂ = e@Ὶ 3E2&G0BʂqGyt7͚YBcC:bI8F=y=k=h-c&z\#:̀mĿ#*  !Bſe@63_ΉqT|#@u~q}i>Q/OY2 k߯O`)TAe6e)byuwu2 Kt=}Ŏ<ƣ7~) ENY"PSdfÿ; ,/E254׌֙S,%>%\d3qKf:sc*,Y}~r5=,̌Zoȃ̘i=&LI~f=mzEu< s]BvnȏQ<%~;nsܷmVcq'Ypy_Է|Wf5w# kJN;&5@ z3#h 8@a?:{U?#s\hC~iB- 0C.m1cX Ѵ}xnJ1-OҮ1Y}ڊR{'2}΂ƃ-`%ѨW/rD;uDcܧCxiJH<7_S< 4w]=\ #JTdj,Hn'J_䶢1}=2_d7->b.>ڿ/hQ2_ Lq;X~@g?rA8A3GѾKka`#t}wQ>vcWخpoa%W4sb~t ݺU)6JS,8{|Wy pGPK&˙}aybI=PgJOTz ١8%#tF|Xt´3Bze1y@970@%+-)2fl}LsofillEAz19/lFN * Yp# HCV‚ԁ ~vλ1JP}kx [zM L_hZw_ps 82C-:j6o>ϕs3IA +c'\GglyF'4ۼn>zX԰Z\XZ(AOQjPwÁ 3 Ur}*Ţ Kg1j-_hdĖ7P{옍םZ1 b$xX( ׇM&!tEHP{gT"sk|ŗ`*t. +.62xpI&3R\ѩonN\ Fd}z#Os;bqkȗ~ns6xp YmpJcuj4rc:| |+pVɎG4k )Mp~W2 *&%|gy懧+3BޭYf>d0tmp4}5a^I*r_x.S{~t/xN_`#ہ7KoP,vEhYfd}1c< )WYOMM, +.AB Ȅ .1W"o'h3 + A %e[{;Ǚq̃,e(U P3䁒ɂ\o9jweBeĞ6(z0yœu8~ݼQYDZ-aff*a֋1_4Ο(c}!3~r}X>n}|d<d-}StZϿgzk~T&]P?Şj޽ x8/5Õـ|@>ך#Z` |FpDg9Mq჉O(K{";BO*!y!Gάs~~]y8~~ @-O=YzyIzz5,S_03$>L22u^)cŊK%ׇygBLت$/pf.t~50U=γ/4Y}/3K>P Mo&~>mg`bA gy/_a5fV"vYė& l#˄*?е! V<*9sUG>=ՙ%_&bg:)1@oQGx/sx2ݯB5zgy5̒PWSzPYeKt9,h랽 Mq;}.r#s+F(,{{2\qNG{זhdDhr?yX6N:OctmoMKߍMeo2̯O3D]|Jz 4 4gh`WqC{#WZ@_/ٰU.~iLC(@m^Gi=o0/sAȀ7[.L* H<`> 6W1>k`|Gk>>y-? li{777.̅!ϭ1 mTgeôyU9SO_L,V/yY$8/1LI܃Xp `@5gfxm| ~Az< f+޲dCY2S =#h]3"D?[-bnT_3c~A,Az 3ArBԏs> ̢1ZvnyWOeF!sܠϱ>$h4{3f`qw9D~ָЯ8hp>\RϧckD~lŃ&  x; }oʃnW\ƒ\ʃ/ȃ˃KdXSOɃ{=?o{}gW ]A,8 f0d F3z<%%jQ W[D[77k`qjK Ve 1ǂ << 0`b@{=>OAh,sl$StB攖LK^>sYv8B?\hMrg8cx-냦#V73^#?S2YqL'zzz9"@ 4'?o A\zBw(08 W|‚9d)&٠``2 c~}̾Af̚9(]L#LyxD9WUcgFQ5x[GD;R'r\K}kD}w,Asp!_TjYyǂ+/zve<ȃ䊮ʃǶ<+d-:?{X?e<v.j +`jmis(`.7%sEү>/wn?2a},Aho 7B#ƦxPrA~~_/,83!42pW:'c*IQx1 5U5~q?~y!2;!/!vоdeVgW]*"cfggfggܓtۅ饭8l;/څ2|Q^~qϵ|kw+:pUGnO:zj1{_9qzͩӯ^{իgט_=c^{/׸/}}?~7\~<ׯ?~_޺i_Nm;޽۾޽ߟ55=tݷm>cS6_ٓ/|i.{۾徸NO7m/ u֍޼a][Lۿ)z?:vR/px_y?4}JzwGm+S2stJu|l~~_xx{,;Tߍ +7*J(u} +M^^'U?ū_UWTj3U[Ƶ]U;vyOU{zk?UqVuDQSǼ:u뤪SN:ꬪs\U]uIeUWr]Su] \uG{,])OϭUZ2sNZ\_j[}}*Ԏ]rwg]}gm}ݯ9`/ٯ >.gۃ50Ղ]G.<>)y\G2_`^+]/ԢM/_T럏-_O{ BRgP_K]?/k3wymK6^Ǚ饛:w7Zu#Xצ_|.o׿.h 5:>vຳ6 +K~vʁ|/~ޮ}#V>yh7ceQځȋr/So݄-WńٿJ+<O;IxP%lyMXj<0A6Axpg9k?uZ|d|/`uoݲ4{m[G%5bM?Sȸ9oXΔxpe20 Njb@e lr.#+R=um%& t>g9_>5l7 r4 nNٟrF Q~Ov|ߏi1t?߿gM͈c&$bV׃΂5u@%b#I> ~+s؃ YԃG`ȂcyFo>&X_xt`ȃ +=Ȧ۴=+Pg}&6+l.>{φ+/r4lA e2˽ƃpKz=! /T}lj a! zr8[]x<^}BIy, ~ Ӈ>y+A:Ucoo u}cB5 L}:Enz?q_t_#|({-;wyɐZyR0?dc^.gu He^̘N$xn@o3 {FUz]W?g@@)r¤۽Q &lyM(Y ۏ}mz~X9nTVP١ƒp)E^S JJϨ>tp$#} .aAA);,zp29, XtV z :M/-9OM38Gy!elR6k9Ǝ~'!~p.H=֦x}=X~OV볗QzKřQk_D'C7m/m&x:,hxܖ=h=}l luWlxȃ\?/!u4+暝\ YA@2GIy?XJ2{SσkM y1:)σ덵ףϖ1Ͻ]Y܆<(s}5\'nQlP +7gH> 8d ?`i:UsL#n̒|y׿,-X[Yv|x06k'EyΉgmiA8t<ж)l+:h;=}^y~_@ ρҳ ͖1A(Lh9錜?VPYḙ9&lCg=rN +}M7WlG~t= x yOfqϖ='_-yA5yPrAWW/Xb <^˃,z?)σJۀ )Ȅ+}_Aꏴx!s8R eClAsa=zl<gL/x0A9G{ߝ^|fϣ4%܀a,M|ҷ0_ۃcaL>[AvAC2aW~+,X JeD} :%sdxPgznqv0 ̹<) ); ͔{O;[3ŖlB8;@‚7]cǍm1 nd~p2>" OLP{{l{=&}3쳃}h|kɅs;ZbeLωS3y5&|]a(#.uk;pF8c(0LX7W xݐ SJx0:Aτ}TXPe}lm=w/ǃc7qqxpyĄfϰ 8 +~> [y ߮-(MhzGje<غ+Fej v.1 4#mbȝU]dQ )䃼pYAW9myP CƑow:f"+D:&)P{f9ƅ` zc鵙e x9?=RՑA6W67;>^~5!A91!{ ^O{%ļIg2}.cuC vH>{3$kx1c;sTY?ց^LlO(2BN<#=C: j<M = +XOhۂ-N̂e& ;t=\(}^`+ƃSغ uhҁM-$6s?}w5LPkA5O$24Sf9ryxP{^)g wĂL!dB}= Rb@1Ͳ }[&}';[gBeCfNe.y[֜2zD鬠+L.2 ,^Q:vΛxC3eM'~u.y:Ə}!rg;jϏ]s:=Wyq^X<g|t|=(=nf_: &?ŞA߂uϥ=(`~EfIueYA<*%|ۃ΄o}O>Te6x0/:ЃCE.-9?woœc&_4{F ͔ yʄgߐ, + :eY }|AkBkL~Nx7ؐ<ض`O4zMH!-)u`O8Ăʃj ƌɃV# Ft=nK`߸ez_@fň!y-ؔss(h-|s _M~{/&<*6xmysXx)2΋yК0/彄9r:G_{ny/c܇]>n{3aہ o,XJf3BN_4e!5EJvƲc}M ,I'1ޙ=cpރs_Dzgs5[,`΁^lăA"#Pӷf,=r9RIhƁ ;zPvW@U5L9x/r zFSg0ӟWZ& R,ց[6-„v:B |6!vRj ؔ򻹌~M߂8ӻ WVnsץpin-*٠=DDQ6\/Eq.h3NOlg( 9|vʛ څGe~Zw6y;fAr~]n?߃/*~?XD!:d1JFH9p)!MhzW<1< ep&,1agtT/E_=Q r{E& g<l_J淣 sdb&3L͔=?8d'Ոc&˃|?o@k1 +&_āU};gـ⬰3 ޳ ;⵩977/1h0-Uy`;#lgJv0kł|:ЫJ c(J\KC/3w|gɃCɎᱜQV(}6&t.6t}<\b~>b\ m\wPgg%Se ++&;Ac /wloos{ɀcl 3,Q)x[w\zHyg7.G>dXd>L( mBڽ*leP„&xqW 0+*5b>&|p6q6[LsB32c4>;/s"fB\΂2قQ2C ,l\ׇimh4u3>6Ý~g: z7l^_I.P2B'JE5QlaLH o:5lY*=t\3W!3~#OIF(`'29&={? +S~BK̴Ay&$RN؞=Jm-zcwq=_i6;g-͸{b=.CO(F#4?洚w on7=%lzEۻzٝ\gn1>?ϻHթd qc` FB b\zT${D|m_들׍A /(x0bB쫨J=xƒP&?XC&,Cƃ[ә9?(ۡs͔ܶ̔Ή94L͕?G8;o?L.D-X'blє=F]h=4:W(^jН3y",d:ʮzgAk'wӌOC!g +7J&ļ9SvRFQ܇'د!srCh+kA]γ23 < yގ<,H|yDِ%=(%'| {9'A{fqMpO_1k̃(8 ۈ,8wp&Ov8t&u ?T{ xzF=!p#yQۃc|vv&A,䄒ڼKgTĈTy!K5[߼n*ޓY~0.~W~aXbB=O<(.Q=([ +ƒ7By`@9#XwFPg?:2;1 Ą~>(r!GҾA1&lpךf`.x vwfnлʯ V]2GzO@bS|vz1Ẅ L7{bzzj!*f_Jqz~>\EwM|i}h-jl#쬽ʊb^[OK'9qz}xp1vOj?|F8fՂUl0  E&qb,g3YН IxP2B5J3dmRO„2a,!ې/ !zJoTpҙ +撲 ݮˆ ݙBdn Kokƃݹus|/kKN-(GQǗ*AE l qf4;f~ }$,/;(\OO.|6.04(_5ƃhKsE$g}g%k+XNY#6Kp BFM ܇Y;|w1چ25<0Ҍђ~܌њ|R^k ֞!7 #|8C :Ѓ83;0`q&1a0ûm-Q՟)sf?AwS +jr1gBńHglLPʃpΰʃ5&,X3Je[k'Ʉ0>W͗19!DU^KP!^K깴3lB1]ċp̣QԏsÄ[b7KJBʬTE{.g¦X<ص + 9PzD9$!t's\t?=P?]Ɏu1qj_<(c`A僁5sϭ=uˆڃx<섟!p*h˕Sx͒C tLdrRz&|33VĄU 'w?*;<uFE 8CFzESO1ą_p;61S_mbl1 1E3S$<1c##,=?'upރs_U.8;PypPh܄y  wWZs|s}:TPg2FzSoiB{|Ƅ?eKL aǃBN"($bgL(j93'z/=\ƃjZZR(oOϜi]?<䉭Ǚ]NA_nuߙrAq6s꬐w|u' +LfR ]<ПJxDSGgc. q_d2eՇ$ :jy x?UA W1| cje߱= f=g$Kgʄ<ض`& yθlYp'e%K=dx /Q#F#cyi1{*r>q.̔ y0.`{'r3e!]c̖7s|nr}ct>_l {lrpaƄdAt.Tg~^S_kl',xsa sDŽuf\;p9fb eǛ30|eLͮp&Nv/~ٽ&sS3: eΫjtfŽX#ʼnք/ׇXо_ +tֹ}Cckg )''\iA\kA=ߟb5#g<Ur6SgGLe0CF|,2`˃a5`$ +bxXM^p[؂M= 7a+ 䃯|7<saȃ;| Ry4#wx0 4`ʄ a҃&=8Bzw&neOTN'HzP8KO\%6d==c!-` Kg҄.E sczh z [l0AxZ{Ayd^~Mu0_ƒb<3[|`(#`ǃYIv3n?*aЄ=eu6=C^NXr?\Opﴛ|W=$39IsHw{#&W3̔9Uw\otL9cHypo(A9]hA <ׄ2Ta+}[g~]dD}\p&-X01a˃q.ΕA |WKmAMfZ6gגft-yBPW!١ Z~r:lN| "}͹A>/P-a ڹ1v^33Ƙ|@hȃ& gi_'9's@aA)t~6*MF.A/YA3!&F ʄڃJEEK=8`a>l{bʃ]&zPI{, y xY닱f=^F9J>sBFۓb%F:3_Q Hg}đ8q^,#sLމg 3z9cLT̀Kg\v8 =p_@9pa,#y07 zL}iڅ* V=Mi0zPڂÕLز`Ą4;A̕qa [3:t٘\WsF[RFwT͙d/"}١ss6:hN;'zw; jk(PA!͍y<{/T连 ug)fʜHq +<% vgA +-rA3=xX,XfBAR!M}ypj|^|(Ow2oF.KzFph˜s=ڃse}P+3o™`8&ӂ&̻)땔to>hjaǁM`΃+@>SIߨ]JZa%$*6g<<Ϗ:ez](au(3Ai9f#%˫״G-H٠3Lc@!#d$~r^e yPA VHFn&=͕Ae·P!FL'cg<4^¢ч2B/ =3¯{d% !d{}ʬQn.ɻ 3wFegd3Ruc$L;!zt7}ih\==X-k s¿? g؃UŃYp<KA?'ԳehfLׂr/#\$5aք?9GNzFm:5sZYWP<ؔu4 b@.׭W>Rj-H;#_wF l3k'Px >sMtvĥ9MzDPc;S&>Q+΃}L<|`saL=m[T. z.\/U3nՀ&lg- f3W&=蹰g!~9BF)۞sFɃk3B즗兺WT=PE}ط< +;Tʅv&3T=ek0[`pb,2!G&\-2¦4jBdmz.TD*U9B2a 'lY07.FM}GLFDŽ߄&|+f=]?y*#3W3aǂ/C&|ij৥̘փE{'<:C8G=-(en+ y>exP>ec`hw3a*+s!33+s.1Fs9AS}z6Ll{&o؄~KŽ.\8 3,5e&`iN8#dz|zgf.q?τXPqt]Bs!s@yAA;^A6(}t;[QLKt 1(r ?4~)R ƒizCk<75aȂAz0f|V؃wɂ|3 V{𢲠.A6agqɂ9 o-cH҃lz7aԃOy{'~reGܦzF.m)1;! +}MZzD QeXO(3bЃ|PЯNzځ}"ힸ< '>1ot~:P L7ЅQ1b=3BXpxeP9Vdp_/.k¨&\DŽ9jZ 6}+v\~Oc'yۥL>x0⼶ڹjzEA:n#xăSj{G M(K~moW!~ |bA/=v;բ|p<z06[ă&,`ׄxzL` #,&rFXcx3Oϕ [KmB'>L0MH٢bA14LxVMud!˃CfF$e9Wd Ԥ,80+lyGVز`4fބ =otQkL,` Z * 1-;u&+x.P賄=o >35}] v‚b>C-F 3BAτ_43z//=-F\2a`ƨ`g4H[|ƃ7' ?y~\! LX ,5afD 5&=7oxNύI6[Ecb{Fu@~)=fSoNUdc=%,gz\77wyp ?&m,X¯&c& *` j=XjBe>&,H2a]>|ʍ${wzI 2;l|H='|(b }\Trn +mJ\s>s}~O9y,>띂׭( X՚/:$k0~0˘` +=x+ גSd&ʬK!,`$#ܘ0-M8WyF=H&l0f N՛0gxqYF;ۀ 7|[w<~_Uj jg C}e6!:$^<(;==W#&v3zg}{w`fDŽ* wXN옰m><\` lf9O<1=)J?le }#v) 6[~}|O<2A0oo]q al/` # #\#0WdQ>ׇLزԃ ;T9v2¸ aĄ&|'e›|Й&;ލ֛Lq&1~򠩟P J&=Vo6oGv9E'orqgH|QrQyPJOMʌs=gG4'poY}e. +F=a m8Є t՚&zPȃm.Ąa҃YpDF-rR~Dgx:!󺽚?[ub@s9k{]lHyX~̍a6l<ȷ䍻SNp#}Ԟ){,`7q9n`8lوN;C]MVt FL8yMqσy0nƃݜpB^<0aG`DŽ7&t` C 0wT:~ǃ$>}+#&L#}2GFA=KFm?FzGwb̠O~oW&;=c]ڕ'kb4q9uPϏ9]7Z0f\FOQ_ڌY vzG&l۰Q\8 #zplF,7'-8,a؂.Np0fApK=v!L,> ddǷ.r .O + )G=ڑBOm^g58Ze[,Ha^},eA7KTjz؇dqx.7 ;Qz-a1`˃]|07`ą߅B\ز {pLЃ\0AgBo]>f L# gHG]zF{f3›)6!c}w4!y0O3&Є9fLƒ&Lvu!#cvzg %O}lA6myCmLqe3&_Bă!IvQ=Bm zp>'>mم>˃_̞_0jl3#L[p uw9֘saǂ&=xtz)*ae~q闝{|6gIvs;enp`c[كtcwˇye79F5>i\Ηv]q> VFnzۈf~ x<?悥-ѼJ %4|Va#`c¶óeVL3' yL?Kjʄ]6bœaЃ 3&z}0VzP&=x0#xP[s`AF,2ὈG2€ ? LNEOV~뙰ƃ%&jϼ+*vå\ߪvR1?*=I(n,R{*z3hSgT{?lNL(rjYk9a9¾{C&|0&gƒڅ3ll|fхINЄ=.mѶ Jpoqh_tlpM$d\ sDa(nscOftș@v2 zt qp {y;54/s-k x[|0Й;xX=+w^$ w)zP;H3;}f<$r*cwK;/]ncWV+y^<^d> zJăW=JAotmЃք~Qz*=xz|a\DFame=3aԃ>фA>,࣌`MFj@^=꼟yJOr͞+%S1,!8wN>ǟM ӷk{}]RN&_}c<ÃW*NҜp~̳.lYaۂl¬6,`…U50#,BţzP+LS n>M&|iь'\.(axV(\P !G,YaȃbA7gvB2sF,) dA35"lMw*d/D^_+::3(نxnnD@y(A|x~a!ZpgRzW!eXP煺tvO\,o2n]]H(Iazm[9KX> a {HLpT ]`ƆU>˃+=X{  0Aυ.vUhJ.ALX#q S%*A _څ/+qgr} _d=7aڃ3Ẅ G`Ąi>࣮<5a4#>.`Ԅ> Ņ*q=M]„9L3*Ɠڤ([jdrP<(fd).n\ls?i?}Tח=#yã}M8ă7fȃse_ x0Q&T.b9aeaނ}MX.jz~[bA5R4Ҏ .1k*=0FtaW'ʐqHg9IA7Rq52!ϛql1^1}/+ጠeϐqRy2E6]` 9d& 1p, McLPy/M9ւL+US&LzT. FݶOzy0~ф +eW<L% F2C&|?~0$#6Ҍ0esF!`ʄ5s뛼R1xpCPrDqQ_ƽ"UO{$_K'Z6H\tom-<;ѡ; K{G 0a^ٜ;7ԃථzp"y!;Pj?=h=9K8Ȃ]8NރU91ceG=͕8Wl7pkC.7&Vb1!fͼ dS#]׺<{ă}ajyy;SUlƦ=w`ҙPzD3&01My0`Ȅcx07ۃC3B߃9a:#,`iFxԃ +=0aȃ{Ѓaqh˃OX0a`΄2arLƃ9v<&U9Df(cF(vG/?L2P$<8S&, gӃewj, Gs9sG[ +I{{P&„%reBYMH3e58#p; xOz4/0FAf'Y_JF3;9WxE0g\"rBksfgZ;&lzF}">Xcxf4sngpVr? ](4 b˃;Jab܃0[JyXX_uQ6h~7ϹJt`)씀e #.d\x}RrĄ]4aЅɌ0}0j€ c9a a$+$spC 2&|5 rB]H=v<2 Ƀ~pc&1ra˃O+MLU k3 *sgs&y‚Qq.u̸狆v8Qn]x)w7"=Q_CI(5E쳏 Ю2ctui-p,N‚xp{p =( WSFv/BWL1RDL}p;Bo+߅WLԃCLxs2g8'y߂u9x _(2aOxp3BS 'A`˄6a qaʃ=M(kϙ9l eo|kh߃ʎpCz2'g/WLe|D +=5Cc fRFx:Aτk'sydBra;tLE8<&Y2 t=;'c}ʅY +jAσf2¨FF Fg 7fLزgB`ѷR& fބ'aȃٌP{pag+A=ȕ?[f7gołC+^=E_ј{>?\1^S}CKXaҬ0Y=A{Pj$<83΂ڄce5  +.#p&l[܄ J)g<{PL>ˌ6m3j-!CNZmn(_9Eާ' "R>ypsȂ݌[}ڂs&aॺToy0׃7: g& {vgNQ>؞-1a+`o؃SeB&xsaiF~Ądڌ0q +fi ddEg#&6aB߃'<k{)C|hzBcfv 9E aoV~O\>)3kBgj̐]C2yΒgȄnׂpg[&Xp +<`Oy_(V  |ИoŖsl].9+}v]S4wT9aۂ&,0ᶈsg c1 +6e΃WEWotMIFM%\;$#T9aЃ2\zO蛙0 MXvN^9Br<2s`g}5H oh=Qp{|o`(3DA+6C&v 5~)&g +Cy^Ϡѿn{~ҽ7#&yqN؄-8VhApNƄA s1\X kMX``FXhl(W/p&p؂Q A[3v(Pc5!0$ \2j”s}1rFPVfQIx0să,7a[ڌ`ĄC=OF&L!yRȃ̖I g%#lrŽ ?,0#gϐ==Cn6Ej u>(g :~Ø CGc{٢ 09 B߆:/W[Ldp݄ce5ej{G'5_?:j,+#5 yp zpL&2Ž[&֙pXN /4w:ؤԂ%y$eCV&.d~_S 4ahEn &ۂAnنsBkA]}]Æ~Sa9Ѡ'`¶ 00_&L rAeLF1aaoLfc> gBeÂUѨfAv\XMx0cwL%=j萌 @d.j܄9LX x07`&#,`Ȅ}&+mIFWT*3Fp P9QT>(WN\Ob$J$?,y <өyDB=! ^2c&ĄIz0b1=5Y\ᬰ=?Q3z!2b}av Ƀ}m3a=~z1a,a΃or.@h_.L惉2)T&J s σW 10WbXND͝ozW.2cf.̔ykl fMuDnk]7x=f4&=UM݄L9{pȳ`˜ e0b/:K8nF6aԂbй '\2aƃK&y0`R% ^(5ì >- }gt e%sF[~ O*xLoT + fPl]G̒ \oT JIJ75 x"`Ƙ{tl)1Nr;ʜppkF]] 5LU+Fu,8$+,3dBς3œ{#XP~jv=ض`ANa̚Py0ga*TƄVL8}v<7L̖IΕ͖)Bz& yo4fŒS&C&ЄcS҃ {0bx%<<+zxMxEM|ȹ03Y`K|3:b~ߛ*іaܛC M8S, +X±Lصaˁva6'`wQ00B`ԅCGfs¼3.L.ʹeU&ڰބ'M-u +W~= sB`Ig—Mh+A,J3!Z׃&|Uv\x3AwAPFrra(#eBS .32oJ%RF蹰`؄og3w!W;&d\~^7ʕ4aANuamFϖ3Pgb>(ϫlPzFŃ3=1绢&ę˝R ]eL1zcg 4ϝ|V8Ct.2s +y^g9Oز` '.j,Y='\ ;Lb?{h55dŞ'׻*p?σsԄEa‚E`âpG؃C\80$ jˆ-+f]X6.g KL0lNx"M9&\c/a K]3”cYf2}3ƒSag}ăMheGLH`|0`}DL8fFy0*挖1>C3B9'(=`Ă ^V+/vj9fCmXZJztj׿ }˅{F.=4aIF`g4z.!0 !rd2W}1J%=rPK溠,(PN昄Yi3r(Ř +}ܩm`#좘 &Gx`vVض,0J1Ξe9a 3ETM׃5&, FL7a2G<0rWC2œ f˰ MH`,K!N(#`&'t&G;L0[փ)֟%ܐ7d7&L#價ѐ `iFx33z+d€kzF+3φx$#y fevߨ{]lDY2 uuPL(|Xq`M>X1<8IƲIsm!>Je> p0~60l g R,`ĄcyքIFLӃZY¨5aǃ#̗ {,'tb¬3etE1a؃g3,xPքLY0m5ke<{0=_&>W&g IxT 7Hh܃<w[ي I욀(#[lB5+5a*g_փij` '&|2 Y y)oYg0o1LXì6 +F=8BVx0bR~37 oh>72T aM8Ѕ+&|jvFb}ʅP͘ ذ8'jpLԄ-^Ox0lT>Xdc. z0:fz&|=y0·oaoToM-5ao43{s%aaN8jF0!Y3a.#=Xt0{Gڹ21Sts+~9bW%9^&[p3ք56Lp<8wŁ&pn7'|4#$Lx)a۽r¢Ԅ\s˜ MU!c\NX =yQ+0V>ٰ9{&#y0f/3&Ƅcz0f9#ę.-(eA)Pʄ>M`gtl7g~16Wfk5WyOz5/љϪYlm>E/nN}|o/~|΃oyؙ3v⷏_.n g3߅vdv< gqjg?@f׋xv͏\o~wo~ gaq`~`t3!7/2[3ޚotk&Z3ٚ˭f +ۭٚۚiMӳ4}c_TeZڴ>uѴ>U> ig)})< qR9~^Ǝ`^2cٙ;k9bufnϏ9ڛҳ=Y3-=1!xPB=.x 暐Ƅ΅V",a¶GL;B"LhރvW ؃w"Mx11y [Ҳ҄3]r&=4 bB̃=`ׄ/v]x'ež kŃ=l;  CR.~r]oJ,86&y 5ă68"g|Kgs΃ h7z&d<8Mx02O Ѓ Td_&o$3y)>+A*#x4aB΃5.x`5 '{ E,} =(5<'TPn&z_&pp~p؄WrBԃ.x_p!j {.΃yQLF`7B7z#䄷PAʄ-|Ph&=(gԃVPkF{}!bAl%lʃΔf+v Oد}~P@l +N̲7U΄m c +`‡ + dzM{tN覙0AITA 1!B !w_FK2!O܄t^B߃nT.vGc.Ls!K!'l{ G(-Û)iO Yw Ɍ06aۃ RF!\uFD3ƒ oOτ;&l{qaʄ?Be2A"'Ԙp:1s z!# voBoܳ|ApFfgp|֓iCğ}6K0˃ xP}_x [~W4/, 6|]<lvoÌ0t֌u Kpe3aejcTݫ̈́7:80dJgN8Lyaz#=(07a|>ƒSbjd{'UQ}φ&0edg2(Lw MY^MxP6a҃p"'X:'eDw(GHpcb&D=F[#`MUAĄ3B΄2 τDoA7=ng0#Û E2Bԃ Q =pt1Q #Ε`nFL?1wew'ye{;ϐ۱ =H&t3{4kh7,XMcd2>PMX*'j9ކLTf KLuƆ5lPB =n7o0Mg3aσ2&LHzPb¶%&3؄[c~>('<]X mtN 9!^NHfB9!AƄ;NS&|F7(~`rBwJoΨ .#<(fG 0 -&I6#|{p?Xp?=OnbOL {eF%_/eJ]*|p&w LCiiݜ0&<3,e܌ К Թ 3<҃BYfڍɄJFuctw[KM۰fBIVHxj]B}…TNB2B?Z\NfXg7no4M9Fݬ&2¸;`|s4/"z霰ƻ;2tF.,Ąs"z(j7vk TN0š&90ϡ!\X-~bN}Lnʌ÷ܓqN#^N[&!u{6RNMe b= tTjAgb".,oWǃJ,B +{&P~tMI"ҵ A )NoM*Myp*i93BĄ Q"<{Ѝ;J焉ɃxÑS2O"˄&vF \:zp'0%LX…s pL؏̰|V1f +,"̸5Ƅ F .xͩr>tFh4a3'4)yPm”q3BAw-&=K("#,߯0-#`|W0!Eo|&{|FX5J儷{P]j00aٌzy&,FнYV;ݜ9 +wg&a5zϻ+SY=8-7j`>gB$#v5LCăYީW.!.ڄҌ0j3To}[Ƴ`&+{<}ҋpgԽO,Xe=>E؄ 9X𺛐x0Îܔ+'D^(Y6mB`ͅ6+\͠Ym՘B ]x0a‡2kr!;z66҅r\ș0#+w Sez.ܠ L1c1{6!0hۃB=ҌftqG \v\ cB~eB"'E\VAv Mؚ +3ȃLNX`ʄ aB̅PK5a׃ ݝj*VW0 3z3# +x?v?0:~P!~x]9a^~aәك"`ׄ61#,CKʃmӤ Mxܐ6M fa5#+n88Eq o;.-9F=׃!m҄K)RM?~}҄taǃQYPO8h҃%wj.sVHvG640ZBMTȄJ&\K(6e·h-tF6IYPAûqg3!R,y3፞)L`ʄ}Y .=(3ă/vF{{e&{ރ k4PKh%& =%2}p2;N+s vC:= 3ޣpAF|L}7^ai.l"'-~ec& +s;TLQރR.TyPhB҃B2B ŝў gdHF&2BgBv_5'sM3Bʁ~BV -`8KчD~0DŽ]&<"3aBƅ5&lXkS?Jx5 v<(.\[;^dKƜp1a;ʚ*c '%<(0&<0!`υѭQ7JuGDLRgPb­ q~pao 9ᗌ r#7!*\=B?'D=/PJ QʅK΄1 ]w&t +"V5&`5rհߓ >g!㺤/a; 4p0ez.l>3<ؔ w\*DžBr Kfo|҅;Dž+3Pΐ&lK4܃P\u?Z؄ SM a- +yo7R&ޗLxPf'D=xLAbAⶌw_6aA !EMy7Z` 1J=X(#r¯L Q>TF33 Ɍ`B.L(R&v ݛ`oxޤ6t3&3B 1Z,~)y0<{m%ycԟ p!jPAƄMܚQd]Z]S&\Fx"7&,0AKF`'FcrFh}~3aσ ?b2}brš!FQo +=( ;kƃ9.3B̄; dž{]B #.&7Gp4,/^nށmB?^.}A92t57yPap!A wׅ+9{΅eUL3s$ȄB<#l?FbŒkPpo~otքhgTKNQ=xA֨Lq<ȘRT +3B3*0&#FQmF1!A M;3'<8+6#Oߗ &twF$ez)}k0Uo_9g.Y%Cba9=&˃Mb,iZrՃ10+ԛLV`;3"GOMH4a c<8 5&y\ imYJԄc&,Bԃ3D\a.|tyqN>3'ܠ%T\yPx_&\FIbo.<rB;Zwah­ ќ0taۃ ';j (fš}o&P%ܡ 1jv w pᯄ K儂hJv 2c}psK~^}BgQ;[%ltrM~`&8q,i U >:\X"/4y07+q!v<>p<ۄkܘLxfBK^ oB9f)r7G1FSF90#s»uan|0ǃ Ɍރ Prk4a;_ 9nRa=0 +.!O7( 9!YaN8'` 0eBVwԽ]?tE5n˸'fިx.!wˣKڜPah߻R~KZ ƫb zsɃ2YaeGcj3Ü݄L`NaʃP^}^F87pA܄֨z0iBzĀ]o錐%Raυ0#d=ppo]1z. gBeo~vF[ +sBą=,7zcA.aσ \HF0a׃w)3™ 2hDž{Y9a"#덲Q΃ +{ #1A;*1z.bF÷ !&< wH7z Lxw*j|xJxpRowω=HVA{PB >4{0ׅrjăxVfQs՘ {M( @ k{g4p" +qg4Kh3a0B涌քfFs=uGPposBڃ28'Hz"[#:]Jv )zet9!reX"&|̛{ yАI䄒)Jbow'׽2{2χO}_qػ;4aaɌp)ڨRo],2F?#Ty&lЅ+ AƄ%.,29aS& hFa®{SƄ9N=h4!nAG &L焴 L#d=Bƒa҃ 7 c#:ިԄ!i+=ew]Bm2I&ܙiBa`쌐0o%= +̄΃cEe˞ ]B'p{#υՄ|?RfY`=5ay4a…sB +5BKo4( 3sºh҄œpPs_lB-u*kMQL3BBAoTzWFZM߅ ?' cky X>Pm3Bυ%w +`}J".1CPAiNbѓC gBʃ e{E3B &MTބ'2<2&w%|tF =#MxjɌ-PAmy&3ƃOw ]B̄%&,9.h2,Ao^[nЍs/7|gܸa 3#tBƒ {&t.q{H0gxf0ڐ',0?t6+MxB`B܅2 S&A & \ =2Fi]քn0^QGx^0r!V&LF&|?YYN a&L3'>q#2 ?A „I]M + +2# L&w & MQ a&K(9Jjnb9109x2W4W箂nCt ++cw*7*8:zmrwt#?І0g y * -&QAƅ BaB:+|b(#ܗ)aBh/DrB 0BQڄQ涌7J&DrB<#DrBlPadBdyssBƒ仄LNmw|H += m焩32 +ߠ4'toջp5`../ oO$,L90˂h).z LB߅nJɄ&zXN86 +` 0=>ڒ3̈́06aǂ] (A*#ԛ]̄ye7PFh ~N2mѭ"#&`ʄMzު eB*#|6eB.a)ZL(%nYa.axnw +XIu'!/l${xy7$!,eWɃK?/L{ ͘ D\ظBQރG {ߗ gBÛ%T>Z{{n +҃ڌA c{]Bރ 2 %wFe&d=h0ᗌ r#`DŽBjMX"#dL{0mBSFXڄ͘0usjC3^wxA8egW`Ѝ'DKG%2e.X>TP=xh܃ѶrBmN1aۣk6!M#\HFh7aσF2BݽQ҃|vMܖɄ'pޫ{P6u$@LuFJ7&ph;Пl +2þݛ{6]Ғ>T{i]6چ.4PWcxqʄ]? +0KX$'7½AcN`݅Y&TKHF v,(0aG~ p&y0p!^2u9!9a'#|%,v & +UoP<(0! w0.Do +] +j?L݄nC|w[!y#u{p{I΅7gv,^+e&p5&<ń {aMظ kYͅl^{ɝB}wMx1݃3!AYwt]!2a7Nnt-X 2^>(%(y"7#zJn6{~<( bDg}B黄`B.!U%MvG+MHzI;Pz6mv<,pp9a}mto6/n&\3l&ܗyˍك)m΄{ &vFA쌢wFa6fPAĄOwW{A!mBރ3!ch} QbrBLh®r<|FH/ cBђ #d=(9JzЍƒިĄ7 b;v_qo;jpȄ0  vMh96!Lʃ3;g !bMɄTFQ,#drxosaAf7 +O0\X3a`&~ęΐ.ڞ؄T#"F?ss a„_0{3! +˴=VrO8Û/63 Yz ssB,+Mșз=o;B- +g0/|bAXPj6LX*3tSʇ wm0ׇf6vҤ=h2M愉P6ޖQzPV}dBl s_&(#D YJLG.Ap {14'lM݅=.ȃB6'vGhmUNd=sa׃f5!LPbB?Z;w)wf!xݙqwG faW˃j~.,']. k.,1˘` yv=h3#7!o&Lx SPPLMz0߄p?GwG!9!4Ń錰Rz&ޗAsȄ&Dz #= +L( %iLZs؄;2=HuG #L1!Mz Am&MX`bPk? _{ ÷(@tz?T00ǃ&|=A6`nn‘tP!m$#6!'Lz0DŽBGFxJ Ix0uotB]9ᆆ{ zPA*#T UF!Mܘgnw/ߘTm>!i&LaB7JGa-+4gIvG-!҄ɜ\{,&\3<oV;>ahAz/_9a\lԃ p_C]CfVHޚykB LȄGnrQK< f7J +Le}[#q.܄hd‰ި؃ I&v {F7f&El݃TF(4!9Aۄ3)# sB}>07 䃗ᶌ[XI0 >no.EjfW=M=TpoC6L)/a Q GY!.a4a7GeuGqdA 9r&FYŌPߗB0.a$'2r3roP9΄nO.$%do>%dLe謰706slNx0aB; w#&D=eLh暐=ޛU{~)YvsC. ;&lMwI0@B y>+TչͶ  QF، ΄v&=x:30apȄLX}>Sިp>bB7΀˃Mp9+|<N½ l&>Ya +Q=hqք|$mAwG{{e&"&{p2Ӄ }Qƒmԛc|7tVߖ`vߨ|t=84##zڄ aDžOPv3B܅Vv<wGy&de9j_ato %dsBao4`i"9XkNBF8eW< ށp:/nݞqYm?W:c\+)= &m(`̰lndœ}BUF(a5֜PpW&y[ weH &o G.&< cº&F7+yPkBƃMߪ纣|{P$rB҄A7*1aƒHw+„=3}MFy &$=(1tFK *`¬h`ƒ9)pp{w8ҽk/>D :53J\Ѡ-60ÇۇͅPra *l HMzP´ 'Z02md>_9a [.f:N1QQ҄2>؅њKF0'@R&, ]}>Ӆ9~[ +1~Fj»tNmQjQx[ޠA< =L` -ar&̺/3;q5'Zsf"s z +q'_~2ڛvQ7ҋGCQo~e];C\6f #6a!LޠPP%|%dޟ3iƃ=' {$ qm9w_ J{0ф C27G,'|F<șPyB&9儔 %PMYF9_&ܛ0~&'XG7rN@x{:pԿ7s;xݜpV\6a3o|72af2m(2Ѕ;#^•MgdTCփB<Ȼ0` WMh܌0µ6avoTnBڃ22B;Fi&Tw oPlTvG7LyPxPMypR~,1ިфʄ\o"( eBY +Mфp&rB 2G!; QKX +" V{&X}n f=1.p=mTP|=R W K{pߠ0-A =B. aB; L&T7Z~Є2œpK7aިdp+My„7(b$ޡh$#亣TFFoZsB7ߗMdPkτc%D/dn8./t9;.&R2rd E +TtYw+"ńHrF2C !|}ٹvX ig\j竼 L6{|s[Q6km~䭤}[5y/ov-co'von!}{17z?~Ҽ鷦yez|=D; u;UoQm86~oco.{=M'y|TmMoo[|g&o;>~kx{;εΏ߿ҷB8y?{_jށw0}WCл:zGw}4w><~oG;N蝺?;ݼq|gwOi?&݅;|&}?|Kg}ߥweѻ?e1z˳&[=^ o=yw'Ǐww~~{8ydoMޯ[߲ymeooÃwlϛ7x[6x;oW|7HxG]+w}nBx\ +[oi^kso}ϾZ6B MX¹bypBL߄Ą*`˃%M8v!A dLJ ̃ WR&<\yP`Ÿq2: l^N^cƒ{6<-01]khm8gɃфz†*pyׅ7Aƅ_.| 1PJn`qFx3/ ״M2k&=_xhBʃCp `B΃XF +MY32#=X`9LxMfBЃ [$Lz$ǖ,y*#\B`>!hB̃A\dԘ4#\H2B 0wa-s1k<?6</d){69|+!#ll\x0F^ͻ +3\}Ò>szphx><~&Թ Yn* -YV҅ru=ǃf %fYB#M҄tMX[&#g nOiB`pA΅E "s‰ e{j<F&g Q&y3GsBcoCoT:mj{_ypBЃo3BfLBȃ2f>*0cFoSp_7L38{7MvD3 ٮ3s3<؟& (Ci W=8%'x۞&'MPoTjB0#{ރYBr(b/ T=HkaoToB`5#ĺ~$#L 0bѸ_fO5z* ~>=($r oC-hY5SyG!ΐ㫔t'D< d0B&{<ț1YB30!Wуw˜C:To37: nVg0'PAl(Jtw~ʘA uCZ2BMo/\mB7,!Aʄ]B &Pl +.Lwyv\ +mׯ1M\KyZ<̄-ȺWz +{ dnjѱ=-6dߨN=A ,3܃F_FZ,'{ ;{ecPO;Kx# +PGecr9r(sC"'tO +=/XFx.y΃FivMrBejR&EgvU?6aB70_'|?d^?CNvʤ!>{ +F=>Ǽyօ-ۅ3Ņ%3ʬPA u^st ;f:aД2&|yrqgso|NЄme ;Tݪvn9VB w*=vF1t7ʹp~ '<0'0܃enew(\f /Ø,!qr!w*/SjՔ M̄JL1ąy¸W&'zBF{&a#L3|Bi.l|%.,%|\ڣbCN=ұg:/|(tM&֓ jJ<poЛ9:67zPlBEw2 '|s7 y=9z뎪rKe9!QѶyBvM:'ƃ !rµ g +PokFtՃ EQewTAʄpLˌ3BЃ@w!#Ԕu~%t eB;Qqo9Zj*;`BBiN= h9ᕰ[bg Jg9J2BȄ>3}͆mBσg4#^Nh܄6nr'ޠ/A {`,afBl`̃~3# _ҌPqzރYoߔ &HeB.!p |̄ĭ%2INe j=B9!t1 e܃Q%&Z39&#r4wǃ Ig47,E|~fBB;.^jՄlՄU=f +&u#3? f Qᢻ=.`+:oIsBr A:'{B؄RF9Bb%A (6GHP_擂<'x>bTܡXP~=~)*29!+P1xk I{[^] +ed {etE5Y!zi B M]Cv̅˝LђPdC7*0a*M +!̈́AokXN(_'My=UA„ocQ,#{C{6ȃc^.05#4%<1!A Mz01&\B}ZFUs-&lB܃Ҍ2!y2^QPs;*Ow6ă -d%#|dBDۄŃ ;Kn{Tf037dZjP\h+Rf.,#=PA]oԖR{F&|b9 .zPtP`BlqăloTkB;і P9KĽ<Ђ Q0g"f{_F|vW GC,!j:L` rBEܞhcg4)7Ӵ<-5+2P/>My!A>Lm焕lX;޺Ы;Z+#AsNJsBOraׅzp#yv܄ &|#>('gBnCP fBi^emhua =~qaiVX? +ÅU4' }r̂IB7Js 9Q<ɲ9ۄԄPAdʃWfBЃ&<( 1{GU9aDŽxV1&x &{p!_Fs `B +aw9CMU'Td[pB`ssF]R9m1j;5L$G<=e&sB/wGtjg UU/JrB"/4F=/SA,$#rBuwaP;h6ԃY]%&d=jrBV=e8mBUwb;zWAƄQzd e7(f̈́w(&xL-x@Cx%tF&)-픑XLݟ3z1KdBUgT‰+tGIfg iBЂ^&t/cJ<8v![&|]aBtPuPxvgeB ^j{PkB҃W3B؅P7K(/SA΄Q~ !B儂2E7혡zw*MeL0K(q0'&|DkqhAz +rBljŜlhhЫ3GotEhBQFX7Ԅ;`<P-0a~ hE;G&_f]oLETPA,ă%;GLa`#dg:1z7ăb//>|b=V`N&dh(AMwt҃;z nA +ބdFփu#|Ճw&d=h鍎=9*h2BԃTPsS߽Ca-Pz-p f܅̭z9̅Ko2[vjMX{g-^w +g w' azxP0 =[fB;S:='+;Щ;*`&,'wV%&v"&|y&q!9G +vN\uВ\yB7:x`&4zhB̅B؃tVw!jf ꍞE!v~ 6!=O;G9awpnot#B؄mB&.doP;fw(.90Ą o: +\(Uas6o +@;f(fpg} .az>}{ vorCl S{ -=z}pqMɇ*z΄ Q? +z\F5;fPY7!('DP9!mBYV(뎎3B {]J]h/3O&FG`7/Ԛ[ +߁L`;+zY焙 ;x1# +ѻ'2 A?%w(y+,!AJw [%,'ЄeT%\(6_Lypg;w4&lީN0#= agqoҷ "ZL}2=Ȃ`%Yڂ9a,0<nj_N{PkByńL.,6'{ ;Q ѬP*4!J &CL'|'<%v̈Y3aׅXNș)f {G!ޡ@sL!l:'2,'/s cރg hۄ{PsE>S3X-s$1bA;c% l홡2Bȇ5:݄[&SZ5'Jq <V0&E;LJvuar^A o֎/.Y##a3Zwrss(A;BVw4؄Db{܃A$Lz%LntG(RQ }A9x3 +„-&QQFy KPL˄=3"WE{tG ;_w3 =gсLy0}e=]G>Y2La _DMXu'Myfb2aȄ{]M &gۄ+LeLO:e oe@o4!oTA 2B<'LLH䄸yW +f E^σ drB҄wL(:zPjBQ 0d}mÞ  N(AʆLsJM-Hy0S;e<_˅>Tu!`:W:0/T焢 tGw{%&zes_ &);GeY!ҷC=vCwE!5(#]86!fCԄ &ܫ1#Lob.zЃiP1{c|Z>fS +G3Z6؅sFђy`*(,ܡ2&b0!b7f %ᑂd;,5v'LLgmB܃ Y½/*3̅Q2#BsaFx` F[-jf e;XFq!{YB ɜP~^{;yMr(TMpw#<,'Mؓ a~q؃YNXlBCFh0aۃ>QރS0y2!3KAAߢ˜zL7<#J=M< &$3 +w(i;j퍎EwۄQ<'D;Q܄(_ UFc{YNx ?PFFO[{6R^rL,! +d ;G!t0aio%,W䄿LɄ֜P|"z0/-ܡ8hzɤ]FB&)4a~" ?fh_Fo}kxk{ +m6̓&4фn{GLх+Sn=-\4zAڄy܃sN4ߠ82&k1aAȄ&&x0%zk‘ߠxp#{7:#*<45܄]P &TܡVhA qeB(#.{e|p>ܟ8앹S1}Qꥹ`|6Q>p4 gǃ}P>p± BלpcyFgƒuGʻ)wQքmY]Y&p![F?O }  3 w 's;GBe{ʜw!fB,cwa^Res1 +&< pg2 ?!2<„7pBw(pUaN {GEV.'pK 'sL,]{ԄiwSqOᓐv=<A g +WA G9ƒ2K( \=EBѡx-cKXlBaF~L׃ 12;GU&{9P>edwKЄ\Fevb&JMy1؃;G/! 躣(AywTlBv +<;\Yd&+P!+l\;d^2>=͉Y_gф͌}{F?BpC-VwA oŽ aBM|L8 c &vSV + Wד nMXA e9zk&t7*a&L'|]j L!AYg}6!9aDŽŽQ„Q8'oPzj׃hQF%<(%f_8g b0!_;=X_FcBЃz<؇ Pd™둮p{ug +9KTkBˎkN5d\( hٽz4'%n +\J e`wH f yBr(B~ж_5KHݪog{0Ab.wЃQiw +`=(^Q0;G.M7Qۄ ٜ +c>1!0OJB>LoO smCt6_'y !d6//a%&YC:[Nhδ)|IӄhzCa &T%, +K=(C! U&vj +M(ՄbLnYBx̟/,B;G[' f Qy {3 tC1 UoP|_0O1!G#CD̅PFOXz1av^ &|?FCs`풡Al&#˄\h<|q3BE^h!f +ެv&L 0zL(Bf Ąk^NfԄ^Ѽ 2!u\&T{0}fÙ0G4*BouGyFذ,#‰ -;fPiBިă&W0Gpר.'D=莪MX[Ƅ }z=ݡ047: +˼o57Jܡ MHݪsB,#9.s^32҄evsB6#yo4CMs"7a{ CVGoaw9I=-tF!gfZ.x0}}g5ˤ ˳B 33v\M> kۄ&mnB6'\F;GY¹rS[os&\pWRtG1bFyn,+#DMȸf۝LHuF5QfFv'90K,An ]2ю  +P|) MCQoTp ;G}/h za 7l=#7 +/$.l]K\#LE]1$&dZΒ ̈́ŚٰL,݃1cra(R +\Y!'T `5rBaV덆g荎]&D]dYQomBQ %w щ /4vG-ZOtMI +퍞z +]rB„WeeVpeo&.f#*B.#6L-oÅ⍈q {E%6  + 0Kx>Kq) /+u\yVu BH,2ƇZ+C7]B 7t)̼:j ɌдcF:KX˅(A[*݄ &|VRQ҃ƝlV E7 sB6!A?gYdЄ2ܭzʄ\oTlBEF,+xМ&\a4!vc7 `c $MH0FEmjrqcv מ ;fѐFI2|]Lny0 TkAɓfO =ث RYFX++gń7 ͳ3`Ŭ` T-2b gµ  2syMe~IwT== m/CtG=6!_cl b<rЄYB+zU/2!s'kNFh; Nb.L6^z;~ܖf{17/uԄį5n=3Olhx|b¸{4Wq[53i"\Xҹž=hE!tK3B ?>?젹Y`I6h /B>uGs¥;SXcc̆LX9',9*;*nNL<$#\lB҂{}oPyP_aOP.,?&$Mx _΃ \Hd\gtƒ{ 3ʻs"vn–yBfpAEYo7jMHdlwTq&~c0!ss;3zzkN61[Ycfh4&bFXkf. c!/<w2/6<ٰW&ީAh%DfPBΉM(a|pw軣y7n~NP{Bq^`QoC!z& +{Lw/I億 ire(&*'$v` +ʄxFh0auąCBQ.!nB31rPL91K(gr;+&\4!_fjnj|n<8Co`¯zrBݣS c—D;G˳BAAV(` Yӄ滄评=Zw9ĄM,„ 6/c9j#rB~v*c«%,5x07UV=iB"+IVẌ́YB;j U +Mݢ +hGfSh9&6.~Bƃ^7*0Ѓ}piۆpsNXDž/p.fo鎾XBv!hvVHgv15x/p|pCa\=>3*!vjN&,qsK~ o.ˆtGi͜Puԅ E2aٮ=3LNC!p +lwG+Pd]Jf<(E!%$\84~bPBt`ю g '&Q!}S`ׄcR&l9a˄ !|kVw2f҄⻄2 ;✰6!h (2OH[B_uN>3p?ԣeI$>Z=g:z?6ׯ^Яk\}M3~s;گc:ٯ봯S~د~}_gyW0G/~Qc`UTo>?(#.kfXnXvmOߵ@>lvX`>m :dϸ:\U"W;kU 4E:ˮKh^ձxYk/U+sqN j]B} u)SU֪5-k3z3׿cj?jPAVy]hHܥFkf-u?A-^ޟ\k:z~Ա~P+7vpު: ӰN Po0usPo ԭj5۽m[Uuw{ +BXzvu1U}˃zf]w2um^Xz{~|GúѬ]ZoG{$6\7>ְQ@\wU){ a}փU]B}Iח6뫺zcj7Q_C7Lqu& =_ 3z\gOV&\D&tI~Mo»ȄBl'(bRg}Ί K慒eN d¢,a ]xуL`VNؑM9a!z uM +l WL慕#.L 2˄ 63B.'\c<( i›3aA҅J9 +P ,y!iB(CNSO&UDs|'sȎRg1a;BxoY΂N:sЃu_ko +Bl>Mք`\Oz.CV8Ro.\XڃO`ix0b:` 9%#<:F. F_ypoăD<`F(t˅Q&J96MF9=HA…7 %fj3B„PFLd0&|/wAфAFHz66KFs˜9ҽP 7).m\ypƒU!y֜#txÁ Bx AɅS>w?k`ƒ{'^F9-;»Z2CyZQ ~/9J>|س©3rM\N8aBCՅVpT_XsŽLuƄAN=0a?T}8-NwƃM8 ]&,z ;J4K f Mw(2=H +„팰 FT<-sӶ[RN7*y=;2}Ҿф2EF}P~nBMac{G +O}BA(m:x rsgBϩń.!GwϠwt{"3Bwb= +Ԛ0tӘ NA}&|z0υ# +e.\X,#c3 +'w4̈́:2B 2¥&T* 7z<0jBQ„[&4 (~uN8j2fnhӃ|NXeRNHyP 9B,OgYBj &P?%$hsB~o.'O.M~0;;f ++zYa <NU#Ǵ؎y8;t9!s.`}烌 }`1 B(%rDgeoBQ|ц.xJ_XTg3PL8q=[)/a)vbBdqP,{Gz1a'Yᗼ _.B -.eqn'D3 EjH7(V3rn,]N u^;Z7*АRKv˄.<7!;As 0o}0vߨ7%4 ;G 2EGU{G&| +6L8x{nq{ߡVgps V}S Qp7 "eBq5EY~nQgA7cX-|>x75ot-We!e:ͤD?(-w).,l҅c!-TW=RtIQȄ(p3]* c)]LM*nPjzG3ɻeQ eZY!7K9Jްy1.#P7*z0 J /d^ +&eP"Fn՗6!;}ZwthB/ +d9߅?S}^}v<P·{<+&Ѓ'Y >;dB s]5|hcwѠ9}  ^ {9 oQ<ìi,!FCދ0Ԓi=5!7k[ؕ c Gd¨˻swd$ƃ)&L`;΄\0dLNȽfжstMsTP[JYBʃdF1r 7J{:KKA!y݃* +;GS5Aq`]B[ބim&>hv^A=љqy F= |0 +ûP6{?gP>y">9޻E ]Aܛ3ElIg +K>\Fp2E=0%4KxߡXCe{1j{Ic^y0RZL;k8&Nm1+Ԝ@SLa(rBփ9&ԺP_ʄyB ˘ f <3wVFsa cs3o%lߪyZ܃Gr&z/-F! Y{F!+q(9$Ѓ`EdA7qgq?Wx{σ[|>]B9b0yV 5>?}h<[ƄpL;zp;f^\<{GJ4փw ,dI7a;9#{8K8`.)&eL U7 UsMev3#Lh2B.atP_FI6LlڃAi(g†&Loto.AцN=ȃOgxn X vф{@dy2?sE*Û"b_J僡_CgA)t;Ku|p~ݞ?3CFW5 {pn~p!Ia1! |{ =ާ g)GʃaFmܲG&E A+jY>Mzepy4Gx 0 9baq)ß#5Spڃ[(Lָ{G +NO '҅3)eƵw]# Gst Srˆ }Qم2ʼ %ɚ%<1!KM +I*˴L행& MH]¡ oN,aeBaL̄,U„9Rw(wܫmh +#eXw@>X3սz76 n o~3zlI5nT>H Rd9}}BoiA|nG WGPvҟokhnPໄ2+> wbI\y\nछp{ǽ99a[/pڄL߅ x2CE{C;e8؃DϨOcx +32?.> {I]3Ay0dA>䅚;Pq)mXĄ 6,#,t"ק0eL79ɄYc4aYb&ypagFʷ2Y1ypM5KwÝt6M(eC7 [ʌP7j4O\g<;J |{r* {& 8 f3 h<9!QʮMp^{,2B&\uvljK_oBwpݛ|ܤzG&~iHca0߃#2&+,m\2B;2uLa~Fh9Zo4rv1O(yPoWm™r&4ߩrڃ0Մ2|ѿELHzPS/ [JAɄԾhN ̈́}zkȅxh;ʆ<Є/T6h>H匍b9 #cy@A7ܝ.>Q 6g +0[fԝ°͊JRw!4jB)'1߃f7SXЄ]afc5sV} +΄Kc͹AUdot} [YBƒ2]^ҙ0Ņ%"'TelߨdB&!-Zڄ˼ %f2PBʄk n\8` evma+n‡E͹*6|XyRvq.5iG}%xPvaQQ҄ : +F7BMBc&ׄȼU6a]B +i"m¶&a&Og(&h%vob󄙽W{`,ao LfIe8f{ڃwlr}y¤9}Q~խ=3d;:R7(ŗN1y 7vWboS7q1r^Vn#~g|wrm` d=g~yAj {E &+=kn]ņ +OӚ R%e\^+b'>@p! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"G +1 AfXAȀ>"$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$I$馮 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0? ,p! +13V*F0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 03p:! +13V*F0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 03p: ! +13V*F0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 03p: +! +13V*F0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 03p: ! +13V*F0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 03p:  +13V*`F0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0yfV@p! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om"! +1 Om" +1 d!Pr3lUv37Ѐ4 h@Ѐ4@77Ѐ4 h@Ѐ447Ѐ4 h@Ѐ467Ѐ4 h@Ѐ4 h@Ѐ4 h@@Fw! +1 Om"! +1 Om" ! +1 Om" +! +1 Om" ! +1 Om" ~ +1 Om /xu@p \ No newline at end of file diff --git a/src/main/resources/assets/otemod/textures/sky/pdn/dusk_3.pdn b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_3.pdn new file mode 100644 index 0000000..1cfc9e7 --- /dev/null +++ b/src/main/resources/assets/otemod/textures/sky/pdn/dusk_3.pdn @@ -0,0 +1,1314 @@ +PDN3 NPaintDotNet.Data, Version=5.11.8685.3093, Culture=neutral, PublicKeyToken=nullPaintDotNet.Document +isDisposedlayerswidthheight savedWithuserMetadataItemsPaintDotNet.LayerListSystem.VersionSystem.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]][]   PaintDotNet.LayerListparentArrayList+_itemsArrayList+_sizeArrayList+_versionPaintDotNet.Document  System.Version_Major_Minor_Build _Revision ! System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]keyvalue $exif.tag4[0] +D $exif.tag5[0] / $exif.tag6[0]7 $exif.tag7[0]7     NPaintDotNet.Core, Version=5.11.8685.3093, Culture=neutral, PublicKeyToken=nullPaintDotNet.BitmapLayer +propertiessurfaceLayer+isDisposed Layer+width Layer+heightLayer+properties-PaintDotNet.BitmapLayer+BitmapLayerPropertiesPaintDotNet.Surface!PaintDotNet.Layer+LayerProperties         ! " # $-PaintDotNet.BitmapLayer+BitmapLayerPropertiesblendOp&PaintDotNet.UserBlendOps+NormalBlendOp %PaintDotNet.Surfacewidthheightstridescan0PaintDotNet.MemoryBlock &!PaintDotNet.Layer+LayerPropertiesnameuserMetadataItemsvisible isBackgroundopacity blendModeSystem.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]][]PaintDotNet.LayerBlendMode' +Background (PaintDotNet.LayerBlendModevalue__ * +,Layer 3 (-PaintDotNet.BitmapLayer+BitmapLayerPropertiesblendOp)PaintDotNet.UserBlendOps+ColorBurnBlendOp /  0!1Layer 2 (" 4# 5$6Layer 4 (%&PaintDotNet.UserBlendOps+NormalBlendOp&PaintDotNet.MemoryBlocklength64 hasParentdeferred @p1(System.Collections.Generic.KeyValuePair`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]*%+&@p1/)PaintDotNet.UserBlendOps+ColorBurnBlendOp0&@p14%5&@p1 Xi +흉Uu{=}_ ۱ہAdTDTP&QQTDP@'3#Ȉ8qN̼Z;eݫ~{__[[0Wb.-o`Θlr1|b>O| + ̿9b'^g dt=Ya>lL399f-żͼwb.fzjV\ʄbހygy^knrZ6/iwk9| }&>*|~7hy,kh?0ynn\̡ſ o +' 9p8gf{o]\7D_imm׏kk;X[~˷מ3\{b֞<}_=ps;_0Gί;Ww?;a>mDCiҜ[΁0w|ԝpή8. 3k :弆s +jz^9WNȳx^9V9ڝ¼y=yv̟9\.cv;k!ٮ͡?n[9؝ptg+v~O4oug Λ76üW4lwW5{yeq~O=#Kiԋ6Ovή<;̓Je灴 15`p~)` W1tj%}g<=[oq!gjxc%_`LH<(1!s{AAw53 +L8G:.ZLʃx;vb.Mga|L`˄ ᖫ?WLH:a!|kkA =2PA`Lx@2AI'4Q aFxF Qp02.|v{fa^Ѳ~ѩd2^+CjY<cB)kKyЛ3yI|PˏɄVh +F(1!=F1[د sJ$>o^h x\V1m/ƃvKDePLAɃgQNĄbƒ2yA1Wf?msŃĄK2Y#oDSx6\JFΨuh:|>hD#ܑn+3 u&7yNϨȃ)L ?72/J2ʃyG|R(^rp~HQm;LXMai zK lQxF +y˃ߚw ,6~b`G 44i`OAA\?n|.T.t`nƂ_O'ʙPwg7}w~SGWx0`f=q ap{F <;|ђ9y;C5„Cd,/ 3}/z>&D sCaB8n(r0 c±yÄ y'!jȆj;GCJ~Q/ʄ}yk9!"_I^Q#qbš=<ă{3'x:0 eLvy` 1hL(y@=\~ Yy=An9<=,H7W':n\ ӇL>iCxp@Wމ9R#k2efߙ-3:6`R+΃3ꃳ٢}&ܲd6U,H<8&`lBLƃ)@5&Z8 fɌ nYL#o&x E% rle!Kvo`Cǿ{F]]=<9cDI3B;n2nJd;g|iwtp-P֙%3=O>fڎ ƀtpG}gB$UAPEhPZykAڠG,w4?_^/‚ `?+O󆊹'Xa?-45z4BOFGC3*yQy0Cdޛ<8 ăJ=MJlv`Bix!zUQ#|;ƒ\#9h3|x=j1A󎼭1&䚗<1g'괙9l3Gg_XgAIA#䊢>Ɲ6S&3ܬxY{Ş>Ev07SAʓIF/9FZ!f b iMeB&(iȄ=-]Y0!@ +Z;LxbB;vXLeZ)jسa0'>jwo>;E&d/J=s"d ɕ(fL'3~;ɃOŃg>8(Sfz)>ƃZE ywqԸ0zxг_KaupcAO*[MA?s6E!qb~3fpg0 G2Kl'aBL-sFP#EK)ꃷz?E%92ăxĻN!`%+fX}Qh'?<Ą,y2>w?ꜨA! 9 s$%&"7#4 Fw"@ CI;B>nRwN<|emKy~Z2+?Ș׳>Ԉv Juc A-L)( ٠V3f,&-4BI'Cn]2' l?H#"ork<(w23d&<\ sUT)Ǻ+umw_o4<+&މ)\Ã"*C'n)SFA;gT7 +jA<T;Cy0sbTߎ;hE3`>UN̄VQƆA'<(1a,g&I!1!AdB+kTj(=NcB{z)L(e"kXʂCd^Y!}pAo +dtXpї3Z .OLx31݄N(1Zƀ^ +ϮAkP pt^2e,?wBcB잰^ g>xqAJ\59û(4(j-Cݼ"<'_TrFyV 㼖Z{CzPG%Ŋy ڦqAtmsJN=;-a`~#ggNB0 Syf_xp\<B=VăE K#_ŕ'˒Yb2W,Ҕ +BB>X'!gA-fHij'ń!O. S9~z@.|4;bBѤ@/POCzO|_dP.u#JlChi1$fr(q䛔 { kQ 3}>IӴ|.zOOvt V0!Muυ:g7P)OEW>;w*&g +ѧ/ެco#ĆRvOP(gB?b?I<)Ry; +5&ܯ胸K(Hg2phA3#y5BKxwPh,v) V`Ł4Ffˠ)i<9 + JL}5E۾ o= b'>tLH< jTς :FQ8A|AqD,C [/)UQe$+xmɃ!c_蹫}}BD`B+BIa9̕dd :0+S&L<.| 4!~Qёd,& ,G>WXp5xpl5.U )佅Rw=ƂY*zK}O΂XLJ>N _4B΂{E΃^!Zi=I<Gܷ_ZˇE^BCA_i <ܨH<ȳU_}`_8^QŠV~'ﱠ k!Ln|fʌݫF{%ɔ'Ă4|t>\gvpVM|XOȃ;'w?>:aq}p &``oÄ +M+8FZ޳c# yR*ј>>H]7~qA3dS)|\+Q+o%`/[3E=-eC`@lDϨ‚c18/5ud}}|wm&8ƒMkxObE<AQ :'B`}>2F'ncDuC,2h1_<^zFx՘_t$}0͔t拆AupDdedӅAy23wMG̓)7J~_x0> c<cۅW(q?*-̈́=2k}50֍hiȄxwy!1!yG=,G("r(BRz;iT6ǤB/ Jd2 NnI;l(yjt }׻&4ϝăŵ|Qޱ(!?7lr{홯oVLUh%#vk`d̙ד)v3K!L4Ϩ#~}` 2FA%/:c?VGWW*Of&m0]'ιPBM/2f(IB =BwԫjlRt_YPipNHZWӓ|GiZtgĄ|/*i\4B/~Q"FDFR:0WT8 zY.c~xȅR(A$T uB^N+z ?K֞__{B#\\~RĹuu֏k  NrN^z3SF%3ɃL3:uE.|0>_t<,8M`n`)sb:XM0a6yfzِsƆr.fR4 T<64 4C̔9kp!!GSQlj;oT/QV]4#Ŏ Ꙡ< %6,fCIӸ r Ĝ=&6b$Dw +5L$iȂxm@dB/ +<7uc\4J<z#mʋz%#=X0<_/ؑhL(!43e =g4ePxCaBM#|mKyF̔)΃I?>Ƀ я51SwG|t<8w' +ƒwF5:H'!` vVX 5.cfqraP%&QZ ʳFy טP=BWÏ$'zU> sʵBCȂt3)1aÅ8"J92ăJ~Ju 9jg,O|BŃ&^_o7Z. Ɔƃ6y##eۤV<'u^z'a!V8Bh>˃&`gŃóE'+ypk! 7.Nȃ)L#2n!1G+yסCÄƴ>c(uNxyP%0!Ņ ]R˫%)vxse*}7`'zz# ~|J; =MOA2<4&A+ _10C?eAx0ɃEd,%3_KEW oS(`I&\y 둞 +B΂],n +xJ#cc;{bV)Zlc:5s*Q$/(qăȄZo#ucpqx0J-6LA1{ {e=3gwPʐ+з=tBbNB^[d@~n2&D}0?ƳdzY "VW`<3G]. Aʎv;,LŃ O!\[{'LA5WF!s"?c4ƒy2Wt<WC,'`AWĨ<{yUɓhgVRwTb P#uzh,.ZڡĄV v*qA=L(Ty?Ɔ~!՘3% Ā|P#L(eӜ0e{b; fHlQ %DNDCQOʹPtBN΂CVj'Fm;3yPB;?`nL# + vˋ NȑXrc. C!Bgb_1w41 mÖCⱁ'͔{pw0!_/L3X. O(kzb`in`uF31gš){F  I#,CʔI!\ d d05&|sESN|rlQ&ɤ9Sc +脿 K`I.?c咦x:c8-|aPc5V=1 i?PbDA[|7t'0]C>Cxe ہ}`DG#Df3w b'?>?=! y`xM$rE<MKv?&KXzֹ>(_;a+I# [ yD~gl?` ^Q$$h'SFG0ȃzx0#gaJ0)&`=L9}sE_%[t~=޷^p2p=`Vj^RƘo"Z=)L9.1(/iÃ^JZa =!z Abީ 1Ǜ ΃=(胘+C\~Q'|ĈZԗ%9Jj}=8u${R= u}b,K뮉{3a9<`JjgH^{Y$'jzO;:Q'D={mx0D9g/a}Vav@+Z `7pxcapGw-̓"ypZhxbW'l4J x +^3F,%"~CA)3<Kd2}w(+Ã%;}#냞~Ѳ<8U}Y}px'3U̸٢ɬ$\0uהlH hBoiB="q?*q,;&E%&BN,Rܿs>tHi,cSF=ekx}3<rM"<ogyEwd=/;4MG{bDrl}8]FPcA! ꃴ;`Ȓ <qB},cbF'!N$Vw  ݃scZ tv?g<띐y04<1zrP&xF—R2F|7vN`<'`A]>X>:?ƒ(Ad '%zˇ*ȅޯ)^LhFA3-g&ƅJ< `BnaL3Zō3jw Q+< aA'zbB%ؐtixg/`N&vQ7)59AC{p=0|43b }~":𠶇EL1Ƃȃ<4L%$}0 `[7,ot:'n3p`tf̃re7g4fwNhF)AO'ƄSW 9j:OLxm j>RKȵEPAOP&2Hd<5ońr( ,HO2QAI;9L}~U΃1Z h$DPpxnG&. ?xP|AsB V}9xzwx0Eg \`E\jȃ͹…gÙ<Ń4(Ƅ) ;q<91&;V]y٢Kɓqf;/:F߄q(ڠ* N::5bL8VZaY萯UdB/Z%BkPʙ:Q\j:ŅNi\/ˎ4WzN`BA>ąĄRa0`iP|0NX,.ag vb!WnyQʍAlgbyv;'zmW!ΉA0֣F8oW ˘k,.zf,>UXƄk,&9„0a ca3y: q׵;0a]D<厒><'7* B+乣kڮƄ"۸?Fȃcѻ&vڠȂSsEKڝ zF2e2iuσĄ[VN5VH=4%xCr0ţva!s r<APr0 zHh=x9asȗRyEq_3E]{QAC/U<:e}ʃJa1L!d?85E_7A`),51_tjcS̞Qot8δKa-Ʉ35vތă9QΆ^&Fc<˄PAcLu^ B/ra/;gmw + yF9rPBI'\酜 1wPA yYA%tvv;`Av }< +1ot!3+C}_oߩC-ʚ> ,H<+Z}Amwo^^%V/zL" xPfBo?}3j7W m7}E<ߕf0a +&E1\:N5 Ν/3 (uzĆ?J =me4Ô<)D)4oȏ]B?1`m&gC`CH5x3b Vi?XɸyPʕidciw?'է}-uLxJ<rCiGtA.x09ʃRa.rp &'{LwĞ |1apxa.7-Ƀ%dr}pL1rFd\8prt;(XBG.U7D3XPbQN?x2gRrg +l&thj# xwPA΁V(M=c m y4zF+]Ny3k;F<Xo{tp/:`˂K|vO5`9!`/WFaV|A މ}pT;'J)yp[.Ԯyp|}ttȃ:a_tExV&:(b^R,